@import "bootstrap-grid.css";
@font-face {
  font-family: "Manrope";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/manrope-light.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/manrope-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/manrope-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/manrope-bold.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input, textarea {
  outline: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #171717;
  margin: 0;
  letter-spacing: 0.2px;
}
body.-scroll .catalog .filter {
  padding-top: 90px;
}
body.-scroll .catalog .filter .category-filter:first-child {
  padding-top: 20px;
}
body.-downloaded .decor-image {
  filter: blur(20px) saturate(120%);
  animation: videoopacity 6s ease;
  opacity: 0.7;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  background-size: 4px;
  background-position: center;
  background-image: url("../img/dot.svg");
  z-index: 0;
}
body.-overflow {
  overflow: hidden;
}

@keyframes videoopacity {
  0% {
    filter: blur(4px) saturate(200%);
    opacity: 0.5;
  }
  100% {
    filter: blur(20px) saturate(120%);
    opacity: 0.7;
  }
}
.checkbox-item {
  position: relative;
  padding-left: 25px;
}
.checkbox-item input[type=checkbox], .checkbox-item input[type=radio] {
  display: none;
}
.checkbox-item input[type=checkbox] + label, .checkbox-item input[type=radio] + label {
  cursor: pointer;
}
.checkbox-item input[type=checkbox] + label::after, .checkbox-item input[type=radio] + label::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 1px;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}
.checkbox-item input[type=checkbox] + label::after:hover::before, .checkbox-item input[type=radio] + label::after:hover::before {
  background-color: #fff;
}
.checkbox-item input[type=radio] + label::after {
  border-radius: 50%;
}
.checkbox-item input[type=checkbox]:checked + label::after, .checkbox-item input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
}
.checkbox-item input[type=checkbox]:checked + label::before, .checkbox-item input[type=radio]:checked + label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 3.5px;
  top: 4.5px;
  transition: 0.3s ease;
  border-radius: 3px;
  z-index: 5;
  transition: 0.3s ease;
}
.checkbox-item label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.prelouder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.prelouder .louder {
  width: 280px;
  height: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.prelouder .louder span {
  text-transform: uppercase;
  color: #f4f4f4;
  line-height: 20px;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.prelouder .louder::before {
  content: "";
  width: 180px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  animation: line-animated-wait-prelouder 2s linear infinite;
}

.loaded .prelouder {
  display: none;
}

@keyframes line-animated-wait-prelouder {
  0% {
    left: -180px;
  }
  100% {
    left: 100%;
  }
}
h1, h2, h3, h4, p, input, button, a, textarea {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 80px;
}

.container-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 14px;
  border: 0;
  cursor: pointer;
}

.nav-link {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.nav-link:hover {
  color: #41adff;
}

.btn-nav {
  background-color: rgba(27, 155, 253, 0.7);
  font-size: 13px;
  padding: 7px 14px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), inset 0 -18px 28px rgba(0, 0, 0, 0.24), 0 1px 8px rgba(0, 0, 0, 0.21);
  white-space: nowrap;
}
.btn-nav.-white {
  background-color: #fff;
  color: #000;
  height: 32px;
  font-weight: bold;
  text-shadow: none;
}
.btn-nav.-white:hover {
  background-color: #fff !important;
}
.btn-nav.-border {
  background: transparent;
  padding: 5px;
  width: 38px;
  background-color: rgba(255, 255, 255, 0.35);
}
.btn-nav.-border .icon-div {
  margin-right: 4px;
  margin-bottom: 2px;
}
.btn-nav.-border .icon-div img {
  width: 20px;
}
.btn-nav:hover {
  background-color: rgba(27, 155, 253, 0.9);
}
.btn-nav .icon-div {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 6px;
}
.btn-nav.-cart .icon-div {
  background-image: url("../img/shopping-bag.png");
}

button.to-card, a.to-card {
  background-color: rgba(33, 186, 75, 0.7);
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), inset 0 -18px 28px rgba(0, 0, 0, 0.24);
}
button.to-card.-line, a.to-card.-line {
  border: 1px solid #1b9bfd;
  background-color: transparent;
}
button.to-card:hover, a.to-card:hover {
  background-color: rgba(33, 186, 75, 0.9);
}
button.to-card.-added-to-cart, a.to-card.-added-to-cart {
  background-color: rgba(27, 155, 253, 0.7);
}
button.to-card.-added-to-cart:hover, a.to-card.-added-to-cart:hover {
  background-color: rgba(27, 155, 253, 0.9);
}
button.to-card.-booking, a.to-card.-booking {
  background-color: rgba(252, 177, 4, 0.7);
}
button.to-card.-booking:hover, a.to-card.-booking:hover {
  background-color: rgba(252, 177, 4, 0.9);
}

video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.5;
  filter: blur(4px) saturate(200%);
  display: none;
}

.decor-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../img/bg-ancient.png");
  opacity: 0.5;
  filter: blur(4px) saturate(200%);
}

.description-block {
  text-align: center;
  padding-top: 40px;
}
.description-block .container-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.description-block .container-wrap img {
  max-width: 180px;
  margin-bottom: -30px;
  margin-right: 20px;
}
.description-block .container-wrap::before {
  content: "";
  width: 220px;
  position: absolute;
  top: 120px;
  height: 40px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  left: calc(50% - 110px);
}
.description-block .main-txt {
  font-weight: 600;
  margin-top: 10px;
}
.description-block .s-header {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.product-item, .-other {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: space-between;
  transition: none;
}
.product-item:hover, .-other:hover {
  transform: scale(1.02);
  transition: 0.3s;
}
.product-item:hover .img-product, .-other:hover .img-product {
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), 0 1px 12px rgba(0, 0, 0, 0.7);
}
.product-item:hover .down-part-card::before, .-other:hover .down-part-card::before {
  transition: 0.3s ease;
  background-position: -100% -100%;
  background-repeat: no-repeat;
}
.product-item .down-part-card, .-other .down-part-card {
  position: relative;
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), inset 0 -18px 28px rgba(0, 0, 0, 0.24);
  box-shadow: none;
  padding: 7px 14px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: none;
}
.product-item .down-part-card .to-card, .-other .down-part-card .to-card {
  font-size: 12px;
  width: calc(100% + 14px);
  height: auto;
  padding: 5px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.product-item .down-part-card::before, .-other .down-part-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-repeat: repeat;
  background-size: 4px;
  background-position: center;
  background-image: url("../img/dot.svg");
}
.product-item .down-part-card *, .-other .down-part-card * {
  position: relative;
  z-index: 2;
}
.product-item .price, .-other .price {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.product-item .price.-with-sale .sale-wrap, .-other .price.-with-sale .sale-wrap {
  font-size: 12px;
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  margin-right: 7px;
  font-weight: 500;
}
.product-item .price.-with-sale .sale-wrap .decor, .-other .price.-with-sale .sale-wrap .decor {
  position: absolute;
  width: 110%;
  left: -5%;
  height: 1px;
  background-color: #f84b4b;
  top: 8px;
}
.product-item .price span, .-other .price span {
  font-size: 12px;
  margin-left: 4px;
  font-weight: 500;
}
.product-item .product-name, .-other .product-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 7px;
  color: #fff;
  text-decoration: none;
}
.product-item .img-product, .-other .img-product {
  width: 100%;
  min-height: 165px;
  height: 165px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  background: linear-gradient(to top, rgba(173, 173, 173, 0.95) 0%, rgba(162, 162, 162, 0.95) 45%, rgba(95, 95, 95, 0.95) 100%);
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), 0 4px 4px rgba(0, 0, 0, 0.21);
  border-radius: 0;
  z-index: 2;
}
.product-item .img-product::before, .-other .img-product::before {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: radial-gradient(120px 60px at 55% 20%, rgba(255, 255, 255, 0.1), transparent 60%), radial-gradient(160px 90px at 40% 35%, rgba(0, 0, 0, 0.08), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
  display: none;
}
.product-item .img-product::after, .-other .img-product::after {
  width: 100%;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(108deg, #6cc2ff 0, #c49bff 32%, #ff6577 84%, #ff813d 100%);
}
.product-item .img-product img, .-other .img-product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.parameters {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.parameters .parametr {
  font-size: 12px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  color: #fff;
}
.parameters .parametr .-copy {
  margin-left: 4px;
  cursor: pointer;
}
.parameters .parametr .color {
  min-width: 14px;
  height: 14px;
  width: 14px;
  display: block;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: -3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.parameters .parametr.-free-or-booked {
  width: 100%;
  margin-top: 15px;
  padding: 4px 7px;
  background-color: rgba(33, 186, 75, 0.14);
  border: 1px solid rgba(33, 186, 75, 0.14);
  color: #21ba4b;
}
.parameters .parametr.-free-or-booked.-booked {
  background-color: rgba(255, 86, 67, 0.14);
  border: 1px solid rgba(255, 86, 67, 0.14);
  color: #ec7264;
  border: 1px solid rgba(252, 177, 4, 0.14);
  background-color: rgba(252, 177, 4, 0.14);
  color: #fcb104;
}

::-webkit-scrollbar {
  width: 5px;
  height: 12px;
  background-color: transparent;
}

::scrollbar {
  width: 5px;
  height: 12px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.9);
}

::scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.9);
}

.catalog {
  background: transparent;
}
.catalog .filter {
  min-width: 235px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 50px 0;
  padding-top: 50px;
  padding-right: 0;
  margin-right: 15px;
  overflow: hidden;
}
.catalog .filter .filter-wrap {
  position: relative;
  overflow-y: scroll;
  max-height: calc(90vh - 180px);
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.15) 100%);
}
.catalog .filter .up-part-filter {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 3.5px;
  cursor: pointer;
  line-height: 1;
}
.catalog .filter .up-part-filter .open-filter {
  position: relative;
  width: 15px;
  cursor: pointer;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.catalog .filter .up-part-filter .open-filter .line1, .catalog .filter .up-part-filter .open-filter .line2 {
  background-color: #fff;
  height: 2px;
  width: 100%;
}
.catalog .filter .up-part-filter .open-filter .line2 {
  position: absolute;
  transform: rotate(90deg);
  left: 0;
  top: 7px;
}
.catalog .filter .category-filter {
  padding: 10px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-top: 0;
  padding-bottom: 10px;
}
.catalog .filter .category-filter:first-child {
  padding-top: 20px;
  padding-top: 0;
}
.catalog .filter .category-filter:last-child {
  padding-bottom: 20px;
}
.catalog .filter .category-filter.-active {
  padding-bottom: 0;
}
.catalog .filter .category-filter.-active:last-child {
  padding-bottom: 10px;
}
.catalog .filter .category-filter.-active .filter-data {
  margin-top: 20px;
  overflow: visible;
  height: auto;
}
.catalog .filter .category-filter.-active .up-part-filter .line2 {
  transform: rotate(0);
}
.catalog .filter .category-filter .filter-data {
  margin-top: 15px;
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
.catalog .filter .category-filter .filter-data li {
  padding: 7px;
  font-size: 13px;
  color: #fff;
  margin: 7px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgba(23, 23, 23, 0);
}
.catalog .filter .category-filter .filter-data li:last-child {
  margin-bottom: 10px;
}
.catalog .filter .category-filter .filter-data li:hover {
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.21);
  background-color: rgba(255, 255, 255, 0.2);
}
.catalog .filter .category-filter .filter-data li.-active {
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), inset 0 -18px 28px rgba(0, 0, 0, 0.24), 0 1px 8px rgba(0, 0, 0, 0.21);
  background-color: rgba(23, 23, 23, 0.5);
}
.catalog .filter .category-filter .filter-data li.-active::after {
  background-color: #1b9bfd;
}
.catalog .filter .category-filter .filter-data li::after {
  position: relative;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 7px;
  height: 7px;
  border-radius: 0;
}
.catalog .filter .category-filter .filter-data li span {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: block;
  border-radius: 50%;
  border: 1px solid #171717;
  margin-right: 8px;
}
.catalog .container-wrap {
  display: flex;
  align-items: flex-start;
}
.catalog .inner-block {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
.catalog .inner-block .no-products {
  width: 100%;
  background-color: rgba(23, 23, 23, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-repeat: repeat;
  background-size: 4px;
  background-position: center;
  background-image: url("../img/dot.svg");
}
.catalog .inner-block .no-products .description-block {
  height: 365px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.catalog .inner-block .no-products .description-block .main-txt {
  margin-top: 0;
  line-height: 22px;
}
.catalog .inner-block .no-products .description-block .btn-nav {
  margin-top: 15px;
}
.catalog .inner-block .product-item, .catalog .inner-block .-other {
  width: calc(25% - 10px);
  margin-bottom: 15px;
}
.catalog .inner-block .product-item.-empty, .catalog .inner-block .-other.-empty {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.filter-clear {
  position: sticky;
  bottom: 0;
  height: 90px;
  background-color: #1b1b1d;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-direction: column;
  background-color: rgba(23, 23, 23, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-repeat: repeat;
  background-size: 4px;
  background-position: center;
  background-image: url("../img/dot.svg");
}
.filter-clear .btn-nav {
  margin-top: 14px;
}
.filter-clear .accept-filter {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 300;
}
.filter-clear .accept-filter span {
  color: #fff;
  font-weight: 400;
}

.navigation {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: auto;
  z-index: 999;
}
.navigation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-repeat: repeat;
  background-size: 4px;
  background-position: center;
  background-image: url("../img/dot.svg");
}
.navigation .container-wrap {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  justify-content: space-between;
}
.navigation .container-wrap .right-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 205px;
  width: 100%;
}
.navigation .container-wrap .right-part .btn-nav {
  margin-left: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.navigation .container-wrap .right-part .btn-nav.-border {
  margin-left: 15px;
}
.navigation .container-wrap .list-nav {
  display: flex;
  align-items: center;
}
.navigation .container-wrap .list-nav .nav-link {
  margin-left: 20px;
}
.navigation .container-wrap .list-nav .nav-link:first-child {
  margin-left: 0;
}

.logo-part {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  max-width: 205px;
  width: 100%;
}
.logo-part img {
  width: 120px;
}
.logo-part span {
  color: #1b9bfd;
  font-weight: bold;
  font-size: 20px;
}
.logo-part .description {
  margin-left: 7px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-image: linear-gradient(108deg, #6cc2ff 0, #c49bff 32%, #ff6577 84%, #ff813d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagination {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  justify-content: center;
}
.pagination .btn-nav {
  white-space: nowrap;
  margin-right: 10px;
  margin-left: 5px;
}
.pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagination ul li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
}
.pagination ul li:hover {
  color: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.21);
  background-color: rgba(255, 255, 255, 0.2);
}
.pagination ul li.-active {
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), inset 0 -18px 28px rgba(0, 0, 0, 0.24), 0 1px 8px rgba(0, 0, 0, 0.21);
  background-color: rgba(23, 23, 23, 0.5);
  color: #000;
  background-color: #fff;
}

.footer {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .container-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
.footer .container-wrap .iseller-data {
  max-width: 400px;
}
.footer .container-wrap .iseller-data p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 500;
  cursor: default;
}
.footer .container-wrap .iseller-data p.company-data {
  color: #fff;
  margin-top: 14px;
}
.footer .container-wrap .iseller-data p.company-data.-low {
  font-size: 12px;
}
.footer .container-wrap .navigation-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.footer .container-wrap .navigation-footer .footer-header {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer .container-wrap .navigation-footer li {
  margin-bottom: 14px;
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font-weight: 500;
}
.footer .container-wrap .navigation-footer li:hover {
  color: #fff;
}
.footer .container-wrap .navigation-footer li:last-child {
  margin-right: 0;
}

.modal-wrap {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 10005;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-repeat: repeat;
  background-size: 4px;
  background-position: center;
  background-image: url("../img/dot.svg");
}
.modal-wrap .checkbox-wrap .signature-for-input {
  margin-bottom: 0;
}
.modal-wrap.-active {
  display: flex;
  animation: modal 0.3s ease;
}
.modal-wrap .modal-inner {
  max-width: 480px;
  width: 100%;
  position: relative;
  background-color: #fff;
  background-color: rgba(23, 23, 23, 0.9);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: repeat;
  background-size: 4px;
  background-position: center;
  background-image: url("../img/dot.svg");
}
.modal-wrap .up-wrap-modal {
  padding: 4px 14px;
  display: flex;
  align-items: center;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  height: 38px;
}
.modal-wrap .up-wrap-modal::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  left: 14px;
  bottom: -100px;
  background-color: #1b9bfd;
  border-radius: 50%;
  filter: blur(40px);
  display: none;
}
.modal-wrap .up-wrap-modal .close-modal {
  width: 27px;
  opacity: 0.35;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal-wrap .up-wrap-modal .close-modal:hover {
  opacity: 1;
}
.modal-wrap .modal-down {
  padding: 20px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
}
.modal-wrap .modal-down .signature {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.84);
}
.modal-wrap .modal-down .btn-wrap {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal-wrap .modal-down .btn-wrap .sum {
  font-weight: 500;
  font-size: 16px;
}
.modal-wrap .modal-content {
  position: relative;
  padding: 20px;
  max-height: 500px;
  overflow-y: scroll;
}
.modal-wrap .modal-content ul, .modal-wrap .modal-content ol {
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.modal-wrap .modal-content ul li, .modal-wrap .modal-content ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.84);
}
.modal-wrap .modal-content ul li:last-child, .modal-wrap .modal-content ol li:last-child {
  margin-bottom: 10px;
}
.modal-wrap .modal-content p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.84);
}
.modal-wrap .modal-content p b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.modal-wrap .modal-content b {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
}
.modal-wrap .modal-content a {
  font-weight: 600;
  color: #1b9bfd;
  display: inline-block;
  text-decoration: none;
}
.modal-wrap .modal-content ul {
  padding-left: 0;
}

.separator {
  display: block;
  width: 100%;
  height: 10px;
  position: relative;
}

@keyframes modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.-cart-modal .modal-content {
  padding: 10px;
  padding: 0;
  max-height: 300px;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  text-align: center;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  background-color: transparent;
}
.cart-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
.cart-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.cart-item .delete-btn {
  width: 20px;
  position: absolute;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  opacity: 0.35;
}
.cart-item .delete-btn:hover {
  opacity: 0.7;
}
.cart-item .down-part-card {
  position: relative;
  box-shadow: none;
  padding: 0px 10px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  transition: none;
  width: calc(100% - 180px);
}
.cart-item .down-part-card .to-card {
  font-size: 12px;
  width: calc(100% + 14px);
  height: auto;
  padding: 5px;
}
.cart-item .parameters {
  text-align: left;
  align-items: flex-start;
}
.cart-item .parameters .parametr {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 18px;
}
.cart-item .parameters .parametr.-id {
  font-size: 14px;
}
.cart-item .parameters .parametr span {
  margin-right: 4px;
}
.cart-item .parameters .parametr:last-child {
  margin-bottom: 0;
}
.cart-item .parameters .-free-or-booked, .cart-item .parameters .-free-or-booked.-booked {
  padding: 0;
  background-color: transparent;
  border: 0;
  width: auto;
  text-align: left;
  margin-top: 5px;
}
.cart-item .product-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.cart-item .img-product {
  width: 80px;
  min-width: 80px;
  min-height: 65px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: linear-gradient(to top, rgba(173, 173, 173, 0.95) 0%, rgba(162, 162, 162, 0.95) 45%, rgba(95, 95, 95, 0.95) 100%);
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), 0 4px 4px rgba(0, 0, 0, 0.21);
  border-radius: 0;
  z-index: 2;
}
.cart-item .img-product::before {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: radial-gradient(120px 60px at 55% 20%, rgba(255, 255, 255, 0.1), transparent 60%), radial-gradient(160px 90px at 40% 35%, rgba(0, 0, 0, 0.08), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
  display: none;
}
.cart-item .img-product::after {
  width: 100%;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(108deg, #6cc2ff 0, #c49bff 32%, #ff6577 84%, #ff813d 100%);
}
.cart-item .img-product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cart-item .term {
  text-align: center;
}
.cart-item .term .term-header {
  font-size: 14px;
  font-weight: 600;
}
.cart-item .term ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.cart-item .term ul li {
  margin: 0 5px !important;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  width: 38px;
  min-width: 32px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #5a5a5a;
  cursor: pointer;
}
.cart-item .term ul li:hover {
  background-color: #7d7d7d;
}
.cart-item .term ul li.-active {
  box-shadow: inset 0 0 1.5px 0 rgba(0, 0, 0, 0.9), inset 0 -18px 28px rgba(0, 0, 0, 0.24), 0 1px 8px rgba(0, 0, 0, 0.21);
  background-color: rgba(27, 155, 253, 0.9);
}
.cart-item .price {
  margin: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cart-item .price.-with-sale .sale-wrap {
  font-size: 12px;
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  margin-right: 7px;
  font-weight: 500;
}
.cart-item .price.-with-sale .sale-wrap .decor {
  position: absolute;
  width: 110%;
  left: -5%;
  height: 1px;
  background-color: #f84b4b;
  top: 8px;
}
.cart-item .price span {
  font-size: 12px;
  margin-left: 4px;
  font-weight: 500;
}
.cart-item .mt10 {
  margin-top: 10px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1280px) {
  /**/
  .catalog .container-wrap {
    max-width: 1030px;
  }
  .catalog .inner-block .product-item, .catalog .inner-block .-other {
    width: calc(33.33% - 10px);
    margin-bottom: 16px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
  .catalog .container-wrap {
    max-width: 860px;
  }
  .catalog .inner-block .product-item, .catalog .inner-block .-other {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  .description-block .container-wrap {
    max-width: 500px;
  }
  .logo-part {
    width: auto;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
  .catalog .container-wrap {
    max-width: 500px;
  }
  .catalog .inner-block .product-item, .catalog .inner-block .-other {
    width: 100%;
    margin-bottom: 16px;
  }
  .pagination {
    flex-direction: column;
    align-items: flex-start;
  }
  .pagination .btn-nav {
    margin-bottom: 16px;
  }
  .navigation .container-wrap {
    padding-top: 10px;
    padding-bottom: 15px;
    align-items: flex-end;
  }
  .navigation .container-wrap .list-nav {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    height: 30px;
    align-items: center;
    width: calc(100% - 60px);
  }
  .navigation .container-wrap .list-nav .nav-link {
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding-top: 7px;
  }
  .logo-part {
    height: 69px;
  }
  .logo-part img {
    margin-bottom: -8px;
    width: 130px;
  }
  .product-item .down-part-card .to-card, .-other .down-part-card .to-card {
    font-size: 14px;
    height: 32px;
  }
  .catalog .filter .category-filter:first-child .filter-data li {
    font-size: 14px;
  }
  .product-item .product-name, .-other .product-name {
    font-weight: bold;
  }
  .product-item .price, .-other .price {
    font-size: 16px;
  }
  .footer .container-wrap .navigation-footer li {
    font-size: 16px;
  }
  .pagination {
    padding-bottom: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 500px) {
  /**/
  .catalog .container-wrap {
    padding-left: 0;
    padding-right: 10px;
  }
  .catalog .filter {
    min-width: 205px;
    margin-right: 10px;
  }
  .catalog .filter .filter-wrap {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    max-height: calc(90vh - 180px);
  }
  body.-scroll .catalog .filter {
    padding-top: 94px;
  }
  .cart-item .term {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cart-item .term ul {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 150px;
  }
  .cart-item .term ul li {
    margin: 0 !important;
    font-size: 16px;
  }
  .term-header {
    line-height: 20px;
  }
  .cart-item .delete-btn {
    right: inherit;
    left: 15px;
    width: 24px;
  }
  .cart-item .parameters .parametr.-id {
    font-size: 16px;
  }
  .cart-item .parameters .parametr {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}/*# sourceMappingURL=main.css.map */