@import url("https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}

body {
  background-image: url(../media/bk2.jpg);
  background-attachment: fixed;
  background-size: cover;
  font-family: "Crimson Pro", serif;
  font-size: 1.4vw;
  color: black;
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
  color: black;
}
body header {
  background-color: #00587E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2300618b' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23006a97' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%230072a4' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23007bb0' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%230084BD' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23008dca' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%230096d7' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2300a0e5' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2300a9f2' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2300B2FF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  margin: 0 3vw 1vw 3vw;
  padding: 1vw 5vw;
  border-radius: 0 0 5vw 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header a {
  color: white;
}
body header i {
  color: white;
}
body header .btn {
  border: 0;
  color: white;
  font-size: 1.6vw;
}
body header span {
  display: flex;
  align-items: center;
}
body header span .logo {
  margin-right: 2vw;
}
body header span .logo img {
  width: 10vw;
}
body header span .btnSearch .input-group {
  flex-wrap: nowrap;
}
body header span .btnSearch .input-group input {
  width: 30vw;
}
body header span .btnSearch .btn {
  background: white;
  border: 1px solid white;
  border-radius: 0 1vw 1vw 0 !important;
}
body header span .btnSearch .btn i {
  color: #00b7e3;
}
body header span .theme .theme-switch {
  --toggle-size: 1vw;
  --container-width: 5.625em;
  --container-height: 2.5em;
  --container-radius: 6.25em;
  --container-light-bg: #3D7EAE;
  --container-night-bg: #1D1F2C;
  --circle-container-diameter: 3.375em;
  --sun-moon-diameter: 2.125em;
  --sun-bg: #ECCA2F;
  --moon-bg: #C4C9D1;
  --spot-color: #959DB1;
  --circle-container-offset: calc((var(--circle-container-diameter) - var(--container-height)) / 2 * -1);
  --stars-color: #fff;
  --clouds-color: #F3FDFF;
  --back-clouds-color: #AACADF;
  --transition: .5s cubic-bezier(0, -0.02, 0.4, 1.25);
  --circle-transition: .3s cubic-bezier(0, -0.02, 0.35, 1.17);
}
body header span .theme .theme-switch, body header span .theme .theme-switch *, body header span .theme .theme-switch *::before, body header span .theme .theme-switch *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--toggle-size);
}
body header span .theme .theme-switch__container {
  width: var(--container-width);
  height: var(--container-height);
  background-color: var(--container-light-bg);
  border-radius: var(--container-radius);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  transition: var(--transition);
  position: relative;
}
body header span .theme .theme-switch__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  border-radius: var(--container-radius);
}
body header span .theme .theme-switch__checkbox {
  display: none;
}
body header span .theme .theme-switch__circle-container {
  width: var(--circle-container-diameter);
  height: var(--circle-container-diameter);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: var(--circle-container-offset);
  top: var(--circle-container-offset);
  border-radius: var(--container-radius);
  box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  display: flex;
  transition: var(--circle-transition);
  pointer-events: none;
}
body header span .theme .theme-switch__sun-moon-container {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: var(--sun-moon-diameter);
  height: var(--sun-moon-diameter);
  margin: auto;
  border-radius: var(--container-radius);
  background-color: var(--sun-bg);
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  overflow: hidden;
  transition: var(--transition);
}
body header span .theme .theme-switch__moon {
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: var(--moon-bg);
  border-radius: inherit;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  transition: var(--transition);
  position: relative;
}
body header span .theme .theme-switch__spot {
  position: absolute;
  top: 0.75em;
  left: 0.312em;
  width: 0.75em;
  height: 0.75em;
  border-radius: var(--container-radius);
  background-color: var(--spot-color);
  box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
}
body header span .theme .theme-switch__spot:nth-of-type(2) {
  width: 0.375em;
  height: 0.375em;
  top: 0.937em;
  left: 1.375em;
}
body header span .theme .theme-switch__spot:nth-last-of-type(3) {
  width: 0.25em;
  height: 0.25em;
  top: 0.312em;
  left: 0.812em;
}
body header span .theme .theme-switch__clouds {
  width: 1.25em;
  height: 1.25em;
  background-color: var(--clouds-color);
  border-radius: var(--container-radius);
  position: absolute;
  bottom: -0.625em;
  left: 0.312em;
  box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
}
body header span .theme .theme-switch__stars-container {
  position: absolute;
  color: var(--stars-color);
  top: -100%;
  left: 0.312em;
  width: 2.75em;
  height: auto;
  transition: var(--transition);
}
body header span .theme .theme-switch__checkbox:checked + .theme-switch__container {
  background-color: var(--container-night-bg);
}
body header span .theme .theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter));
}
body header span .theme .theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container:hover {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - 0.187em);
}
body header span .theme .theme-switch__circle-container:hover {
  left: calc(var(--circle-container-offset) + 0.187em);
}
body header span .theme .theme-switch__checkbox:checked + .theme-switch__container .theme-switch__moon {
  transform: translate(0);
}
body header span .theme .theme-switch__checkbox:checked + .theme-switch__container .theme-switch__clouds {
  bottom: -4.062em;
}
body header span .theme .theme-switch__checkbox:checked + .theme-switch__container .theme-switch__stars-container {
  top: 50%;
  transform: translateY(-50%);
}
body main {
  min-height: 100vh;
}
body main .aboutPage {
  margin: 0 3vw;
  padding: 2vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body main .breadcrumb {
  margin: 3vw;
  --bs-breadcrumb-item-active-color: rgb(30,30,30);
}
body main .breadcrumb .breadcrumb-item.active {
  font-weight: bold !important;
}
body main .filterPage {
  margin: 3vw;
  display: flex;
  align-content: flex-start;
}
body main .filterPage .productsFilter .accordion {
  min-width: 20vw;
}
body main .filterPage .productsFilter .accordion .accordion-item {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body main .filterPage .productsFilter .accordion .accordion-item .accordion-collapse .accordion-body {
  display: flex;
  flex-direction: column;
}
body main .filterPage .productsFilter .accordion .accordion-item .accordion-collapse .accordion-body .btn {
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  width: 100%;
  text-align: start;
  margin-bottom: 1vw;
  color: #00011A;
  border-bottom: 1px solid #1D1F2C;
}
body main .postPage .postFloat1 {
  background: rgba(255, 255, 255, 0.2);
  padding: 1vw;
  border-radius: 1vw;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 3vw;
  display: flex;
}
body main .postPage .postFloat1 .img {
  margin-right: 2vw;
}
body main .postPage .postFloat1 .img img {
  width: 30vw;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 1vw;
  border: 1px solid white;
}
body main .categories div .category {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .categories div .category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: red;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1vw;
  padding: 2vw 4vw;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body main .categories div .category a .img {
  background-color: #00b7e3;
  border-radius: 100%;
  width: 7vw;
  height: 7vw;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .categories div .category a .img img {
  width: 100%;
  height: 100%;
}
body main .categories div .category a .info {
  display: flex;
  justify-content: center;
}
body main .brandsBlock {
  margin: 1vw 3vw;
  overflow: hidden;
  border-radius: 1vw;
}
body main .brandsBlock div {
  margin: 0 1vw;
}
body main .brandsBlock div img {
  border-radius: 1vw;
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .welcomeCarusel {
  margin: 1vw 3vw;
  overflow: hidden;
  border-radius: 5vw 5vw 0 0;
}
body main .welcomeCarusel div img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .contentHead {
  display: flex;
  margin: 1vw 3vw;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6vw;
}
body main .contentHead p {
  font-size: 2.4vw;
  font-weight: bold;
}
body main .contentHead a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body main .productsBlock {
  margin: 0 3vw 3vw 3vw;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  row-gap: 2vw;
}
body main .productsBlock .productBox .productBtnBox {
  display: flex;
  flex-direction: column;
  height: 32vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1vw;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 22vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body main .productsBlock .productBox .productBtnBox .img {
  margin: auto;
}
body main .productsBlock .productBox .productBtnBox .img img {
  width: 100%;
  border-radius: 1vw;
  max-height: 25vw;
}
body main .productsBlock .productBox .productBtnBox .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body main .productsBlock .productBox .productBtnBox .info .name {
  padding: 0.5vw 0;
  font-weight: bold;
  font-size: 1.4vw;
}
body main .productsBlock .productBox .modal .modal-dialog {
  --bs-modal-width: 80% !important;
}
body main .productsBlock .productBox .modal .modal-dialog .modal-content {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body {
  background-color: white;
  color: black;
}
body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body .modalBodyBlock {
  display: flex;
}
body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body .modalBodyBlock .img {
  margin-right: 1vw;
}
body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body .modalBodyBlock .img img {
  width: 20vw;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1vw;
}
body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-footer .btn a {
  color: white;
}
body main .allproducts .productsBlock {
  width: 100%;
  margin: 0 1vw;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}
body footer {
  background-color: #00587E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2300618b' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23006a97' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%230072a4' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23007bb0' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%230084BD' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23008dca' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%230096d7' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2300a0e5' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2300a9f2' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2300B2FF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: white;
  padding: 1vw;
  margin-top: 2vw;
}
body footer .lastText {
  display: flex;
  justify-content: center;
}

body.body-dark {
  background-color: #000000;
  background-image: url(../media/bk1.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
body.body-dark a {
  color: white;
}
body.body-dark header {
  background-color: #00011A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23000122' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2300022b' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23000233' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2300033c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23000344' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2300033c' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23000233' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2300022b' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23000122' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2300011A' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
body.body-dark header span .btnSearch form .input-group ::-moz-placeholder {
  color: white;
}
body.body-dark header span .btnSearch form .input-group ::placeholder {
  color: white;
}
body.body-dark header span .btnSearch form .input-group input {
  background-color: rgba(200, 200, 200, 0.4);
  color: white;
  border: 1px solid rgb(30, 30, 30);
}
body.body-dark header span .btnSearch form .input-group .btn {
  background-color: rgba(200, 200, 200, 0.4);
  border: 1px solid rgb(30, 30, 30);
}
body.body-dark header span .btnSearch form .input-group .btn i {
  color: white;
}
body.body-dark header span .dropdown .dropdown-menu {
  background-color: #00011A;
}
body.body-dark header span .dropdown .dropdown-menu li:hover a {
  background-color: #00587E;
  color: white;
}
body.body-dark main .paginatorBlock nav .pagination .page-item a {
  background-color: #00b7e3;
  border-color: #00587E;
}
body.body-dark main .paginatorBlock nav .pagination .page-item p {
  background-color: #00b7e3;
  color: white;
  border-color: #00587E;
}
body.body-dark main .breadcrumb {
  --bs-breadcrumb-item-active-color: white;
}
body.body-dark main .filterPage .webPoductsFilter .offcanvas {
  background-color: #00011A;
  color: white;
}
body.body-dark main .filterPage .webPoductsFilter .offcanvas a {
  color: white;
}
body.body-dark main .filterPage .webPoductsFilter .offcanvas .btn {
  color: white;
}
body.body-dark main .filterPage .productsFilter .accordion .accordion-item {
  border-color: #00011A;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body.body-dark main .filterPage .productsFilter .accordion .accordion-item .accordion-collapse .accordion-body .btn {
  border-bottom: 1px solid white;
  color: white;
}
body.body-dark main .filterPage .productsFilter .accordion .accordion-item .accordion-header button {
  background-color: #00587E;
  color: white;
}
body.body-dark main .productsBlock .productBox .productBtnBox .info {
  color: white;
}
body.body-dark main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body {
  background-color: rgb(30, 30, 30);
  color: white;
}
body.body-dark footer {
  background-color: #00011A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23000122' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2300022b' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23000233' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2300033c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23000344' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2300033c' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23000233' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2300022b' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23000122' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2300011A' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (min-width: 1001px) {
  body header span:nth-child(3) {
    display: none;
  }
  body header span .mobilelogo {
    display: none;
  }
  body main .filterPage .webPoductsFilter {
    display: none;
  }
  body main .welcomeCaruselMob {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  body header span .theme {
    --toggle-size: 5vw !important;
  }
  body header span:nth-child(2) {
    display: none;
  }
  body header span:first-child {
    width: 100%;
  }
  body header span:first-child .btnSearch {
    width: 70%;
  }
  body header span:first-child .weblogo {
    display: none;
  }
  body header span:first-child .mobilelogo img {
    width: 15vw;
  }
  body header .mobileSpan .mobileDropdown .dropdown button {
    font-size: 6vw;
  }
  body main .welcomeCaruselWeb {
    display: none;
  }
  body main .breadcrumb {
    font-size: 3vw;
  }
  body main .aboutPage {
    font-size: 6vw;
  }
  body main .filterPage {
    flex-direction: column;
  }
  body main .filterPage .webPoductsFilter .filterbtn {
    margin-bottom: 2vw;
  }
  body main .filterPage .webPoductsFilter .filterbtn i {
    font-size: 2vw;
  }
  body main .filterPage .webPoductsFilter .offcanvas {
    width: -moz-fit-content;
    width: fit-content;
  }
  body main .filterPage .webPoductsFilter .offcanvas .offcanvas-body .filterName {
    font-size: 5vw;
    font-weight: bold;
  }
  body main .filterPage .productsFilter {
    display: none;
  }
  body main .filterPage .productsBlock {
    grid-template-columns: auto auto;
  }
  body main .filterPage .productsBlock .productBox .productBtnBox {
    width: 43vw;
    height: 43vw;
  }
  body main .filterPage .productsBlock .productBox .productBtnBox .img img {
    min-height: 20vw;
  }
  body main .filterPage .productsBlock .productBox .productBtnBox .info .name {
    font-size: 3vw;
  }
  body main .categories {
    margin: 5vw 0;
  }
  body main .categories div .category .img {
    width: 20vw;
    padding: 4vw;
    height: 20vw;
  }
  body main .categories div .category .name {
    font-size: 5vw;
  }
  body main .contentHead {
    font-size: 5vw;
  }
  body main .contentHead p {
    font-size: 5vw;
  }
  body main .productsBlock {
    grid-template-columns: auto;
    justify-content: center;
  }
  body main .productsBlock .productBox {
    margin-bottom: 5vw;
  }
  body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body .modalBodyBlock {
    flex-direction: column;
  }
  body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body .modalBodyBlock .img {
    display: flex;
    justify-content: center;
  }
  body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body .modalBodyBlock .img img {
    width: 40vw;
    height: 40vw;
  }
  body main .productsBlock .productBox .modal .modal-dialog .modal-content .modal-body .modalBodyBlock .info {
    font-size: 6vw;
  }
  body main .productsBlock .productBox .productBtnBox {
    width: 90vw;
    height: 90vw;
  }
  body main .productsBlock .productBox .productBtnBox .img img {
    min-height: 60vw;
  }
  body main .productsBlock .productBox .productBtnBox .info .name {
    font-size: 6vw;
  }
  body main .welcomeCarusel div img {
    height: 30vh;
  }
}/*# sourceMappingURL=style.css.map */