html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.dots {
  margin-right: 5px;
  font-weight: 500;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "Atyp Display";
  src: url("../fonts/subset-AtypDisplay-Regular.woff2") format("woff2"), url("../fonts/subset-AtypDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Atyp Display";
  src: url("../fonts/subset-AtypDisplay-Bold.woff2") format("woff2"), url("../fonts/subset-AtypDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/subset-Onest-Bold.woff2") format("woff2"), url("../fonts/subset-Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/subset-Onest-Medium.woff2") format("woff2"), url("../fonts/subset-Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "AeonikPro";
  src: url("../fonts/aeonikpro-bold.woff2") format("woff2"), url("../fonts/aeonikpro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/subset-Onest-Regular.woff2") format("woff2"), url("../fonts/subset-Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Medium.eot");
  src: local("Geologica Medium"), local("Geologica-Medium"), url("../fonts/Geologica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-Medium.woff2") format("woff2"), url("../fonts/Geologica-Medium.woff") format("woff"), url("../fonts/Geologica-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Bold.eot");
  src: local("Geologica Bold"), local("Geologica-Bold"), url("../fonts/Geologica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-Bold.woff2") format("woff2"), url("../fonts/Geologica-Bold.woff") format("woff"), url("../fonts/Geologica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.eot");
  src: local("Geologica Light"), local("Geologica-Light"), url("../fonts/Geologica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-Light.woff2") format("woff2"), url("../fonts/Geologica-Light.woff") format("woff"), url("../fonts/Geologica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-SemiBold.eot");
  src: local("Geologica SemiBold"), local("Geologica-SemiBold"), url("../fonts/Geologica-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-SemiBold.woff2") format("woff2"), url("../fonts/Geologica-SemiBold.woff") format("woff"), url("../fonts/Geologica-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.eot");
  src: local("Geologica Regular"), local("Geologica-Regular"), url("../fonts/Geologica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Geologica-Regular.woff2") format("woff2"), url("../fonts/Geologica-Regular.woff") format("woff"), url("../fonts/Geologica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  --primary15: rgba(22, 119, 255, 0.15);
  --primary_hover: rgb(17, 98, 212);
  --dark: rgb(11, 11, 11);
  --dark_2: rgb(15, 15, 15);
  --gray: #777777;
  --stroke: rgb(33, 33, 33);
  --white: #FFFFFF;
  --error: #EF3D47;
  --success: #46DF83;
  --primary1: rgb(22, 119, 255);
  --primary_hover: rgb(17, 98, 212);
  --primary_click: rgb(13, 72, 155);
  --Blue: rgb(96, 93, 236);
  --black_theme: rgb(27, 27, 27);
  --black_theme_1: rgb(21, 21, 21);
}

body.light-theme {
  --primary15: rgba(22, 119, 255, 0.15);
  --primary_hover: rgb(17, 98, 212);
  --dark: rgb(255, 255, 255);
  --dark_2: rgb(246, 246, 246);
  --gray: #777777;
  --stroke: rgb(222, 222, 222);
  --white: #000000;
  --error: #EF3D47;
  --success: #46DF83;
  --primary1: rgb(22, 119, 255);
  --primary_hover: rgb(17, 98, 212);
  --primary_click: rgb(13, 72, 155);
  --Blue: rgb(96, 93, 236);
  --black_theme: rgb(227, 227, 227);
  --black_theme_1: rgb(237, 237, 237);
}

body {
  overflow-x: hidden;
  background-color: var(--dark);
  overscroll-behavior: none;
  font-family: "Onest";
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--white);
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 300ms;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 1588px;
  margin: auto;
}
@media screen and (max-width: 1610px) {
  .container {
    width: 1218px;
  }
}
@media screen and (max-width: 1270px) {
  .container {
    width: 1000px;
  }
}
@media screen and (max-width: 1050px) {
  .container {
    width: 736px;
  }
}
@media screen and (max-width: 760px) {
  .container {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
}

.logo {
  width: 242px;
  height: 47px;
}
@media screen and (max-width: 760px) {
  .logo {
    height: 42px;
  }
}

@media screen and (max-width: 1270px) {
  .logo {
    width: 160px;
  }
}
@media screen and (max-width: 1050px) {
  .logo {
    width: 130px;
  }
}
.logo a {
  display: block;
  width: 245px;
  margin-left: -23px;
  margin-top: -24px;
  height: 105px;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media screen and (max-width: 1610px) {
  .logo a {
    width: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .logo a {
    width: 184px;
  }
}
@media screen and (max-width: 1050px) {
  .logo a {
    width: 150px;
  }
}
@media screen and (max-width: 760px) {
  .logo a {
    background-image: url(../img/logo-mobile.svg);
    background-size: 77px;
    width: 68px;
    height: 57px;
    margin-top: -8px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 760px) {
  .logo--footer a {
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.list {
  margin-top: 40px;
}
.list-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}
.list li {
  margin-top: 10px;
}
.list a {
  color: var(--white);
  transition: all 300ms;
}
.list a:hover {
  color: var(--primary1);
}

.title {
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-family: "Geologica";
}
.title--arrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_right.svg);
  background-size: cover;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 760px) {
  .title {
    font-size: 26px;
    line-height: 31.68px;
  }
}

.subtitle {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}

.mt10 {
  margin-top: 10px;
}

.swiper-horizontal .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  padding-left: 75px;
  bottom: 48px;
}
.swiper-horizontal .swiper-pagination-bullet {
  display: block;
  background-color: var(--white);
  opacity: 0.5;
}
@media screen and (max-width: 760px) {
  .swiper-horizontal .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
.swiper-horizontal .swiper-pagination-bullet-active {
  background-color: var(--white);
  width: 26px;
  border-radius: 4px;
  opacity: 1;
}
@media screen and (max-width: 760px) {
  .swiper-horizontal .swiper-pagination-bullet-active {
    width: 22px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.no-slider .swiper-wrapper {
  display: block !important;
}

.arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .arrows {
    display: none;
  }
}
.arrows__left {
  width: 45px;
  height: 45px;
  background: var(--black_theme_1);
  margin-right: 20px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
.arrows__left img {
  transform: rotate(-180deg);
}
.arrows__left:hover {
  background: var(--stroke);
}
.arrows__right {
  width: 45px;
  height: 45px;
  background: var(--black_theme_1);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
.arrows__right__icon {
  background-image: url(../img/down-right-l.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.arrows__right__icon__left {
  background-image: url(../img/down-right-l.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.arrows__right:hover {
  background: var(--stroke);
}

.breadcrumbs {
  padding-top: 50px;
}
@media screen and (max-width: 760px) {
  .breadcrumbs {
    padding-top: 30px;
  }
}
.breadcrumbs span {
  color: rgb(119, 119, 119);
  padding-right: 5px;
  padding-left: 5px;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  padding-right: 5px;
}
@media screen and (max-width: 760px) {
  .breadcrumbs__item {
    padding-right: 0px;
  }
}
.breadcrumbs__item a {
  color: rgb(119, 119, 119);
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.h1 {
  font-size: 56px;
  line-height: 132%;
}

.h2 {
  font-size: 40px;
  line-height: 132%;
}

.h3 {
  font-size: 30px;
  line-height: 132%;
}

.subtitle-1 {
  font-size: 24px;
  line-height: 132%;
}

.subtitle-2 {
  font-size: 20px;
  line-height: 132%;
}

.subtitle-3 {
  font-size: 18px;
  line-height: 150%;
}

.subtitle-4 {
  font-size: 16px;
  line-height: 150%;
}

.text-large {
  font-size: 18px;
  line-height: 150%;
}

.text {
  font-size: 16px;
  line-height: 150%;
}

.select {
  display: none;
}

.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: var(--black3);
  border: 1px solid var(--stroke);
  height: 56px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  display: flex;
  align-items: center;
  transition: all 300ms;
}
.select2-container--default .select2-selection--single:hover {
  border-color: var(--primary1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 16.5px;
  color: var(--white);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  right: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 24px;
  height: 24px;
  border: none;
  background-image: url(../img/down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
  display: block;
  top: 0;
  bottom: 0px;
  transition: all 300ms;
  left: auto;
  margin: auto;
}
.select2-container--default .select2-results__option {
  padding: 14px 20px;
}
.select2-container--default .select2-results__option--selected {
  background: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary15);
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-dropdown {
  background-color: var(--dark);
  border-color: var(--stroke);
  color: var(--white);
  border-radius: 16px;
  overflow: hidden;
  line-height: 20px;
}
.select2-dropdown ::-webkit-scrollbar {
  width: 2px;
}
.select2-dropdown ::-webkit-scrollbar-track {
  background: var(--primary15);
  border-radius: 10px;
}
.select2-dropdown ::-webkit-scrollbar-thumb {
  background: var(--primary1);
  border-radius: 10px;
  transition: background 0.3s;
}

@media screen and (max-width: 460px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 10px;
  }
}

@media screen and (max-width: 460px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
  }
}

.search {
  margin-top: 70px;
}
@media screen and (max-width: 1610px) {
  .search {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .search {
    margin-top: 50px;
  }
}
@media screen and (max-width: 760px) {
  .search {
    margin-top: 22px;
  }
}
.search--m0 {
  margin: 0;
}
.search__catalog {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 1050px) {
  .search__catalog {
    flex-direction: column;
  }
}
@media screen and (max-width: 760px) {
  .search__catalog {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .search__catalog--seller {
    margin-top: 0;
  }
}
.search__catalog-top {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .search__catalog-top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .search__catalog-top {
    display: none;
  }
}
.search__catalog-select {
  width: 264px !important;
}
.search__filters {
  min-width: 249px;
  margin-top: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1610px) {
  .search__filters {
    min-width: 218px;
    max-width: 218px;
  }
}
@media screen and (max-width: 1050px) {
  .search__filters {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
    justify-content: flex-end;
    flex-direction: column;
  }
}
@media screen and (max-width: 1050px) {
  .search__filters--revers {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 760px) {
  .search__filters--catalog {
    margin-top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .search__filters--seller {
    border-top: 1px solid var(--stroke);
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .search__filters--seller {
    border-top: none;
  }
}
.search__filters-select {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1610px) {
  .search__filters-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 46px;
    white-space: break-spaces;
    overflow: visible;
  }
}
@media screen and (max-width: 1050px) {
  .search__filters-select {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1050px) {
  .search__filters-select--catalog {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1050px) {
  .search__filters-select--seller {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 760px) {
  .search__filters-select--seller {
    margin-top: 20px;
  }
}
.search__price {
  width: 100% !important;
  border: 1px solid var(--stroke);
  background: var(--dark_2);
  border-radius: 16px;
  padding: 20px;
}
.search__price-title {
  font-family: "Atyp Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 23.76px;
}
@media screen and (max-width: 760px) {
  .search__price-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.search__fields-filter {
  display: flex;
  margin-top: 10px;
  position: relative;
  justify-content: space-between;
}
.search__fields-filter input {
  width: 99px;
  position: relative;
  padding-right: 30px !important;
}
@media screen and (max-width: 1610px) {
  .search__fields-filter input {
    width: 84px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  .search__fields-filter input {
    width: 343px;
  }
}
@media screen and (max-width: 760px) {
  .search__fields-filter input {
    width: 49%;
    border-radius: 12px;
  }
}
.search__fields-search input {
  width: 847px;
}
@media screen and (max-width: 1610px) {
  .search__fields-search input {
    width: 686px;
  }
}
@media screen and (max-width: 1270px) {
  .search__fields-search input {
    width: 460px;
  }
}
.search__fields-search .form-field__input {
  font-size: 18px;
}
.search__label {
  position: absolute;
  margin-top: 19px;
  margin-left: 72px;
}
@media screen and (max-width: 1610px) {
  .search__label {
    margin-top: 13px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .search__label {
    margin-left: 318px;
  }
}
@media screen and (max-width: 760px) {
  .search__label {
    margin-left: 42%;
  }
}
.search__label--2 {
  position: absolute;
  margin-top: 19px;
  margin-left: 177px;
}
@media screen and (max-width: 1610px) {
  .search__label--2 {
    margin-top: 13px;
    margin-left: 155px;
  }
}
@media screen and (max-width: 1050px) {
  .search__label--2 {
    margin-left: 670px;
  }
}
@media screen and (max-width: 760px) {
  .search__label--2 {
    margin-left: 93%;
  }
}
.search__top {
  width: 100%;
  height: 200px;
  position: relative;
  border-bottom: 1px solid var(--stroke);
  overflow: hidden;
}
.search__top::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  opacity: 0.2;
  background-image: url(../img/backproduct.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  transform: translateY(-2px) translate3d(0, 0, 0);
}
.search__top-info {
  display: flex;
  padding-top: 57px;
  position: relative;
  align-items: stretch;
}
@media screen and (max-width: 760px) {
  .search__top-info {
    padding-top: 28px;
    display: block;
  }
}
.search__top-icon {
  width: 91px;
  height: 91px;
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(88, 101, 242, 0.75);
}
.search__top-icon--shadow-2 {
  box-shadow: 0px 0px 50px 0px #00DB7D;
}
@media screen and (max-width: 760px) {
  .search__top-icon {
    width: 60px;
    height: 60px;
  }
}
.search__top-icon img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.search__top-block {
  margin-left: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 760px) {
  .search__top-block {
    margin-top: 20px;
    margin-left: 0;
  }
}
.search__top-items {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  .search__top-items {
    display: none;
  }
}
.search__top-items--mobile {
  display: none;
}
@media screen and (max-width: 1050px) {
  .search__top-items--mobile {
    display: flex !important;
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {
  .search__top-items--mobile {
    display: none !important;
  }
}
.search__top-item {
  display: flex;
  border-radius: 30px;
  border: 1px solid var(--stroke);
  background-color: rgba(31, 9, 50, 0.7);
  padding: 30px;
}
@media screen and (max-width: 1050px) {
  .search__top-item {
    justify-content: space-between;
    width: 100%;
  }
}
.search__top-item .product__statistic-item {
  min-width: 145px;
  margin-left: 10px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1610px) {
  .search__top-item .product__statistic-item {
    min-width: 120px;
  }
}
@media screen and (max-width: 1050px) {
  .search__top-item .product__statistic-item--width {
    min-width: 100% !important;
    width: 100% !important;
  }
}
.search__top-item .product__statistic-item--width:first-child {
  margin-left: 0px;
}
.search__top-item .product__statistic-arrow {
  margin-left: 10px;
}
@media screen and (max-width: 1050px) {
  .search__top-item .product__statistic-arrow {
    margin-left: auto;
  }
}
.search__top-item:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 1050px) {
  .search__top-item:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
.search__menu {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .search__menu--catalog {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1050px) {
  .search__menu {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    justify-content: space-between;
    overflow: auto;
    border-radius: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .search__menu::-webkit-scrollbar {
    display: none !important;
  }
}
.search__menu-item {
  padding: 16px;
  font-family: "Atyp Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 23.76px;
  border-bottom: 1px solid var(--stroke);
  cursor: pointer;
  transition: all 300ms;
}
@media screen and (max-width: 760px) {
  .search__menu-item {
    padding: 8px 12px;
    font-size: 16px;
    margin-right: 10px;
  }
}
.search__menu-item:hover {
  background-color: var(--primary);
}
.search__menu-item:last-child {
  border-bottom: none;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 1050px) {
  .search__menu-item:last-child {
    border-radius: 10px !important;
    border: 1px solid var(--stroke) !important;
  }
}
.search__menu-item:first-child {
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1050px) {
  .search__menu-item:first-child {
    border-radius: 10px !important;
    border: 1px solid var(--stroke) !important;
  }
}
@media screen and (max-width: 1050px) {
  .search__menu-item {
    border: 1px solid var(--stroke);
    border-radius: 10px;
  }
}

.button {
  padding: 0px 24px;
  height: 56px;
  line-height: 56px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  background-color: var(--primary15);
  transition: all 300ms;
  font-family: "Onest";
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 1610px) {
  .button {
    padding: 0px 22px;
  }
}
@media screen and (max-width: 760px) {
  .button {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
.button:hover {
  background-color: var(--primary15);
  color: #ffffff;
  border: 1px solid var(--primary1);
}
.button:active {
  background-color: var(--primary15);
  color: var(--primary1);
  border: 1px solid var(--primary15);
}
.button--with-icon {
  display: inline-flex;
  align-items: center;
}
.button__icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.button--primary {
  background-color: var(--primary1);
  color: var(--white);
  transition: all 300ms;
}
.button--primary:hover {
  color: var(--white);
  background-color: var(--primary_hover);
  border: 1px solid var(--primary_hover);
}
.button--primary:active {
  background-color: var(--primary_click);
  border: 1px solid var(--primary_click);
}
.button--transparent {
  background-color: transparent;
  color: var(--white);
  transition: all 300ms;
}
.button--transparent:hover {
  color: var(--gray);
  background-color: transparent;
  border-color: transparent;
}
.button--disabled {
  background-color: var(--black_theme_1);
  color: var(--gray);
  pointer-events: none;
}

.form-field__input {
  background-color: var(--black_theme_1);
  border: 1px solid var(--stroke);
  outline: none;
  color: var(--gray);
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 16px;
  height: 56px;
  transition: all 300ms;
  font-size: 18px;
  font-family: "Onest";
}
@media screen and (max-width: 760px) {
  .form-field__input {
    font-size: 16px;
  }
}
.form-field__input:hover {
  border-color: var(--gray);
  color: var(--gray);
}
.form-field__input:focus {
  border-color: var(--primary1);
  color: var(--white);
}
.form-field__input::placeholder {
  color: var(--gray);
}
.form-field__input--large {
  font-size: 18px;
}
.form-field__input--with-icon {
  padding-left: 46px;
  background-repeat: no-repeat;
  background-position: 14px 50%;
}
.form-field__input--with-icon-search {
  background-image: url(../img/search.svg);
}
@media screen and (max-width: 760px) {
  .form-field__input--with-icon-search {
    background-size: 17px;
  }
}
.form-field__input--error {
  background-color: var(--black_theme_1);
  border: 1px solid var(--error);
}
.form-field__input--error:hover {
  border: 1px solid var(--error);
}
.form-field__text {
  padding-top: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: var(--error);
  display: flex;
}
.form-field__text::before {
  content: "i";
  color: var(--white);
  background-color: var(--error);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  margin-right: 4px;
}
.form__radio input[type=radio] {
  display: none;
}
.form__radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  margin-right: 0;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all 300ms;
}
.form__radio label span {
  color: var(--primary1);
}
.form__radio label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: var(--black_theme);
  border-radius: 50%;
  border: 1px solid var(--black_theme_1);
}
@media screen and (max-width: 760px) {
  .form__radio label:before {
    bottom: -3px;
  }
}
.form__radio input[type=radio]:checked + label:before {
  background: url(../img/radio-1.svg) 0 0 no-repeat;
}
.form__radio label:hover:before {
  filter: brightness(120%);
  border: 1px solid var(--primary1);
}
.form__radio input[type=radio]:disabled + label:before {
  filter: grayscale(100%);
}
.form__checkbox {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.form__checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.form__checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.form__checkbox label .blue {
  color: var(--primary1);
}
.form__checkbox label span {
  color: var(--white);
  transition: all 300ms;
}
.form__checkbox label img {
  top: 2px;
  width: 24px;
  transition: all 300ms;
  height: 24px;
  margin-right: 8px;
}
.form__checkbox label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  border: 1px solid var(--black_theme);
  border-radius: 6px;
  background: var(--black_theme_1);
  transition: border-color 0.3s ease, filter 0.3s ease;
}
.form__checkbox input[type=checkbox]:checked + label:before {
  background: url(../img/Checkbox-2.svg) 0 0 no-repeat;
  border-radius: 6px;
}
.form__checkbox:hover label, .form__checkbox:hover label span, .form__checkbox:hover label:before {
  border-color: var(--primary1);
}
.form__checkbox:hover img {
  filter: brightness(150%);
}
.form__checkbox input[type=checkbox]:disabled + label:before {
  filter: grayscale(100%);
}
.form__checkbox-icon {
  top: -5px;
}

.search-modal {
  position: absolute;
  width: 901px;
  height: auto;
  min-height: 200px;
  background-color: var(--black_theme_1);
  z-index: 100;
  margin-top: 10px;
  padding: 30px;
  border-radius: 24px;
}
@media screen and (max-width: 1610px) {
  .search-modal {
    width: 802px;
  }
}
@media screen and (max-width: 1270px) {
  .search-modal {
    width: 665px;
  }
}
@media screen and (max-width: 1050px) {
  .search-modal {
    width: 100%;
    width: 738px;
    margin-left: -295px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 760px) {
  .search-modal {
    width: 100%;
    height: calc(100vh - 66px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 12px;
    margin-left: -53px;
    margin-right: 0;
    border-top: 1px solid var(--stroke);
    border-radius: 0px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.search-modal__img--category {
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
.search-modal__img--category img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
}
.search-modal__img--products {
  width: 130px;
  height: 130px;
  margin-right: 12px;
}
@media screen and (max-width: 760px) {
  .search-modal__img--products {
    width: 100px;
    height: 100px;
  }
}
.search-modal__img--products img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 760px) {
  .search-modal__img--products img {
    width: 100px;
    height: 100px;
  }
}
.search-modal__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  color: var(--gray);
  padding-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .search-modal__title {
    font-size: 14px;
  }
}
.search-modal__subtitle {
  padding-top: 2px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 760px) {
  .search-modal__subtitle {
    font-size: 16px;
  }
}
.search-modal__label {
  padding-top: 8px;
  color: var(--gray);
}
.search-modal__item a {
  padding: 6px;
  margin-bottom: 4px;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .search-modal__item a {
    width: 100%;
  }
}
.search-modal__item a:hover {
  background: var(--black_theme);
  border-radius: 16px;
}
.search-modal__list {
  margin-bottom: 17px;
}
.search-modal__list--products {
  margin-top: -5px;
}
.search-modal__info {
  padding-top: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .search-modal__info {
    padding-top: 0px;
    flex-wrap: wrap;
  }
}
.search-modal__info-text {
  display: flex;
  align-items: center;
  color: var(--gray);
}
.search-modal__info-text img {
  margin-right: 5px;
}
.search-modal__info-value {
  display: flex;
  align-items: center;
  margin-left: 18px;
  color: var(--gray);
}
@media screen and (max-width: 760px) {
  .search-modal__info-value {
    margin-left: 15px;
  }
}
.search-modal__info-value img {
  margin-right: 5px;
}
.search-modal__info-star {
  color: var(--success);
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.search-modal__info-star img {
  margin-right: 5px;
}
@media screen and (max-width: 760px) {
  .search-modal__info-star {
    margin-left: 0px;
    padding-top: 5px;
  }
}
.search-modal__price {
  padding-top: 5px;
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  color: var(--primary1);
  letter-spacing: -0.5px;
}
@media screen and (max-width: 760px) {
  .search-modal__price {
    padding-top: 0px;
    font-size: 18px;
    line-height: 22.32px;
  }
}
@media screen and (max-width: 760px) {
  .search-modal__wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.search-modal__button {
  margin-top: 19px;
}
@media screen and (max-width: 760px) {
  .search-modal__button {
    width: 100%;
    padding-top: 20px;
    margin-top: auto;
  }
}
.search-modal__button .button {
  width: 100%;
  color: var(--primary1);
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .search-modal__button .button {
    margin: auto;
    line-height: 43px;
  }
}

.catalog-modal {
  min-height: 558px;
  display: flex;
  background-color: var(--dark_2);
  position: absolute;
  z-index: 1000;
  border-top: 1px solid var(--stroke);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 1050px) {
  .catalog-modal {
    height: calc(100vh - 66px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 760px) {
  .catalog-modal {
    width: 100%;
    left: 0;
    flex-direction: column;
  }
}
.catalog-modal__button {
  padding: 12px 16px 12px 16px;
}
.catalog-modal__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .catalog-modal__button .button {
    height: 56px;
    font-size: 18px;
    line-height: 24px;
  }
}
.catalog-modal__button--products .button__label {
  color: var(--primary1);
}
.catalog-modal__navigation {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--stroke);
  padding: 24px 20px;
  font-size: 18px;
  line-height: 22.32px;
  align-items: center;
  height: 70px;
}
.catalog-modal__navigation:hover {
  background-color: var(--black_theme);
}
.catalog-modal__navigation-image {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.catalog-modal__navigation-image--1 {
  background-image: url(../img/icon-game.svg);
  background-repeat: no-repeat;
}
.catalog-modal__navigation-image--2 {
  background-image: url(../img/icon-menu.svg);
  background-repeat: no-repeat;
}
.catalog-modal__navigation-image--3 {
  background-image: url(../img/icon-reviews.svg);
  background-repeat: no-repeat;
}
.catalog-modal__navigation-image--4 {
  background-image: url(../img/icon-coin.svg);
  background-repeat: no-repeat;
}
.catalog-modal__navigation-image--5 {
  background-image: url(../img/icon-pc.svg);
  background-repeat: no-repeat;
}
.catalog-modal__navigation-image--6 {
  background-image: url(../img/icon-phone.svg);
  background-repeat: no-repeat;
}
.catalog-modal__navigation-image--7 {
  background-image: url(../img/icon-fire.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .catalog-modal__navigation-image {
    margin-right: 10px;
  }
}
.catalog-modal__navigation-label {
  padding-right: 10px;
  font-size: 18px;
  letter-spacing: 0.3px;
}
.catalog-modal__navigation-arrow {
  display: flex;
  align-items: center;
}
.catalog-modal__navigation-field {
  padding-top: 30px;
}
.catalog-modal__navigation-block {
  display: none;
}
@media screen and (max-width: 760px) {
  .catalog-modal__navigation-block {
    display: block;
    border-radius: 0px;
    width: 100%;
    background-color: var(--dark_2);
  }
  .catalog-modal__navigation-block .catalog-modal__selects {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--stroke);
  }
  .catalog-modal__navigation-block .catalog-modal__selects .catalog-modal__select {
    width: 45%;
  }
  .catalog-modal__navigation-block .header__button {
    display: block;
    margin-top: 16px;
    margin-bottom: 12px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-modal__navigation-block .header__button .button {
    width: 100%;
    padding: 0;
    color: var(--primary);
    justify-content: center;
  }
  .catalog-modal__navigation-block .header__button .button__icon {
    margin-right: 10px;
    margin-top: 0;
  }
  .catalog-modal__navigation-block .header__button .button__label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
  }
}
.catalog-modal__selects {
  display: flex;
}
.catalog-modal__favourites {
  min-width: 56px;
  height: 56px;
  margin-left: -5px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--black_theme_1);
  background-image: url(../img/like.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
  transition: all 300ms;
  position: relative;
  z-index: 1;
}
.catalog-modal__favourites:hover {
  border-color: var(--primary1);
}
.catalog-modal__user {
  min-width: 56px;
  height: 56px;
  margin-left: -5px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--black_theme_1);
  background-image: url(../img/user.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
  transition: all 300ms;
  position: relative;
  z-index: 1;
}
.catalog-modal__user:hover {
  border-color: var(--primary1);
}
.catalog-modal__navigations {
  width: 370px;
  height: auto;
  padding-bottom: 40px;
  background-color: var(--black_theme_1);
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 1050px) {
  .catalog-modal__navigations {
    width: 253px;
    height: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 760px) {
  .catalog-modal__navigations {
    width: 100%;
  }
}
.catalog-modal__title {
  display: none;
}
@media screen and (max-width: 760px) {
  .catalog-modal__title {
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: "AeonikPro";
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .catalog-modal__title:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-image: url(../img/icon_right.svg);
    transform: rotate(180deg);
  }
}
.catalog-modal__content {
  width: 1218px;
  display: flex;
  padding-top: 48px;
  padding-left: 50px;
  padding-right: 88px;
  padding-bottom: 124px;
}
@media screen and (max-width: 1610px) {
  .catalog-modal__content {
    width: 888px;
  }
}
@media screen and (max-width: 1270px) {
  .catalog-modal__content {
    width: 671px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog-modal__content {
    padding-top: 20px;
    width: 515px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 760px) {
  .catalog-modal__content {
    display: none;
  }
  .catalog-modal__content.active {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
  }
}
.catalog-modal__content--products {
  padding: 50px;
}
.catalog-modal__content-opened {
  display: none;
}
.catalog-modal__content-opened.active {
  padding: 20px;
  display: flex !important;
  align-items: center;
  height: auto;
  align-self: flex-start;
}
.catalog-modal__content-opened.active img {
  display: block;
}
.catalog-modal__navigation-image {
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.catalog-modal__content-title {
  font-size: 16px;
  line-height: 25.68px;
}
.catalog-modal__content-block {
  width: 284px;
  margin-right: 70px;
}
.catalog-modal__content-block:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1050px) {
  .catalog-modal__content-block {
    margin-right: 30px;
  }
}
@media screen and (max-width: 760px) {
  .catalog-modal__content-block {
    margin-right: 0;
    width: 100%;
  }
}
.catalog-modal__content-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-modal__content-item {
  font-size: 18px;
  line-height: 25.2px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1270px) {
  .catalog-modal__content-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog-modal__content-item {
    font-size: 12px;
    padding-bottom: 15px;
  }
}
.catalog-modal__content-item a:hover {
  color: var(--gray);
}
.catalog-modal__content-item--products {
  margin-right: 20px;
  width: 48%;
}
@media screen and (max-width: 1610px) {
  .catalog-modal__content-item--products {
    width: 45%;
  }
}
@media screen and (max-width: 1270px) {
  .catalog-modal__content-item--products {
    width: 100%;
    margin-right: 0px;
  }
}
.catalog-modal__content-item--products a {
  width: 547px;
  min-height: 110px;
  display: flex;
  padding: 6px;
}
@media screen and (max-width: 1610px) {
  .catalog-modal__content-item--products a {
    width: 360px;
  }
}
@media screen and (max-width: 1270px) {
  .catalog-modal__content-item--products a {
    width: 100%;
  }
}
.catalog-modal__content-item--products a:hover {
  background: var(--black_theme);
  border-radius: 16px;
}
.catalog-modal__img {
  margin-right: 12px;
}
.catalog-modal__img img {
  width: 86px;
  height: 86px;
  object-fit: covere;
  border-radius: 12px;
}
.catalog-modal__info {
  padding-top: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .catalog-modal__info {
    padding-top: 0px;
    flex-wrap: wrap;
  }
}
.catalog-modal__info-text {
  display: flex;
  align-items: center;
  color: var(--gray);
}
.catalog-modal__info-text img {
  margin-right: 5px;
}
.catalog-modal__info-value {
  display: flex;
  align-items: center;
  margin-left: 18px;
  color: var(--gray);
}
@media screen and (max-width: 760px) {
  .catalog-modal__info-value {
    margin-left: 5px;
  }
}
.catalog-modal__info-value img {
  margin-right: 5px;
}
.catalog-modal__info-star {
  color: var(--success);
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.catalog-modal__info-star img {
  margin-right: 5px;
}
@media screen and (max-width: 760px) {
  .catalog-modal__info-star {
    margin-left: 5px;
  }
}
.catalog-modal__price {
  padding-top: 5px;
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  color: var(--primary1);
  letter-spacing: -0.5px;
}
@media screen and (max-width: 760px) {
  .catalog-modal__price {
    padding-top: 0px;
    font-size: 18px;
    line-height: 22.32px;
  }
}

.menu-modal {
  position: absolute;
  z-index: 10000;
  background-color: var(--dark_2);
  overflow: hidden;
  border-radius: 24px;
  right: 0;
  top: 76px;
  display: none;
}
.menu-modal__item:last-child a {
  border: none;
}
.menu-modal__item:first-child a {
  padding-top: 20px;
}
.menu-modal__item a {
  padding: 17.5px 16px;
  width: 266px;
  display: block;
  border-bottom: 1px solid var(--stroke);
  font-size: 18px;
  font-family: "AeonikPro";
  font-weight: bold;
  transition: all 300ms;
}
.menu-modal__item a:hover {
  background-color: var(--primary1);
}

.main {
  color: var(--white);
  position: relative;
  z-index: 0;
}
.main__hero {
  display: flex;
  margin-top: 32px;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .main__hero {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 760px) {
  .main__hero {
    margin-top: 25px;
  }
}
.main__hero--about {
  margin-top: 70px;
}
@media screen and (max-width: 1610px) {
  .main__hero--about {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero--about {
    margin-top: 50px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero--about {
    margin-top: 20px;
  }
}
.main__hero-swiper {
  width: 1042px;
  height: 500px;
  margin-left: 0;
}
@media screen and (max-width: 1610px) {
  .main__hero-swiper {
    width: 792px;
    height: 380px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-swiper {
    width: 690px;
    height: 343px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-swiper {
    width: 100%;
    height: 353px;
    background-size: cover;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-swiper {
    width: 100%;
    height: 531px;
    border-radius: 30px;
  }
}
.main__hero-swiper .swiper-pagination {
  margin-left: -20px;
}
@media screen and (max-width: 1270px) {
  .main__hero-swiper .swiper-horizontal, .main__hero-swiper .swiper-pagination {
    bottom: 38px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-swiper .swiper-horizontal, .main__hero-swiper .swiper-pagination {
    margin-left: -32px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-swiper .swiper-horizontal, .main__hero-swiper .swiper-pagination {
    bottom: auto;
    top: auto;
    left: 0px;
    bottom: 26px;
    margin-left: -50px;
  }
}
.main__hero-swiper .swiper-pagination--skeleton {
  display: none;
}
.main__hero-slider {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1610px) {
  .main__hero-slider {
    border-radius: 38px;
  }
}
.main__hero-slider--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
}
.main__hero-slider--skeleton .main__hero-content, .main__hero-slider--skeleton .main__hero-slider_bg, .main__hero-slider--skeleton .main__hero-slider_el, .main__hero-slider--skeleton .main__hero-slider_image {
  display: none;
}
.main__hero-slider_bg {
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50% 50%;
  left: 0;
  top: 0;
  opacity: 20%;
}
.main__hero-slider_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 760px) {
  .main__hero-slider_bg {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.main__hero-slider_el {
  width: 601px;
  height: 500px;
  background-image: url(../img/main-hero-slider-el.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -150px;
  top: 80px;
  bottom: 0px;
  z-index: 2;
}
@media screen and (max-width: 1610px) {
  .main__hero-slider_el {
    background-size: 310px;
    top: 60px;
    right: -265px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-slider_el {
    background-size: 280px;
    right: -310px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-slider_el {
    background-size: 300px;
    right: -280px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-slider_el {
    top: 365px;
    width: 209px;
    height: 289px;
    background-size: contain;
    left: 0px;
    transform: translateX(-50%);
    margin: auto;
    background-repeat: no-repeat;
  }
}
.main__hero-slider_el::after {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  right: 200px;
  background-image: url(../img/main-hero-slider-el-1.svg);
  filter: blur(100px);
  position: absolute;
  z-index: 1;
}
.main__hero-slider_image {
  position: absolute;
  z-index: 10;
  top: -5px;
  right: -22px;
  animation: rotateSlider;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}
@media screen and (max-width: 1610px) {
  .main__hero-slider_image {
    top: 1px;
    right: -10px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-slider_image {
    top: 19px;
    right: -15px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-slider_image {
    right: -15px;
    top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-slider_image {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main__hero-slider_image img {
  width: 645px;
  height: auto;
}
@media screen and (max-width: 1610px) {
  .main__hero-slider_image img {
    width: 466px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-slider_image img {
    width: 400px;
    right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-slider_image img {
    width: 452px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-slider_image img {
    width: 100%;
    max-width: 328px;
  }
}
.main__hero-content {
  padding-top: 107px;
  padding-left: 60px;
  padding-right: 300px;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1610px) {
  .main__hero-content {
    padding-top: 79px;
    padding-left: 50px;
    width: 675px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-content {
    padding-top: 70px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-content {
    padding-left: 45px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
.main__hero-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 60.32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 180px;
  font-family: "Geologica";
  text-shadow: 0 0 3px rgba(255, 255, 255, .5);
}
@media screen and (max-width: 1610px) {
  .main__hero-title {
    font-size: 31.52px;
    line-height: 45.84px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-title {
    font-size: 31px;
    line-height: 42.6px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-title {
    font-size: 31px;
    line-height: 42.6px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-title {
    font-size: 27px !important;
    line-height: 34.8px !important;
  }
}
.main__hero-title strong {
  color: var(--primary1);
}
.main__hero-text {
  padding-top: 8px;
  font-size: 18px;
  line-height: 25.2px;
  width: 459px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1610px) {
  .main__hero-text {
    font-size: 13.68px;
    line-height: 19.15px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-text {
    padding-top: 10px;
    font-size: 12.71px;
    line-height: 17.8px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-text {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.main__hero-button {
  margin-top: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1610px) {
  .main__hero-button {
    font-size: 13.68px;
    line-height: 18.24px;
    height: 43px;
    padding: 12px 17px;
    margin-top: 13px;
    border-radius: 13px;
  }
  .main__hero-button .button__icon {
    width: 18px;
  }
  .main__hero-button .button__icon img {
    width: 18px;
  }
}
@media screen and (max-width: 1610px) and (max-width: 760px) {
  .main__hero-button .button__icon img {
    width: 24px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-button {
    font-size: 14px;
    line-height: 10px;
    height: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-button {
    font-size: 12.71px;
    line-height: 16.95px;
    padding: 0px 14px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-button {
    margin-top: 15px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 48px;
    font-size: 16px;
    height: 48px;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-static {
    width: 100%;
  }
}
.main__hero-static a {
  display: block;
  width: 516px;
  height: 500px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1610px) {
  .main__hero-static a {
    width: 392px;
    height: 380px;
    border-radius: 38px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-static a {
    width: 300px;
    height: 343px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-static a {
    margin-top: 30px;
    width: 392px;
    height: 380px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-static a {
    width: 100%;
    height: 238px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
  }
}
.main__hero-static--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  border-radius: 50px;
}
@media screen and (max-width: 760px) {
  .main__hero-static--skeleton {
    margin-top: 25px;
  }
}
.main__hero-static--skeleton .main__hero-static_bg, .main__hero-static--skeleton .main__hero-static_img, .main__hero-static--skeleton .main__hero-static_title {
  display: none;
}
.main__hero-static_title {
  padding-top: 330px;
  padding-left: 60px;
  font-size: 48px;
  line-height: 55.08px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-family: "Geologica";
}
@media screen and (max-width: 1610px) {
  .main__hero-static_title {
    font-size: 38.48px;
    line-height: 44.31px;
    padding-top: 250px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-static_title {
    font-size: 30px;
    line-height: 42.09px;
    padding-top: 230px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-static_title {
    font-size: 36px;
    line-height: 42.31px;
    padding-top: 253px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-static_title {
    font-size: 26px;
    line-height: 30.16px;
    padding-top: 20px;
    padding-left: 25px;
  }
}
.main__hero-static_title span {
  color: var(--primary1);
}
.main__hero-static_bg {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 30%;
}
.main__hero-static_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.97) 24.4%, rgba(15, 15, 15, 0.6208) 44.97%, rgba(15, 15, 15, 0) 61.8%);
  position: absolute;
  top: 0;
  left: 0;
}
.main__hero-static_bg img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  height: 100%;
}
.main__hero-static_img {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (max-width: 760px) {
  .main__hero-static_img {
    top: -15px;
  }
}
.main__hero-static_img img {
  width: 482px;
  height: 482px;
}
@media screen and (max-width: 1610px) {
  .main__hero-static_img img {
    width: 355px;
    height: 355px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-static_img img {
    width: 305px;
    height: 305px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-static_img img {
    width: 402px;
    height: 402px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-static_img img {
    width: 262px;
    height: 262px;
	margin-top: 7px;
  }
}
.main__hero-static_img::after {
  content: "";
  display: block;
  width: 355px;
  height: 355px;
  background: var(--primary1);
  position: absolute;
  top: 35px;
  right: 55px;
  border-radius: 50%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
@media screen and (max-width: 1610px) {
  .main__hero-static_img::after {
    width: 265px;
    height: 265px;
    right: 50px;
    top: 32px;
  }
}
@media screen and (max-width: 1270px) {
  .main__hero-static_img::after {
    width: 225px;
    height: 225px;
    right: 45px;
  }
}
@media screen and (max-width: 1050px) {
  .main__hero-static_img::after {
    width: 305px;
    height: 305px;
    top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .main__hero-static_img::after {
    width: 205px;
    height: 205px;
    top: 10px;
    left: 30px;
  }
}
.main__item {
  margin-top: 100px;
}
@media screen and (max-width: 1050px) {
  .main__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 760px) {
  .main__item {
    margin-top: 43px;
  }
}
.main__item-top {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 760px) {
  .main__item-top {
    display: block;
  }
}
.main__item-title {
  font-family: "Atyp Display";
  font-size: 36px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1050px) {
  .main__item-title--seller {
    width: 100% !important;
  }
}
@media screen and (max-width: 1050px) {
  .main__item-title--seller .product__info-indicators {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 760px) {
  .main__item-title--seller .product__info-indicators {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1050px) {
  .main__item-title--seller .product__info-indicator:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .main__item-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  .main__item-title {
    font-size: 26px;
    line-height: 34.32px;
    display: block;
  }
}
.main__item-title span {
  color: #C048EA;
}
.main__item-title--arrow::after {
  content: "";
  background-image: url(../img/Icon_right.svg);
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 2px;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
@media screen and (max-width: 760px) {
  .main__item-title--arrow::after {
    display: none;
  }
}
.main__item-title .product__info-indicators {
  margin-top: 0px;
  margin-left: 20px;
}
.main__item-text {
  margin-top: 30px;
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}
@media screen and (max-width: 760px) {
  .main__item-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.main__item-arrow {
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .main__item-arrow--seller {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .main__item-arrow {
    display: none !important;
  }
}
.main__item-arrow a {
  display: flex;
  height: 56px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  background: #241036;
  cursor: pointer;
  transition: all 300ms;
}
.main__item-arrow a:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.main__item-arrow a img {
  width: 24px;
  height: 24px;
}
.main__item-arrow a:first-child {
  margin-right: 10px;
}
.main__catalog .catalog__card {
  margin-bottom: 40px;
}
.main__catalog .catalog__button {
  margin-top: 0px;
}
@media screen and (max-width: 760px) {
  .main__footer {
    padding-top: 60px;
  }
}

@keyframes rotateSlider {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.catalog {
  margin-top: 90px;
}
@media screen and (max-width: 1050px) {
  .catalog {
    margin-top: 60px;
  }
}
.catalog--2 {
  margin-top: 67px;
}
@media screen and (max-width: 760px) {
  .catalog__slider .swiper-slide .catalog__card {
    width: 100%;
  }
}
.catalog__haeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog__slider {
  width: 1710px;
}
@media screen and (max-width: 1610px) {
  .catalog__slider {
    width: 1600px;
  }
}
@media screen and (max-width: 1270px) {
  .catalog__slider {
    width: 1300px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog__slider {
    width: 1100px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__slider {
    width: calc(100% + 15px);
    padding-bottom: 20px !important;
  }
}
.catalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 35px;
}
@media screen and (max-width: 760px) {
  .catalog__list {
    padding-top: 20px;
  }
}
.catalog__list--slider {
  width: 1800px;
  flex-wrap: nowrap;
  gap: 13px;
}
@media screen and (max-width: 1050px) {
  .catalog__list--slider {
    width: 1650px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__list--slider {
    width: calc(100% + 15px);
  }
  .catalog__list--slider .swiper-slide {
    width: auto !important;
  }
  .catalog__list--slider .catalog__card {
    width: 170px;
  }
}
.catalog__list--products {
  padding-top: 0px;
}
@media screen and (max-width: 760px) {
  .catalog__list--products {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1610px) {
  .catalog__list--products .catalog__card {
    width: 226px;
  }
  .catalog__list--products .catalog__card:nth-child(n+11) {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .catalog__list--products .catalog__card {
    width: 156px;
  }
}
@media screen and (max-width: 520px) {
  .catalog__list--products .catalog__card {
    width: 47%;
  }
  .catalog__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 365px) {
  .catalog__list--products .catalog__card {
    width: 46%;
  }
}
@media screen and (max-width: 1610px) {
  .catalog__list--products .catalog__card-image {
    width: 226px;
    height: 226px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__list--products .catalog__card-image {
    width: 156px;
    height: 156px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 520px) {
  .catalog__list--products .catalog__card-image {
    width: 100%;
    height: 186px;
  }
}
.catalog__list--product {
  display: flex;
  flex-wrap: nowrap;
}
.catalog__card {
  width: 248px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.catalog__card:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 1610px) {
  .catalog__card {
    width: 226px;
  }
  .catalog__card:nth-child(n+11) {
    display: none;
  }
}
@media screen and (max-width: 1270px) {
  .catalog__card:nth-child(n+9) {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .catalog__card:nth-child(n+11) {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .catalog__card {
    width: 156px;
  }
}
@media screen and (max-width: 520px) {
  .catalog__card {
    width: 47%;
  }
}
@media screen and (max-width: 365px) {
  .catalog__card {
    width: 46%;
  }
}
.catalog__card:empty {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.catalog__card--product {
  margin-right: 20px;
}
.catalog__card--skeleton .catalog__card-image img, .catalog__card--skeleton .catalog__card-image_label, .catalog__card--skeleton .catalog__card-icon img, .catalog__card--skeleton .catalog__card-image_like {
  display: none;
}
.catalog__card--skeleton .catalog__card-image--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  background-size: 200% 100%;
  border-radius: 24px;
}
.catalog__card--skeleton .catalog__card-icon--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  background-size: 200% 100%;
  border-radius: 24px;
}
.catalog__card-image {
  position: relative;
  overflow: hidden;
  width: 248px;
  height: 248px;
  margin-bottom: 4px;
  border-radius: 24px;
  z-index: 2;
}
@media screen and (max-width: 1610px) {
  .catalog__card-image {
    width: 226px;
    height: 226px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__card-image {
    width: 156px;
    height: 156px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 520px) {
  .catalog__card-image {
    width: 100%;
    height: 186px;
  }
}
.catalog__card-image a {
  cursor: pointer;
}
.catalog__card-image img {
  border-radius: 24px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 300ms;
}
@media screen and (max-width: 760px) {
  .catalog__card-image img {
    border-radius: 16px;
  }
}
.catalog__card-image_label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 8px;
  border-radius: 10px;
  z-index: 5;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .catalog__card-image_label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 6px 10px;
  }
}
.catalog__card-image_label--green {
  background: var(--success);
}
.catalog__card-image_label--red {
  background: var(--error);
}
.catalog__card-image_label--preorder {
  background: #b131ff;
}
.catalog__card-image_like {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 12px;
  left: 12px;
  border-radius: 16px;
  background: rgba(11, 11, 11, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.catalog__card-image_like img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.catalog__card-icon {
  width: 248px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark_2);
  border-radius: 24px;
}
@media screen and (max-width: 1610px) {
  .catalog__card-icon {
    width: 226px;
    height: 226px;
  }
}
.catalog__card-icon img {
  width: 54px;
  height: 43px;
}
@media screen and (max-width: 760px) {
  .catalog__card-icon {
    width: 156px;
    height: 156px;
  }
}
@media screen and (max-width: 520px) {
  .catalog__card-icon {
    width: 100%;
    height: 186px;
  }
}
.catalog__card-block {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .catalog__card-block {
    padding-top: 5px;
  }
}
.catalog__card-price {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Geologica";
  background-color: rgb(57 237 143 / 20%);
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .catalog__card-price {
    font-size: 18px;
    line-height: 22.32px;
  }
}
.catalog__card-price--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  border-radius: 8px;
  width: 83px;
  height: 28px;
}
.catalog__card-price_label {
  font-size: 14px;
  line-height: 17.36px;
  font-weight: 600;
  color: var(--primary1);
  padding: 5px 4px;
  border-radius: 8px;
  background: var(--primary15);
  margin-left: 5px;
  font-family: "Geologica";
}
.catalog__card-price_crossed {
  font-size: 16px;
  line-height: 19.84px;
  font-weight: 500;
  color: var(--gray);
  text-decoration: line-through;
  margin-left: 15px;
}
.catalog__card-price_bonus img {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.catalog__card-title {
  padding-top: 5px;
  font-size: 18px;
  line-height: 22.32px;
  font-weight: 500;
  min-height: 54px;
  font-family: "Geologica";
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1610px) {
  .catalog__card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 50px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__card-title {
    padding-top: 10px;
    font-size: 16px;
    line-height: 19.8px;
  }
}
.catalog__card-info {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  line-height: 22.4px;
}
@media screen and (max-width: 1610px) {
  .catalog__card-info {
    padding-top: 5px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__card-info {
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 19.6px;
  }
}
.catalog__card-info_text {
  display: flex;
  align-items: center;
  color: var(--gray);
}
.catalog__card-info_text img {
  margin-right: 5px;
}
.catalog__card-info_value {
  color: var(--gray);
  align-items: center;
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 760px) {
  .catalog__card-info_value {
    margin-left: 15px;
  }
}
.catalog__card-info_value img {
  margin-right: 5px;
}
.catalog__card-info_star {
  color: var(--success);
  margin-left: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .catalog__card-info_star {
    padding-top: 15px;
    margin-left: 3px;
  }
}
.catalog__card-info_star img {
  margin-right: 5px;
}
@media screen and (max-width: 760px) {
  .catalog__card-info_star img {
    margin-right: 8px;
  }
}
.catalog__card-button {
  padding-top: 15px;
}
@media screen and (max-width: 760px) {
  .catalog__card-button {
    padding-top: 5px;
  }
}
.catalog__card-button .button {
  height: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .catalog__card-button .button {
    height: 40px;
    border-radius: 12px;
  }
}
.catalog__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1610px) {
  .catalog__button {
    margin-top: 4px;
    padding: 10px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__button {
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    border-radius: 12px;
    height: 48px;
    font-size: 16px;
  }
}

.catalog__card:hover .catalog__card-image_like, .catalog__card-image_like.active {
  opacity: 1;
  visibility: visible;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.skeleton, .advantages__item--skeleton, .category__card-image--skeleton, .category__card--skeleton, .collections__card--skeleton, .reviews__block--skeleton, .reviews__item--skeleton, .article__card-image--skeleton, .article__card--skeleton, .main__hero-slider--skeleton, .main__hero-static--skeleton, .catalog__card--skeleton, .catalog__card--skeleton .catalog__card-image--skeleton, .catalog__card--skeleton .catalog__card-icon--skeleton, .catalog__card-price--skeleton {
  background-size: 200% 100%;
  animation: skeleton-loading 1.9s infinite ease-in-out;
  will-change: background-position;
}

.article {
  margin-top: 95px;
  padding-top: 80px;
  background: var(--dark_2);
}
@media screen and (max-width: 1050px) {
  .article {
    margin-top: 60px;
  }
}
@media screen and (max-width: 760px) {
  .article {
    padding-top: 30px;
    margin-top: 20px;
  }
}
.article__header {
  display: flex;
  justify-content: space-between;
}
.article__header-title {
  font-size: 42px;
  line-height: 48.72px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .article__header-title {
    font-size: 26px;
    line-height: 32.4px;
  }
}
.article__header-title img {
  margin-left: 10px;
}
.article__list {
  display: flex;
  padding-top: 38px;
  padding-bottom: 70px;
  width: 1800px;
}
@media screen and (max-width: 1610px) {
  .article__list {
    width: 1600px;
  }
}
@media screen and (max-width: 1270px) {
  .article__list {
    width: 1300px;
  }
}
@media screen and (max-width: 1050px) {
  .article__list {
    width: 1100px;
  }
}
@media screen and (max-width: 760px) {
  .article__list {
    width: 760px;
    padding-bottom: 20px !important;
  }
}
.article__list--blog {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1610px) {
  .article__list {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 760px) {
  .article__list {
    padding-top: 25px;
  }
}
.article__card {
  width: 382px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.article__card:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 1610px) {
  .article__card {
    width: 382px;
  }
}
@media screen and (max-width: 1270px) {
  .article__card {
    width: 310px;
  }
}
@media screen and (max-width: 1050px) {
  .article__card {
    width: 358px;
  }
}
@media screen and (max-width: 760px) {
  .article__card {
    width: 328px;
  }
}
.article__card--skeleton .article__card-image_label, .article__card--skeleton img {
  display: none;
}
.article__card-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 382px;
  height: 213px;
}
@media screen and (max-width: 1610px) {
  .article__card-image {
    width: 382px;
    height: 218px;
  }
}
@media screen and (max-width: 1270px) {
  .article__card-image {
    width: 300px;
    height: 190px;
  }
}
@media screen and (max-width: 1050px) {
  .article__card-image {
    width: 358px;
    height: 200px;
  }
}
@media screen and (max-width: 760px) {
  .article__card-image {
    width: 328px;
    height: 183px;
  }
}
.article__card-image img {
  border-radius: 24px;
  object-fit: cover;
  transition: all 300ms;
  max-height: 266px;
  min-height: 254px;
  width: 100%;
}
.article__card-image--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  width: 100%;
}
.article__card-image_label {
  background: var(--primary1);
  border-radius: 12px;
  text-align: center;
  padding: 5px 10px;
  width: auto;
  position: absolute;
  bottom: 15px;
  left: 10px;
  font-family: "Geologica";
}
.article-page__label.date {
    width: 200px;
    background: rgb(15 15 15);
}
.date_categ_container {
    display: flex;
    gap: 15px;
}
@media screen and (max-width: 760px) {
  .article__card-image_label {
    width: auto;
    bottom: 10px;
  }
}
.article__card-image_label a {
  font-size: 18px;
  line-height: 22.32px;
  color: var(--white);
}
@media screen and (max-width: 760px) {
  .article__card-image_label a {
    font-size: 12px;
    line-height: 14.88px;
  }
}
.article__card-title {
  padding-top: 15px;
  font-size: 18px;
  line-height: 22.32px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 57px;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .article__card-title {
    font-size: 16px;
    line-height: 19.84px;
  }
}
.article__card-info {
  display: flex;
  font-size: 16px;
  line-height: 22.4px;
  padding-top: 5px;
}
@media screen and (max-width: 760px) {
  .article__card-info {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.article__card-info_text {
  color: var(--gray);
}
.article__card-info_value {
  color: var(--gray);
  align-items: center;
  display: flex;
}
.article__card-info_value img {
  padding-left: 20px;
  padding-right: 5px;
}

.reviews {
  margin-top: 83px;
}
.advantages {
  padding-top: 120px;
}
@media screen and (max-width: 1610px) {
  .reviews {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 1050px) {
  .reviews {
    margin-top: 65px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 760px) {
  .reviews {
    margin-top: 50px;
  }
}
.reviews__title {
  padding-top: 18px;
  line-height: 22.4px;
}
@media screen and (max-width: 760px) {
  .reviews__title {
    padding-top: 20px;
  }
}
.reviews__list {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 760px) {
  .reviews__list {
    padding-top: 12px;
    gap: 12px;
  }
}
.reviews__item {
  display: flex;
  align-items: flex-start;
  width: 514px;
  padding: 24px;
  background: var(--dark_2);
  border-radius: 24px;
}
@media screen and (max-width: 1610px) {
  .reviews__item {
    width: 392px;
  }
  .reviews__list {
    gap: 21px;
  }
}
@media screen and (max-width: 1270px) {
  .reviews__item {
    width: 32%;
  }
  .reviews__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .reviews__item {
    width: 358px;
  }
}
@media screen and (max-width: 760px) {
  .reviews__item {
    width: 100%;
  }
}
.reviews__item--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  width: 514px;
  height: 94px;
  border-radius: 24px;
}
.reviews__item--skeleton .reviews__item-left, .reviews__item--skeleton .reviews__item-right {
  display: none;
}
@media screen and (max-width: 1610px) {
  .reviews__item--skeleton {
    width: 392px;
  }
}
@media screen and (max-width: 1270px) {
  .reviews__item--skeleton {
    width: 32%;
  }
}
@media screen and (max-width: 1050px) {
  .reviews__item--skeleton {
    width: 358px;
  }
}
@media screen and (max-width: 760px) {
  .reviews__item--skeleton {
    width: 100%;
  }
}
.reviews__item-left {
  background: rgba(69, 189, 117, 0.15);
  min-width: 42px;
  height: 42px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__item-left--red {
  background: rgba(239, 61, 71, 0.15);
}
.reviews__item-right {
  margin-left: 15px;
}
.reviews__item-text {
  font-size: 16px;
  line-height: 22.4px;
}
.reviews__item-text--gray {
  padding-top: 15px;
  font-size: 14px;
  line-height: 17.36px;
  font-weight: 600;
  color: var(--gray);
}
.reviews__item-answer {
  font-size: 16px;
  line-height: 22.4px;
}
.reviews__item-date {
  color: rgb(134, 134, 134);
  font-size: 16px;
  line-height: 22.4px;
}
@media screen and (max-width: 760px) {
  .reviews__item-date {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.reviews__blocks {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .reviews__blocks {
    gap: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .reviews__blocks {
    margin-top: 55px;
  }
}
@media screen and (max-width: 760px) {
  .reviews__blocks {
    margin-top: 55px;
    gap: 16px;
  }
}
.reviews__block {
  width: 379px;
  min-height: 200px;
  background: var(--dark_2);
  border-radius: 24px;
  text-align: center;
  padding: 47px 70px 20px 77px;
}
@media screen and (max-width: 1610px) {
  .reviews__block {
    width: 286px;
    padding: 47px 0px 20px 0px;
  }
}
@media screen and (max-width: 1270px) {
  .reviews__block {
    width: 45%;
  }
}
@media screen and (max-width: 1050px) {
  .reviews__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 160px;
  }
}
@media screen and (max-width: 760px) {
  .reviews__block {
    width: 47%;
    height: 110px;
    padding-top: 25px;
  }
}
.reviews__block--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  width: 379px;
  border-radius: 24px;
}
.reviews__block--skeleton .reviews__block-value, .reviews__block--skeleton .reviews__block-text {
  display: none;
}
@media screen and (max-width: 1610px) {
  .reviews__block--skeleton {
    width: 286px;
  }
}
@media screen and (max-width: 1270px) {
  .reviews__block--skeleton {
    width: 45%;
  }
}
@media screen and (max-width: 1050px) {
  .reviews__block--skeleton {
    width: 166px;
    height: 160px;
  }
}
@media screen and (max-width: 760px) {
  .reviews__block--skeleton {
    width: 47%;
    height: 110px;
  }
}
.reviews__block-value {
  color: var(--primary1);
  text-shadow: 0px 0px 30px var(--primary1);
  font-size: 42px;
  line-height: 48.72px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .reviews__block-value {
    font-size: 26px;
    line-height: 30.16px;
  }
}
.reviews__block-text {
  padding-top: 5px;
  font-size: 16px;
  line-height: 22.4px;
}
.reviews__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .reviews__button {
    width: 100%;
    margin-top: 15px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
}

.collections {
  margin-top: 75px;
}
@media screen and (max-width: 760px) {
  .collections {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1270px) {
  .collections {
    width: calc(100% + 15px);
  }
}
.collections__haeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collections__list {
  padding-top: 35px;
  width: 1800px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1610px) {
  .collections__list {
    width: 1600px;
  }
}
@media screen and (max-width: 1270px) {
  .collections__list {
    width: 1400px;
  }
}
@media screen and (max-width: 760px) {
  .collections__list {
    padding-top: 20px;
    width: 1460px;
  }
}
.collections__card {
  width: 382px;
  height: 248px;
  border-radius: 24px;
  position: relative;
  padding: 20px;
  background: var(--dark_2);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.collections__card:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 760px) {
  .collections__card {
    width: 278px;
    height: 180px;
  }
}
.collections__card--blue::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 150px;
  height: 150px;
  background: var(--primary1);
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: 1;
}
.collections__card--green::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 150px;
  height: 150px;
  background: var(--success);
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: 1;
}
.collections__card--red::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 150px;
  height: 150px;
  background: var(--error);
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: 1;
}
.collections__card--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
}
.collections__card--skeleton .collections__card-title, .collections__card--skeleton .collections__card-images {
  display: none;
}
.collections__card-title {
  font-size: 26px;
  line-height: 36.4px;
  font-weight: 600;
  font-family: "Geologica";
  color: white;
}
.page_margin_bottom {
    margin-bottom: 30px;
}

.page_margin_top {
    margin-top: 30px;
}
delivery, attention {
    margin: 10px 0;
    font-size: 18px;
    line-height: 22.32px;
    padding: 16px;
    background: var(--black_theme_1);
    border-radius: 16px;
    font-family: "Geologica";
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
@media screen and (max-width: 760px) {
  .collections__card-title {
    font-size: 22px;
    line-height: 25.52px;
  }
}
.collections__card-images {
  position: relative;
}
.collections__card-image {
  position: absolute;
}
.collections__card-image--1 {
  top: 45px;
  left: 20px;
  z-index: 5;
}
@media screen and (max-width: 760px) {
  .collections__card-image--1 {
    top: 20px;
  }
}
.collections__card-image--2 {
  transform: rotate(8deg);
  z-index: 4;
  top: 55px;
  left: 110px;
}
@media screen and (max-width: 760px) {
  .collections__card-image--2 {
    top: 35px;
    left: 85px;
  }
}
.collections__card-image--3 {
  transform: rotate(16deg);
  z-index: 3;
  top: 80px;
  right: 60px;
}
@media screen and (max-width: 760px) {
  .collections__card-image--3 {
    top: 55px;
    right: 40px;
  }
}
.collections__card-image img {
  width: 100px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 2px 22px 27px 0px rgba(16, 17, 29, 0.7);
}
@media screen and (max-width: 760px) {
  .collections__card-image img {
    width: 85px;
    height: 113px;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.skeleton, .advantages__item--skeleton, .category__card-image--skeleton, .category__card--skeleton, .main__hero-slider--skeleton, .main__hero-static--skeleton, .catalog__card--skeleton, .catalog__card--skeleton .catalog__card-image--skeleton, .catalog__card--skeleton .catalog__card-icon--skeleton, .catalog__card-price--skeleton, .article__card--skeleton, .article__card-image--skeleton, .reviews__item--skeleton, .reviews__block--skeleton, .collections__card--skeleton {
  background-size: 200% 100%;
  animation: skeleton-loading 1.9s infinite ease-in-out;
  will-change: background-position;
}

.catalog-page {
  position: relative;
  z-index: 1;
}
.catalog-page__form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 900px) {
  .catalog-page {
    /*z-index: 1099;*/
    z-index: 1;
  }
}
.catalog-page__title {
  padding-top: 3px;
  font-size: 52px;
  line-height: 60.32px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 760px) {
  .catalog-page__title {
    font-size: 30px;
    line-height: 34.8px;
  }
}
.catalog-page__breadcrumbs {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.catalog-page__breadcrumbs::-webkit-scrollbar {
  display: none;
}
.catalog-page__product {
  padding: 24px 24px 21px 24px;
  border-radius: 30px;
  border: 1px solid var(--primary1);
  background-color: var(--dark_2);
}
@media screen and (max-width: 760px) {
  .catalog-page__product {
    margin-top: 24px;
  }
}
.catalog-page__product-content {
  display: flex;
}
@media screen and (max-width: 760px) {
  .catalog-page__product-content {
    flex-direction: column;
  }
}
.catalog-page__product-left {
  margin-right: 10px;
}
.catalog-page__product-left img {
  width: 171px;
  height: 171px;
  border-radius: 16px;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  .catalog-page__product-left img {
    width: 156px;
    height: 156px;
  }
}
.catalog-page__product-title {
  font-size: 22px;
  line-height: 27.28px;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .catalog-page__product-title {
    padding-top: 16px;
  }
}
.catalog-page__product-info {
  padding-top: 15px;
  margin-left: 7px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .catalog-page__product-info {
    flex-wrap: wrap;
  }
}
.catalog-page__product-info_text {
  display: flex;
  align-items: center;
  color: var(--gray);
}
.catalog-page__product-info_text img {
  margin-right: 5px;
}
.catalog-page__product-info_value {
  display: flex;
  align-items: center;
  margin-left: 18px;
  color: var(--gray);
}
@media screen and (max-width: 760px) {
  .catalog-page__product-info_value {
    margin-left: 15px;
  }
}
.catalog-page__product-info_value img {
  margin-right: 5px;
}
.catalog-page__product-info_star {
  color: var(--success);
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.catalog-page__product-info_star img {
  margin-right: 5px;
}
.catalog-page__product-info_label {
  color: var(--primary1);
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.catalog-page__product-info_label img {
  margin-right: 6px;
}
@media screen and (max-width: 760px) {
  .catalog-page__product-info_label {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.catalog-page__product-block {
  padding-top: 18px;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.catalog-page__product-button {
  margin-top: 10px;
  height: 52px;
  padding: 24px 20px;
  margin-left: 5px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .catalog-page__product-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.catalog-page__content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.catalog-page__content-right {
  width: 1322px;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.catalog-page__content-list {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gray) transparent;
}

@media screen and (max-width: 1610px) {
  .catalog-page__content-right {
    width: 964px;
  }
}
@media screen and (max-width: 1270px) {
  .catalog-page__content-right {
    width: 736px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog-page__content-right {
    width: 100%;
    margin-right: 0px;
  }
}
.catalog-page__content-right .catalog {
  margin-top: 0px;
}
.catalog-page__content-right .catalog__button {
  margin-top: 0px;
}
.catalog-page__content-left {
  width: 248px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (max-width: 1610px) {
  .catalog-page__content-left {
    width: 230px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog-page__content-left {
    display: none;
  }
}
.catalog-page__content-menu {
  padding: 20px;
  background: var(--dark_2);
  border-radius: 16px;
}
.catalog-page__content-menu .header__search-input {
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 1050px) {
  .catalog-page__content-menu--mobile {
    display: none;
  }
}

.catalog-page__content-menu_search .form-field__input--with-icon-search {
  background-size: 20px;
}
.catalog-page__content-menu_search .form-field__input {
  font-size: 14px;
}
.catalog-page__content-menu_search .form-field__input--with-icon {
  padding-top: 5px;
  padding-left: 38px;
}
.catalog-page__content-link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.catalog-page__content-link a {
  display: flex;
  align-items: center;
  color: var(--primary1);
}
.catalog-page__content-link a img {
  margin-right: 7px;
}
.catalog-page__content-link_bottom a {
  font-size: 16px;
  line-height: 20px;
  color: var(--primary1);
}
.catalog-page__content-title {
  padding-top: 4px;
  font-size: 20px;
  line-height: 24.8px;
  font-weight: 600;
  padding-bottom: 8px;
}
.catalog-page__content-item {
  cursor: pointer;
  padding-bottom: 12px;
}
.catalog-page__content-item a {
  display: flex;
  align-items: center;
  position: relative;
}
.catalog-page__content-item_text {
  max-width: 85%;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  z-index: 1;
  transition: all 300ms;
}
.catalog-page__content-item_text:hover {
  color: var(--primary1);
}
.catalog-page__content-item_value {
  color: var(--gray);
  margin-left: 5px;
  margin-right: 9px;
  z-index: 5;
}
.catalog-page__content-search {
  display: block;
}
.catalog-page__filter {
  display: none;
}

@media screen and (max-width: 1050px) {
  .catalog-page__filter {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .catalog-page__filter {
    display: none;
  }
}
.catalog-page__filter--mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .catalog-page__filter--mobile {
    margin-right: 20px;
    padding-top: 0px;
    display: block;
    width: 100%;
  }
}
.catalog-page__search {
  position: relative;
}
.catalog-page__search-top {
  display: flex;
  align-items: center;
}
.product__info-indicator--orange{
  background: rgb(165 126 35 / 15%);
}
.product__info-indicator_text--orange {
  color: #f2aa16;
}
.catalog-page__search-top .header__search-input {
  width: 1006px;
  height: 48px;
  margin-right: 16px;
}
@media screen and (max-width: 1610px) {
  .catalog-page__search-top .header__search-input {
    width: 648px;
  }
}
@media screen and (max-width: 1270px) {
  .catalog-page__search-top .header__search-input {
    width: 520px;
  }
}
@media screen and (max-width: 760px) {
  .catalog-page__search-top .header__search-input {
    width: 100%;
  }
  .catalog-page-field.form-field {
      width: 100%;
    }
}
@media screen and (max-width: 600px) {
  .catalog-page__search-top .header__search-input {
    display: flex;
  }
}
.catalog-page__search-top .form-field__input {
  font-size: 16px;
  font-family: "Onest";
}
.catalog-page__search-top .catalog-page__form {
  width: 100%;
}
@media screen and (max-width: 1270px) {
  .catalog-page__search-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 200px;
  }
}
.catalog-page__search-top .select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 12px;
}
@media screen and (max-width: 760px) {
  .catalog-page__search-top {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.catalog-page__search-field .form-field__input {
  height: 40px;
  border-radius: 12px;
  width: 255px;
  font-family: "Onest";
  padding-bottom: 4px;
}
.catalog-page__search-field .form-field__input:focus {
  border: 2px solid var(--primary_hover);
}
.catalog-page__search-price {
  width: 100%;
  background: var(--dark_2);
  border-radius: 24px;
  padding: 20px;
}

@media screen and (max-width: 760px) {
  .catalog-page__search-price {
    padding-bottom: 30px;
  }
}
.catalog-page__search-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19.8px;
  font-weight: 500;
  color: var(--gray);
  letter-spacing: 2px;
}
.catalog-page__search-filters {
  display: flex;
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .catalog-page__search-filters {
    margin-top: 0px;
  }
}
.catalog-page__search-filters input {
  width: 104px;
  height: 40px;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 760px) {
  .catalog-page__search-filters input {
    width: 139px;
  }
}
.catalog-page__search-filter {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .catalog-page__search-filter--2 {
    margin-right: -10px;
  }
}
.catalog-page__search-filter-left, .catalog-page__search-filter-right {
  width: 48%;
}
.catalog-page__search-filter .form-field__input {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  position: absolute;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .catalog-page__search-filter .form-field__input {
    width: 85px;
  }
}
@media screen and (max-width: 1050px) {
  .catalog-page__search-filter .form-field__input {
    width: 100%;
  }
}
.catalog-page__search-filter input {
  padding-right: 35px;
}
.catalog-page__search-label {
  position: absolute;
  top: 22px;
  right: 15px;
}
.catalog-page__forms {
  display: none;
}
@media screen and (max-width: 1050px) {
  .catalog-page__forms {
    display: block;
    margin-top: 36px;
  }
}
@media screen and (max-width: 760px) {
  .catalog-page__forms {
    margin-top: 0px;
  }
}
.catalog-page__forms .select2-selection--single {
  background-color: var(--black3);
  border: 1px solid var(--stroke);
  height: 48px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  display: flex;
  align-items: center;
  transition: all 300ms;
  margin-bottom: 10px;
}
.catalog-page__form select:hover {
  border-color: var(--gray);
  transition: all 300ms;
}
.catalog-page__form select:focus {
  border-color: var(--primary);
  background: green;
}
.catalog-page__form .select2-container--default .select2-selection--single {
  font-size: 16px;
}
.catalog-page__form .catalog-page__search-top .select2-container--default .select2-selection--single {
  max-width: 300px;
}
.catalog-page__form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 35px;
}
.catalog-page__form-checkbox {
  width: 100%;
  background: var(--dark_2);
  color: var(--gray);
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  outline: none;
  padding: 20px;
}
.catalog-page__form-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19.84px;
  font-weight: 500;
  color: var(--gray);
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}
.catalog-page__advantages {
  padding-top: 120px;
}
@media screen and (max-width: 760px) {
  .catalog-page__advantages {
    padding-top: 60px;
  }
}
.catalog-page__reviews {
  padding-top: 15px;
}
.catalog-page__footer {
  margin-top: 70px;
}
@media screen and (max-width: 760px) {
  .catalog-page__footer {
    margin-top: 60px;
  }
}

.blog {
  position: relative;
  z-index: -1;
}
.blog__content {
  padding-top: 46px;
  display: flex;
}
@media screen and (max-width: 1270px) {
  .blog__content {
    flex-direction: column;
  }
}
.blog__content-right {
  width: 1186px;
}
@media screen and (max-width: 1610px) {
  .blog__content-right {
    width: 890px;
  }
  .catalog-page__search-field .form-field__input {
  width: 185px;
}
}
@media screen and (max-width: 1270px) {
  .blog__content-right {
    width: 100%;
  }
}
.blog-swiper .swiper-pagination {
  padding-left: 105px;
  bottom: 60px;
}
@media screen and (max-width: 760px) {
  .blog-swiper .swiper-pagination {
    bottom: 30px;
    padding-left: 30px;
  }
}
.blog__swiper {
  width: 100%;
}
.blog__title {
  padding-top: 5px;
  font-size: 52px;
  line-height: 60.32px;
  font-weight: 700;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .blog__title {
    font-size: 26px;
    line-height: 32.24px;
  }
}
.blog__slider {
  position: relative;
  margin-top: 0px;
  width: 1186px;
  height: 100%;
  z-index: 1;
  padding: 115px 110px;
  border-radius: 50px;
}
     .modal {
  display: none; 
  align-items: center;
  position: fixed; 
  z-index: 999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgba(0,0,0,0.6); 
}

.modal-content {
  margin: 5% auto;
  padding: 0 10px;
  border-radius: 8px;
  width: 850px;
  max-width: 100%;
  min-width: 250px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.close {
  color: #fff;
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
  transition: all .3s;
}

.close:hover {
  color: #000;
}
.sidebar__item--active {
    background: var(--black_theme_1);
    border-radius: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
}
@media screen and (max-width: 1610px) {
  .blog__slider {
    width: 890px;
  }
}
@media screen and (max-width: 1270px) {
  .blog__slider {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .blog__slider {
    height: 422px;
    padding: 30px;
    border-radius: 24px;
  }
}
.blog__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/banner.webp);
  height: 500px;
  opacity: 30%;
  z-index: -1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}
@media screen and (max-width: 760px) {
  .blog__slider::before {
    border-radius: 30px;
  }
}
.blog__slider-pagination .swiper-pagination .swiper-pagination {
  padding-left: 105px;
}
.blog__slider-label {
  margin-top: 5px;
  background: var(--primary1);
  border-radius: 12px;
  text-align: center;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  line-height: 1;
  width: auto;
  font-family: "Geologica";
}
.blog__slider-label a {
  font-size: 16px;
  display: block;
  line-height: 19.84px;
}
.blog__slider-title {
    padding-top: 10px;
    font-size: 42px;
    line-height: 50.4px;
    font-weight: 600;
    font-family: "Geologica";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 760px) {
  .blog__slider-title {
    padding-top: 10px;
    font-size: 26px;
    line-height: 30.16px;
  }
  .blog__slider-title br {
    display: none;
  }
}
.blog__slider-text {
  padding-top: 7px;
  font-size: 18px;
  line-height: 25.2px;
  width: 859px;
  height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1610px) {
  .blog__slider-text {
    width: 100%;
    height: 57px;
  }
  .blog__slider-text br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .blog__slider-text {
    font-size: 16px;
    line-height: 22.4px;
    height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.blog__slider-button {
  margin-top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1610px) {
  .blog__slider-button {
    width: 125px;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .blog__slider-button {
    margin-top: 7px;
    width: 100%;
    text-align: center;
    height: 48px;
    border-radius: 12px;
  }
  .blog__slider-button .button__label {
    height: 48px;
    line-height: 48px;
  }
}
.blog__article {
  margin-top: -10px;
}
@media screen and (max-width: 760px) {
  .blog__article {
    margin-top: 0px;
  }
}
.blog__article .article__card {
  margin-right: 0px;
}
@media screen and (max-width: 760px) {
  .blog__article .article__card {
    width: 100%;
    height: 100%;
  }
}
.blog__article .article__card-image img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .blog__article .article__card-image img {
    width: 100%;
    height: 213px;
  }
}
@media screen and (max-width: 760px) {
  .blog__article .article__card-image {
    width: 100%;
    height: 213px;
  }
}
@media screen and (max-width: 760px) {
  .blog__article .article__card-image_label {
    width: 93px;
  }
  .blog__article .article__card-image_label a {
    font-size: 14px;
  }
}
.blog__button .catalog__button {
  margin-top: -25px;
}
@media screen and (max-width: 760px) {
  .blog__button .catalog__button {
    margin-top: 0px;
  }
}
.blog__advantages {
  padding-top: 90px;
}
@media screen and (max-width: 760px) {
  .blog__advantages {
    padding-top: 60px;
  }
}
.blog__footer {
  margin-top: 90px;
}

.article-page {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 760px) {
  .article-page__breadcrumbs {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .article-page__breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.article-page__content {
  display: flex;
}
.article-page__content-left {
  width: 1127px;
  margin-right: 80px;
}
@media screen and (max-width: 1610px) {
  .article-page__content-left {
    width: 100%;
    margin-right: 0px;
  }
}
.article-page__title {
  font-size: 52px;
  line-height: 60.32px;
  font-weight: 600;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .article-page__title {
    font-size: 30px;
    line-height: 34.8px;
  }
}
.article-page__label {
  margin-top: 42px;
  background: var(--primary1);
  border-radius: 12px;
  width: auto;
  text-align: center;
  padding: 8px 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.article-page__info img {
    max-width: 720px;
    width: 100% !important;
    height: auto;
    vertical-align: middle;
    border-style: none;
    border-radius: 20px;
    margin-bottom: 20px;
}
.article-page__info p a {
    color: var(--primary1);
}
@media screen and (max-width: 760px) {
  .article-page__label {
    margin-top: 24px;
    font-size: 16px;
    line-height: 19.84px;
  }
}
.article-page__image {
  width: 1127px;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .article-page__image {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 239px;
  }
}
@media screen and (max-width: 1610px) {
  .article-page__image {
    width: 1218px;
  }
}
@media screen and (max-width: 1270px) {
  .article-page__image {
    width: 100%;
  }
}
.article-page__image img {
  width: 100%;
  height: 500px;
  border-radius: 50px;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  .article-page__image img {
    height: 239px;
    border-radius: 24px;
  }
}
.article-page__info p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .article-page__info p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.article-page__info h2 {
  padding-top: 30px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 29.76px;
  font-weight: 700;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .article-page__info h2 {
    padding-top: 20px;
    font-size: 22px;
    line-height: 29.04px;
  }
}
.article-page__info h2--2 {
  padding-top: 45px;
}
.article-page__info h3 {
  padding-top: 30px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 27.2px;
}
.article-page__info h4 {
  padding-top: 30px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 22.2px;
}
.article-page__info ul, .article-page__info ol {
  margin: 15px 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 22.2px;
}
@media screen and (max-width: 760px) {
  .article-page__info ul, .article-page__info ol {
    font-size: 16px;
    line-height: 22.04px;
  }
}
.article-page__info ul {
  list-style-type: disc;
}
.article-page__info ol {
  list-style-type: decimal;
}
.article-page__info li {
  padding-bottom: 10px;
}
.article-page__info strong {
  font-weight: bold;
}
.article-page__info em {
  font-style: italic;
}
.article-page__info blockquote {
  margin: 20px 0px;
  padding: 25px;
  border-left: 5px solid var(--gray);
  font-style: italic;
  color: #7f8c8d;
  font-size: 18px;
  line-height: 22.2px;
}
@media screen and (max-width: 760px) {
  .article-page__info blockquote {
    font-size: 16px;
    line-height: 22.04px;
  }
}
.article-page__info-image {
  width: 100%;
  height: 452px;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .article-page__info-image {
    height: 100%;
    margin-bottom: 0px;
  }
}
.article-page__info-image img {
  width: 100%;
  height: 452px;
  object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 760px) {
  .article-page__info-image img {
    height: 100%;
  }
}
.article-page__list {
  margin-top: -17px;
}
@media screen and (max-width: 1610px) {
  .article-page__list {
    display: none;
  }
}
.article-page__list-title {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  padding-bottom: 24px;
  font-family: "Geologica";
}
.article-page__catalog {
  margin-top: 70px;
}
.article-page__article.article {
  background: none;
  margin-top: 0px;
  padding-top: 70px;
}
@media screen and (max-width: 760px) {
  .article-page__article.article {
    padding-top: 40px;
  }
}
.article-page__footer {
  padding-top: 90px;
}
@media screen and (max-width: 760px) {
  .article-page__footer {
    margin-top: 60px;
  }
}

.about {
  position: relative;
  z-index: 0;
}
.about__banner {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  height: 500px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 1050px) {
  .about__banner {
    height: 782px;
  }
}
@media screen and (max-width: 760px) {
  .about__banner {
    height: 583px;
    padding-bottom: 264px;
  }
}
.about__banner-content {
  padding-top: 150px;
  padding-bottom: 145px;
  padding-left: 160px;
  width: 770px;
}
@media screen and (max-width: 1610px) {
  .about__banner-content {
    padding-left: 100px;
    width: 650px;
  }
  .about__banner-content br {
    display: none;
  }
}
@media screen and (max-width: 1270px) {
  .about__banner-content {
    padding-left: 20px;
    width: 500px;
  }
}
@media screen and (max-width: 1050px) {
  .about__banner-content {
    width: 100%;
    padding: 30px;
  }
}
.about__banner-content--right {
  width: 820px;
  margin-left: auto;
  padding-left: 0px;
}
@media screen and (max-width: 1610px) {
  .about__banner-content--right {
    padding-left: 80px;
    padding-right: 80px;
    width: 650px;
  }
  .about__banner-content--right br {
    display: none;
  }
}
@media screen and (max-width: 1270px) {
  .about__banner-content--right {
    width: 550px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .about__banner-content--right {
    width: 100%;
    padding: 30px;
  }
}
.about__banner-title {
  font-size: 52px;
  line-height: 60.32px;
  font-weight: 700;
  position: relative;
  z-index: 22;
  font-family: "Geologica";
}
.about__banner-title span {
  color: var(--primary1);
}
@media screen and (max-width: 760px) {
  .about__banner-title {
    font-size: 26px;
    line-height: 30.16px;
  }
}
.about__banner-text {
  padding-top: 15px;
  font-size: 18px;
  line-height: 25.2px;
  position: relative;
  z-index: 22;
}
@media screen and (max-width: 760px) {
  .about__banner-text {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.about__banner-bg {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.about__banner-bg img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  opacity: 20%;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 1050px) {
  .about__banner-bg img {
    width: 100%;
    height: 100%;
  }
}
.about__banner-el {
  width: 550px;
  height: 424px;
  bottom: 70px;
  right: 0px;
  background-size: 550px;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 1610px) {
  .about__banner-el {
    right: -160px;
  }
}
@media screen and (max-width: 1050px) {
  .about__banner-el {
    top: 40px;
    right: 0px;
  }
}
@media screen and (max-width: 760px) {
  .about__banner-el {
    background-size: 240px;
    top: auto;
    bottom: -510px;
    right: -220px;
  }
}
.about__banner-image {
  position: absolute;
  z-index: 10;
  top: 2px;
  bottom: 0px;
  right: 250px;
  width: 750px;
  width: 500px;
}
@media screen and (max-width: 1610px) {
  .about__banner-image {
    right: 100px;
    top: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .about__banner-image {
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.about__banner-image img {
  width: 754px;
  height: 500px;
  pointer-events: none;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 1050px) {
  .about__banner-image img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 760px) {
  .about__banner-image img {
    width: 398px;
    height: 247px;
  }
}
.about__banner-image--left {
  left: 0px;
}
@media screen and (max-width: 1610px) {
  .about__banner-image--left {
    position: absolute;
    top: 47px;
    left: -140px;
  }
}
@media screen and (max-width: 1270px) {
  .about__banner-image--left {
    left: -220px;
  }
}
@media screen and (max-width: 1050px) {
  .about__banner-image--left {
    width: 100%;
    left: 0;
    bottom: -232px;
  }
  .about__banner-image--left img {
    width: 754px;
    height: 500px;
  }
}
@media screen and (max-width: 760px) {
  .about__banner-image--left {
    top: auto;
    bottom: 0px;
  }
  .about__banner-image--left img {
    width: 498px;
    height: 308px;
  }
}
.about__advantages.advantages {
  margin-top: 95px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1050px) {
  .about__advantages.advantages {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.about__reviews {
  padding-top: 18px;
}
.about__footer {
  margin-top: 90px;
}

.support {
  position: relative;
  z-index: 0;
}
.support__banner {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .support__banner {
    padding-bottom: 264px;
  }
}
.support__banner-content {
  padding-top: 140px;
  padding-bottom: 144px;
  padding-left: 159px;
  width: 720px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1610px) {
  .support__banner-content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 760px) {
  .support__banner-content {
    width: 100%;
    padding: 30px;
  }
  .support__banner-content br {
    display: none;
  }
}
.support__banner-content_social {
  padding-top: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .support__banner-content_social {
    display: none;
  }
}
.support__banner-content_social--mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .support__banner-content_social--mobile {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
}
.support__banner-title {
  font-size: 52px;
  line-height: 60.32px;
  font-weight: 600;
  position: relative;
  z-index: 22;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .support__banner-title {
    font-size: 30px;
    line-height: 37.2px;
  }
}
.support__banner-text {
  padding-top: 12px;
  font-size: 18px;
  line-height: 25.2px;
}
.support__banner-bg {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.support__banner-bg img {
  width: 100%;
  height: 500px;
  border-radius: 50px;
  opacity: 20%;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 760px) {
  .support__banner-bg img {
    width: 100%;
    height: 100%;
  }
}
.support__banner-el {
  width: 642px;
  height: 624px;
  bottom: 0px;
  right: 0px;
  background-size: 642px;
  background-repeat: no-repeat;
  background-image: url(../img/main-hero-slider-el-2.svg);
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 760px) {
  .support__banner-el {
    width: 314px;
    height: 209px;
    background-size: 314px;
    top: auto;
    bottom: 0px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.support__banner-image {
  position: absolute;
  z-index: 10;
  top: -3px;
  bottom: 0px;
  right: -90px;
  width: 750px;
  height: 500px;
}
@media screen and (max-width: 760px) {
  .support__banner-image {
    top: auto;
    right: 50%;
    left: 50%;
    transform: translate(-17%, 50.4%);
    bottom: 0;
  }
}
.support__banner-image img {
  width: 557px;
  height: 503px;
  pointer-events: none;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 760px) {
  .support__banner-image img {
    width: 243px;
    height: 247px;
  }
}
.support__banner-button {
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .support__banner-button {
    margin-top: -5px;
  }
}
.support__banner-icon {
  width: 56px;
  height: 56px;
  padding: 18px 16px;
  border-radius: 16px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support__banner-icon a {
  padding: 18px 16px;
}
.support__banner-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .support__banner-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
}
.support__banner-icon--1 {
  background-color: #5865F2;
}
.support__banner-icon--2 {
  background-color: #25A2E0;
}
.support__banner-icon--3 {
  background-color: #0077FF;
}
.support__banner-icons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .support__banner-icons {
    justify-content: flex-start;
  }
}
.support__button {
  width: 100%;
  text-align: center;
}
.support__faq {
  padding-top: 60px;
}
@media screen and (max-width: 760px) {
  .support__faq {
    margin-bottom: 70px;
  }
}
.support__faq-title {
  margin-bottom: 40px;
  font-family: "Geologica";
}
.support__faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.support__faq-arrow img {
  transform: rotate(90deg);
}
.support__faq-arrow--active img {
  transform: rotate(-90deg);
}
.support__faq-question {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  width: 100%;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .support__faq-question {
    font-size: 18px;
    line-height: 22.32px;
  }
}
.support__faq-answer {
  font-size: 18px;
  line-height: 25.2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-top: 1px solid transparent;
}
.support__faq-answer .ac-text {
  padding-top: 22px;
}
@media screen and (max-width: 760px) {
  .support__faq-answer {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.support__faq-card {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 24px;
  background: var(--dark_2);
}
.support__footer {
  margin-top: 0px;
}

.support__faq-card.is-active .support__faq-answer {
  border-top: 1px solid var(--stroke);
}

.support__faq-card.is-active .support__faq-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.product {
  padding-top: 20px;
}
@media screen and (max-width: 760px) {
  .product {
    margin-top: -20px;
  }
}
.product__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 30%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
@media screen and (max-width: 760px) {
  .product__background {
    background-image: none;
  }
}
.product__content {
  padding-top: 30px;
  display: flex;
}
.product__content-left {
  width: 400px;
  margin-right: 30px;
}
@media screen and (max-width: 1270px) {
  .product__content-left {
    width: 210px;
  }
}
@media screen and (max-width: 760px) {
  .product__content-left {
    display: none;
  }
}
.product__content-right {
  width: 1158px;
}
@media screen and (max-width: 1050px) {
  .product__content-right {
    width: 469px;
  }
}
@media screen and (max-width: 760px) {
  .product__content-right {
    width: 100%;
  }
}
.product__content-image--mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .product__content-image--mobile {
    display: block;
    margin-bottom: 16px;
  }
}
.product__content-image img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 1270px) {
  .product__content-image img {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 760px) {
  .product__content-image img {
    width: 100%;
    height: auto;
  }
}
.product__user {
  margin-top: 28px;
  background: var(--dark_2);
  border-radius: 30px;
  padding: 30px;
}
.product__user-top a {
  display: flex;
  align-items: center;
  background: var(--black_theme_1);
  padding: 12px 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 300ms;
}
.product__user-top a:hover {
  background: var(--black_theme);
}
@media screen and (max-width: 1270px) {
  .product__user-top a {
    flex-direction: column;
    align-items: start;
  }
}
.product__user-icon {
  margin-right: 8px;
  background-image: url(../img/user.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.product__user-item_icon--review {
  background-image: url(../img/review.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.product__user-item_icon--cart {
  background-image: url(../img/cart-white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.product__user-item_icon--time {
  background-image: url(../img/icon-time.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1270px) {
  .product__user-icon {
    margin-bottom: 10px;
    width: 35px;
  }
}
.product__user-icon img {
  width: 24px;
  height: 24px;
}
.product__user-info {
  width: 208px;
}
@media screen and (max-width: 1270px) {
  .product__user-info {
    width: 100%;
    margin-bottom: 10px;
  }
}
.product__user-bottom {
  display: flex;
}
.product__user-text {
  font-size: 16px;
  line-height: 22.4px;
  color: var(--gray);
}
.product__user-name {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.product__user-arrow {
  margin-left: 10px;
}
@media screen and (max-width: 1270px) {
  .product__user-arrow {
    margin-left: 0px;
  }
}
.product__user-arrow img {
  transform: rotate(-90deg);
}
.product__user-message {
  margin-left: 10px;
}
.product__user-message img {
  width: 24px;
  height: 24px;
}
.product__user-list {
  padding-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.product__user-item {
  width: 164px;
  display: flex;
  align-items: center;
}
.product__user-item_icon {
  margin-right: 10px;
}
.product__user-item_icon img {
  width: 24px;
  height: 24px;
}
.product__user-item_text {
  font-size: 16px;
  line-height: 22.4px;
  color: var(--gray);
}
.product__user-item_value {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.product__user--mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .product__user--mobile {
    display: block;
    padding: 20px;
  }
  .product__user--mobile .product__user-top a {
    flex-direction: row;
    align-items: center;
  }
  .product__user--mobile .product__user-item {
    width: 48%;
  }
}
.product__social {
  margin-top: 28px;
  background: var(--dark_2);
  border-radius: 30px;
}
.product__social-item {
  border: 1px solid var(--dark_2);
  transition: all 300ms;
}
.product__social-item a {
  display: flex;
  align-items: center;
  padding: 25px 18px;
  cursor: pointer;
}
.product__social-item:first-child {
  border: 1px solid var(--dark_2);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.product__social-item:first-child:hover {
  background: var(--black_theme);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.product__social-item:last-child {
  border: 1px solid var(--dark_2);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product__social-item:last-child:hover {
  background: var(--black_theme);
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.product__social-item:hover {
  background: var(--black_theme);
  border: 1px solid var(--stroke);
}
.product__social-item_icon {
  margin-right: 20px;
}
.product__social-item_icon img {
  width: 24px;
  height: 24px;
}
.product__social-item_title {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.product__social-item_arrow {
  margin-left: auto;
}
.product__social-item_arrow img {
  transform: rotate(-90deg);
}
.product__social--mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .product__social--mobile {
    display: block;
  }
}
.product__sale {
  margin-top: 28px;
  background: var(--dark_2);
  border-radius: 30px;
  padding: 30px;
}
.product__sale-title {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.product__sale-text {
  padding-top: 7px;
  font-size: 18px;
  line-height: 25.2px;
  color: var(--gray);
}
.product__sale-list {
  padding-top: 20px;
}
.product__sale-item {
  display: flex;
  padding-bottom: 18px;
  font-family: "Geologica";
}
.product__sale-item:last-child {
  padding-bottom: 0px;
}
.product__sale-item_price {
  width: 100px;
  font-size: 18px;
  line-height: 22.32px;
  margin-right: 10px;
}
.product__sale-item_value {
  font-size: 18px;
  line-height: 22.32px;
  color: var(--primary1);
}
.product__sale--mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .product__sale--mobile {
    display: block;
  }
}
.product__info {
  width: 100%;
  background-color: var(--dark_2);
  padding: 30px;
  border-radius: 30px;
}
.product__info-title {
  padding-top: 5px;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .product__info-title {
    padding-top: 10px;
  }
}
.product__info-indicators {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 760px) {
  .product__info-indicators {
    margin-top: 16px;
  }
}
.product__info-indicator {
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 11px;
  background: var(--black_theme_1);
  margin-right: 15px;
}
.product__info-indicator--green {
  background: rgba(35, 165, 93, 0.15);
}
.product__info-indicator_icon img {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}
.product__info-indicator_icon {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}
.product__info-indicator_icon--cart {
  background-image: url(../img/cart-white.svg);
  background-repeat: no-repeat;
}
.product__info-indicator_icon--review {
  background-image: url(../img/review.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .product__info-indicator_icon img {
    width: 20px;
    height: 20px;
  }
  .product__info-indicator_icon {
    width: 22px;
    height: 22px;
  }
}
.product__info-indicator_text {
  font-size: 18px;
  line-height: 25.2px;
}
@media screen and (max-width: 760px) {
  .product__info-indicator_text {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.product__info-indicator_text--green {
  color: var(--success);
}
.product__breadcrumbs {
  padding-top: 0px;
}
@media screen and (max-width: 760px) {
  .product__breadcrumbs {
    width: calc(100% + 40px);
    margin-top: -5px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product__breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.product__price {
  margin-top: 28px;
  width: 100%;
  background-color: var(--dark_2);
  border: 2px solid var(--primary1);
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 760px) {
  .product__price {
    padding: 20px;
  }
}
.product__price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--stroke);
  padding-bottom: 24px;
}
@media screen and (max-width: 1050px) {
  .product__price-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product__price-top_left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1050px) {
  .product__price-top_left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.product__price-top_right {
  font-size: 18px;
  line-height: 23.32px;
  letter-spacing: 0.5px;
}
.product__price-top_right span {
  color: #deff01;
  background-color: rgb(57 237 143 / 20%);
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block;
  text-shadow: 0 0 20px #f1e7ed;
}
@media screen and (max-width: 1050px) {
  .product__price-top_right {
    padding-top: 10px;
  }
  .product__price-top_right br {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .product__price-top_button {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product__price-top_button .button {
  cursor: pointer;
  min-width: 160px;
  width: auto;
}
@media screen and (max-width: 1050px) {
  .product__price-top_button .button {
    width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 760px) {
  .product__price-top_button .button {
    height: 48px;
    padding: 0px;
  }
}
.product__price-top_block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .product__price-top_block {
    flex-wrap: wrap;
  }
}
.product__price-top_price {
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 20px;
  font-family: "Geologica";
  background-color: rgb(57 237 143 / 20%);
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block;
  text-shadow: 0 0 20px #48C8FF;
}
@media screen and (max-width: 1050px) {
  .product__price-top_price {
    margin-left: 0px;
  }
}
.product__price-top_label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.36px;
  color: var(--primary1);
  border-radius: 8px;
  padding: 5px 4px;
  margin-left: 8px;
  background: var(--primary15);
  font-family: "Geologica";
}
.product__price-top_crossed {
  margin-left: 15px;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 22.32px;
  font-weight: 500;
  color: var(--gray);
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .product__price-top_crossed {
    margin-right: 20px;
  }
}
.product__price-top_bonus {
  display: flex;
  align-items: center;
  margin-left: 22px;
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.product__price-top_bonus br {
  display: none;
}
@media screen and (max-width: 1610px) {
  .product__price-top_bonus {
    margin-left: 12px;
  }
  .product__price-top_bonus br {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .product__price-top_bonus {
    margin-left: 0px;
  }
}
.product__price-top_bonus img {
  width: 26px;
  height: 26px;
  margin-right: 7px;
}
.product__price-title {
  padding-top: 25px;
  font-size: 20px;
  line-height: 24.8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .product__price-title {
    font-size: 18px;
    line-height: 22.32px;
  }
}
.product__price-title--radio {
  padding-top: 38px;
}
.product__price-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 46px;
}
.product__price-item {
  width: 340px;
}
@media screen and (max-width: 1610px) {
  .product__price-item {
    width: 300px;
  }
}
.product__price-item .form__radio {
  margin-bottom: 20px;
}
.reviews__empty {
    padding: 15px;
    background: var(--black_theme_1);
    border-radius: 22px;
    margin-top: 22px;
    width: max-content;
}
.discounts_empty {
  width: auto;
  font-size: 18px;
  line-height: 22.32px;
  margin-right: 10px;
  color: var(--primary1);
}
.product__price-fields {
  padding-top: 0px;
}
@media screen and (max-width: 760px) {
  .product__price-fields {
    padding-top: 20px;
  }
}
.product__price-field {
  margin-bottom: 46px;
}
.product__price-field:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 760px) {
  .product__price-field {
    margin-bottom: 24px;
  }
}
.product__price-field input {
  margin-top: 7px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .product__price-field input {
    height: 48px;
  }
}
.product__price-note {
  padding-top: 25px;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--gray);
}
.product__price-note a {
  text-decoration: underline;
  color: var(--gray);
  transition: all 300ms;
}
.product__price-note a:hover {
  color: var(--white);
  text-decoration: none;
}
.product__section {
  margin-top: 28px;
  width: 100%;
  background-color: var(--dark_2);
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 760px) {
  .product__section {
    padding: 20px;
  }
}
.product__section-title {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .product__section-title {
    font-size: 22px;
    line-height: 25.52px;
  }
}
.product__section-text {
  margin-top: 18px;
  font-size: 18px;
  line-height: 22.32px;
  padding: 16px;
  background: var(--black_theme_1);
  border-radius: 16px;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .product__section-text {
    margin-top: 10px;
  }
}
.product__section p {
  padding-top: 25px;
  font-size: 18px;
  line-height: 25.2px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 760px) {
  .product__section p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.product__chapter {
  margin-top: 28px;
  width: 100%;
  background-color: var(--dark_2);
  padding: 30px;
  border-radius: 30px;
}
.product__chapter-title {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
}
.product__chapter p {
  padding-top: 25px;
  font-size: 18px;
  line-height: 25.2px;
}
.product__advantages {
  margin-top: 69px;
}
@media screen and (max-width: 760px) {
  .product__footer {
    margin-top: 80px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: flex-end;
  overflow: auto;
  overflow-y: hidden;
  min-height: 16px;
}
.breadcrumbs a {
  color: var(--gray);
  text-align: right;
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  flex-shrink: 0;
}
.breadcrumbs a:not(:first-child)::before {
  content: "";
  background-color: var(--gray);
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4px;
  height: 4px;
  margin: 6px;
  margin-right: 10px;
}

.category {
  padding-top: 90px;
}
@media screen and (max-width: 760px) {
  .category {
    padding-top: 50px;
  }
}
.category__haeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category__list {
  width: 1800px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1610px) {
  .category__list {
    width: 1700px;
  }
}
@media screen and (max-width: 760px) {
  .category__list {
    padding-top: 20px;
    width: 1160px;
  }
}
.category__card {
  width: 248px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.category__card:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 1610px) {
  .category__card {
    width: 226px;
  }
}
@media screen and (max-width: 760px) {
  .category__card {
    width: 156px;
  }
}
.category__card--skeleton .category__card-image img {
  display: none;
}
.category__card-image {
  width: 248px;
  height: 248px;
}
@media screen and (max-width: 760px) {
  .category__card-image {
    width: 156px;
    height: 156px;
  }
}
.category__card-image img {
  width: 248px;
  height: 248px;
  border-radius: 16px;
  object-fit: cover;
}
@media screen and (max-width: 1610px) {
  .category__card-image img {
    width: 226px;
    height: 226px;
  }
}
@media screen and (max-width: 760px) {
  .category__card-image img {
    width: 156px;
    height: 156px;
  }
}
.category__card-image--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  border-radius: 24px;
  width: 248px;
  height: 248px;
}
@media screen and (max-width: 1610px) {
  .category__card-image--skeleton {
    width: 226px;
    height: 226px;
  }
}
@media screen and (max-width: 760px) {
  .category__card-image--skeleton {
    width: 156px;
    height: 156px;
  }
}
.category__card-price {
  padding-top: 18px;
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  color: #fdff00;
  font-family: "Geologica";
  
}
@media screen and (max-width: 760px) {
  .category__card-price {
    padding-top: 18px;
    font-size: 18px;
    line-height: 22.32px;
  }
}
.category__card-title {
  padding-top: 5px;
  font-size: 18px;
  line-height: 22.32px;
  font-weight: 500;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .category__card-title {
    font-size: 16px;
    line-height: 19.84px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}
.category__card-text {
  padding-top: 5px;
  color: var(--gray);
}
@media screen and (max-width: 760px) {
  .category__card-text {
    padding-top: 10px;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.skeleton, .advantages__item--skeleton, .main__hero-slider--skeleton, .main__hero-static--skeleton, .catalog__card--skeleton, .catalog__card--skeleton .catalog__card-image--skeleton, .catalog__card--skeleton .catalog__card-icon--skeleton, .catalog__card-price--skeleton, .article__card--skeleton, .article__card-image--skeleton, .reviews__item--skeleton, .reviews__block--skeleton, .collections__card--skeleton, .category__card--skeleton, .category__card-image--skeleton {
  background-size: 200% 100%;
  animation: skeleton-loading 1.9s infinite ease-in-out;
  will-change: background-position;
}

.advantages__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .advantages__list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.advantages__item {
  background: var(--dark_2);
  border-radius: 40px;
  width: 382px;
  padding: 30px;
}
@media screen and (max-width: 1610px) {
  .advantages__item {
    width: 288px;
  }
}
@media screen and (max-width: 1270px) {
  .advantages__item {
    width: 45%;
  }
}
@media screen and (max-width: 1050px) {
  .advantages__item {
    width: 358px;
  }
}
@media screen and (max-width: 760px) {
  .advantages__item {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    display: flex;
  }
}
.advantages__item--skeleton {
  background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%);
  width: 382px;
  height: 271px;
  border-radius: 40px;
}
.advantages__item--skeleton .advantages__item-icon, .advantages__item--skeleton .advantages__item-info {
  display: none;
}
@media screen and (max-width: 1610px) {
  .advantages__item--skeleton {
    width: 288px;
  }
}
@media screen and (max-width: 1270px) {
  .advantages__item--skeleton {
    width: 45%;
  }
}
@media screen and (max-width: 1050px) {
  .advantages__item--skeleton {
    width: 358px;
  }
}
@media screen and (max-width: 760px) {
  .advantages__item--skeleton {
    width: 100%;
    height: 108px;
  }
}
.advantages__item-icon {
  width: 99px;
  height: 99px;
  border: 1px solid var(--stroke);
  background: var(--dark_2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.advantages__item-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--primary1);
  filter: blur(30px);
}
@media screen and (max-width: 760px) {
  .advantages__item-icon {
    min-width: 60px;
    height: 60px;
    margin-right: 16px;
  }
}
.advantages__item-icon img {
  width: 50px;
  height: 47px;
}
@media screen and (max-width: 760px) {
  .advantages__item-icon img {
    width: 32px;
    height: 32px;
  }
}
.advantages__item-title {
  padding-top: 15px;
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .advantages__item-title {
    padding-top: 0px;
    font-size: 22px;
    line-height: 25.52px;
  }
}
.advantages__item-text {
  padding-top: 15px;
  font-size: 18px;
  line-height: 25.2px;
  color: var(--gray);
}
@media screen and (max-width: 1610px) {
  .advantages__item-text {
    padding-top: 12px;
  }
}
@media screen and (max-width: 760px) {
  .advantages__item-text {
    font-size: 16px;
    line-height: 22.4px;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.skeleton, .main__hero-slider--skeleton, .main__hero-static--skeleton, .catalog__card--skeleton, .catalog__card--skeleton .catalog__card-image--skeleton, .catalog__card--skeleton .catalog__card-icon--skeleton, .catalog__card-price--skeleton, .article__card--skeleton, .article__card-image--skeleton, .reviews__item--skeleton, .reviews__block--skeleton, .collections__card--skeleton, .category__card--skeleton, .category__card-image--skeleton, .advantages__item--skeleton {
  background-size: 200% 100%;
  animation: skeleton-loading 1.9s infinite ease-in-out;
  will-change: background-position;
}

.purchases {
  padding-top: 90px;
}
.purchases__haeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1610px) {
  .purchases__haeder {
    margin-top: -10px;
  }
}
.purchases__list {
  padding-top: 38px;
  display: flex;
  justify-content: space-between;
  width: 1800px;
  gap: 13px;
}
@media screen and (max-width: 1610px) {
  .purchases__list {
    width: 1500px;
  }
}
@media screen and (max-width: 1270px) {
  .purchases__list {
    width: 1300px;
  }
}
@media screen and (max-width: 1050px) {
  .purchases__list {
    width: 1000px;
  }
}
@media screen and (max-width: 760px) {
  .purchases__list {
    width: 100%;
  }
  .purchases__list .swiper-slide {
    width: auto !important;
  }
}
.purchases__card {
  width: 170px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.purchases__card:hover {
  transform: translateY(-10px);
}
.purchases__card-image img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 24px;
}
.purchases__time {
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--gray);
}
.purchases__time img {
  margin-right: 5px;
}

.seller {
  background: var(--dark_2);
  padding-top: 50px;
  padding-bottom: 54px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1270px) {
  .seller {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.seller__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .seller__header {
    flex-direction: column;
  }
}
.seller__header-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .seller__header-left {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.seller__header-right {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .seller__header-right {
    margin-right: auto;
  }
}
@media screen and (max-width: 760px) {
  .seller__header-right {
    flex-direction: column;
    margin-right: 0px;
    width: 100%;
  }
}
.seller__header-icon {
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--primary15);
}
.seller__header-icon img {
  width: 44px;
  height: 44px;
}
.seller__header-profile {
  margin-left: 20px;
}
.seller__header-profile_name {
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 600;
  font-family: "Geologica";
}
.seller__header-profile_mail {
  font-size: 18px;
  line-height: 25.2px;
}
.seller__block a {
  background: var(--black_theme_1);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-left: 24px;
  cursor: pointer;
  transition: all 300ms;
}
.seller__block a:hover {
  background: var(--black_theme);
}
@media screen and (max-width: 1270px) {
  .seller__block a {
    padding: 16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 760px) {
  .seller__block a {
    margin-left: 0px;
    width: 100%;
  }
}
.seller__block-left {
  display: flex;
  align-items: center;
}
.seller__block-icon {
  margin-right: 10px;
}
.seller__block-icon img {
  width: 24px;
  height: 24px;
}
.seller__block-text {
  font-size: 16px;
  line-height: 22.4px;
  color: var(--gray);
}
.seller__block-value {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.seller__block-right {
  margin-left: 32px;
}
@media screen and (max-width: 1270px) {
  .seller__block-right {
    margin-left: 10px;
  }
}
@media screen and (max-width: 760px) {
  .seller__block-right {
    margin-left: auto;
  }
}
.seller__block-right img {
  transform: rotate(0deg);
}
.pagination {
    display: flex;
    margin-top: 30px;
    border-radius: 12px; 
    justify-content: flex-start;
    height: 56px;
    width: fit-content;
    margin-bottom: 30px;
}

.backButton,
.nextButton,
.page-btn {
    padding: 10px 20px;
    margin-right: 5px;
    border: 1px solid transparent;
    color: var(--primary1);
    background-color: var(--primary15);
    cursor: pointer;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Onest";
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, transform 0.2s;
    outline: none;
}

.backButton:hover,
.nextButton:hover,
.page-btn:hover {
    background-color: var(--primary15);
    color: var(--primary1);
    border-color: var(--primary1);
    transform: scale(1.02);
}

.page-btn.active {
    background-color: var(--primary1);
    color: #fff;
    border-color: var(--primary1); /* плавная рамка */
}


#page {
    margin-top: 20px;
}
.seller__list {
  background: var(--black_theme_1);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .seller__list {
    padding: 16px;
  }
}
@media screen and (max-width: 760px) {
  .seller__list {
    width: 100%;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}
.seller__item {
  display: flex;
  align-items: center;
  width: 140px;
  margin-right: 10px;
}
.seller__item:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1270px) {
  .seller__item {
    margin-right: 0px;
  }
}
@media screen and (max-width: 760px) {
  .seller__item {
    width: 45%;
    padding-bottom: 10px;
  }
}
.seller__item-icon {
  margin-right: 10px;
}
.seller__item-icon--review {
  background-image: url(../img/review.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.seller__item-icon--cart {
  background-image: url(../img/cart-white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.seller__item-icon--time {
  background-image: url(../img/icon-time.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.seller__item-text {
  font-size: 16px;
  line-height: 22.4px;
  color: var(--gray);
}
.seller__item-value {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}

.sidebar {
  width: 382px;
  margin-right: 20px;
}
@media screen and (max-width: 1610px) {
  .sidebar {
    width: 310px;
  }
}
@media screen and (max-width: 1270px) {
  .sidebar {
    width: 100%;
    margin-right: 0px;
  }
}
.sidebar__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.8px;
  letter-spacing: 2px;
  color: var(--gray);
}
@media screen and (max-width: 1270px) {
  .sidebar__title {
    display: none;
  }
}
.sidebar__list {
  padding-top: 15px;
}
@media screen and (max-width: 1270px) {
  .sidebar__list {
    padding-top: 0px;
    margin-top: -20px;
    margin-bottom: 46px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sidebar__list::-webkit-scrollbar {
    display: none;
  }
}
.sidebar__item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sidebar__item a {
  display: flex;
  align-items: center;
  transition: all 300ms;
  padding: 9px;
}
.sidebar__item a:hover {
  background: var(--black_theme_1);
  border-radius: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (max-width: 1270px) {
  .sidebar__item a {
    margin-right: 50px;
    padding: 9px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 760px) {
  .sidebar__item a {
    margin-right: 24px;
  }
}
.sidebar__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--black_theme);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__item-icon img {
  width: 24px;
  height: 24px;
}
.sidebar__item-text {
  margin-left: 10px;
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}

.favorite {
  position: relative;
  z-index: 0;
}
.favorite__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 50.4px;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .favorite__title {
    font-size: 26px;
    line-height: 32.24px;
  }
}
.favorite__catalog {
  margin-top: 0px;
}
.favorite__catalog .catalog__card {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .favorite__catalog .catalog__card {
    margin-bottom: 20px;
  }
}
.favorite__footer .footer {
  margin-top: 45px;
}

.error {
  position: relative;
  z-index: 0;
}
.error__block {
  margin-top: 50px;
  background: var(--dark_2);
  border-radius: 50px;
  display: flex;
  position: relative;
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 1270px) {
  .error__block {
    flex-direction: column;
    height: 631px;
  }
}
@media screen and (max-width: 760px) {
  .error__block {
    margin-top: 30px;
    height: 428px;
  }
}
.error__block-left {
  padding-top: 165px;
  padding-left: 134px;
  margin-right: 20px;
  width: 562px;
}
@media screen and (max-width: 1270px) {
  .error__block-left {
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {
  .error__block-left {
    width: 100%;
  }
}
.error__block-right {
  text-align: center;
  position: relative;
}
.error__block-title {
  font-size: 41px;
  font-weight: 600;
  line-height: 50.4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .error__block-title {
    font-size: 26px;
    line-height: 30.16px;
  }
}
.error__block-text {
  padding-top: 10px;
  font-size: 18px;
  line-height: 25.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 760px) {
  .error__block-text {
    font-size: 16px;
    line-height: 22.14px;
    white-space: pre-wrap;
  }
}
.error__block-button {
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .error__block-button {
    padding-right: 30px;
  }
  .error__block-button .button {
    width: 100%;
    height: 48px;
    text-align: center;
  }
}
.error__block-number {
  top: -20px;
  left: 20px;
  font-size: 460px;
  line-height: 533.6px;
  font-weight: 600;
  color: var(--primary1);
  font-family: "Geologica";
  text-shadow: 0px 0px 100px 0px rgba(22, 119, 255, 0.15);
}
@media screen and (max-width: 1610px) {
  .error__block-number {
    padding-top: 76px;
    font-size: 300px;
    line-height: 348px;
  }
}
@media screen and (max-width: 1270px) {
  .error__block-number {
    padding-top: 0px;
    font-size: 350px;
  }
}
@media screen and (max-width: 1050px) {
  .error__block-number {
    font-size: 300px;
  }
}
@media screen and (max-width: 760px) {
  .error__block-number {
    padding-top: 20px;
    font-size: 142px;
    line-height: 164.72px;
  }
}
.error__block-image {
  position: absolute;
  z-index: 20;
  bottom: 0px;
}
@media screen and (max-width: 1610px) {
  .error__block-image {
    left: -70px;
  }
}
@media screen and (max-width: 1270px) {
  .error__block-image {
    bottom: -43px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 760px) {
  .error__block-image {
    bottom: -35px;
  }
}
@media screen and (max-width: 480px) {
  .error__block-image {
    bottom: -15px;
  }
}
.error__block-image img {
  width: 886px;
  height: 471px;
}
@media screen and (max-width: 1610px) {
  .error__block-image img {
    width: 736px;
    height: 399px;
  }
}
@media screen and (max-width: 760px) {
  .error__block-image img {
    width: 358px;
    height: 215px;
  }
}
@media screen and (max-width: 760px) {
  .error__footer {
    margin-top: 80px;
  }
}

.profile {
  position: relative;
  z-index: 0;
}
.profile__title {
  padding-top: 45px;
  font-size: 52px;
  line-height: 60.32px;
  font-weight: 600;
  font-family: "Geologica";
}
@media screen and (max-width: 1270px) {
  .profile__title {
    padding-top: 35px;
  }
}
@media screen and (max-width: 760px) {
  .profile__title {
    padding-top: 28px;
    font-size: 30px;
    line-height: 34.8px;
  }
}
.profile__content {
  padding-top: 45px;
  display: flex;
}
@media screen and (max-width: 1270px) {
  .profile__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 760px) {
  .profile__content {
    padding-top: 20px;
  }
}
.profile__content-left {
  width: 248px;
  margin-right: 20px;
}
@media screen and (max-width: 1270px) {
  .profile__content-left {
    width: 100%;
  }
}
.profile__content-right {
  width: 1320px;
}
@media screen and (max-width: 1610px) {
  .profile__content-right {
    width: 946px;
  }
}
@media screen and (max-width: 1270px) {
  .profile__content-right {
    width: 100%;
  }
}
@media screen and (max-width: 1270px) {
  .profile__menu {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .profile__menu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .profile__menu {
    margin-bottom: 24px;
  }
}
.profile__menu-item a {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  transition: all 300ms;
}
.profile__menu-item a:hover {
  background: var(--dark_2);
  border-radius: 21px;
}
@media screen and (max-width: 1270px) {
  .profile__menu-item a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 760px) {
  .profile__menu-item a {
    padding: 17px 16px;
  }
}
.profile__menu-item--active {
  background: var(--black_theme_1);
  border-radius: 21px;
}
.profile__menu-icon {
  margin-right: 14px;
}
.profile__menu-icon--home {
  background-image: url(../img/icon-home-white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.profile__menu-icon--shop {
  background-image: url(../img/icon-shop-white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.profile__menu-icon--cart {
  background-image: url(../img/cart-white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.profile__menu-icon--card {
  background-image: url(../img/icon-card-white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.profile__menu-icon--setting {
  background-image: url(../img/icon-setting-white.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.profile__menu-icon--exit {
  background-image: url(../img/icon-exit.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.profile__menu-text {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.profile__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .profile__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .profile__list {
    flex-direction: column;
  }
}
.profile__item {
  width: 645px;
  background: var(--dark_2);
  padding: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .profile__item--desktop {
    display: none;
  }
}
.profile__item--mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .profile__item--mobile {
    display: block;
  }
  .profile__item--mobile .profile__item-arrow {
    transition: all 300ms;
  }
  .profile__item--mobile .is-active .profile__item-arrow {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1610px) {
  .profile__item {
    width: 458px;
  }
}
@media screen and (max-width: 1270px) {
  .profile__item {
    width: 49%;
  }
}
@media screen and (max-width: 760px) {
  .profile__item {
    width: 100%;
    padding: 20px;
  }
}
.profile__item .profile__item-header.active .profile__item-arrow img {
  transform: rotate(180deg);
}
.profile__item--right .profile__item-text {
  padding-top: 13px;
}
.profile__item--right .profile__item-text a {
  color: var(--primary1);
}
.profile__item--right .profile__item-text a:hover {
  color: var(--white);
}
@media screen and (max-width: 760px) {
  .profile__item--right {
    margin-top: 16px;
  }
}
.profile__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .profile__item-header {
    cursor: pointer;
  }
}
.profile__item-arrow {
  display: none;
}
@media screen and (max-width: 760px) {
  .profile__item-arrow {
    display: block;
  }
  .profile__item-arrow img {
    transition: transform 0.3s ease;
  }
}
.profile__item-title {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
}
.profile__item-number {
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 600;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .profile__item-number {
    font-size: 26px;
    line-height: 30.16px;
  }
}
.profile__item-text {
  padding-top: 48px;
  font-size: 18px;
  line-height: 25.2px;
}
@media screen and (max-width: 1050px) {
  .profile__item-text {
    padding-top: 170px;
  }
}
@media screen and (max-width: 760px) {
  .profile__item-text {
    padding-top: 0 !important;
    overflow: hidden;
    font-size: 16px;
    line-height: 22.4px;
  }
  .profile__item-text .ac-text {
    padding-top: 22px;
  }
}
@media screen and (max-width: 760px) {
  .profile__item-text.active {
    display: block;
    min-height: 100px;
    opacity: 1;
  }
}
.profile__item-value {
  padding-top: 48px;
  font-size: 18px;
  line-height: 25.2px;
}
@media screen and (max-width: 1050px) {
  .profile__item-value {
    padding-top: 170px;
  }
}
@media screen and (max-width: 760px) {
  .profile__item-value {
    padding-top: 12px;
    font-size: 16px;
    line-height: 22.4px;
  }
}
.profile__item-image {
  position: absolute;
  top: 8px;
  right: 20px;
}
.profile__item-image img {
  transform: rotate(15deg);
}
@media screen and (max-width: 1610px) {
  .profile__item-image {
    top: 47px;
  }
}
@media screen and (max-width: 1270px) {
  .profile__item-image {
    top: 50px;
    right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .profile__item-image {
    top: 130px;
  }
}
@media screen and (max-width: 760px) {
  .profile__item-image {
    top: 20px;
    right: 20px;
  }
  .profile__item-image img {
    width: 101px;
    height: 101px;
  }
}
.profile__item-image::after {
  content: "";
  display: block;
  width: 188px;
  height: 188px;
  background: var(--primary1);
  position: absolute;
  z-index: 1;
  box-shadow: 0px 0px 50px 0px rgba(22, 119, 255, 0.9);
  top: 20px;
  right: 20px;
  border-radius: 50%;
  -webkit-filter: blur(20px);
  filter: blur(40px);
}
@media screen and (max-width: 760px) {
  .profile__item-image::after {
    width: 101px;
    height: 101px;
    right: 0px;
  }
}
.profile__item-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 208px;
  height: 208px;
  background: var(--primary_hover);
  border-radius: 50%;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 760px) {
  .profile__item-image::before {
    width: 101px;
    height: 101px;
    top: 0px;
    right: 0px;
  }
}
.profile__block {
  margin-top: 30px;
  background: var(--dark_2);
  padding: 30px;
  border-radius: 30px;
}
.profile__block-title {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
}
.profile__block-text {
  padding-top: 15px;
  font-size: 18px;
  line-height: 25.2px;
}
.profile__block-text a {
  color: var(--primary1);
}
.profile__block-text a:hover {
  color: var(--white);
}
.profile__block-text--gray {
  padding-top: 25px;
  color: var(--gray);
}
.profile__block-field {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .profile__block-field {
    flex-direction: column;
  }
}
@media screen and (max-width: 760px) {
  .profile__block-search {
    width: 100%;
  }
}
.profile__block-search input {
  width: 1112px;
}
@media screen and (max-width: 1610px) {
  .profile__block-search input {
    width: 738px;
  }
}
@media screen and (max-width: 1270px) {
  .profile__block-search input {
    width: 528px;
  }
}
@media screen and (max-width: 760px) {
  .profile__block-search input {
    width: 100%;
    height: 48px;
  }
}
@media screen and (max-width: 760px) {
  .profile__block-button {
    margin-top: 10px;
    width: 100%;
  }
  .profile__block-button .button {
    height: 52px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px;
  }
}
.profile__block-list {
  padding-top: 25px;
}
.profile__block-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .profile__block-item {
    flex-direction: column;
    align-items: start;
  }
}
.profile__block-item_left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .profile__block-item_left {
    flex-direction: column;
    align-items: start;
  }
}
.profile__block-item_icon {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
  margin-right: 20px;
}
@media screen and (max-width: 760px) {
  .profile__block-item_icon {
    padding-bottom: 6px;
  }
}
.profile__block-item_icon img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.profile__block-item_text {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.profile__block-item_date {
  font-size: 18px;
  line-height: 25.2px;
  color: var(--gray);
}
@media screen and (max-width: 760px) {
  .profile__block-item_date {
    padding-top: 6px;
  }
}
.profile__block-link {
  padding-top: 5px;
}
.profile__block-link a {
  color: var(--primary1);
}
.profile__block-link a:hover {
  color: var(--white);
}
.profile__search {
  padding-top: 30px;
  display: flex;
}
@media screen and (max-width: 760px) {
  .profile__search {
    flex-direction: column;
  }
}
.profile__search-field {
  margin-right: 16px;
}
@media screen and (max-width: 760px) {
  .profile__search-field {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .profile__search-field .header__search-input {
    font-size: 16px;
  }
}
.profile__search-field input {
  width: 1006px;
  height: 48px;
  font-family: "Onest";
}
@media screen and (max-width: 1610px) {
  .profile__search-field input {
    width: 630px;
  }
}
@media screen and (max-width: 1050px) {
  .profile__search-field input {
    width: 500px;
  }
}
@media screen and (max-width: 760px) {
  .profile__search-field input {
    width: 100%;
  }
}
.profile__form {
  width: 100%;
}
.profile__form .select2-container--default .select2-selection--single {
  height: 48px;
}
@media screen and (max-width: 1610px) {
  .profile__form .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 280px;
  }
}
@media screen and (max-width: 1050px) {
  .profile__form .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 200px;
  }
}
@media screen and (max-width: 760px) {
  .profile__form .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .profile__form .select2-container--default .select2-selection--single {
    font-size: 16px;
  }
}
.profile__catalog {
  margin-top: -5px;
}
@media screen and (max-width: 1610px) {
  .profile__catalog .catalog__card:nth-child(n+9) {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .profile__catalog .catalog__card:nth-child(n+10) {
    display: block;
  }
}
.profile__catalog .catalog__card-button .button {
  font-size: 16px;
}
.profile__button {
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .profile__button {
    height: 48px;
    width: 100%;
  }
}
.profile__button--setting {
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .profile__button--setting .button {
    width: 100%;
    height: 56px;
    line-height: 54px;
    font-size: 18px;
  }
}
.profile__purcharess {
  margin-top: 30px;
}
.profile__purcharess-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile__purcharess-item {
  width: 650px;
  padding: 24px;
  border-radius: 30px;
  background: var(--dark_2);
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1610px) {
  .profile__purcharess-item {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .profile__purcharess-item {
    flex-direction: column;
  }
}
.profile__purcharess-image {
  margin-right: 16px;
}
.profile__purcharess-image img {
  width: 179px;
  height: 179px;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 760px) {
  .profile__purcharess-image img {
    width: 156px;
    height: 156px;
  }
}
.profile__purcharess-title {
  font-size: 22px;
  line-height: 27.28px;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .profile__purcharess-title {
    font-size: 16px;
    line-height: 19.84px;
    padding-top: 16px;
  }
}
.profile__purcharess-info {
  display: flex;
  align-items: center;
  padding-top: 12px;
  font-size: 16px;
  line-height: 22.4px;
}
.profile__purcharess-info_text {
  display: flex;
  align-items: center;
  color: var(--gray);
}
.profile__purcharess-info_text img {
  margin-right: 5px;
}
.profile__purcharess-info_value {
  color: var(--gray);
  align-items: center;
  display: flex;
  margin-left: 18px;
}
.profile__purcharess-info_star {
  color: var(--success);
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.profile__purcharess-price {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.profile__purcharess-price_text {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  color: var(--primary1);
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .profile__purcharess-price_text {
    font-size: 25px;
    line-height: 25.52px;
  }
}
.profile__purcharess-price_bonus img {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.profile__purcharess-field {
  margin-top: 15px;
  width: 100%;
  min-height: 56px;
  background: var(--black_theme_1);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 16px;
  font-size: 18px;
  line-height: 21px;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 760px) {
  .profile__purcharess-field {
    font-size: 16px;
    min-height: 46px;
  }
}
.profile__setting {
  width: 100%;
  border-radius: 30px;
  padding: 30px;
  background: var(--dark_2);
}
@media screen and (max-width: 760px) {
  .profile__setting {
    padding: 20px;
    border-radius: 24px;
  }
}
.profile__setting-title {
  font-size: 22px;
  line-height: 27.28px;
  font-family: "Geologica";
  color: var(--gray);
}
@media screen and (max-width: 760px) {
  .profile__setting-title {
    font-size: 16px;
    line-height: 19.84px;
  }
}
.profile__setting-image {
  margin-top: 10px;
  width: max-content;
}
.profile__setting-image img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
}
.profile__setting-button {
  margin-top: 8px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .profile__setting-button .button {
    height: 56px;
    padding-top: 5px;
    font-size: 18px;
  }
}
.profile__setting-password {
  padding-top: 40px;
}
.profile__setting-field {
  margin-top: 10px;
}
.profile__setting-field input {
  width: 410px;
}
@media screen and (max-width: 760px) {
  .profile__setting-field input {
    width: 100%;
  }
}
.profile__empty {
  margin-top: 30px;
  width: 100%;
  border-radius: 30px;
  padding: 30px;
  background: var(--dark_2);
}
.profile__empty-icon {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__empty-icon img {
  width: 60px;
  height: 60px;
}
.profile__empty-title {
  padding-top: 15px;
  padding-bottom: 35px;
  font-size: 22px;
  line-height: 27.28px;
  font-family: "Geologica";
  color: var(--gray);
  text-align: center;
}
.profile__empty-title a {
  color: var(--primary1);
}
.profile__empty-title a:hover {
  color: var(--white);
}
@media screen and (max-width: 760px) {
  .profile__empty-title br {
    display: none;
  }
}
.profile__footer {
  padding-top: 20px;
}
@media screen and (max-width: 760px) {
  .profile__footer {
    padding-top: 90px;
  }
}

.giveaways {
  position: relative;
  z-index: 0;
}
.giveaways__background {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 807px;
  z-index: -1;
  background-image: url(../img/giveaways-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 30%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@media screen and (max-width: 760px) {
  .giveaways__background {
    background-image: none;
  }
}
.giveaways__title {
  padding-top: 5px;
  font-size: 52px;
  line-height: 60.32px;
  font-weight: 600;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .giveaways__title {
    font-size: 30px;
    line-height: 34.8px;
  }
}
.giveaways__block {
  margin-top: 30px;
  background: var(--dark_2);
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 760px) {
  .giveaways__block {
    margin-top: 24px;
    padding: 20px;
    border-radius: 24px;
  }
}
.giveaways__block-card {
  display: flex;
}
@media screen and (max-width: 760px) {
  .giveaways__block-card {
    flex-direction: column;
  }
}
.giveaways__block-card_image {
  margin-right: 24px;
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_image {
    margin-right: 0px;
  }
}
.giveaways__block-card_image img {
  width: 265px;
  height: 265px;
  border-radius: 24px;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_image img {
    width: 100%;
    height: 100%;
  }
}
.giveaways__block-card_label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: var(--success);
  padding: 8px 12px;
  border-radius: 12px;
  width: 139px;
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_label {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    width: 125px;
    border-radius: 10px;
  }
}
.giveaways__block-card_title {
  padding-top: 10px;
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
}
.giveaways__block-card_text {
  padding-top: 20px;
  font-size: 18px;
  line-height: 25.2px;
  color: var(--gray);
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22.4px;
  }
}
.giveaways__block-card_time {
  padding-top: 10px;
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 600;
  font-family: "Geologica";
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_time {
    font-size: 26px;
    line-height: 30.16px;
  }
}
.giveaways__block-card_field {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_field {
    padding-top: 10px;
    flex-direction: column;
  }
}
.giveaways__block-card_input {
  margin-right: 16px;
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_input {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_input .form-field__input--large {
    font-size: 16px;
  }
}
.giveaways__block-card_input input {
  width: 410px;
}
@media screen and (max-width: 1050px) {
  .giveaways__block-card_input input {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_input input {
    height: 48px;
  }
}
@media screen and (max-width: 760px) {
  .giveaways__block-card_button {
    width: 100%;
  }
  .giveaways__block-card_button .button {
    height: 48px;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
  }
}
.giveaways__block-title {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
  padding-bottom: 10px;
}
.giveaways__block-title--2 {
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .giveaways__block-title {
    font-size: 22px;
    line-height: 25.52px;
  }
}
.giveaways__block p {
  font-size: 18px;
  line-height: 25.2px;
}
@media screen and (max-width: 760px) {
  .giveaways__block p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.giveaways__block p a {
  color: var(--primary1);
}
.giveaways__block p a:hover {
  color: var(--white);
}
.giveaways__slider {
  margin-top: 95px;
}
@media screen and (max-width: 1050px) {
  .giveaways__slider {
    margin-top: 60px;
  }
}
.giveaways__haeder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.giveaways__list {
  padding-top: 40px;
  display: flex;
  width: 1850px;
}
@media screen and (max-width: 760px) {
  .giveaways__list {
    width: 1100px;
  }
}
.giveaways__card {
  width: 248px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.giveaways__card:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 760px) {
  .giveaways__card {
    width: 156px;
  }
}
.giveaways__card-image {
  position: relative;
  overflow: hidden;
  width: 248px;
  height: 248px;
  margin-bottom: 4px;
  border-radius: 24px;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .giveaways__card-image {
    width: 156px;
    height: 156px;
  }
}
.giveaways__card-image a {
  cursor: pointer;
}
.giveaways__card-image img {
  border-radius: 24px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 300ms;
}
.giveaways__card-title {
  padding-top: 10px;
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 760px) {
  .giveaways__card-title {
    font-size: 16px;
    line-height: 19.84px;
  }
}
.giveaways__card-text {
  padding-top: 25px;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--gray);
  padding-bottom: 38px;
}
.giveaways__history {
  padding-top: 70px;
}
@media screen and (max-width: 1050px) {
  .giveaways__history {
    padding-top: 40px;
  }
}
.giveaways__history-list {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .giveaways__history-list {
    padding-top: 20px;
  }
}
.giveaways__history-card {
  display: flex;
  background: var(--dark_2);
  border-radius: 30px;
  padding: 24px;
  width: 784px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1610px) {
  .giveaways__history-card {
    width: 597px;
  }
}
@media screen and (max-width: 1270px) {
  .giveaways__history-card {
    width: 470px;
  }
}
@media screen and (max-width: 1050px) {
  .giveaways__history-card {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .giveaways__history-card {
    flex-direction: column;
    padding: 20px;
  }
}
.giveaways__history-card_image {
  margin-right: 16px;
}
.giveaways__history-card_image img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 760px) {
  .giveaways__history-card_image img {
    width: 156px;
    height: 156px;
  }
}
.giveaways__history-card_title {
  font-size: 22px;
  line-height: 27.28px;
  font-family: "Geologica";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 760px) {
  .giveaways__history-card_title {
    padding-top: 15px;
    font-size: 16px;
    line-height: 19.84px;
  }
}
.giveaways__history-card_date, .giveaways__history-card_text {
  padding-top: 10px;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--gray);
}
.giveaways__history-card_text {
  padding-top: 15px;
}
@media screen and (max-width: 760px) {
  .giveaways__history-card_text {
    padding-top: 10px;
  }
}
.giveaways__history-card_user a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.giveaways__history-card_user-avatar {
  margin-right: 10px;
}
.giveaways__history-card_user-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.giveaways__history-card_user-name {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.giveaways__history-card_user-arrow {
  margin-left: 5px;
}
.giveaways__history-card_user-arrow img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  margin-top: 5px;
  transition: content 0.3s ease;
}
.giveaways__history-button {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .giveaways__history-button {
    width: 100%;
    margin-top: 0px;
  }
  .giveaways__history-button .button {
    height: 48px;
    border-radius: 12px;
  }
}
.giveaways__footer {
  padding-top: 20px;
}
@media screen and (max-width: 760px) {
  .giveaways__footer {
    padding-top: 80px;
  }
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.register-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.forgot-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.popup.active {
  display: flex;
}
.popup__content {
  display: flex;
  overflow: hidden;
  width: 850px;
  background: var(--dark);
  border-radius: 32px;
}
@media screen and (max-width: 1050px) {
  .popup__content {
    flex-direction: column;
  }
}
.popup__content-left {
  width: 516px;
  padding: 46px;
  border-right: 1px solid var(--stroke);
}
@media screen and (max-width: 1050px) {
  .popup__content-left {
    width: 100%;
    border-right: none;
  }
  .popup__content-right {
    display: none;
  }

}
.popup__content-right {
  width: 333px;
  padding: 46px;
}
@media screen and (max-width: 1050px) {
  .popup__content-right {
    width: 100%;
    min-height: 350px;
  }
}
.popup__title {
  font-size: 30px;
  line-height: 37.2px;
  font-weight: 600;
  font-family: "Geologica";
  padding-bottom: 20px;
  
}
.popup__title p {
  font-size: 30px;
  line-height: 37.2px;
  font-weight: 600;
}
.popup__title a {
  font-size: 16px;
  line-height: 37.2px;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .popup__title {
    font-size: 26px;
    line-height: 30.16px;
  }
}
.popup__field input {
  width: 100%;
}
.popup__button {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .popup__button {
    height: 56px;
  }
}
.popup__button--register .button__label {
  color: var(--primary1);
}
.popup__note {
  padding-top: 5px;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--gray);
}
.popup__note a {
  text-decoration: underline;
  color: var(--gray);
}
.popup__note a:hover {
  text-decoration: none;
}
.popup__subtitle {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
}
  .form-field__text {
  display: none;
  align-items: center;
  font-size: 13px;
  color: var(--error);
}
.form-field__text.active {
  display: flex;
}

.notifications {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
}

.notification {
  background: #2d2d2d;
  color: #fff;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  opacity: 0.95;
}

.notification.success {
  background-color: #2ecc71;
}

.notification.error {
  background-color: #e74c3c;
}
@media screen and (max-width: 760px) {
  .popup__subtitle {
    font-size: 22px;
    line-height: 25.52px;
  }
}
.popup__text {
  padding-top: 16px;
  font-size: 18px;
  line-height: 25.2px;
  z-index: 100;
}
@media screen and (max-width: 760px) {
  .popup__text {
    line-height: 22.4px;
  }
}
.popup__image {
  position: absolute;
  bottom: -30px;
  right: 55px;
}
@media screen and (max-width: 1050px) {
  .popup__image {
    right: 0px;
  }
}
.popup__image img {
  transform: rotate(15deg);
}
.popup__image::after {
  content: "";
  display: block;
  width: 215px;
  height: 215px;
  background: var(--primary1);
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.popup__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 208px;
  height: 208px;
  background: var(--primary_hover);
  border-radius: 50%;
  top: 5px;
  right: 5px;
}
.filter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  z-index: 1000;
  overflow-y: auto;
  padding: 24px 16px;
  z-index: 10;
}
.filter--active {
  display: block;
}
.filter .catalog-page__search-filter {
  margin-bottom: 40px;
}
.filter .catalog-page__search-filter input {
  width: 100%;
  padding-right: 40px;
}
.filter__header {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.filter__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30.16px;
  font-family: "Geologica";
}
.filter__icon {
  cursor: pointer;
}
.filter__icon img {
  width: 24px;
  height: 24px;
}
.filter__button {
  margin-top: 12px;
  width: 100%;
  height: 56px;
  text-align: center;
}
.filter__button .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__search {
  margin-top: 25px;
  margin-bottom: 16px;
}
.filter__search input {
  width: 100%;
  height: 56px;
}
.filter__search .form-field__input--with-icon-search {
  background-size: 25px;
}
.filter__search .header__search-input {
  font-size: 18px;
}

.scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--black_theme_1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll__icon {
  background-image: url(../img/icon-arrow-up.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.header-product {
  background: var(--dark_2);
  padding: 13px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}
.product-unit-limits {
    margin-top: 20px;
}
.select_options {
  min-width: 200px;
  width: 100%;
  background-color: var(--black_theme_1);
  border: 1px solid var(--stroke);
  outline: none;
  color: var(--gray);
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 16px;
  height: 56px;
  transition: all 300ms;
  font-size: 18px;
  font-family: "Onest";
}
input[type="checkbox"].error + label::before {
  border-color: red !important;
}
.unit_container {
    display: flex;
    gap: 50px;
    width: 100%;
    padding-top: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1610px) {
  .unit_container {
    gap: 15px;
    flex-direction: column;
  }
  .product-unit-option {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
}

.header-product__content {
  width: 1588px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1610px) {
  .header-product__content {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .header-product__content {
    display: none;
  }
}
.header-product__content-left {
  display: flex;
  align-items: center;
}
.header-product__image {
  margin-right: 10px;
}
.header-product__image img {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  object-fit: cover;
}
.header-product__info-title {
  font-size: 18px;
  line-height: 22.32px;
  font-family: "Geologica";
}
.header-product__info-price {
  font-size: 26px;
  line-height: 32.24px;
  font-weight: 600;
  font-family: "Geologica";
  color: var(--primary1);
}
.header-product__info-label {
  font-size: 14px;
  line-height: 17.36px;
  font-weight: 600;
  color: var(--primary1);
  padding: 5px 4px;
  border-radius: 8px;
  background: var(--primary15);
  margin-left: 10px;
}
.header-product__info-crossed {
  font-size: 16px;
  line-height: 19.84px;
  font-weight: 500;
  color: var(--gray);
  text-decoration: line-through;
  margin-left: 10px;
}
.header-product__info-block {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.header {
  background-color: var(--dark_2);
}
.header__top {
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .header__top {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .header__top {
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header__top--order {
  justify-content: space-between;
  border-bottom: none;
}
/*.header__logo {
  margin-right: 10px;
}*/
@media screen and (max-width: 760px) {
  .header__logo {
    width: 42px;
    margin-right: 0;
    order: 1;
  }
}
@media screen and (max-width: 760px) {
  .header__logo--order a {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .header__logo--order {
    width: 100%;
    height: 38px;
    background-image: url(../img/logo.svg);
    background-size: 214px;
    background-repeat: no-repeat;
    background-position: 10% 35%;
    margin-left: -40px;
  }
}
.header__search {
  position: relative;
  z-index: 300;
  /*margin-right: 12px;*/
}
@media screen and (max-width: 760px) {
  .header__search {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 104px);
    position: static;
    order: 2;
  }
}
.header__search-input {
  width: 658px;
  position: relative;
  z-index: 300;
  height: 56px;
}
@media screen and (max-width: 1610px) {
  .header__search-input {
    width: 500px;
  }
  .header__button {
    display: none;
  }
}
@media screen and (max-width: 1270px) {
  .header__search-input {
    width: 355px;
  }
}
@media screen and (max-width: 1050px) {
  .header__search-input {
    width: 165px;
  }
}
@media screen and (max-width: 760px) {
  .header__search-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

.header__search-field input {
  font-family: "Onest";
}
.header__search-field .form-field__input {
  border-radius: 12px;
}
.header__search-field .form-field__input:focus {
  border: 2px solid var(--primary_hover);
}
.header__menu {
  padding-top: 5px;
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--stroke);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1610px) {
  .header__menu {
    padding-top: 5px;
    padding-bottom: 10px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__menu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .header__menu {
    display: none;
  }
}
.header__menu .header__menu-item .button:hover .button__label {
  color: var(--gray);
}
.header__menu .button {
  height: 56px;
  padding: 10px;
  font-weight: 400;
}
@media screen and (max-width: 1610px) {
  .header__menu .button {
    margin-right: 13.5px;
  }
}
@media screen and (max-width: 1270px) {
  .header__menu .button {
    padding: 3px;
  }
}
.header__menu .button img {
  display: block;
  width: 28px;
  min-width: 28px;
  height: 34px;
  border-radius: 6px;
  object-fit: contain;
}
.header__menu .button--primary {
  padding: 0px 31px;
}
/*.header__menu-item {
  margin-right: 15px;
}*/
@media screen and (max-width: 760px) {
  .header__menu-item {
    order: 3;
    margin-right: 0;
  }
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-item:first-child .button {
  padding-left: 0;
}
@media screen and (max-width: 1050px) {
  .header__menu-item:first-child {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .header__menu-item .button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
  }
  .header__menu-item .button span {
    display: none;
  }
  .header__menu-item .button__icon {
    margin-right: 0;
  }
  .header__menu-item .button--with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__burger {
  position: relative;
  z-index: 22;
}
@media screen and (max-width: 760px) {
  .header__burger {
    display: none;
  }
}
.header__burger-button {
  width: 56px;
  height: 56px;
  background-color: var(--black_theme_1);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  cursor: pointer;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__burger-button span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--white);
  border-radius: 2px;
  margin-bottom: 4px;
}
.header__burger-button span:last-child {
  margin-bottom: 0;
}
.header__burger-button:hover {
  border-color: var(--primary1);
}
.header__select {
  width: 79px;
}
@media screen and (max-width: 1270px) {
  .header__select .select2-selection--single {
    width: 79px;
  }
}
.header__select--large {
  width: 100px;
}
.header__select--large .select2-selection--single {
  width: 100px;
}
.header__select--order {
  display: block;
}
@media screen and (max-width: 760px) {
  .header__select--order {
    display: none;
  }
  .header__select {
    display: none;
  }
}
/*.header__button {
  margin-left: 15px;
}*/
@media screen and (max-width: 1270px) {
  /*.header__button {
    margin-left: 20px;
  }*/
}
@media screen and (max-width: 1050px) {
  .header__button {
    display: none;
  }
}
.header__button .button__label {
  color: var(--primary1);
}
@media screen and (max-width: 760px) {
  .header__button .button__label {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .header__button .button__icon {
    margin-right: 0px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 760px) {
  .header__button .header__menu-button {
    padding: 8px;
    height: 40px;
  }
}
.header__favourites {
  min-width: 56px;
  height: 56px;
  background: var(--black_theme_1);
  background-image: url(../img/like.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  cursor: pointer;
  transition: all 300ms;
  position: relative;
  z-index: 1;
}
.header__favourites:hover {
  border-color: var(--primary1);
}
@media screen and (max-width: 760px) {
  .header__favourites {
    display: none;
  }
}
.header__favourites::after {
  content: attr(data-count);
  position: absolute;
  top: 5px;
  right: 2px;
  background: var(--primary1);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid var(--dark_2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  z-index: 2;
}
.header__user {
  min-width: 56px;
  height: 56px;
  background: var(--black_theme_1);
  background-image: url(../img/user.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  cursor: pointer;
  transition: all 300ms;
  position: relative;
}
.header__user::after {
  content: "";
  background-image: url(../img/profile-avatar.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid var(--dark_2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  z-index: 2;
}
.header__user:hover {
  border-color: var(--primary1);
}

@media screen and (max-width: 760px) {
  .header__user {
    display: none;
  }
}

.footer {
  margin-top: 65px;
  background: var(--dark_2);
  padding-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .footer {
    margin-top: -20px;
  }
}
.footer__logo.logo a {
  margin-top: -25px;
  margin-left: -20px;
  width: 260px;
}
@media screen and (max-width: 1050px) {
  .footer__logo.logo a {
    width: 205px;
    margin-top: -38px;
    height: 120px;
  }
}
@media screen and (max-width: 760px) {
  .footer__logo.logo a {
    width: 264px;
    margin-left: -22px;
  }
}
.footer--short .footer__top {
  border: none !important;
}
.footer__top {
  padding-top: 30px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--stroke);
}
@media screen and (max-width: 760px) {
  .footer__top {
    flex-direction: column;
    padding-bottom: 20px;
    align-items: flex-start;
  }
}
.footer__text {
  font-size: 14px;
  line-height: 19.6px;
  color: rgb(119, 119, 119);
  padding-left: 15px;
  margin-top: -30px;
}
.footer__menu {
  display: flex;
}
@media screen and (max-width: 760px) {
  .footer__menu {
    display: block;
    padding-top: 25px;
  }
}
.footer__menu-item {
  font-size: 18px;
  line-height: 22.5px;
}
@media screen and (max-width: 1050px) {
  .footer__menu-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 760px) {
  .footer__menu-item {
    margin-bottom: 12px;
  }
}
.footer__menu-item:not(:last-child) {
  padding-right: 40px;
}
@media screen and (max-width: 1050px) {
  .footer__menu-item:not(:last-child) {
    padding-right: 10px;
  }
}
.footer__menu-item a:hover {
  color: var(--primary1);
  transition: all 300ms;
}
.footer__social {
  display: flex;
}
@media screen and (max-width: 760px) {
  .footer__social {
    padding-top: 12px;
  }
}
.footer__social-icon:not(:last-child) {
  padding-right: 20px;
}
.footer__social-icon img {
  width: 24px;
  height: 24px;
}
.footer__confidentiality {
  padding-top: 28px;
}
@media screen and (max-width: 1050px) {
  .footer__confidentiality {
    padding-top: 22px;
  }
}
.footer__confidentiality-text {
  padding-top: 5px;
  font-size: 14px;
  line-height: 19.6px;
  color: rgb(119, 119, 119);
}
@media screen and (max-width: 760px) {
  .footer__confidentiality-text {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.footer__confidentiality-list {
  display: flex;
  padding-top: 32px;
}
@media screen and (max-width: 1050px) {
  .footer__confidentiality-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 760px) {
  .footer__confidentiality-list {
    display: block;
    padding-top: 25px;
  }
}
.footer__confidentiality-item {
  padding-right: 41px;
}
@media screen and (max-width: 1050px) {
  .footer__confidentiality-item {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  .footer__confidentiality-item {
    padding-bottom: 17px;
  }
}
.footer__confidentiality-item a {
  color: var(--gray);
  font-size: 14px;
  line-height: 19.6px;
}
@media screen and (max-width: 760px) {
  .footer__confidentiality-item a {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.footer__confidentiality-item a:hover {
  color: var(--white);
  transition: all 300ms;
}
.search_error {
    display: flex;
    gap: 10px;
    padding: 16px;
    align-items: center;
    background: var(--black_theme_1);
    border-radius: 12px;
}
.card-icon {
     width: 18px;
}
/* Мобильные стили */
@media (max-width: 1050px) {
  .catalog-page__content {
    flex-direction: column;
    padding-top: 10px;
  }
  .catalog-page__content-left {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark);
    z-index: 1000;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .catalog-page__content-left.active {
    display: block;
  }

  .catalog-page__filter {
    display: block;
    margin: 15px 0;
  }

  .filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    top: 0;
    background: var(--dark);
    padding: 15px 0;
    z-index: 1;
  }

  .filter__icon {
    cursor: pointer;
    padding: 5px;
  }

  .filter__icon img {
    width: 24px;
    height: 24px;
  }
}
.disable-btn {
  background-color: var(--gray);
  cursor: not-allowed;
}
.disable-btn:hover {
  background-color: var(--gray);
  border: 1px solid var(--gray);
}
.light-theme .button--primary {
  color: var(--dark);
}
.light-theme .button--primary span {
  color: var(--dark);
}
.light-theme .main__hero-swiper .swiper-horizontal .swiper-pagination-bullet {
  background-color: var(--dark_2_light);
}
.light-theme .main__hero-swiper .swiper-horizontal .swiper-pagination-active {
  background-color: var(--dark_2_light);
}
.light-theme .main__hero-slider--skeleton, .light-theme .main__hero-static--skeleton, .light-theme .category__card-image--skeleton, .light-theme .category__card-price--skeleton, .light-theme .category__card-title--skeleton, .light-theme .category__card-text--skeleton {
  background: linear-gradient(90deg, rgb(246, 246, 246) 25%, rgb(230, 230, 230) 50%, rgb(246, 246, 246) 75%);
}
.light-theme .catalog__card-image--skeleton, .light-theme .catalog__card-block--skeleton, .light-theme .catalog__card-title--skeleton, .light-theme .catalog__card-info--skeleton, .light-theme .catalog__card-button--skeleton, .light-theme .collections__card--skeleton, .light-theme .catalog__card-icon--skeleton {
  background: linear-gradient(90deg, rgb(246, 246, 246) 25%, rgb(230, 230, 230) 50%, rgb(246, 246, 246) 75%);
}
.light-theme .article__card-image--skeleton, .light-theme .article__card-title--skeleton, .light-theme .article__card-info--skeleton, .light-theme .reviews__item--skeleton, .light-theme .advantages__item--skeleton, .light-theme .reviews__block--skeleton, .light-theme .category__card-block--skeleton {
  background: linear-gradient(90deg, rgb(246, 246, 246) 25%, rgb(230, 230, 230) 50%, rgb(246, 246, 246) 75%);
}
.light-theme .catalog__card-image_label {
  color: var(--dark);
}
.light-theme .select2-container--default .select2-selection--single {
  background-color: var(--black_theme_1);
}
.light-theme .article__card-image_label a {
  color: var(--dark);
}
.light-theme .form-field__input {
  color: var(--black_theme_light);
}
.light-theme .logo a {
  background-image: url(../img/logo-dark.svg);
}
@media screen and (max-width: 760px) {
  .light-theme .logo a {
    background-image: url(../img/logo-mobile.svg);
  }
}
@media screen and (max-width: 760px) {
  .light-theme .logo--footer a {
    background-image: url(../img/logo-dark.svg);
  }
}
.light-theme .header__favourites {
  background-image: url(../img/like-black.svg);
}
.light-theme .header__user {
  background-image: url(../img/user-dark.svg);
}
.light-theme .header__favourites::after {
  color: var(--dark);
}
.light-theme .form__radio input[type=radio]:checked + label:before {
  background: url(../img/radio-1-dark.svg) 0 0 no-repeat;
}
.light-theme .blog__slider-label a {
  color: var(--dark);
}
.light-theme .button__label {
  color: var(--dark);
}
.light-theme .article-page__label {
  color: var(--dark);
}
.light-theme .giveaways__block-card_label {
  color: var(--dark);
}
.light-theme .catalog-modal__navigation-image--1 {
  background-image: url(../img/icon-game-dark.svg);
}
.light-theme .catalog-modal__navigation-image--2 {
  background-image: url(../img/icon-menu-dark.svg);
}
.light-theme .catalog-modal__navigation-image--3 {
  background-image: url(../img/icon-reviews-dark.svg);
}
.light-theme .catalog-modal__navigation-image--4 {
  background-image: url(../img/icon-coin-dark.svg);
}
.light-theme .catalog-modal__navigation-image--5 {
  background-image: url(../img/icon-pc-dark.svg);
}
.light-theme .catalog-modal__navigation-image--6 {
  background-image: url(../img/icon-phone-dark.svg);
}
.light-theme .catalog-modal__navigation-image--7 {
  background-image: url(../img/icon-fire-dark.svg);
}
.light-theme .catalog-modal__favourites {
  background-image: url(../img/like-black.svg);
}
.light-theme .catalog-modal__user {
  background-image: url(../img/user-dark.svg);
}
.light-theme .product__user-icon {
  background-image: url(../img/user-dark.svg);
}
.light-theme .product__user-item_icon--review {
  background-image: url(../img/review-dark.svg);
}
.light-theme .product__user-item_icon--cart {
  background-image: url(../img/cart-dark.svg);
}
.light-theme .product__user-item_icon--time {
  background-image: url(../img/icon-time-dark.svg);
}
.light-theme .product__info-indicator_icon--cart {
  background-image: url(../img/cart-dark.svg);
}
.light-theme .product__info-indicator_icon--review {
  background-image: url(../img/review-dark.svg);
}
.light-theme .scroll__icon {
  background-image: url(../img/icon-arrow-up-dark.svg);
}
.light-theme .arrows__right__icon {
  background-image: url(../img/down-right.svg);
}
.light-theme .arrows__right__icon__left {
  background-image: url(../img/down-right.svg);
}
.light-theme .seller__item-icon--review {
  background-image: url(../img/review-dark.svg);
}
.light-theme .seller__item-icon--cart {
  background-image: url(../img/cart-dark.svg);
}
.light-theme .seller__item-icon--time {
  background-image: url(../img/icon-time-dark.svg);
}
.light-theme .seller__block-icon {
  background-image: url(../img/webmoney-dark.svg);
}
.light-theme .profile__menu-icon--shop {
  background-image: url(../img/icon-shop-dark.svg);
}
.light-theme .profile__menu-icon--cart {
  background-image: url(../img/cart-dark.svg);
}
.light-theme .profile__menu-icon--card {
  background-image: url(../img/icon-card-dark.svg);
}
.light-theme .profile__menu-icon--setting {
  background-image: url(../img/icon-setting-dark.svg);
}
.light-theme .profile__menu-icon--exit {
  background-image: url(../img/icon-exit.svg);
}
.light-theme .profile__menu-icon--home {
  background-image: url(../img/icon-home-dark.svg);
}

.light-theme .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: var(--white);
}
.light-theme .form-field__text::before {
  color: var(--dark);
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.light-theme .skeleton, .light-theme .main__hero-slider--skeleton, .light-theme .main__hero-static--skeleton, .light-theme .catalog__card--skeleton, .light-theme .catalog__card--skeleton .catalog__card-image--skeleton, .catalog__card--skeleton .light-theme .catalog__card-image--skeleton, .light-theme .catalog__card--skeleton .catalog__card-icon--skeleton, .catalog__card--skeleton .light-theme .catalog__card-icon--skeleton, .light-theme .catalog__card-price--skeleton, .light-theme .article__card--skeleton, .light-theme .article__card-image--skeleton, .light-theme .reviews__item--skeleton, .light-theme .reviews__block--skeleton, .light-theme .collections__card--skeleton, .light-theme .category__card--skeleton, .light-theme .category__card-image--skeleton, .light-theme .advantages__item--skeleton {
  background-size: 200% 100%;
  animation: skeleton-loading 1.9s infinite ease-in-out;
  will-change: background-position;
}

.password-hint {
  margin-top: 10px;
}
.copyright_logo {
    background: url(../img/copyright.svg) no-repeat;
    width: 101px;
    height: 31px;
    transition: all .3s;
}
.footer_copyright {
  display: flex;
  justify-content: space-between;
}
.footer_copyright a {
  padding-top: 32px;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    text-decoration: none;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 10;
    padding: 8px;
}

.modal-close:hover {
  color: #333;
}

@media screen and (max-width: 1050px) {
  .modal-close {
    top: 42px;
    right: 40px;
  }


 }
 
.product__price-title--with-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hint {
  position: relative;
  display: inline-flex;
  cursor: help;
}

.hint__icon {
  width: 18px;
  height: 18px;
  display: block;
}

.hint::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 145%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  max-width: 400px;
  padding: 10px 20px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.4;
  background: var(--dark_2);
  border-radius: 16px;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
  z-index: 20;
  box-shadow: 0 4px 12px rgb(0 0 0 / 25%);
  min-width: 350px;
  font-weight: 500;
}

.hint::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 3px);
  left: 15%;
  border: 6px solid transparent;
  border-bottom-color: var(--dark_2);
  opacity: 0;
  transform: translateY(5px) rotate(180deg); 
  transition: opacity .4s ease, transform .4s ease;
  z-index: 21;
}

.hint:hover::after,
.hint:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0); 
}

.hint:hover::before,
.hint:focus::before {
  opacity: 1;
  transform: translateY(0) rotate(180deg);
}