@font-face {
  font-family: Century Gothic;
  src: url('../fonts/GOTHIC.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.t1 {
  z-index: 10;
  box-shadow: none;
  border-bottom: 0 solid #00000024;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.center {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.center.h1-sbh-center {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.center.h1-sbh-full-width {
  max-width: none;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.t1-belka {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .2s;
  display: flex;
  overflow: visible;
}

.t1-bc1-left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-right: 20px;
  line-height: 14px;
  display: flex;
}

.t1-bc1-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t1-bc1-right {
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.t1-logo-txt {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.t1-bc1-logo {
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 200px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t-menu1 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.t1m-link {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.t1m-link:hover {
  border-bottom: 0 solid #000;
}

.t1m-link.t1m-link-left {
  margin-left: 0;
  margin-right: 20px;
}

.body {
  color: #000;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.t1-drop-down {
  color: #000;
  border-bottom-style: solid;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.t1-drop-down.w--open {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
}

.t1-ddm-arrow {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  font-weight: 100;
  display: none;
}

.t1-ddm-etykieta {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 2px;
  padding-right: 0;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.t1-ddm-etykieta:hover {
  border: 0 solid #000;
}

.t1-ddm-etykieta.cap-bb {
  text-transform: uppercase;
}

.t1-ddm-etykieta.cap-bs {
  text-transform: capitalize;
}

.t1-ddm-etykieta.cap-ss {
  text-transform: lowercase;
}

.t1-dropdown-list {
  opacity: 1;
  background-color: #fff0;
}

.t1-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 0;
}

.t1-dd-link {
  opacity: 1;
  color: #000;
  letter-spacing: 1px;
  background-color: #f0f0f0;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 14px;
  transition: padding .2s, background-color .2s;
}

.t1-dd-link:hover {
  opacity: 1;
  background-color: #e0e0e0;
  padding-left: 20px;
  padding-right: 5px;
}

.h1 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.h1.h1-blend {
  background-color: #f0f0f0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.t-icons1 {
  z-index: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: static;
}

.t-icon1 {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.t-icon1.t-icon1-search {
  background-image: url('../images/ic-search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.t-icon1.t1i-favour {
  filter: none;
  background-image: url('../images/ic-like.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.t-icon1.t1i-bag {
  background-image: url('../images/ic-bag.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 10px;
  display: flex;
}

.t-icon1.t1i-profile {
  background-image: url('../images/ico-user.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.t-icon1.t1i-ball {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 10px;
  display: flex;
}

.t-icon1.t1i-bag-egall {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.t-icon1.t1i-phone {
  z-index: 2;
  background-image: url('../images/telephone_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.content-body {
  min-height: 100vh;
  padding-top: 0;
  position: relative;
}

.content-body.cb-top-padding {
  background-color: #0000;
  padding-top: 130px;
}

.content-body.cb-top-padding.cb-top-bg {
  background-color: #fff;
}

.content-body.cb-top-padding.cb-top-bg.cb-top-paylink {
  padding-top: 0;
}

.t-hamb1 {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 40px;
  height: 24px;
  display: none;
  position: relative;
  inset: 0 auto auto 0;
}

.hamb1-a {
  background-color: #000;
  height: 2px;
}

.m1 {
  z-index: 9;
  flex-direction: column;
  width: auto;
  min-width: 25vw;
  height: auto;
  max-height: 100vh;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
  transform: translate(-100%);
}

.t-icon1-nr {
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 11px;
}

.t-icon1-nr-bg {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  padding: 4px;
  display: flex;
}

.m1-link {
  color: #000;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: padding .2s;
}

.m1-link:hover {
  padding-left: 5px;
}

.m1-link-category {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.m1-link-category:hover {
  background-color: #ffffff1f;
}

.m1-lc {
  color: #000;
  text-align: left;
  cursor: pointer;
  width: 100%;
  padding: 16px 40px;
  text-decoration: none;
  transition: background-color .2s;
}

.m1-link-subcategory {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  overflow: hidden;
}

.m1-lc-sub {
  color: #000;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s;
}

.m1-lc-sub:hover {
  border-bottom: 1px solid #fff;
}

.m1-content {
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.m1-links {
  background-color: #fff;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 100px;
  overflow: auto;
}

.hamb1-b {
  background-color: #000;
  height: 2px;
  display: none;
}

.hamb1-c {
  background-color: #000;
  height: 2px;
}

.h1-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.h1-slider.slider-edit {
  border: 0 solid #0000;
}

.h1-slider.slider-edit:hover {
  border: 5px solid #0ddac9;
  border-radius: 0;
}

.h1-l-arrow {
  opacity: .4;
  cursor: pointer;
  transition: opacity .2s;
}

.h1-l-arrow:hover {
  opacity: 1;
}

.h1-right-arrow {
  opacity: .4;
  cursor: pointer;
  transition: opacity .2s;
}

.h1-right-arrow:hover {
  opacity: 1;
}

.h1-slide-baner {
  height: 100%;
}

.h1-sb-bg-content {
  z-index: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.h1-sb-bg {
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.h1-sb-bg.h1-ban2 {
  background-image: url('../images/fashion.jpg');
  background-position: 50%;
  background-size: cover;
}

.h1-sb-bg.h1-sb-bg-left {
  background-image: url('../images/photo_blend2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.h1-sb-bg.testh1bg {
  background-image: url('../images/2020-09-16.jpg');
  transform: none;
}

.h1-sb-hasla {
  z-index: 3;
  color: #fff;
  background-image: linear-gradient(#79612400, #79612400);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  top: -100%;
}

.h1-sb-has-h1 {
  opacity: 1;
  color: #000;
  border-radius: 0;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

.h1-sb-has-h1.hsbh1-left {
  text-align: left;
}

.h1-sb-has-h1.hsbh1-right {
  text-align: right;
}

.h1-sb-has-h2 {
  opacity: 1;
  color: #000;
  font-size: 25px;
  line-height: 25px;
}

.h1ban-button {
  opacity: 1;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 14px;
  transition: padding .2s;
}

.h1ban-button:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.m1-linki {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 40px;
  display: flex;
}

.ti1 {
  z-index: 40;
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 40px;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.info1-txt {
  color: #fff;
  text-align: center;
}

.n1 {
  z-index: 30;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.n1-content {
  width: 60%;
  max-width: 900px;
  height: 60%;
  max-height: 500px;
  display: flex;
}

.n1-left, .n1-right {
  flex: 1;
}

.n1-l-img {
  background-image: url('../images/fashion.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.n1-r {
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  display: flex;
}

.n1-top {
  justify-content: flex-end;
  display: flex;
}

.n1-x {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 30px;
  height: 30px;
  display: flex;
}

.n1-x1 {
  background-color: #000;
  width: 100%;
  height: 1px;
  transform: translate(0, 1px)rotate(45deg);
}

.n1-x2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
}

.n1-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.n1-tyt {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.n1-txt {
  margin-top: 10px;
}

.n1-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.n1-field {
  border: 1px solid #000;
  height: 40px;
}

.n1-button {
  cursor: pointer;
  background-color: #000;
  height: 40px;
  transition: padding .2s;
}

.n1-button:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.n1-f {
  display: flex;
}

.prom1 {
  flex-wrap: wrap;
  display: flex;
}

.prom1.promowane-edit:hover {
  border: 5px solid #ff00c3;
}

.pro {
  cursor: pointer;
  border: 0 solid #e4e4e4;
  flex-direction: column;
  width: 100%;
  min-height: 50vh;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.pro.pro2c {
  width: 48%;
  min-height: 40vh;
  margin-top: 0;
  margin-bottom: 20px;
}

.pro.pro3c {
  width: 31%;
  min-height: 20vh;
  margin-bottom: 20px;
}

.pro.pro4c {
  width: 23%;
  min-height: 25vh;
  margin-bottom: 20px;
}

.pro.pro5c {
  width: 18%;
  min-height: 20vh;
  margin-bottom: 20px;
}

.pro.pro-conected {
  width: 25%;
  min-height: auto;
  margin-bottom: 0;
}

.pro.pro1c {
  width: 100%;
  min-height: 100vh;
}

.pro.pro-prom3 {
  width: 100%;
  min-height: 90vh;
}

.pro.pro-slider {
  width: auto;
  min-height: 40vh;
}

.pro.pro-list {
  width: 40%;
  height: 45vh;
  min-height: auto;
}

.pro-top {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.pro-ety {
  background-color: #f7f7f7;
  flex-direction: column;
  width: auto;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  line-height: 14px;
  display: flex;
}

.pro-etyk {
  height: 100%;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
}

.pro-etyk.pro-etyk-disc {
  background-color: #baff81;
}

.pro-photo {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 25vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pro-photo.pro-photo-conected {
  padding-left: 0;
  padding-right: 0;
}

.pro-photo.pp-favourite {
  flex: 0 auto;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
}

.pro-photo.pp-unava {
  opacity: .6;
  filter: none;
  transition: opacity .2s;
}

.pro-photo.pp-unava:hover {
  opacity: 100;
}

.pro-info {
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  display: flex;
}

.pro-info.pi-right {
  align-items: flex-end;
}

.pro-info.pi-left {
  align-items: flex-start;
}

.pp-cover {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pp-cover.pp-img-cover {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-cover.pp-contain {
  background-image: url('../images/p1_76c786de-8f57-4dc9-8cf7-2c7dd99ba386_600x.jpg');
}

.pi-name {
  color: #000;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.pi-name.ta-left, .pi-name.pim-left {
  text-align: left;
}

.pi-name.pim-right {
  text-align: right;
}

.p1-price {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
}

.p1-price.ta-left {
  text-align: left;
}

.line-thru {
  opacity: .32;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
}

.prom3 {
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.prom3.promowane-edit:hover {
  border: 5px solid #dde900;
}

.prom3-left {
  z-index: 1;
  object-fit: fill;
  border-right: 0 solid #e4e4e4;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0;
  display: flex;
  position: static;
}

.prom3-right {
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  display: flex;
}

.prom3-tyt {
  font-size: 70px;
  line-height: 70px;
}

.prom3-but {
  background-color: #000;
  margin-top: 20px;
}

.prom3-left-content {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.pro2 {
  border-top: 0 solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  flex-direction: column;
  height: 70vh;
  display: flex;
}

.pro2-top {
  justify-content: flex-end;
  display: none;
}

.pro2-photo {
  flex: 1;
}

.m2p-img {
  background-image: url('../images/19-1_1100x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.pro2-info {
  padding: 15px;
}

.p2i-name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p2i-price {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 16px;
}

.nin1 {
  background-image: url('../images/pixel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.nin1-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.nin1-content.nin1c-left {
  align-items: flex-start;
}

.nin1-content.nin1c-right {
  align-items: flex-end;
}

.nin1-tyt {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.nin1-txt {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.nin1-form {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.nin1-f {
  flex-direction: row;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.nin1-f.nin1f-line {
  flex-direction: row;
  align-items: flex-start;
}

.nin1-fied {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 5px;
  transition: background-color .2s;
}

.nin1-fied:hover {
  background-color: #ffffff21;
}

.nin1-button {
  cursor: pointer;
  background-color: #272727;
  border-radius: 0;
  height: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
  transition: padding .2s;
}

.nin1-button:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  background-image: linear-gradient(#ebebebc7, #ebebebc7), url('../images/pixel.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.f-conent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.f-col {
  min-width: 150px;
  margin-right: 5vw;
}

.f-col.f-col-right {
  margin-right: 0;
}

.n2 {
  z-index: 30;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 400px;
  height: auto;
  padding-bottom: 10px;
  padding-right: 10px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.n2-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.n2-right {
  flex: 1;
}

.n2-r {
  background-color: #141414;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 30px 30px;
  display: flex;
}

.n2-top {
  justify-content: flex-end;
  display: flex;
}

.n2-x {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25px;
  height: 25px;
  display: flex;
}

.n2-x1 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: translate(0, 1px)rotate(45deg);
}

.n2-x2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
}

.n2-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.n2-tyt {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.n2-txt {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  line-height: 14px;
}

.n2-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.n2-f {
  flex-direction: column;
  display: flex;
}

.n2-field {
  background-color: #0000;
  border: 1px solid #ffffff61;
  height: 40px;
}

.n2-button {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.n2-button:hover {
  background-color: #fffc;
  padding-left: 20px;
  padding-right: 20px;
}

.c1 {
  z-index: 41;
  background-color: #fff;
  border: 0 solid #0000000f;
  flex-direction: column;
  justify-content: space-between;
  width: 450px;
  max-height: 100vh;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
  box-shadow: -2px 1px 200px 4px #0000000d;
}

.c1-top {
  border-bottom: 0 solid #c4c4c4;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.c1-x {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25px;
  height: 25px;
  display: flex;
}

.c1-ety {
  font-size: 16px;
  line-height: 16px;
}

.c1-xx {
  background-color: #000;
  height: 1px;
  display: block;
  transform: rotate(45deg);
}

.c1-xxx {
  background-color: #000;
  height: 1px;
  display: block;
  transform: translate(0, -1px)rotate(-45deg);
}

.c1-list {
  border-top: 0 solid #d3d3d3;
  flex: 1;
  margin-top: 25px;
  overflow: auto;
}

.c1-list-content {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.c1-l {
  border-top: 1px solid #e6e6e6;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.c1-l-photo {
  width: 80px;
  height: auto;
}

.c1-l-img {
  width: 100%;
}

.c1-l-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.c1-l-name {
  font-weight: 400;
  line-height: 14px;
}

.c1-l-price {
  margin-top: 5px;
  font-weight: 400;
  line-height: 14px;
}

.c1-l-quant {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.c1-l-but {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #e7e7e7;
  margin-top: 10px;
  padding: 3px 5px;
  font-size: 13px;
  line-height: 13px;
  transition: padding .2s;
}

.c1-l-but:hover {
  padding-left: 8px;
  padding-right: 8px;
}

.c1-sum {
  border: 0 solid #000;
  border-top-width: 2px;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.c1-sum-ety {
  font-weight: 700;
  line-height: 14px;
}

.c1-sum-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.c1-checkout-button {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 13px;
  transition: letter-spacing .2s;
}

.c1-checkout-button:hover {
  letter-spacing: 1px;
}

.c1-cart-button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #cecece00;
  border: 1px solid #000;
  border-right-width: 0;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 13px;
  transition: letter-spacing .2s;
}

.c1-cart-button:hover {
  letter-spacing: 1px;
}

.content {
  z-index: 2;
  padding-top: 0;
  position: relative;
}

.t-icon1-content {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c1-x-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.f-col-ety {
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}

.f-col-links {
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.f-link {
  opacity: 1;
  color: #000;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: opacity .2s, padding .2s;
}

.f-link:hover {
  opacity: 1;
  padding-right: 10px;
}

.f-link.f-link-col {
  text-transform: none;
  margin-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
}

.f-link.f-link-col:hover {
  padding-left: 5px;
}

.f-col-spole {
  margin-top: 0;
  display: flex;
}

.f-sp-ico {
  opacity: .35;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: opacity .2s;
}

.f-sp-ico:hover {
  opacity: 1;
}

.f-sp-ico.f-sp-ic-facebook {
  filter: none;
  cursor: pointer;
  background-image: url('../images/iconfinder_facebook_287739.png');
  background-position: 50%;
  background-size: cover;
}

.f-sp-ico.f-sp-ic-instagram {
  filter: none;
  cursor: pointer;
  background-image: url('../images/iconfinder_instagram_287711.png');
  background-position: 50%;
  background-size: cover;
}

.f-sp-ico.f1-sp-ic-pinterest {
  filter: none;
  cursor: pointer;
  background-image: url('../images/iconfinder_pinterest_287676.png');
  background-position: 50%;
  background-size: cover;
}

.f-sp-ico.f-sp-ic-twiter {
  filter: none;
  cursor: pointer;
  background-image: url('../images/iconfinder_twitter_287628.png');
  background-position: 50%;
  background-size: cover;
}

.f-sp-ico.f-sp-ic-facebook-youtube {
  filter: none;
  cursor: pointer;
  background-image: url('../images/iconfinder_youtube_287629.png');
  background-position: 50%;
  background-size: cover;
}

.f-sp-ico.f-sp-ic-facebook-bechange {
  filter: none;
  cursor: pointer;
  background-image: url('../images/iconfinder_behance_287764.png');
  background-position: 50%;
  background-size: cover;
}

.f-sp-ico.f-sp-ic-google {
  filter: none;
  cursor: pointer;
  background-image: url('../images/iconfinder_google_287718.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 5px;
}

.cookies1 {
  z-index: 100;
  background-color: #fff;
  height: 150px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.f-txt {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.f-link-phone {
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: padding .2s;
}

.f-link-phone:hover {
  padding-left: 5px;
  padding-right: 0;
}

.f-link-email {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 10px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  transition: padding .2s;
}

.f-link-email:hover {
  padding-left: 5px;
  padding-right: 0;
}

.cookies-content {
  background-color: #313131;
  align-items: center;
  width: 50vw;
  height: 100%;
  min-height: 100px;
  padding: 20px;
  display: flex;
}

.cookies1-txt {
  color: #fff;
  padding-right: 20px;
  line-height: 20px;
}

.coocies1-txt-link {
  color: #fff;
}

.coocies1-txt-link:hover {
  text-decoration: none;
}

.cookies1-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  transition: padding .2s;
}

.cookies1-button:hover {
  padding-top: 14px;
  padding-bottom: 14px;
}

.t1-bc1 {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.t1-search {
  background-color: #fff;
  flex-direction: row;
  align-items: flex-end;
  height: 0%;
  display: flex;
  position: static;
  overflow: hidden;
}

.t1-s-form {
  height: 100%;
  margin-bottom: 0;
}

.t1sf {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.t1-s-field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  height: 50px;
  margin-bottom: 0;
  font-size: 20px;
}

.t1-s-field::placeholder {
  color: #cecece;
  letter-spacing: 0;
  font-weight: 400;
}

.t1-s-button {
  color: #000;
  background-color: #0000;
  background-image: url('../images/ic-search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 0 solid #000;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 10px;
  display: none;
}

.t1sx {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: flex;
}

.t1sxa {
  background-color: #000;
  height: 1px;
  transform: translate(0, 1px)rotate(45deg);
}

.t1sxb {
  background-color: #000;
  height: 1px;
  transform: translate(0)rotate(-45deg);
}

.top {
  z-index: 10;
  opacity: 1;
  border-bottom: 0 solid #0000001a;
  flex-direction: column;
  height: 230px;
  transition: background-color .2s;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.top.top-edit:hover {
  border: 5px solid #ff0606;
}

.top.top-fixed {
  position: fixed;
}

.hamb {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  height: 25px;
  display: flex;
}

.top-info {
  z-index: 2;
  background-color: #000;
  width: 100%;
  padding: 10px;
  display: block;
  position: relative;
  top: 0;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 70vh;
  padding-top: 0;
}

.promowane {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pro2-ety {
  background-color: #cfcfcf;
  width: auto;
  padding: 10px;
  line-height: 14px;
}

.pro2-etyk {
  font-size: 12px;
  line-height: 12px;
}

.newsletter-in.newsletter-edit:hover {
  border: 5px solid #ff9603;
}

.footers.footer-edit:hover {
  border: 5px solid #e127ee;
}

.products {
  flex-direction: row;
  display: flex;
}

.breadcrumbs {
  border-bottom: 1px solid #00000012;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.crumbs {
  border-bottom: 0 solid #0000001c;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.crumbs.crumbs-center {
  justify-content: center;
}

.prod-list-content {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.crumb {
  color: #000;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  line-height: 14px;
  text-decoration: none;
}

.crumb:hover {
  text-decoration: underline;
}

.breadcrumbs1 {
  flex: 1;
  display: flex;
}

.crumb-sep {
  background-color: gray;
  width: 1px;
  height: 12px;
  margin-left: 14px;
  margin-right: 14px;
}

.products-content {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.products-right {
  flex: 1;
  padding-bottom: 20px;
}

.products-left {
  flex-direction: column;
  width: 260px;
  padding-right: 30px;
  display: flex;
}

.products-filters {
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 15px;
}

.pf1-ety {
  text-transform: none;
  font-weight: 400;
}

.pf1-sekcja {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.pf1-wars {
  flex-direction: column;
  display: flex;
}

.pf1-war {
  flex-direction: column;
  max-height: 25vh;
  padding-top: 5px;
  display: flex;
  overflow: auto;
}

.pf1-war-tr {
  margin-bottom: 2px;
}

.pf1-checkbox {
  margin-top: 3px;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.pf1-button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #000;
  flex: 1;
  margin-top: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 14px;
  transition: color .2s, background-color .2s, padding .2s;
}

.pf1-button:hover {
  color: #fff;
  background-color: #000;
  padding-left: 25px;
  padding-right: 25px;
}

.pf1-button.pf1-b2 {
  background-color: #eee0;
  flex: 0 auto;
  margin-left: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: none;
}

.pf1-button.pf1-b2:hover {
  color: #000;
}

.pf1-button-open {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
}

.pf1-buttons {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pf1-form-buttons {
  height: 0;
  overflow: hidden;
}

.pf1-buttons-select {
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.pf1-bs {
  border: 0 solid #000;
  width: 49%;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 0;
}

.pf1-bs-ety {
  color: #000;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  padding: 5px;
  line-height: 14px;
  transition: color .2s, background-color .2s;
  display: block;
}

.pf1-bs-ety:hover {
  color: #fff;
  background-color: #000;
}

.pf1-colours-select {
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 5px;
  display: flex;
}

.pf1-colour {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 1px;
  transition: border-color .2s;
  overflow: hidden;
}

.pf1-colour:hover {
  border-width: 1px;
  border-color: #000;
}

.pf1-colo {
  background-color: red;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.product {
  flex-direction: row;
  display: flex;
}

.product-content {
  border-top: 0 solid #e7e7e7;
  flex-direction: column;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.product-two-columns-left {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pc-left {
  border-top: 0 solid #e4e4e4;
  border-right: 0 solid #e4e4e4;
  flex: 0 auto;
  width: 50%;
  padding: 0;
  display: block;
  position: static;
  top: 0;
}

.pc-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 20px 0 20px 40px;
  display: flex;
  position: relative;
  top: 0;
}

.pc-gallery {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.pc-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.pc-price {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.pc-wariant {
  z-index: 1;
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
}

.pc-wariant:hover {
  z-index: 2;
}

.pc-rw-selects {
  flex-flow: wrap;
  padding-top: 5px;
  display: flex;
}

.pc-rw-ety {
  color: #000;
  font-weight: 700;
}

.pc-rw-colour {
  cursor: pointer;
  border: 1px solid #00000026;
  border-radius: 0;
  flex-flow: wrap;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding: 2px;
  transition: border-color .2s;
  display: flex;
}

.pc-rw-colour:hover {
  border-color: #000;
}

.pc-rw-colour.pc-rw-colour-active {
  border-color: #000;
  border-radius: 0;
}

.pc-rw-col {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.pc-rw-colours {
  flex-flow: wrap;
  padding-top: 5px;
  display: flex;
}

.pc-rw-select {
  color: #000;
  cursor: pointer;
  border: 1px solid #00000026;
  margin-right: 5px;
  padding: 5px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.pc-rw-select:hover {
  color: #fff;
  background-color: #000;
}

.pc-rw-select.pc-rw-select-active {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
}

.pc-r-price {
  color: #a1a1a1;
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
}

.pc-r-add {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.pc-plus-minus {
  border: 1px solid #d9d9d9;
  align-items: stretch;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.pc-minus {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-right-color: #d1d1d1;
  justify-content: center;
  align-items: center;
  width: 35px;
  font-size: 20px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.pc-minus:hover {
  color: #fff;
  background-color: #ececec;
}

.pc-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pc-add-field {
  color: #020202;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  flex: 0 auto;
  width: 35px;
  height: 100%;
  padding-left: 3px;
  padding-right: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  line-height: 14px;
}

.pc-add-field::placeholder {
  color: #000;
}

.pc-add-field.pcaf-max {
  flex: 1;
}

.pc-add-field.paf-notif {
  text-align: left;
  flex: 1;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.pc-add-field.paf-notif::placeholder {
  color: #c4c4c4;
}

.pc-plus {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.pc-plus:hover {
  color: #fff;
  background-color: #ececec;
}

.pc-add-button {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 20px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
  transition: padding .2s, color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.pc-add-button:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding-left: 25px;
  padding-right: 25px;
}

.pc-add-button.pccd-add-button {
  height: 45px;
  margin-top: 10px;
}

.pc-add-button.pc-nofif-button {
  color: #000;
  background-color: #d9d9d9;
  border-width: 0;
  margin-top: 10px;
}

.pcg-img {
  border-right: 0 solid #e4e4e4;
  min-width: 100%;
  transition: transform .275s;
  display: block;
}

.pcg-img:hover {
  transform: scale(1.1);
}

.pc-info-true {
  color: #80bb09;
  margin-top: 20px;
  font-weight: 700;
  line-height: 14px;
}

.pc-info-false {
  color: red;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.pc-info {
  z-index: 1;
  height: 100%;
  margin-top: 30px;
  position: relative;
}

.pc-info-tab {
  width: 100%;
  margin-bottom: 10px;
}

.pc-tabs-menu {
  z-index: 2;
  border-bottom: 1px solid #000;
  top: 0;
}

.pc1-tabs-content {
  z-index: 1;
  height: 100%;
}

.pc-tab-pane {
  border: 0 solid #000;
  min-height: 100px;
  padding: 0;
}

.pc-tab-zak {
  color: #949494;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 4px solid #0000;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 700;
  transition: border-color .2s;
  top: 0;
}

.pc-tab-zak:hover {
  border-bottom-color: #00000040;
}

.pc-tab-zak.w--current {
  color: #000;
  background-color: #0000;
  border-width: 0 0 4px;
  border-bottom-color: #000;
  font-weight: 700;
  top: 0;
}

.pc-it-txt {
  color: #000;
}

.pc-tp-content {
  flex-flow: column;
  padding: 20px 0;
  display: flex;
}

.pc-tpc-spec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pc-tp-spec-tr {
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
}

.pc-tpc-ety {
  padding-right: 20px;
  font-size: 13px;
}

.pc-tpc-war {
  flex: 1;
  font-weight: 700;
}

.other {
  display: none;
}

.other-content {
  border-top: 3px solid #000;
  padding-top: 0;
  padding-bottom: 0;
}

.oth1-tyt {
  color: #000;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
}

.oth11-ety {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-width: 0 1px 1px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 25vw;
  padding: 40px;
  display: flex;
}

.pc-mob-gallery-slider {
  background-color: #0000;
  width: 100%;
  height: 60vh;
  display: flex;
}

.pc-gs-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pc-gs-slide {
  height: 100%;
}

.pc-gs-left-arr, .pc-gs-right-arr {
  cursor: pointer;
  width: 30px;
  display: block;
}

.pc-gs-nav {
  display: block;
}

.pcg3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.pc1-gs-arr-left {
  color: #000;
  font-size: 20px;
}

.pc-gs-photo {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.pc-gs-arr-right {
  color: #000;
  font-size: 20px;
}

.crumb1-home {
  max-width: none;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.shopping-cart {
  min-height: 50vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.loginpage {
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.lp-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.tp {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.sc-tab {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.sc-tab-top {
  border: 2px solid #e0e0e0;
  border-width: 2px 0;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.sc-tt-td-one {
  flex: 0 auto;
  width: 30%;
  padding-left: 0;
  display: flex;
}

.sc-tt-td2, .sc-tt-td3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sc-tt-td4 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.sc-tt-ety {
  width: auto;
  line-height: 14px;
}

.sc-tab-tr {
  border: 0 solid #e0e0e0;
  border-bottom-width: 2px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.sc1-td-product {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sc1-td-prod-img {
  width: 100px;
}

.sc1-td-prod-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.sc1-pi-name {
  color: #000;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
}

.sc1-pi-name:hover {
  text-decoration: underline;
}

.sc1-td-prod-del {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #e2e2e2;
  margin-top: 10px;
  padding: 3px;
  font-size: 13px;
  line-height: 13px;
  transition: padding .2s;
}

.sc1-td-prod-del:hover {
  padding-left: 5px;
  padding-right: 5px;
}

.sc1-pi-name-wariant {
  color: #b6b6b6;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
}

.sc1-pi-name-wariant:hover {
  text-decoration: underline;
}

.sc1-tt-pm {
  color: #000;
  cursor: pointer;
  line-height: 14px;
  text-decoration: none;
  transition: letter-spacing .2s;
}

.sc1-tt-pm:hover {
  letter-spacing: 1px;
}

.sc-tt-plusmin {
  justify-content: space-between;
  width: 35px;
  margin-left: 5px;
  display: flex;
}

.sc-tab-bottom {
  background-color: #e0e0e0;
  border: 0 solid #e0e0e0;
  border-bottom-width: 2px;
  justify-content: flex-end;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.sc-bottom-ety {
  width: auto;
  font-weight: 400;
  line-height: 14px;
}

.sc-bottom-td4 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.sc-bottom-ety-sum {
  width: auto;
  margin-left: 40px;
  font-weight: 700;
  line-height: 14px;
}

.sc-buttons {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.sc-button-back {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #000;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: padding .2s;
}

.sc-button-back:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.sc-button-checkout {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #000;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: padding .2s;
}

.sc-button-checkout:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.login-page {
  padding-bottom: 0;
}

.lp-left {
  border: 3px solid #f5f5f5;
  flex-direction: column;
  width: 49%;
  min-height: 315px;
  padding: 30px 30px 20px;
  display: flex;
}

.lp1-right {
  background-color: #f8f8f8;
  width: 49%;
  min-height: 315px;
  padding: 30px;
}

.lp1-l-tyt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.form-ety {
  z-index: 2;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
  position: relative;
}

.form-field {
  z-index: 10;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 2px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .2s;
  display: block;
  position: relative;
}

.form-field:hover {
  background-color: #f8f8f8;
  border-width: 0 0 2px;
}

.form-field::placeholder {
  color: #cfcfcf;
  font-weight: 700;
}

.form-field.form-textarea1 {
  background-color: #e9e9e9;
  border-width: 0;
  margin-bottom: 0;
}

.form-field.form-field-red {
  border-bottom-color: red;
}

.lp-l-form-block {
  margin-top: 20px;
}

.lp-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lp-lf-button-login {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  transition: letter-spacing .2s;
  display: block;
}

.lp-lf-button-login:hover {
  letter-spacing: 1px;
}

.lp-l-link {
  color: #000;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: letter-spacing .2s;
}

.lp-l-link:hover {
  letter-spacing: 1px;
  text-decoration: none;
}

.lp-r-tyt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.lp-r-form-block {
  margin-top: 20px;
}

.lp-form-rej {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.lp1-r-txt {
  text-align: center;
  margin-top: 48px;
}

.lp1-lf-button-guest {
  text-align: center;
  cursor: pointer;
  background-color: #a3a3a3;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  transition: letter-spacing .2s;
}

.lp1-lf-button-guest:hover {
  letter-spacing: 1px;
}

.lp-r-register-form {
  height: 0;
  overflow: hidden;
}

.lp-r-rej-txt {
  text-align: center;
  margin-top: 0;
}

.lp-r-buttons {
  margin-top: 10px;
}

.lp1-lf-button-register-open {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  transition: letter-spacing .2s;
  display: inline-block;
}

.lp1-lf-button-register-open:hover {
  letter-spacing: 1px;
}

.lp-lf-button-register {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  transition: letter-spacing .2s;
  display: none;
}

.lp-lf-button-register:hover {
  letter-spacing: 1px;
}

.checkout {
  padding-bottom: 0;
}

.checkout1 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.ch1-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  display: block;
}

.ch1-left {
  border: 0 solid #d1d1d1;
  flex-direction: column;
  flex: 1;
  width: 69%;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.ch1-right {
  float: right;
  background-color: #0000;
  width: 29%;
  padding: 0;
  position: sticky;
  top: 120px;
}

.ch1-right.ch1-right-paylink {
  top: 60px;
}

.ch1-l-sekcja {
  border: 3px solid #000;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.ch1-l-sekcja.ch1-ls-profile {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.ch1-ls-tyt {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
}

.ch1-ls-tr {
  display: block;
}

.ch1-ls-tr.ch1ls-tr-select {
  z-index: 20;
  position: relative;
}

.ch1-ls-fields {
  z-index: 1;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.ch1-lsf-left {
  flex: 1;
  padding-right: 20px;
}

.ch1-lsf-left.ch1-lsf-profile {
  padding-right: 0;
}

.ch1-lsf-right {
  flex: 1;
  padding-left: 20px;
}

.ch1-ls-fields-group {
  margin-top: 10px;
}

.ch1-ls-fields-dostawa-hide {
  background-color: #eee;
  height: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.ch1-ch-open-hide {
  margin-bottom: 0;
}

.ch1-ch-oh {
  cursor: pointer;
}

.ch1-ch-ety {
  color: #000;
  font-weight: 700;
  line-height: 14px;
}

.ch1-ls-fieldss {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ch1-ls-fields-faktura-hide {
  background-color: #eee;
  height: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.ch1-radio-button {
  margin-bottom: 10px;
}

.ch1-ls-rb-ety {
  margin-bottom: 0;
}

.ch1-ls-radiobuttons {
  margin-bottom: 0;
  display: flex;
}

.ch1-zgody {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ch1-zgoda {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 23px;
}

.ch1-zgoda.ch1z-reg {
  margin-left: 0;
}

.ch1-zgoda-txt {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.ch1-buttons {
  margin-top: 20px;
  padding-left: 0;
}

.ch1-button-back {
  color: silver;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #cfcfcf;
  margin-right: 10px;
  padding: 11px 17px;
  font-weight: 700;
  line-height: 14px;
  transition: padding .2s;
}

.ch1-button-back:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.ch1-button-submit {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #000;
  margin-right: 10px;
  padding: 11px 16px;
  font-weight: 700;
  line-height: 14px;
  transition: padding .2s;
}

.ch1-button-submit:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.ch1-cart {
  color: #000;
  background-color: #fff;
  border: 3px solid #e9e9e9;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.ch1-cart-tyt {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 5px;
  font-weight: 700;
}

.ch1-cart-products {
  margin-top: 10px;
}

.ch1-c-prod {
  color: #000;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.ch1-cp-img {
  max-width: 80px;
}

.ch1-cp-name {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.ch1-cp-price {
  font-weight: 400;
  line-height: 14px;
}

.ch1-cp-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.ch1-cp-quant {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.ch1-cart-prices {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  display: block;
}

.ch1-cs-txt {
  align-items: center;
  font-size: 13px;
  line-height: 13px;
  display: flex;
}

.ch1-cs-sum {
  font-size: 13px;
  line-height: 13px;
}

.ch1-cp-tr {
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.ch1-cp-tr.ch1-cp-tr-code {
  background-color: #e9e9e9;
  margin-top: 10px;
  padding: 2px 2px 2px 5px;
}

.ch1-cp-consolidation {
  border-top: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ch1-cs-sum-b, .ch1-cs-txt-cons {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.ch1-confirm-tr {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ch1-ctr-ety {
  min-width: 120px;
}

.ch1-ctr-var {
  font-weight: 700;
}

.ch1-ls-tr-cols {
  justify-content: space-between;
  display: flex;
}

.ch1-ls-tr-col {
  width: 47%;
}

.ch1-sek-podsum {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.ch1-sek-podsum.ch1-sek-podsum-last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.ch1-ls-tyt-podsum {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
}

.ch1-lsfl {
  flex: 1;
  padding-right: 0;
}

.confirmation {
  padding-bottom: 0;
}

.confirmation1 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.confirm1 {
  border: 3px solid #00c284;
  padding: 10px;
}

.t1-content {
  z-index: 2;
  flex: 1;
  height: 100%;
  position: relative;
}

.t1-bg {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  height: 100%;
  position: relative;
  top: -100%;
}

.top1 {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
}

.t {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.t1-bc {
  width: 100%;
}

.t1-bc2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.t1-bc2-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0%;
  display: flex;
}

.t1-bc2-center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t1-bc2-right {
  flex: 0 auto;
  width: auto;
  min-width: 0%;
  display: flex;
}

.logo-img {
  width: auto;
  max-width: 150px;
  position: relative;
  top: 0;
}

.t1-bc4 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.t1-bc4-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 40%;
  display: flex;
}

.t1-bc4-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t1-bc4-right {
  width: auto;
  min-width: 40%;
}

.t1-bc5 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.t1-bc5-top {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-width: 40%;
  display: none;
}

.t1-bc5-bottom {
  border-bottom: 0 solid #ffffff3d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 40%;
  margin-top: 20px;
  display: none;
}

.t1-bc5-bottom-right {
  width: auto;
  min-width: 40%;
}

.t1-bc4-content {
  flex-direction: row;
  width: 100%;
  display: none;
}

.t1-bc5-tc-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t1-bc5-bottom-content {
  justify-content: space-between;
  display: flex;
}

.t1-bc1-content {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.t1-bc2-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.t1-bc2-logo {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t1-bc3-content {
  justify-content: space-between;
  display: none;
}

.t1-bc5-tcc-left {
  align-items: center;
  display: flex;
}

.t1-bc5-tcc-right {
  display: none;
}

.t1-bc5-tcc-center {
  align-items: center;
  display: flex;
}

.t1-dropdownmenu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
  display: none;
  overflow: visible;
}

.t1-dropdownmenu-body {
  border-top: 1px solid #000;
  padding-top: 35px;
  padding-bottom: 35px;
  transition: background-color .2s;
  overflow: auto;
  box-shadow: 1px 1px 3px #00000017;
}

.t1-cb-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.t1-cb-col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  min-width: 250px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 30px;
  display: flex;
}

.t1-cbc-maine-category {
  color: #000;
  text-transform: uppercase;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: padding .2s;
}

.t1-cbc-maine-category:hover {
  padding-left: 5px;
  padding-right: 0;
}

.t1-cbc-cat-links {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.t1-cbc-cat-link {
  color: #000;
  text-transform: none;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
  transition: padding .2s;
}

.t1-cbc-cat-link:hover {
  padding-left: 5px;
  padding-right: 0;
}

.t1-cbc-prodss-prom {
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: visible;
}

.t1-cbc-prod {
  cursor: pointer;
  width: 200px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.t1-cbc-prod-ph {
  background-image: url('../images/p1_76c786de-8f57-4dc9-8cf7-2c7dd99ba386_600x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
}

.t1-bc3 {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.t1-bc3-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0%;
  display: flex;
}

.t1-bc3-center {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t1-bc3-right {
  flex: 1;
  width: auto;
  min-width: 0%;
  padding-left: 36px;
  display: flex;
}

.t1-bc3-logo {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t1-bc6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t1-bc6-top {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-width: 40%;
  display: flex;
}

.t1-bc6-bottom {
  z-index: 1;
  background-color: #fff;
  border-top: 0 solid #c9c9c9;
  border-bottom: 0 solid #c9c9c9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 40%;
  height: 50px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.t1-bc6-tc-content {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.t1-bc6-tcc-left {
  align-items: center;
  min-width: 200px;
  display: flex;
}

.t1-bc6-tcc-center {
  align-items: center;
  display: flex;
}

.t1-bc6-tcc-right {
  min-width: 200px;
  display: flex;
}

.tbc6-bottom-content {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.tbc6-bottom-center {
  width: 100%;
}

.sf1 {
  border: 0 solid #d8d8d8;
  border-bottom-width: 1px;
  padding: 7px;
  transition: border-color .2s;
}

.sf1:hover {
  border-width: 0 0 1px;
  border-color: #000;
}

.search-field {
  width: 300px;
}

.sf1-formula {
  margin-bottom: 0;
}

.sf1-form {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sf1-field {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  height: 25px;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 14px;
}

.sf1-button {
  background-color: #0000;
  background-image: url('../images/ic-search.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  padding: 0;
}

.h1-sbh-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 20%;
  padding-bottom: 7%;
  display: flex;
}

.h1-sbh-content.sbh-left {
  text-align: left;
  align-items: flex-start;
  padding-bottom: 7%;
}

.h1-sbh-content.sbh-right {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 7%;
}

.h1-sbh-content.sbh-left {
  text-align: left;
}

.h1-sbh-content.sbh-right {
  text-align: right;
  align-items: flex-end;
}

.baner {
  background-image: linear-gradient(#fff0, #fff0), url('../images/pixel.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.baner1 {
  flex: 1;
  height: 70vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.baner1.baner-edit:hover {
  border: 5px solid #01b3ff;
}

.ban-content-height {
  flex: 1;
  display: flex;
}

.ban-content-height.bch {
  height: 70vh;
}

.ban-col {
  flex-direction: column;
  flex: 1;
  height: 50vh;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.ban-col.ban-col-left {
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 5px;
  display: flex;
}

.ban-col.ban-col-right {
  padding-left: 5px;
  padding-right: 0;
}

.ban-col.ban-col-width {
  flex: 0 auto;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.ban-col.ban-col-one {
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ban-col.bc-blenda {
  background-color: #f0f0f0;
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ban-col-zaj {
  cursor: pointer;
  flex: 0 auto;
  height: 100%;
  margin-bottom: 10px;
}

.ban-cz-photo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  top: auto;
  overflow: hidden;
}

.ban-cz-img {
  background-image: url('../images/photo_blend.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ban-cz-img.bci-contain {
  background-image: url('../images/photo_blend.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.ban-cz-info {
  z-index: 2;
  opacity: 1;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  top: -100%;
  overflow: hidden;
}

.ban-cz-info.bci-lt {
  justify-content: flex-start;
  align-items: flex-start;
}

.ban-cz-info.bci-lc {
  justify-content: center;
  align-items: flex-start;
}

.ban-cz-info.bci-lb {
  justify-content: flex-end;
  align-items: flex-start;
}

.ban-cz-info.bci-ct {
  justify-content: flex-start;
  align-items: center;
}

.ban-cz-info.bci-cb {
  justify-content: flex-end;
  align-items: center;
}

.ban-cz-info.bci-rb {
  justify-content: flex-end;
  align-items: flex-end;
}

.ban-cz-info.bci-rc {
  justify-content: center;
  align-items: flex-end;
}

.ban-cz-info.bci-rt {
  justify-content: flex-start;
  align-items: flex-end;
}

.ban-cz-content {
  flex-flow: wrap;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.ban-czi-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 10px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: letter-spacing .2s;
}

.ban2-czi-button {
  opacity: 0;
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 10px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: letter-spacing .2s;
}

.ban2-czi-button:hover {
  letter-spacing: 1px;
}

.ban3-czi-button {
  opacity: 0;
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  padding: 10px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: padding .2s;
}

.ban3-czi-button:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.m2 {
  z-index: 9;
  flex-direction: column;
  width: auto;
  min-width: 25vw;
  height: auto;
  max-height: 100vh;
  margin-top: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(100%);
}

.t1-bc4-logo, .t1-bc6-logo, .t1-bc5-logo {
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 200px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t2 {
  z-index: 10;
  box-shadow: none;
  background-color: #0000;
  border-bottom: 0 solid #00000024;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.t2-hamb1 {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 40px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto 0;
}

.t2-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  height: 100%;
  position: relative;
  top: -100%;
}

.t2-bc1-logo {
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 200px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t2-bc1-hamb {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: none;
}

.t2-bc2-hamb {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: none;
}

.t2-bc2-right {
  flex: 0 auto;
  width: auto;
  min-width: 0%;
  display: flex;
}

.t2-bc2-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0%;
  display: flex;
}

.t2-bc2-logo {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t2-bc3-hamb {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: none;
}

.t2-bc3-right {
  flex: 1;
  width: auto;
  min-width: 0%;
  padding-left: 36px;
  display: flex;
}

.t2-bc3-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0%;
  display: flex;
}

.t2-bc3-logo {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t2-bc4-hamb {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: none;
}

.t2-bc4-right {
  width: auto;
  min-width: 40%;
}

.t2-bc4-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 40%;
  display: flex;
}

.t2-bc4-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t2-bc4-content {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.t2-bc4-logo {
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 200px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t2-bc5-hamb {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.t2-bc5-bottom-right {
  width: auto;
  min-width: 40%;
  display: flex;
}

.t2-bc5-tcc-left {
  align-items: center;
  display: flex;
}

.t2-bc5-tcc-right {
  display: none;
}

.t2-bc6-tcc-right {
  min-width: 200px;
  display: flex;
}

.t2-bc6-hamb {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: none;
}

.t2-bc6-tcc-left {
  align-items: center;
  min-width: 200px;
  display: flex;
}

.t2-bc6-sf1 {
  border: 0 solid #d8d8d8;
  border-bottom-width: 1px;
  padding: 2px;
  transition: border-color .2s;
}

.t2-bc6-sf1:hover {
  border-width: 0 0 1px;
  border-color: #000;
}

.t2-bc6-tc-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.t2-bc6-tcc-center {
  align-items: center;
  display: flex;
}

.t2-bc6-logo {
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 200px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.t2-content {
  z-index: 2;
  flex: 0 auto;
  height: 100%;
  position: relative;
}

.t2-belka {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.t2-bc {
  width: 100%;
}

.t2-bc1 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.t2-bc2, .t2-bc3, .t2-bc4 {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.t2-bc1-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.t2-bc1-left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  line-height: 14px;
  display: flex;
}

.t2-bc1-center {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t2-bc1-right {
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.div-block {
  display: flex;
  transform: translate(-100%);
}

.t-hambs {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  height: 25px;
  display: none;
}

.t1-bc3-hamb {
  display: none;
}

.t1-bc2-hamb {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  height: 25px;
  display: none;
}

.t1-bc4-hamb {
  display: none;
}

.t1-bc5-hamb {
  display: flex;
}

.t1-bc6-hamb {
  display: none;
}

.template {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin-right: 0;
  padding-right: 0;
  position: sticky;
  overflow: visible;
}

.pro1-content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.pro1-content.pro1-content-center {
  justify-content: space-around;
}

.prom3-content {
  align-items: stretch;
  display: flex;
  position: static;
}

.nav-grid-3a-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.ng-td {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.ng-td.ng-td-logo {
  justify-content: flex-start;
  display: flex;
}

.ng-td.align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ng-td.align-left {
  justify-content: flex-start;
  min-width: 0;
}

.ng-td.align-left.tm-padding-left {
  padding-left: 30px;
}

.nav-grid-3b-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.nav-grid-3c-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.nav-grid-combo-2a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  height: 100%;
  display: grid;
}

.nav-grid-2a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.ngc-td {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 15px;
  display: flex;
}

.nav-grid-1a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) auto;
  width: 100%;
  height: 100%;
}

.nav-grid-1b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.nav-grid-3d-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr minmax(min-content, max-content);
  height: 100%;
}

.f-center-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.f-cent-link {
  opacity: 1;
  color: #030303;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: opacity .2s, padding .2s;
}

.f-cent-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.f-cols {
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.f-cols.f-cols-oposite {
  justify-content: space-between;
}

.f-bottom {
  border-top: 1px solid #00000014;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.f-bottom.fb-center {
  justify-content: space-between;
}

.fb-copyrights {
  opacity: .5;
  color: #000;
  flex: 0 auto;
  font-size: 12px;
  line-height: 12px;
}

.f-newsletter {
  min-width: 30%;
}

.fn-txt {
  color: #000;
  font-size: 12px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.fn-form {
  display: flex;
}

.fn-field {
  color: #000;
  background-color: #d6d6d621;
  border: 1px solid #000;
  min-width: 250px;
  height: 40px;
}

.fn-button {
  cursor: pointer;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 14px;
  text-decoration: none;
  transition: padding .2s;
  display: flex;
}

.fn-button:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.f-c-left, .f-c-right {
  flex: 0 auto;
}

.fc-lr {
  justify-content: space-between;
  display: flex;
}

.cba {
  background-color: #e5e5e5;
  min-height: 200vh;
}

.ban6-col-left {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.ban6-col-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 0;
  display: flex;
}

.ban-tyt {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.ban-txt {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.ban-txt.ban-txt-center {
  text-align: center;
}

.ban-but {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000000fa;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  transition: padding .2s;
}

.ban-but:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.ban-col-7-left {
  float: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0%;
  padding-right: 4%;
  display: flex;
}

.ban-col-7-right {
  float: right;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.baner8 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.baner7 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ban-pion-info {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ban-pi-photo {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.ban-pi-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.ban-pi-tyt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.ban-pion-but {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 8px 5px;
  font-size: 12px;
  line-height: 12px;
  transition: padding .2s;
}

.ban-pion-but:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.ban-pion {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.ban-pion.ban-pion-left {
  padding-left: 0;
  padding-right: 0;
}

.ban-pion.ban-pion-right {
  padding-right: 0;
}

.baner6 {
  width: 100%;
  display: flex;
}

.ban-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ban-content.ban-content-height {
  height: 70vh;
}

.baner9 {
  width: 100%;
  height: auto;
  display: flex;
}

.ban-photo {
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ban-photo.bp-contain {
  background-size: contain;
}

.ban7-cols {
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
}

.ban-photo-img {
  width: 100%;
  max-width: none;
}

.f2-cols {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.f5-col-spol {
  margin-right: 0;
}

.f5-c-left {
  flex: 0 auto;
  padding-right: 100px;
}

.f5-c-right {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.f3-newsletter {
  flex-direction: column;
  align-items: flex-start;
  min-width: 30%;
  display: flex;
}

.f3-col-links {
  flex-direction: column;
  padding-bottom: 10px;
  display: flex;
}

.products-sites {
  display: flex;
}

.products-top {
  background-color: #0000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #e4e4e4;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 5px 0;
  display: flex;
}

.prod-top-sort-ety {
  font-size: 13px;
  line-height: 13px;
}

.sort {
  clear: none;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 0 solid #cfcfcf;
  width: auto;
  transition: background-color .2s;
  position: relative;
}

.sort:hover {
  background-color: #e2e2e2;
}

.sort-dop-down {
  padding: 5px 10px;
}

.sort-select {
  margin-left: 10px;
}

.sort-select-arr {
  margin-right: 5px;
  font-weight: 100;
  line-height: 14px;
  display: none;
}

.ss-arr {
  font-size: 13px;
  line-height: 13px;
}

.sort-drop-down-list.w--open {
  background-color: #e9e9e9;
}

.sort-drop-down-link {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 13px;
  transition: background-color .2s;
}

.sort-drop-down-link:hover {
  background-color: #d4d4d4;
}

.products-categories {
  border: 0 solid #fff;
  margin-bottom: 20px;
  padding: 15px 0;
}

.prods-cat {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.prods-cat-link {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.prods-cat-link:hover {
  border-bottom-color: #000;
}

.pc-tyt {
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.prods-podcat {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
  overflow: hidden;
}

.prods-podcat.prods-podcat-close {
  height: 0;
}

.prods-subcat-link {
  color: #000;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
}

.prods-subcat-link:hover {
  border: 0 solid #000;
  border-bottom-width: 1px;
}

.products-pages {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.pp-link {
  color: #000;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .2s;
}

.pp-link:hover {
  background-color: #eee;
}

.pp-link.pp-link-active {
  color: #fff;
  background-color: #030303;
  padding-left: 3px;
  padding-right: 3px;
}

.sort-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pcg1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pcg-thombs {
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.pcg-photos {
  flex: 0 auto;
  width: 100%;
  height: 65vh;
  transition: height .3s;
  overflow: hidden;
}

.pcg-photo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.pcg-thomb {
  opacity: .7;
  cursor: pointer;
  background-image: url('../images/photo_blend.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  transition: opacity .2s;
}

.pcg-thomb:hover {
  opacity: 1;
}

.pcg-thomb.pcg-thomb-active {
  opacity: 1;
  background-size: cover;
}

.pc-wariants {
  z-index: 2;
  flex-flow: column wrap;
  align-content: flex-start;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.pcg2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pcg-thombs-vertical {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pcg3__d {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pcg4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.pc-m {
  background-color: #000;
  width: 11px;
  height: 1px;
  position: relative;
}

.pc-p {
  background-color: #000;
  width: 1px;
  height: 11px;
  position: relative;
  top: -1px;
}

.pc-pm {
  background-color: #000;
  width: 11px;
  height: 1px;
  position: relative;
  top: 5px;
}

.pcg-photo-lightbox {
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.pcg-photo-lightbox:hover {
  transform: scale(1.1);
}

.pcg-photo-lightbox.pcgpl-cover {
  z-index: 1;
  background-image: url('../images/photo_blend.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.pcg-photo-lightbox.pcgpl-contain {
  background-image: url('../images/photo_blend.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.pcg-photo-lightbox.ppl2 {
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pcg-photo-lightbox.ppl2.pcgpl-contain {
  background-color: #0000;
  background-image: url('../images/2020-09-16.jpg');
  background-position: 50% 0;
  background-size: contain;
}

.pcg-photo-lightbox.ppl3 {
  border: 0 solid #000;
  width: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}

.pcg-photo-lightbox.ppl3:hover {
  transform: none;
}

.pcg-photo-lightbox.ppl4 {
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pcg-photo-lightbox.ppl4.pcgpl-contain {
  background-color: #0000;
}

.pcg6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-one-column-center {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.select-variant {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.sw-drop-down {
  border: 1px solid #d1d1d1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 50px;
  min-height: 35px;
  padding: 7px 23px 7px 7px;
  display: flex;
}

.sw-dd-icon {
  margin-right: 5px;
}

.sw-ety {
  font-size: 14px;
  line-height: 14px;
}

.sw-dd-list {
  max-height: 30vh;
  overflow: auto;
}

.sw-dd-list.w--open {
  background-color: #0000;
}

.sw-dd-link {
  background-color: #f0f0f0;
  padding: 6px;
  font-size: 13px;
  line-height: 13px;
  transition: background-color .2s;
}

.sw-dd-link:hover {
  background-color: #c9c9c9;
}

.pcr-content {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  position: sticky;
  top: 100px;
}

.pc-column-bottom {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  position: relative;
  top: 0;
}

.pc-column-gallery {
  border-top: 0 solid #e4e4e4;
  border-right: 0 solid #e4e4e4;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
}

.pccb-left {
  flex: 0 auto;
  width: 50%;
  padding-right: 40px;
}

.pccb-right {
  flex-direction: row;
  flex: 1;
  width: 60%;
  padding-left: 40px;
  display: flex;
}

.pc-info-p {
  line-height: 30px;
}

.pccbr-info {
  margin-top: 0;
}

.pccb-sides {
  margin-top: 40px;
  display: flex;
}

.pccb-name {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.pccb-price {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pccb-variants {
  flex-flow: column wrap;
  align-content: flex-start;
  margin-top: 0;
  display: flex;
}

.pccb-rw-colours {
  flex-flow: wrap;
  padding-top: 5px;
  display: flex;
}

.pccb-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pccd-plus-minus {
  align-items: stretch;
  height: 35px;
  margin-top: 20px;
  margin-right: 0;
  display: flex;
}

.pccd-wariant {
  width: 100%;
  margin-top: 0;
  margin-right: 10px;
}

.pccd-r-add {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.pccbl-content {
  position: sticky;
  top: 40px;
}

.pccd-r-price {
  color: #a1a1a1;
  font-size: 15px;
  line-height: 20px;
  text-decoration: line-through;
}

.product-two-columns-right {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pc2-left {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 40px 40px 40px 0;
  display: flex;
  position: relative;
  top: 0;
}

.pc2-right {
  border-top: 0 solid #e4e4e4;
  border-right: 0 solid #e4e4e4;
  flex: 0 auto;
  width: 50%;
  position: static;
  top: 0;
}

.pc-rw-select-list {
  flex-flow: wrap;
  padding-top: 5px;
  display: flex;
}

.sc-tt-td-two {
  flex: 1;
  display: flex;
}

.pc-added-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 20px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.pc-added-button:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.pc-added {
  width: 0;
  overflow: hidden;
}

.pc-add {
  width: auto;
  overflow: hidden;
}

.info-true {
  color: #80bb09;
  text-align: left;
  border: 0 solid #93c52e;
  border-bottom: 1px solid #80bb09;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  line-height: 14px;
  position: static;
}

.lp-content-horizont {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.info-false {
  color: red;
  border-bottom: 1px solid red;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  line-height: 14px;
}

.profile {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.pf-belka {
  z-index: 2;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 1px;
}

.pfb-zak {
  opacity: .5;
  color: #000;
  cursor: pointer;
  border: 1px solid #0000;
  border-bottom-width: 0;
  margin-right: 2px;
  padding: 10px;
  line-height: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

.pfb-zak:hover {
  opacity: 1;
}

.pfb-zak.pfb-zak-active {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-color: #000;
  border-bottom-width: 0;
}

.pft-inf {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  position: relative;
  top: 0;
}

.pft-it-tr {
  border-bottom: 1px solid #ececec;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pft-it-tr.ptf-d-tr-top {
  background-color: #ececec;
  font-weight: 700;
}

.pft-it-tr-value {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pft-d-tr {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.pft-d-tr.ptf-d-tr-prod {
  flex: 0 auto;
  width: 20%;
  display: flex;
}

.pft-it-tr-ety {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: none;
}

.profil-buttons {
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.ch1-button-submit-profile {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #000;
  margin-right: 10px;
  padding: 11px 16px;
  font-weight: 700;
  line-height: 14px;
  transition: padding .2s;
}

.ch1-button-submit-profile:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.baner1-5 {
  flex: 1;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.baner1-5.b15-70vh {
  height: 70vh;
}

.pro-content {
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.prom2 {
  background-color: #fff;
  flex-flow: column wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.conected-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.conected-top {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.conected-list {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  display: flex;
}

.conected-tyt {
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.conected-c-right {
  display: flex;
}

.cc-nav {
  opacity: 1;
  cursor: pointer;
  background-color: #0000000d;
  border: 0 solid #0003;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.cc-nav:hover {
  background-color: #0000001c;
  border-color: #000;
}

.ccn-arr {
  opacity: 1;
}

.ccn-arr-left {
  opacity: 1;
  transform: rotate(-180deg);
}

.ppimg {
  opacity: 0;
  width: 100%;
  display: none;
}

.pp-bg {
  opacity: 1;
  background-image: url('../images/fashion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 43px;
  display: flex;
}

.pp-bg.pp-bg-cover {
  background-image: url('../images/p1_76c786de-8f57-4dc9-8cf7-2c7dd99ba386_600x.jpg');
  background-size: cover;
}

.zakladka {
  flex-direction: row;
  min-height: 50vh;
  display: flex;
}

.zakladka-content {
  border-top: 0 solid #e7e7e7;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.zak-tyt {
  font-size: 20px;
  line-height: 20px;
}

.test_bg_zg_kolor {
  background-image: linear-gradient(#6ecccc80, #6ecccc80), url('../images/ico-home.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 70vh;
}

.promoted {
  background-image: linear-gradient(#fff0, #fff0), url('../images/pixel.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fn-info-true {
  color: #80bb09;
  text-align: left;
  background-color: #fff;
  border: 0 solid #93c52e;
  border-bottom: 1px solid #80bb09;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px;
  line-height: 14px;
  position: static;
}

.fn-info-false {
  color: red;
  text-align: left;
  background-color: #fff;
  border: 0 solid #93c52e;
  border-bottom: 1px solid #fc0000;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px;
  line-height: 14px;
  position: static;
}

.prom3-contener {
  border-bottom: 0 solid #e4e4e4;
}

.contact-tr {
  display: flex;
}

.contact-left {
  flex: 1;
  padding-right: 20px;
}

.contact-right {
  color: #bdbdbd;
  flex: 1;
  padding-left: 20px;
  line-height: 14px;
}

.contact-form {
  margin-top: 40px;
}

.contact-img {
  margin-top: 10px;
}

.cf-field {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 3px solid #d1d1d1;
  padding-left: 5px;
  transition: border-color .2s;
}

.cf-field:hover {
  border-bottom-color: #7a7a7a;
}

.cf-field::placeholder {
  color: #999;
}

.cf-ety {
  display: none;
}

.contact-form-button {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #000;
  transition: padding .2s;
}

.contact-form-button:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-map {
  background-color: #f5f5f5;
  height: 350px;
  margin-top: 50px;
}

.zak_galeria {
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.zg_graph {
  text-align: center;
  cursor: pointer;
  width: 20%;
  transition: all .2s;
}

.zg_graph:hover {
  transform: scale(.9);
}

.contact-ban {
  background-image: url('../images/2020-09-16.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 10px;
  margin-bottom: 45px;
}

.ban-photo-bg-color {
  opacity: 0;
  background-color: #00000026;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.t1-ddm-line {
  background-color: #000;
  width: 0%;
  height: 2px;
}

.t1-dd-list-content {
  opacity: 0;
  flex-direction: column;
  display: flex;
  transform: translate(0, 20px);
  box-shadow: 6px 6px 100px 7px #00000014;
}

.test-fon_color {
  color: #c05d5d75;
}

.testbutton-border-color {
  background-color: #0000;
  border: 1px solid #ee5151a3;
}

.chi-txt {
  opacity: 1;
  border: 0 solid red;
  padding-left: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.chi-link {
  color: #353535;
}

.chi-link:hover {
  text-decoration: none;
}

.t1-langs {
  margin-left: 10px;
  margin-right: 0;
}

.t1l-dt {
  padding: 0;
}

.t1l-ety {
  color: #000;
  background-color: #0000;
  border: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.t1l-dd-list.w--open {
  background-color: #0000;
}

.t1ldd-link {
  background-color: #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  transition: color .2s, background-color .2s;
  display: flex;
}

.t1ldd-link:hover {
  color: #fff;
  background-color: #000;
}

.pp-contener {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pp-contener.pp-img-cover {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-contener.pp-contain {
  background-image: url('../images/p1_76c786de-8f57-4dc9-8cf7-2c7dd99ba386_600x.jpg');
}

.prom-tyt {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.prom-tyt.prom-tyt-center {
  display: block;
}

.prom-tyt-txt {
  text-align: left;
  width: 100%;
  padding-left: 0;
  font-size: 30px;
  line-height: 30px;
}

.ch1-field-code {
  border: 0 solid #000;
  width: 100px;
  height: 30px;
  margin-bottom: 0;
}

.favourites {
  flex: 1;
}

.pro-info-left {
  flex: 0 auto;
}

.pro-info-right {
  display: flex;
}

.pro-but-dell {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  padding: 5px 10px;
  transition: letter-spacing .2s;
}

.pro-but-dell:hover {
  letter-spacing: 2px;
}

.pro-info-content {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.pro-info-content.pic-favourite {
  padding-left: 10px;
  padding-right: 10px;
}

.pc-aditionals {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.favourite {
  cursor: pointer;
  background-image: url('../images/ic-like.png');
  background-position: 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.favour {
  background-image: url('../images/favourite.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.hero-content {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.hero-content.hero-content-blend {
  background-color: #f0f0f0;
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-in.newsletter-edit:hover {
  border: 5px solid #ff9603;
}

.vid1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.vid1-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.vid1-content.nin1c-left {
  align-items: flex-start;
}

.vid1-content.nin1c-right {
  align-items: flex-end;
}

.vid-bg {
  background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#b4ffef2e, #b4ffef2e);
  height: 90vh;
}

.text {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text.newsletter-edit:hover {
  border: 5px solid #ff9603;
}

.txt1 {
  background-image: linear-gradient(#fff0, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.txt1-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.txt1-content.nin1c-left {
  align-items: flex-start;
}

.txt1-content.nin1c-right {
  align-items: flex-end;
}

.txt1-content.txt1-c-left {
  text-align: left;
  align-items: flex-start;
}

.txt1-content.txt1-c-right {
  text-align: right;
  align-items: flex-end;
}

.txt1-content.txt1-c-center {
  text-align: center;
}

.txt1-tyt {
  font-size: 50px;
  line-height: 50px;
}

.txt1-txt {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.txt1-button {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 20px;
  transition: padding .2s;
}

.txt1-button:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.h2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.h2-slider {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: visible;
}

.h2-slider.slider-edit {
  border: 0 solid #0000;
}

.h2-slider.slider-edit:hover {
  border: 5px solid #0ddac9;
  border-radius: 0;
}

.hero2 {
  height: auto;
  padding-top: 0;
}

.hero2-content {
  width: 100%;
  height: auto;
}

.hero3 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 70vh;
  padding-top: 0;
}

.hero3-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.h3 {
  background-color: #f0f0f0;
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.h3-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.h3-slider.slider-edit {
  border: 0 solid #0000;
}

.h3-slider.slider-edit:hover {
  border: 5px solid #0ddac9;
  border-radius: 0;
}

.txt1-tyt-left, .txt1-tyt-right {
  font-size: 50px;
  line-height: 50px;
}

.txt1-txt-center {
  color: #000;
  margin-top: 20px;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 14px;
  line-height: 20px;
}

.txt1-txt-left, .txt1-txt-right {
  color: #000;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.infos-icons {
  padding-top: 50px;
  padding-bottom: 50px;
}

.infos-icons.newsletter-edit:hover {
  border: 5px solid #ff9603;
}

.infos-icons1 {
  background-image: linear-gradient(#fff0, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.infos-ic1-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.infos-ic1-content.nin1c-left {
  align-items: flex-start;
}

.infos-ic1-content.nin1c-right {
  align-items: flex-end;
}

.infos-ic1-content.txt1-c-left {
  align-items: flex-start;
}

.infos-ic1-content.txt1-c-right {
  align-items: flex-end;
}

.infos-icons1-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.infos-icons1-content.nin1c-left {
  align-items: flex-start;
}

.infos-icons1-content.nin1c-right {
  align-items: flex-end;
}

.infos-icons1-content.txt1-c-left {
  align-items: flex-start;
}

.infos-icons1-content.txt1-c-right {
  align-items: flex-end;
}

.ii-zaj {
  flex: 0 auto;
}

.ii-zaj-cont {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.ii-zaj-cont.ii-zaj-cont-center {
  border: 0 solid #000;
  flex-direction: column;
  padding: 10px;
}

.ii-zaj-ico {
  width: 50px;
}

.ii-zaj-inf {
  flex-direction: column;
  align-items: stretch;
  padding-left: 10px;
  display: flex;
}

.ii-zaj-inf.ii-zaj-inf-center {
  margin-top: 10px;
  padding-left: 0;
}

.ii-zaj-inf-tyt {
  color: #000;
  font-size: 20px;
}

.ii-zaj-inf-tyt.ii-zaj-inf-tyt-center {
  text-align: center;
}

.ii-zaj-inf-txt {
  color: #000;
  margin-top: 5px;
}

.ii-zaj-inf-txt.ii-zaj-inf-txt-center {
  text-align: center;
}

.infos-nagl {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 40px;
}

.category-info {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
}

.h2-cont {
  background-color: #f0f0f0;
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 35%;
}

.h2-cont.h2ca {
  flex: 0 auto;
  width: 50%;
}

.h2-cont.h2cb {
  width: 50%;
}

.h2b {
  background-color: #f0f0f0;
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.sekcja {
  flex-direction: column;
  display: flex;
}

.sekcja.sekcja-edition:hover {
  border: 5px solid #e6e6e6;
}

.sekcja-edit {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 0;
  display: flex;
  position: relative;
}

.scb-config {
  color: #000;
  cursor: pointer;
  background-color: #e6e6e6;
  background-image: url('../images/ustawienia.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  line-height: 14px;
  transition: background-color .2s, padding .2s;
}

.scb-config:hover {
  padding-left: 40px;
  padding-right: 20px;
}

.sekcja-content {
  z-index: 1;
  position: relative;
}

.se-menu {
  display: none;
  overflow: hidden;
}

.pc-info-list {
  border: 0 solid #000;
  border-top-width: 1px;
  margin-bottom: 10px;
}

.pci-l {
  border: 1px solid #000;
  border-top-width: 0;
}

.pcil-belka {
  cursor: pointer;
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.pcil-ety {
  color: #000;
  font-weight: 700;
  transition: padding .2s;
}

.pcil-ety:hover {
  padding-left: 5px;
}

.pcil-content {
  border-top: 0 solid #000;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.pcil-content.pcil-content-open {
  border-top-width: 0;
  border-bottom: 0 solid #000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.pcil-cc {
  border-top: 1px solid #000;
  padding: 10px;
}

.pc-info-txt {
  border-top: 0 solid #000;
  padding: 0;
}

.pcil-plus {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 12px;
  height: 12px;
  display: flex;
}

.pcil-p1 {
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: translate(0, 1px);
}

.pcil-p2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: translate(0, -1px)rotate(-90deg);
}

.pcil-p2.pcil-p2-hide {
  opacity: 0;
}

.pcg-thomb2 {
  opacity: .7;
  cursor: pointer;
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.pcg-thomb2:hover {
  opacity: 1;
}

.pcg-thomb2.pcg-thomb-active {
  opacity: 1;
  background-size: cover;
  height: 60px;
}

.pcg-thomb2.pcg-thomb2-active {
  opacity: 1;
  background-image: url('../images/photo_blend2.jpg');
}

.pcg-thomb4 {
  opacity: .7;
  cursor: pointer;
  background-image: url('../images/photo_blend.jpg');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 100px;
  margin-bottom: 10px;
  transition: opacity .2s;
}

.pcg-thomb4:hover {
  opacity: 1;
}

.pcg-thomb4.pcg-thomb-active {
  opacity: 1;
  background-size: cover;
  height: 60px;
}

.pcg-thomb4.pcg-thomb4-active {
  opacity: 1;
  background-size: cover;
  height: 100px;
}

.img-thomb2 {
  opacity: .7;
  cursor: pointer;
  width: 100%;
  transition: opacity .2s;
}

.img-thomb2:hover {
  opacity: 1;
}

.pro-wyp {
  cursor: pointer;
  border: 0 solid #e4e4e4;
  flex-direction: column;
  width: 24%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.pro-wyp.pro2c {
  width: 50%;
  min-height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
}

.pro-wyp.pro3c {
  width: 33.333%;
  min-height: 45vh;
}

.pro-wyp.pro4c {
  width: 24%;
  min-height: 40vh;
}

.pro-wyp.pro5c {
  width: 20%;
  min-height: 30vh;
}

.pro-wyp.pro-conected {
  width: 25%;
  min-height: auto;
  margin-bottom: 0;
}

.pro-wyp.pro1c {
  width: 100%;
  min-height: 100vh;
}

.pro-wyp.pro-prom3 {
  min-height: 90vh;
}

.pro-wyp.pro-slider {
  width: auto;
  min-height: 40vh;
}

.prow5 {
  width: 18%;
}

.prow4 {
  width: 23%;
}

.prow3 {
  width: 31%;
}

.list-prod {
  width: 40%;
  height: auto;
  margin-bottom: 40px;
}

.list-prod.list-prod-blank {
  margin-bottom: 0;
}

.h1-sb-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.h2-space {
  flex: 0 auto;
  width: 0;
  min-width: 0;
  display: block;
}

.section {
  background-image: linear-gradient(#fff0, #fff0), url('../images/pixel.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.blog-sc {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-sc.blog-sc-center {
  justify-content: space-around;
}

.blog-zaj {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.blog-zaj-photo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.blog-zaj-tyt {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.blog-zaj-txt {
  color: #9e9e9e;
  margin-top: 5px;
  font-size: 14px;
  line-height: 23px;
}

.section-tyt {
  font-size: 30px;
  line-height: 30px;
}

.section-content {
  padding-top: 30px;
}

.bzp {
  background-image: url('../images/pixel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-top {
  text-align: left;
}

.butt-blog {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  margin-top: 10px;
  padding: 0;
  transition: margin .2s;
}

.butt-blog:hover {
  margin-left: 5px;
}

.pro1 {
  cursor: pointer;
  border: 0 solid #e4e4e4;
  flex-flow: column wrap;
  width: 32%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.pro1.pro2c {
  width: 48%;
  min-height: 40vh;
  margin-top: 0;
  margin-bottom: 20px;
}

.pro1.pro3c {
  width: 31%;
  min-height: 20vh;
  margin-bottom: 20px;
}

.pro1.pro4c {
  width: 23%;
  min-height: 25vh;
  margin-bottom: 20px;
}

.pro1.pro5c {
  width: 18%;
  min-height: 20vh;
  margin-bottom: 20px;
}

.pro1.pro-conected {
  width: 25%;
  min-height: auto;
  margin-bottom: 0;
}

.pro1.pro1c {
  width: 100%;
  min-height: 100vh;
}

.pro1.pro-prom3 {
  width: 100%;
  min-height: 90vh;
}

.pro1.pro-slider {
  width: auto;
  min-height: 40vh;
}

.pro1.pro-list {
  width: 40%;
  height: 45vh;
  min-height: auto;
}

.pro-slider {
  height: 40vh;
}

.baner10 {
  width: 100%;
  height: auto;
  display: flex;
}

.ban-img {
  width: 100%;
  height: auto;
}

.t-icon-m {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.t-icon-m.t-icon1-search {
  background-image: url('../images/ic-search.png');
  background-position: 50%;
  background-size: contain;
}

.t-icon-m.t1i-favour {
  filter: none;
  background-image: url('../images/ic-like.png');
  background-position: 50%;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.t-icon-m.t1i-bag {
  background-image: url('../images/ic-bag.png');
  background-position: 50%;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.t-icon-m.t1i-profile {
  background-image: url('../images/ico-user.png');
  background-position: 50%;
  background-size: contain;
}

.t-icons-m {
  z-index: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: none;
  position: static;
}

.pf1-price {
  flex-direction: row;
  justify-content: space-between;
  max-height: 25vh;
  padding-top: 5px;
  display: flex;
  overflow: visible;
}

.pf1-price-range {
  flex-direction: column;
  height: auto;
  padding-top: 5px;
  padding-left: 0;
  display: flex;
}

.pf1-p {
  font-weight: 700;
  line-height: 14px;
}

.info-line {
  z-index: 11;
  background-color: #000;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.il-slider {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.il-mask {
  width: 100%;
  height: 100%;
  line-height: 14px;
}

.il-la {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.il-ra {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.il-sn {
  display: none;
}

.il-icon {
  background-color: #0000;
  display: none;
}

.il-slide {
  height: 100%;
}

.ils-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.ils-content.ilsc-l {
  justify-content: center;
}

.ils-content.ilsc-ri {
  justify-content: flex-end;
}

.ils-txt {
  color: #fff;
}

.il-ar {
  color: #868686;
  font-size: 20px;
  line-height: 20px;
}

.il-content {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.ilc-left {
  height: auto;
}

.ilc-center {
  flex: 1;
  justify-content: center;
  display: flex;
}

.ilc-right {
  height: auto;
}

.t-icon {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.t-icon.tih {
  align-items: center;
}

.i-icon-ety {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
}

.ban-cz-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.ban-cz-zajaw {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 18px;
}

.bci-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.bci-content.bci-ta-left {
  align-items: flex-start;
}

.bci-content.bci-ta-right {
  align-items: flex-end;
  width: 100%;
}

.bcp-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-let-content {
  position: sticky;
  top: 100px;
}

.cookies {
  z-index: 1000;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cook-txt {
  padding-right: 20px;
  font-size: 14px;
  line-height: 14px;
}

.button-cook {
  cursor: pointer;
  background-color: #7a7a7a;
  padding: 6px 8px 8px;
  line-height: 14px;
}

.button-cook:hover {
  background-color: #000;
}

.owl1-content {
  flex-direction: column;
  align-items: stretch;
  height: 80vh;
  display: block;
  overflow: hidden;
}

.owl1-item {
  width: 70vw;
  height: 100%;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.owli-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.owli-inf {
  z-index: 2;
  background-color: #ffffff1c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vw;
  transition: margin .2s;
  display: flex;
  position: relative;
  top: -100%;
}

.owl1-bottom {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.owl1-next {
  cursor: pointer;
  background-image: url('../images/arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 40px;
  transition: transform .2s;
  transform: translate(0);
}

.owl1-next:hover {
  transform: translate(5px);
}

.owl1-txt1 {
  cursor: pointer;
  max-width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 45px;
  transition: margin .2s;
}

.owl1-txt2 {
  max-width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
}

.owl2-arr {
  cursor: pointer;
  width: 50px;
  margin-top: 10px;
  margin-left: 0;
  transition: margin .2s;
}

.owl2-arr:hover {
  margin-left: 5px;
}

.owl1-butt {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
  transition: letter-spacing .2s;
}

.owl1-butt:hover {
  letter-spacing: 1px;
}

.owl1-items {
  height: 100%;
  display: block;
  overflow: hidden;
}

.owlibg {
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.owlibg.owlibg-cover {
  background-size: cover;
}

.owl1-prev {
  cursor: pointer;
  background-image: url('../images/arrow-left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 40px;
  margin-right: 0;
  transition: transform .2s;
}

.owl1-prev:hover {
  transform: translate(-5px);
}

.owlars {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
  top: -100%;
}

.t1-dd {
  display: flex;
}

.t1-dd-submenu {
  flex-direction: column;
  align-items: stretch;
  width: 0;
  height: 0;
  display: none;
  overflow: visible;
}

.t1-dd-sublink {
  opacity: 1;
  color: #000;
  letter-spacing: 1px;
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .2s;
}

.t1-dd-sublink:hover {
  opacity: 1;
  background-color: #e0e0e0;
}

.t1-dd-subm-content {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 1px;
  display: grid;
  overflow: visible;
}

.chi-tr {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.ch1-cs-etypoints {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.ch1-cs-pkt {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.chi-cs-pkt {
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  padding: 5px;
  font-size: 13px;
  line-height: 13px;
  transition: padding .2s;
}

.chi-cs-pkt:hover {
  padding-left: 7px;
  padding-right: 7px;
}

.ban6-img {
  height: 60vh;
}

.t2-langs {
  display: flex;
}

.t2l {
  color: #000;
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 3px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.t2l:hover {
  border-color: #00000080;
}

.t2l.tsl-active {
  color: #000;
  border: 1px solid #00000080;
  margin-right: 3px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.countries {
  width: 100%;
  min-height: 35px;
  padding: 8px 23px 8px 0;
}

.countries-arr {
  margin-right: 0;
}

.drdow-countries {
  max-height: 300px;
  display: none;
  overflow: auto;
}

.drdow-countries.w--open {
  background-color: #fff;
  max-height: 30vh;
}

.ddl-country {
  color: #000;
  background-color: #fff;
  padding: 5px;
  line-height: 14px;
}

.ddl-country:hover {
  background-color: #f8f8f8;
}

.countries-selected {
  color: #000;
}

.payment-contener {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.pc {
  width: 600px;
}

.pc-add-txt {
  color: red;
  font-weight: 700;
  line-height: 14px;
}

.blank {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.blank-info {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.blank-ico {
  filter: grayscale();
}

.baner-paralax {
  overflow: hidden;
}

.ban-paralax-info {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 40vh;
  padding-bottom: 40vh;
  display: flex;
  position: relative;
}

.ban-paralax-bg {
  z-index: 0;
  height: 0;
  overflow: visible;
}

.ban-paralax-inf {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ban-paralax-graph {
  background-image: url('../images/2020-09-16.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 120vh;
}

.parallax-bg {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  top: -100%;
  overflow: hidden;
}

.parallax-content {
  z-index: 2;
  height: 100%;
  position: relative;
}

.h2c {
  overflow: hidden;
}

.pp-add {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: letter-spacing .2s;
  transform: none;
}

.pp-add:hover {
  letter-spacing: 1px;
}

.pp-bottom {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.ppadd {
  width: 40px;
  height: 40px;
}

.is-top {
  justify-content: center;
  align-items: center;
  padding: 20px 30px 10px;
  display: flex;
}

.isgallery {
  flex-wrap: wrap;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.ispost {
  cursor: pointer;
  width: 290px;
  height: 290px;
}

.ispost.isp {
  padding: 0;
}

.isphoto {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.isinfo {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -100%;
  overflow: hidden;
}

.isadd {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  transform: none;
}

.isadd:hover {
  background-color: #fff;
  width: 50px;
  height: 50px;
  padding: 0;
}

.isa1 {
  background-color: #000;
  width: 100%;
  height: 1px;
  display: none;
  position: relative;
}

.isa2 {
  background-color: #000;
  width: 1px;
  height: 100%;
  display: none;
}

.iscart {
  background-image: url('../images/ic-cart.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 20px;
  height: 20px;
}

.ispbg {
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
}

.ispostcontent {
  width: 100%;
  height: 100%;
  padding: 0;
}

.ispopup {
  z-index: 2;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.isp-popup {
  background-color: #fff;
  flex-direction: row;
  max-width: 90vw;
  padding: 0;
  display: flex;
  overflow: visible;
  box-shadow: 5px 5px 20px #00000040;
}

.ispslider {
  background-image: url('../images/photo_blend2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.isps-info {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 20vw;
  padding: 0;
  display: flex;
}

.isprice {
  color: #000;
  background-color: #fff;
  margin-left: 10px;
  padding: 6px 6px 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  transform: translate(0, -100%);
}

.ispsi-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: padding .1s;
}

.ispsi-button:hover {
  padding-top: 20px;
  padding-bottom: 20px;
}

.isinf-center {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  display: flex;
}

.ispop-tyt {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.ispop-p {
  color: #000;
  margin-top: 40px;
  line-height: 16px;
}

.isp-pop-gallery {
  width: 90vh;
  height: 90vh;
}

.ispop-price {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.isinf-top {
  justify-content: flex-end;
  display: flex;
}

.isx {
  cursor: pointer;
  background-color: #dbdbdb;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 1px;
  display: flex;
}

.isxa {
  background-color: #000;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
}

.isxb {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
}

.isinfc {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.isinft, .isinfb {
  height: 0;
}

.iszab {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.iszoom {
  opacity: 0;
  background-image: url('../images/zoom.png');
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: none;
}

.is-center {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.is-center.h1-sbh-center {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.is-center.h1-sbh-full-width {
  max-width: none;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.ist-left, .ist-right {
  flex: 1;
}

.ist-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ist-right-copy {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.is-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 10px 30px;
  display: flex;
}

.is-footer {
  border-bottom: 1px solid #00000017;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.is-footer-link {
  color: #adadad;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: color .2s;
}

.is-footer-link:hover {
  color: #000;
}

.body-is {
  font-family: Montserrat, sans-serif;
}

.ban-bg-vid {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: none;
}

.bg-vid {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pcg3-vid {
  width: 100%;
  height: 70vh;
  display: flex;
}

.il-left {
  flex: 0 auto;
  align-items: center;
  min-width: 120px;
  height: auto;
  display: flex;
}

.infol {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.il-center {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.il-right {
  flex: 0 auto;
  justify-content: flex-end;
  min-width: 120px;
  height: auto;
  display: flex;
}

.ico-svg {
  background-image: url('../images/iconfinder_pinterest_287676.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.ico-top-left {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/pixel.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.dd-lbt {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ddl-tgle {
  padding: 0 10px 0 0;
}

.ddl-icon {
  color: #fff;
  margin-right: 0;
  font-size: 7px;
  line-height: 7px;
}

.ddl-ety {
  color: #fff;
  line-height: 14px;
}

.dd-dropdown {
  top: 30px;
}

.dd-dropdown.w--open {
  top: 25px;
}

.ddl-link {
  cursor: pointer;
  padding: 5px;
}

.ddl-link:hover {
  background-color: #d1d1d1;
}

.il-right-td {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.params-active {
  flex-flow: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.pm-active {
  background-color: #0000000f;
  border: 0 solid #000;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 3px 3px 6px;
  display: flex;
}

.pma-x {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  padding: 3px 3px 2px;
  transition: all .2s;
  display: flex;
}

.pma-x:hover {
  transform: rotate(-90deg);
}

.pm-ety {
  font-size: 13px;
  line-height: 13px;
}

.pmax1 {
  background-color: #000;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
}

.pmax2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
}

.pf2-for {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: height .2s, opacity .2s;
  display: block;
}

.pf2-sekcja {
  border: 1px solid #0003;
  flex-direction: column;
  align-items: stretch;
  min-width: 19%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  transition: border-color .2s;
  display: flex;
  overflow: visible;
}

.pf2-sekcja:hover {
  border-color: #000;
}

.pf2-buttons {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 19%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.pf2-war {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 25vh;
  padding: 10px;
  display: block;
  position: absolute;
  overflow: visible;
  box-shadow: 6px 6px 17px #00000014;
}

.pf2-war.pf2w-auto {
  width: 100%;
  min-width: auto;
  max-height: 25vh;
  overflow: auto;
}

.pf2-wars {
  z-index: 2;
  opacity: 0;
  flex-direction: column;
  height: 0;
  display: none;
  position: relative;
  top: 1px;
  overflow: visible;
  transform: translate(0, 25px);
}

.pf2-wars.pw {
  opacity: 1;
  display: flex;
  top: 1px;
  transform: none;
}

.products-filters-top {
  z-index: 100;
  border: 0 solid #000;
  border-bottom-color: #e4e4e4;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.pf2-colours-select {
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 5px;
  display: flex;
}

.pf2s-top {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.pf2t-arr {
  cursor: pointer;
  background-image: url('../images/arrowdown2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.tr-price {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pc-inf-hist {
  color: #000;
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
}

.fb-info-address {
  opacity: 1;
  color: #000;
  flex: 0 auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
}

.ci-h1 {
  margin-top: 0;
  font-size: 25px;
  line-height: 25px;
}

.pc-stars {
  width: 150px;
  height: 30px;
  margin-top: 10px;
  overflow: hidden;
}

.pcs-progres {
  z-index: 1;
  background-color: #3bf8ff;
  width: 50%;
  height: 100%;
  position: relative;
}

.popup {
  z-index: 200;
  opacity: 0;
  background-color: #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  transition: opacity .4s;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup1 {
  width: 400px;
  height: auto;
  display: block;
  position: relative;
  top: -100vh;
}

.pp-zd {
  background-image: url('../images/fashion.jpg');
  background-position: 50%;
  background-size: cover;
  height: 260px;
}

.pp-info {
  background-color: #fff;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.pp-tyt {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.pp-txt {
  text-align: center;
  margin-top: 10px;
}

.pp-input {
  margin-top: 20px;
}

.pp-input-field {
  border: 1px solid #0003;
  align-items: center;
  transition: border-color .2s;
  display: flex;
}

.pp-input-field:hover {
  border-color: #000;
}

.pp-inp {
  border: 1px solid #fff0;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pp-but {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  height: 50px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 12px;
}

.pp-but:hover {
  background-color: #0000000f;
}

.pp-close {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #000;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 5px;
  font-size: 11px;
  line-height: 11px;
}

.popup2 {
  width: 800px;
  height: auto;
  display: flex;
  position: relative;
  top: -100vh;
}

.pp2-zd {
  background-image: url('../images/fashion.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
}

.pp2-info {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  display: flex;
}

.opinion-form {
  color: #000;
  flex-direction: column;
  display: flex;
}

.op-tr {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.opinion-tyt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.op-stars {
  height: 25px;
  margin-right: 10px;
}

.op-stars-empty {
  z-index: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.op-stars-full {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -100%;
  overflow: hidden;
}

.ose {
  background-image: url('../images/star_icon_empty.png');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.ose.osef {
  background-image: url('../images/star_icon_full.png');
}

.ose.osf1, .ose.osf2 {
  opacity: 0;
  cursor: pointer;
  background-image: url('../images/star_icon_full.png');
  min-width: 20px;
}

.ose.osf3, .ose.osf4, .ose.osf5 {
  cursor: pointer;
  background-image: url('../images/star_icon_full.png');
  min-width: 20px;
}

.ose.ose2 {
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-left: 1px;
  margin-right: 1px;
}

.ose.ose3 {
  background-image: url('../images/star_icon_full.png');
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-left: 1px;
  margin-right: 1px;
}

.osf {
  background-image: url('../images/star_icon_full.png');
  background-position: 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 4px;
}

.op-star-full {
  background-image: url('../images/star_icon_full.png');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.op-star-full.osef {
  cursor: pointer;
  background-image: url('../images/star_icon_full.png');
  min-width: 20px;
}

.op-star-full.osf1, .op-star-full.osf2 {
  opacity: 0;
  cursor: pointer;
  background-image: url('../images/star_icon_full.png');
  min-width: 20px;
}

.op-star-full.osf3, .op-star-full.osf4, .op-star-full.osf5 {
  cursor: pointer;
  background-image: url('../images/star_icon_full.png');
  min-width: 20px;
}

.op-input-textarea {
  min-height: 100px;
}

.op-input {
  border: 2px solid #00000036;
  margin-bottom: 5px;
  padding: 10px;
  transition: border-color .2s;
}

.op-input:hover {
  border-color: #000000c9;
}

.op-input.op-input-textarea.opi-red, .op-input.opi-red {
  border-color: #ff000036;
}

.op-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 14px;
  transition: padding .2s;
}

.op-button:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.opinions {
  width: 100%;
  max-height: 50vh;
  margin-top: 20px;
  overflow: auto;
}

.opinion {
  background-color: #a8a8a812;
  margin-top: 5px;
  padding: 10px;
}

.op-top {
  justify-content: space-between;
  display: flex;
}

.opt-left {
  align-items: center;
  display: flex;
}

.op-stars-min {
  height: 12px;
  margin-right: 10px;
}

.opt-right {
  align-items: center;
  display: flex;
}

.op-info {
  margin-top: 10px;
}

.opt-date {
  font-size: 13px;
  line-height: 13px;
}

.op-bottom {
  margin-top: 10px;
}

.op-nick {
  font-size: 12px;
  line-height: 12px;
}

.opinion-info {
  color: #80bb09;
  border-bottom: 2px solid #80bb09;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.ask-form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.stars-min {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.op-star {
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
}

.opinion-info-red {
  color: red;
  border-bottom: 2px solid red;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.shoplik-sklepy-internetowe {
  color: #000;
  cursor: default;
  text-decoration: none;
}

.bg-test {
  z-index: 1;
  background-image: url('../images/Fotolia_127155050_Subscription_Monthly_M.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.popup-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.popup-bg {
  cursor: auto;
  width: 100%;
  height: 100%;
}

.select {
  flex-direction: column;
  align-items: stretch;
  min-width: 200px;
  margin-top: 5px;
}

.select:hover {
  z-index: 2;
}

.select-main {
  cursor: pointer;
  border: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px;
  display: flex;
}

.select-list {
  opacity: 0;
  height: 0;
  display: none;
  position: relative;
}

.select-main-ety {
  padding-right: 10px;
}

.sme-txt {
  color: #000;
  line-height: 14px;
}

.select-main-arrow {
  background-image: url('../images/arrowdown.png');
  background-position: 50%;
  background-size: contain;
  width: 12px;
  height: 15px;
}

.sl-link {
  cursor: pointer;
  justify-content: space-between;
  padding: 5px 10px;
  transition: background-color .2s;
  display: flex;
}

.sl-link:hover {
  background-color: #f3f3f3;
}

.sll {
  color: #000;
}

.sl-content {
  background-color: #fff;
  border: 2px solid #000;
  flex-direction: column;
  height: auto;
  max-height: 70vh;
  position: relative;
  overflow: auto;
}

.c1-buttons {
  margin-top: 40px;
  display: flex;
}

.c1-empty {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.c1emp-info {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.c1-cart-empty-button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #cecece00;
  border: 1px solid #00000026;
  width: 50%;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 13px;
  transition: border-color .2s, letter-spacing .2s;
}

.c1-cart-empty-button:hover {
  letter-spacing: 1px;
  border-color: #000;
}

.t-icon1-content-ball {
  cursor: pointer;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.t-icon1-ball-nr-bg {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.t-icon1-ball-nr {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.pcgpz-content {
  text-align: center;
  cursor: crosshair;
  border-radius: 0;
  width: auto;
  height: 100%;
}

.pcgpz-content.gss-out {
  cursor: zoom-out;
}

.pcgpz-photo {
  background-image: url('../images/Fotolia_127155050_Subscription_Monthly_M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1688px;
  min-width: 100%;
  height: 1126px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pcgpz-photo.gz-ph {
  background-image: url('../images/Fotolia_127155050_Subscription_Monthly_M.jpg');
  background-size: contain;
  width: 1688px;
  min-width: 100%;
  height: 1126px;
  min-height: 100vh;
}

.pcgpz-photo.pcgpz-photo2 {
  background-image: url('../images/fashion.jpg');
  width: 2000px;
  height: 1331px;
}

.pcgpz {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.pcgp-zoom {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -100%;
}

.pcg-photo-container {
  width: 100%;
  height: 100%;
}

.gallery-slider-zoom {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.g-slider {
  z-index: 1;
  background-color: #0000;
  height: 100%;
}

.gs-left-arrow {
  z-index: 1;
  opacity: .5;
  width: 60px;
  transition: opacity .1s;
}

.gs-left-arrow:hover {
  opacity: 1;
}

.gs-right-arrow {
  z-index: 1;
  opacity: .5;
  width: 60px;
  transition: opacity .1s;
  overflow: hidden;
}

.gs-right-arrow:hover {
  opacity: 1;
}

.gs-slide-nav {
  display: none;
}

.gslarr {
  color: #000;
  background-color: #0000;
  font-size: 40px;
  line-height: 40px;
}

.gsrarr {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
}

.gss-bg {
  cursor: zoom-in;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.gss-photo {
  background-image: url('../images/3870073_construction_danger_exclamantion_road_safety_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.gss-photo.gssp2 {
  background-image: url('../images/p1_76c786de-8f57-4dc9-8cf7-2c7dd99ba386_600x.jpg');
}

.gallery-x {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: 5px 5px auto auto;
}

.gx1 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
  top: 1px;
  transform: rotate(-45deg);
}

.gx2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
}

.gallery-zoom {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.gz-zoom {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: none;
  position: relative;
  top: -100%;
  overflow: visible;
}

.test-content {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.test-box {
  background-color: #969696;
  width: 100px;
  height: 100px;
}

.div-block-2 {
  transform: translate(0);
}

.pcgpc {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sgt {
  flex-direction: column;
  display: flex;
}

.sgt-slider {
  background-color: #d8d8d8;
  height: auto;
}

.sgts-l-arr, .sgts-r-arr {
  overflow: visible;
}

.digital-download {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.dd-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-icon {
  cursor: pointer;
}

.download-icon.di-lock {
  opacity: .13;
}

.di-ety {
  margin-top: 30px;
}

.bold-text {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}

.di-link-download {
  color: #0364ff;
  cursor: pointer;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: underline;
}

.di-link-download:hover {
  text-decoration: none;
}

.di-info-lock {
  color: #ff1818;
  background-color: #ffecec;
  margin-top: 20px;
  padding: 7px;
  font-size: 18px;
  font-weight: 700;
}

.pcgt-content {
  flex-direction: column;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.pcgtc-thombs {
  z-index: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.pcgtc-nav {
  z-index: 2;
  opacity: 0;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.pcgtc-nleft {
  cursor: pointer;
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 9px;
  padding-right: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
  top: -100%;
}

.pcgtc-nleft:hover {
  background-color: #ffffffb3;
}

.pcgtc-nleft.pcgtc-nright {
  padding-left: 0;
  padding-right: 9px;
}

.pcg-arr {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.pcg-arr.pcgarr-right {
  border-width: 1px 1px 0 0;
  border-top-style: solid;
  border-top-color: #000;
  border-right-style: solid;
  border-right-color: #000;
}

.pc-notification {
  border: 1px solid #d9d9d9;
  flex-flow: row;
  flex: 1;
  align-items: stretch;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
}

.pc-info-notif {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.pc-in-tyt {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.pc-r-notification {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.pc-not-iftr {
  width: 100%;
  display: flex;
}

.egall {
  flex-flow: column;
  display: flex;
}

.egall-belka {
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.egall-contener {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.egal-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.egall-logo {
  opacity: 1;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: row;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.egall-products {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  padding-top: 20px;
  display: flex;
}

.agal-log-img {
  background-image: url('../images/TERRASANA.jpg');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.egall-body {
  -webkit-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  color: #000;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  overflow: hidden;
}

.egal-prod {
  cursor: pointer;
  width: 25vw;
  max-width: 450px;
  height: 25vw;
  max-height: 450px;
  margin-bottom: 0;
  padding: 1px;
  overflow: hidden;
}

.egall-links {
  z-index: 10;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
}

.egallink {
  color: #000;
  text-align: center;
  cursor: pointer;
  border: 0 solid #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.egallink:hover {
  border: 0 solid #ffffffc9;
}

.egal-prod-blank {
  background-color: #fff;
  width: 25vw;
  height: 0;
  margin-bottom: 10px;
}

.egall-link {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 5px 10px;
  transition: border-color .1s;
  display: flex;
}

.egall-link:hover {
  border-color: #000;
  box-shadow: 0 2px 5px #0003;
}

.egal-prod-ph {
  background-color: #fff;
  background-image: url('../images/p1_76c786de-8f57-4dc9-8cf7-2c7dd99ba386_600x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.egal-prod-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.egal-prod-info {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -100%;
}

.egal-pi-top {
  flex: 1;
}

.egal-pi-bottom {
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.egal-t-left {
  cursor: pointer;
  flex: 1;
  height: 10px;
}

.egal-pi-name {
  font-size: 16px;
  line-height: 20px;
}

.text-block {
  line-height: 16px;
}

.egal-pib-content {
  background-color: #ffffff6b;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.egal-pc-right {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.egal-pc-add {
  cursor: pointer;
  background-color: #0000001a;
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.pop-add {
  z-index: 40;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #0000006b;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0 0% 0%;
}

.pop-add-product {
  box-shadow: none;
  flex-flow: column;
  width: 90vw;
  max-width: 1100px;
  display: flex;
  position: static;
  transform: translate(0, 100px);
}

.pop-ap-left {
  width: 50%;
  position: sticky;
  top: 0;
}

.pop-ap-right {
  flex-flow: column;
  flex: 1;
  max-height: 80vh;
  padding: 40px 0 0 15px;
  overflow: visible;
}

.pop-add-slider {
  width: 100%;
  height: 100%;
  min-height: 550px;
}

.pop-add-sl-ph {
  background-color: #fff;
  background-image: url('../images/p1_76c786de-8f57-4dc9-8cf7-2c7dd99ba386_600x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.pop-add-sl-ph.pasp-cover {
  background-size: cover;
}

.pop-sl-arr-left, .po-sl-arr-right {
  width: 50px;
}

.arr-icon {
  color: #c4c4c4;
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 16px;
  transition: border-color .2s;
  display: flex;
}

.arr-icon:hover {
  border-color: #0003;
}

.par-top {
  z-index: 5;
  background-color: #fff;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.par-x {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .1s;
  display: flex;
  position: relative;
}

.par-x:hover {
  transform: rotate(-90deg);
}

.parx1 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
  top: 1px;
  transform: rotate(45deg);
}

.parx2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
  top: -1px;
  transform: rotate(-45deg);
}

.pop-info-txt {
  max-height: 100%;
  padding-top: 0;
  padding-right: 20px;
  overflow: auto;
}

.pop-ap-content {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 100px #0000001a;
}

.egall-spol-links {
  z-index: 10;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.egall-spol {
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
  padding: 0;
  transition: border-color .1s;
  display: flex;
}

.egall-spol:hover {
  box-shadow: none;
  border-color: #000;
}

.pop-add-contener {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.spol-link {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/211902_social_facebook_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 solid #fff0;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.spol-link:hover {
  border: 0 solid #ffffffc9;
}

.spol-link.sl-instagram {
  background-image: url('../images/instagram_icon.png');
}

.spol-link.sl-pinterest {
  background-image: url('../images/pinterest_icon.png');
}

.spol-link.sl-ptictoc {
  background-image: url('../images/tiktok_icon.png');
}

.spol-link.sl-twiter {
  background-image: url('../images/twitter_icon.png');
}

.spol-link.sl-youtube {
  background-image: url('../images/youtube_icon.png');
}

.spol-link.sl-youtube-email {
  background-image: url('../images/email_icon.png');
}

.spol-link.sl-youtube-linkedin {
  background-image: url('../images/linkedin_icon.png');
}

.egall-app {
  flex-flow: column;
  max-width: 100vw;
  display: block;
  position: relative;
}

.egall-footer {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.ef-log-txt {
  font-weight: 700;
  line-height: 14px;
}

.egall-by-shoplik {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.egall-cart-link {
  z-index: 30;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: fixed;
  inset: 35px 50px auto auto;
}

.t-icon1-content-egall {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.t-icon1-nr-bg-egal {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000006b;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.t-icon1-nr-bg-egal:hover {
  background-color: #000000b8;
}

.t-icon1-nr-gall {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.body-egall {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.egall-bg {
  z-index: -2;
  background-image: radial-gradient(circle, #a8b0b6, #fff 66%);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.egall-bg2 {
  -webkit-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  width: 100%;
  height: 100%;
}

.pop-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
}

.pop-loader-dot {
  background-color: #dbdbdb;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.pop-cont {
  width: 100%;
  display: flex;
}

.pc-input-txt {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  padding: 7px;
  line-height: 14px;
}

.pc-input-textarea {
  color: #000;
  width: 100%;
  min-height: 57px;
  margin-bottom: 0;
  padding: 7px;
  line-height: 20px;
}

.t2-dd {
  display: flex;
}

.t2-dd-submenu {
  flex-direction: column;
  align-items: stretch;
  width: 0;
  height: 0;
  display: none;
  overflow: visible;
}

.t2-dd-subm-content {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 1px;
  display: grid;
  overflow: visible;
}

.t3-dd {
  display: flex;
}

.t3-dd-submenu {
  flex-direction: column;
  align-items: stretch;
  width: 0;
  height: 0;
  display: none;
  overflow: visible;
}

.t3-dd-subm-content {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 1px;
  display: grid;
  overflow: visible;
}

.t1-bc7-top {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-width: 40%;
  display: flex;
  position: relative;
}

.t1-cb-content-colections {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.t1-cbc-colection {
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.t1-cbc-photo {
  width: 100%;
  height: 150px;
  margin-bottom: 5px;
  overflow: hidden;
}

.t1-cbc-colection-name {
  color: #000;
  text-transform: none;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
  transition: padding .2s;
}

.t1-cbc-colection-name:hover {
  padding-left: 5px;
  padding-right: 0;
}

.t1cbc-photo-content {
  background-image: url('../images/banner-7.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.t1-cbcc-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 14%;
  margin-bottom: 5px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .2s;
  display: flex;
}

.t1-cbcc-col.t1-cbcc-col-blank {
  margin-bottom: 0;
  padding-bottom: 0;
}

.t1-cb-content-producers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.t1-cbc-producer {
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.t1-cbc-producer-name {
  color: #000;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  transition: padding .2s;
}

.t1-cbc-producer-name:hover {
  padding-left: 5px;
  padding-right: 0;
}

.t1-cbc-producer-ph {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}

.t1cbc-producer-ph-content {
  background-image: url('../images/category-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
}

.t1-cbcp-col {
  filter: grayscale();
  cursor: pointer;
  border: 1px solid #00000024;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 7%;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .2s, border-color .2s;
  display: flex;
  overflow: visible;
}

.t1-cbcp-col:hover {
  filter: grayscale(0%);
  border-color: #000;
}

.t1-cbcp-col.t1-cbcp-col-empty {
  border-width: 0;
  height: 0;
  padding-bottom: 0;
}

.t1-cbcp-col.t1-cbcp-col-blank {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fc-txt {
  font-size: 16px;
}

.fc-contact {
  margin-top: 20px;
}

.fc-tr {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.fct-icon {
  background-image: url('../images/w-telephone_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.fct-icon.fcti-email {
  background-image: url('../images/w-paper_plane_send_icon.png');
}

.fct-icon.fcti-location {
  background-image: url('../images/w_location_map_navigation_pointer_icon.png');
}

.fct-icon.fcti-fb {
  background-image: url('../images/1298738_facebook_brand_fb_logo_social-media_icon.png');
  width: 30px;
  height: 30px;
}

.fct-icon.fcti-inst {
  background-image: url('../images/1298747_instagram_brand_logo_social-media_icon.png');
  width: 30px;
  height: 30px;
}

.fc-telephone {
  font-size: 40px;
  line-height: 40px;
}

.products-subcategories {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.prsub-subcat {
  cursor: pointer;
  border: 1px solid #0000000d;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px 5px 5px;
  transition: border-color .2s;
  display: flex;
}

.prsub-subcat:hover {
  border-color: #000;
}

.prsub-ph {
  background-image: url('../images/category-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.prsub-ety {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.sf2 {
  border: 1px solid #7e7e7e;
  padding: 7px;
  transition: border-color .2s;
}

.sf2:hover {
  border-color: #000;
}

.sf2-field {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  height: 25px;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 14px;
}

.sf2-button {
  background-color: #0000;
  background-image: url('../images/ic-search.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding: 0;
}

.search-field2 {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: relative;
}

.tic-phone-inf {
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  width: 0;
  height: 0;
  display: none;
}

.ticp-content {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 50px 1px #00000012;
}

.ticp-tyt {
  font-size: 14px;
  font-weight: 700;
}

.ticp-tel {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.ticp-tel-inf {
  margin-top: 0;
}

.ticp-txt {
  margin-top: 0;
  font-size: 14px;
}

.ticp-tr {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.ticp-ico {
  background-image: url('../images/telephone_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.ticp-ico.ticp-ico-email {
  background-image: url('../images/paper_plane_send_icon.png');
}

.ticp-ico.ticp-ico-local {
  background-image: url('../images/3586361_location_map_navigation_pointer_icon.png');
}

.ticp-link {
  color: #000;
}

.ticp-link:hover {
  text-decoration: none;
}

.tic-content {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.fct-link {
  color: #000;
  cursor: pointer;
}

.fc-phone-td {
  flex-flow: column;
  display: flex;
}

.f-c-100 {
  flex: 1;
}

.fc-icons {
  margin-top: 20px;
  display: flex;
}

.t1-cb-ico {
  background-image: url('../images/category-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.prsub-blank {
  width: 13%;
  height: 0;
}

.pf2-sekcja-blank {
  min-width: 19%;
}

.h1-sb-thombs {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -200%;
}

.h1-sbt-content {
  padding-top: 30px;
}

.h1-sbt-slider {
  justify-content: space-between;
  display: flex;
}

.sbt-photo {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 250px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sbt-photo.pro-photo-conected {
  padding-left: 0;
  padding-right: 0;
}

.sbt-photo.pp-favourite {
  flex: 0 auto;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
}

.sbt-prod {
  width: 250px;
  height: auto;
  margin-bottom: 40px;
}

.dl-content {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: none;
}

.dll-button {
  cursor: pointer;
  border: 1px solid #00000024;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: border-color .2s;
  display: flex;
}

.dll-button:hover {
  border-color: #000;
}

.dllb-ety {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 700;
  position: static;
}

.dllb-progres {
  margin-left: 5px;
}

.pf2-form-buttons {
  transition: height .2s, opacity .2s;
  display: none;
  overflow: hidden;
}

.pf2-button-open {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
  transition: background-color .2s;
}

.pf2-button-open:hover {
  background-color: #eee;
}

.pf2f-content {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.mob-search {
  display: none;
}

.sf2-sugesstions {
  height: 0;
}

.sf2-sugesstions.hide {
  display: none;
}

.sf2s-content {
  background-color: #fff;
  flex-flow: column;
  max-height: 50vh;
  display: flex;
}

.sf2p {
  cursor: pointer;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  transition: border-color .2s;
  display: flex;
}

.sf2p:hover {
  border-bottom-color: #00000080;
}

.sf2p-photo {
  background-image: url('../images/pixel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.sf2p-info {
  flex-flow: column;
  flex: 1;
  padding: 10px;
  display: flex;
}

.sf2i-price {
  font-size: 13px;
  line-height: 13px;
}

.sf2ip-thru {
  text-decoration: line-through;
}

.sf2scl {
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: auto;
}

.sf2p-button {
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  padding-left: 75px;
  font-weight: 700;
  transition: background-color .2s;
}

.sf2p-button:hover {
  background-color: #f3f3f3;
}

.sf2sc-list {
  border: 1px solid #000;
  border-top-width: 0;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: auto;
}

.products-list {
  flex-flow: column;
  display: flex;
}

.txt-row {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.txt-column {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.t1-cbc-left {
  flex-flow: wrap;
  flex: 1;
  display: flex;
}

.t1-cbc-right {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t1-cbc-ban {
  cursor: pointer;
  flex-flow: column;
  flex: 0 auto;
  margin-left: 20px;
  display: flex;
}

.t1-cbc-ban-photo {
  background-image: url('../images/pixel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30vh;
  height: 40vh;
}

.t1-cbc-ban-info {
  padding-top: 5px;
}

.cbc-info-name {
  text-align: left;
  font-weight: 700;
}

.pf1-range {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
}

.row {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pc-spec-td {
  border-bottom: 1px solid #00000014;
  padding: 5px;
}

.filtr-list {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  padding: 0 5px 0 2px;
  transition: border-color .2s;
  display: none;
}

.filtr-list:hover {
  border-color: #000;
}

.filtr-sort {
  margin-top: 10px;
  display: flex;
}

.fl-filtr {
  background-image: url('../images/filters.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.mob-filters {
  z-index: 20;
  background-color: #fff;
  flex-flow: column;
  width: 300px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
  box-shadow: 0 2px 100px #00000005;
}

.mf-content {
  flex: 1;
  padding: 20px;
  overflow: auto;
}

.mf-top {
  justify-content: flex-end;
  padding: 10px;
  display: flex;
}

.pc-file-uploads {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.pfu-ico {
  cursor: pointer;
  background-image: url('../images/ico_load.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.pc-file-up {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.pfu-link {
  color: #000;
  cursor: pointer;
}

.pfu-link:hover {
  text-decoration: none;
}

.log-via {
  flex-flow: column;
  display: flex;
}

.lv-buttons {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lv-txt {
  text-align: center;
  display: none;
}

.lv-button {
  color: #000;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #00000024;
  border-radius: 5px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 5px 7px;
  transition: border-color .2s;
  display: flex;
}

.lv-button:hover {
  border-color: #0000005e;
}

.lvb-sep {
  width: 15px;
  display: block;
}

.lvb-ico {
  flex: 0 auto;
  width: 22px;
  height: 22px;
}

.lvb-ety {
  margin-left: 7px;
  font-size: 13px;
  line-height: 13px;
  display: block;
}

.lpf-links {
  justify-content: center;
  display: flex;
}

.przelewy24 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.p24-metods {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.p24m-logo {
  width: 100%;
  height: 80px;
  padding: 10px;
}

.p24m {
  cursor: pointer;
  border: 2px solid #00000014;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: border-color .2s;
  display: flex;
}

.p24m:hover {
  border-color: #000;
}

.p24m.p24m-atrap {
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.p24m.p24m-selected {
  border-color: #000;
}

.p24m-ety {
  color: #000;
  max-width: 100%;
  margin-top: 5px;
  font-size: 13px;
  line-height: 13px;
  display: none;
}

.p24ml {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.p24-submetod {
  border: 2px solid #00000014;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  width: 53%;
  margin-top: 5px;
  padding: 11px;
  display: block;
}

.p24sm {
  cursor: pointer;
  border: 2px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19%;
  height: auto;
  margin-bottom: 5px;
  transition: border-color .2s;
  display: flex;
}

.p24sm:hover {
  border-color: #000;
}

.p24sm.p24sm-atrap {
  border-width: 0;
}

.p24sm.p24sm-selected {
  border-color: #000;
  justify-content: center;
  align-items: center;
}

.p24sm-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px;
  display: flex;
}

.p24s-container {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.h1-sb-bg-filtr {
  z-index: 1;
  box-sizing: border-box;
  background-color: #00000054;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  top: -100%;
}

.h1-sb-bg-filtr.h1-ban2 {
  background-image: url('../images/fashion.jpg');
  background-position: 50%;
  background-size: cover;
}

.h1-sb-bg-filtr.h1-sb-bg-left {
  background-image: url('../images/photo_blend2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.h1-sb-bg-filtr.testh1bg {
  background-image: url('../images/2020-09-16.jpg');
  transform: none;
}

.t1-cbc-ban-img {
  height: 30vh;
  max-height: 50vh;
}

html.w-mod-js [data-ix="hero-ban-zoom-out"] {
  transform: scale(1.12);
}

html.w-mod-js [data-ix="hero-tyt1"], html.w-mod-js [data-ix="hero-tyt-2"], html.w-mod-js [data-ix="hero-tyt-3"], html.w-mod-js [data-ix="apire"], html.w-mod-js [data-ix="apire-2"], html.w-mod-js [data-ix="apire-3"] {
  opacity: 0;
  transform: translate(0, 100px);
}

@media screen and (max-width: 991px) {
  .t1 {
    z-index: 10;
    display: block;
  }

  .center {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .center.h1-sbh-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }

  .t1-belka {
    padding-top: 0;
  }

  .t1-bc1-left {
    width: auto;
    padding-left: 0;
  }

  .t1-bc1-center {
    justify-content: flex-end;
  }

  .t1-bc1-right {
    width: auto;
  }

  .t1-bc1-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .t-menu1 {
    display: none;
  }

  .h1 {
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .t-icon1 {
    width: 25px;
    height: 25px;
  }

  .t-icon1.t1i-favour {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .content-body {
    z-index: 2;
    position: relative;
    transform: translate(0);
  }

  .content-body.cb-top-padding {
    padding-top: 120px;
    position: static;
  }

  .t-hamb1 {
    flex-direction: column;
    justify-content: space-around;
    margin-right: 0;
    display: flex;
  }

  .hamb1-a {
    min-height: 2px;
    max-height: 2px;
  }

  .m1 {
    z-index: 9;
    opacity: 1;
    background-color: #0000;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 50vw;
    height: auto;
    overflow: hidden;
    transform: translate(-100%);
  }

  .m1-link-subcategory {
    height: 0;
  }

  .m1-lc-sub {
    text-align: left;
  }

  .m1-content {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .m1-links {
    padding-top: 140px;
    padding-bottom: 0;
    transform: translate(0);
  }

  .hamb1-b, .hamb1-c {
    min-height: 2px;
    max-height: 2px;
  }

  .h1-sb-has-h2.h2sb-right {
    text-align: right;
  }

  .pro {
    width: 50%;
    max-width: 30%;
  }

  .pro.pro2c {
    width: 50%;
    min-height: 50vw;
  }

  .pro.pro3c {
    min-height: 35vw;
  }

  .pro.pro4c {
    width: 50%;
    min-height: 50vw;
  }

  .pro.pro5c {
    width: 33.333%;
    min-height: 35vw;
  }

  .pro.pro-conected {
    width: 33.333%;
    height: auto;
    min-height: 35vw;
  }

  .pro.pro1c {
    min-height: 100vw;
  }

  .pro.pro-prom3 {
    width: 100%;
    max-width: none;
    min-height: 60vh;
  }

  .pro.pro-slider {
    min-height: 35vw;
  }

  .pro.pro-list {
    width: 30%;
    max-width: none;
    height: 30vw;
  }

  .pro-photo {
    height: 30vw;
  }

  .pro-photo.pp-favourite {
    height: 25vw;
  }

  .pro-info {
    padding-top: 10px;
  }

  .pi-name {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .p1-price {
    text-align: center;
  }

  .prom3-tyt {
    font-size: 50px;
  }

  .f-conent {
    flex-direction: column;
  }

  .f-col {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 3vw;
    display: flex;
  }

  .content {
    padding-top: 0;
  }

  .f-col-links {
    flex-direction: column;
    padding-top: 0;
  }

  .f-link {
    margin-right: 10px;
  }

  .f-col-spole {
    margin-top: 5px;
  }

  .cookies1 {
    height: auto;
  }

  .cookies-content {
    width: 100vw;
    height: 100%;
  }

  .t1-search {
    background-color: #fff;
  }

  .t1sf {
    padding-left: 20px;
  }

  .hamb {
    width: 40px;
    position: static;
    overflow: visible;
  }

  .top-info {
    position: static;
  }

  .hero {
    margin-top: 0;
    padding-top: 100px;
  }

  .promowane {
    width: 100%;
  }

  .breadcrumbs {
    flex-flow: row;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .crumbs {
    height: auto;
    overflow: auto;
  }

  .crumb {
    line-height: 20px;
  }

  .crumb-sep {
    flex: 0 auto;
    min-width: 1px;
    max-width: 1px;
  }

  .products-left {
    display: none;
  }

  .products-filters {
    width: auto;
  }

  .pf1-button, .pf1-button.pf1-b2 {
    margin-top: 0;
  }

  .pf1-buttons {
    flex-direction: column;
  }

  .pf1-form-buttons {
    opacity: 0;
  }

  .product-two-columns-left {
    flex-direction: row;
    align-items: stretch;
  }

  .pc-left, .pc-left.pc-left1 {
    width: 50%;
  }

  .pc-right {
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }

  .pc-gallery {
    padding-top: 20px;
  }

  .pc-wariant {
    min-width: 100%;
  }

  .pc-form {
    flex-wrap: wrap;
  }

  .pc-add-button.pc-nofif-button {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    transition: letter-spacing .2s, padding .2s, color .2s, border-color .2s, background-color .2s;
  }

  .pc-add-button.pc-nofif-button:hover {
    letter-spacing: 2px;
  }

  .pcg-img {
    overflow: hidden;
  }

  .oth11-ety {
    width: 33.333%;
    height: 33.33vw;
  }

  .pc-mob-gallery-slider {
    height: 50vh;
    display: block;
  }

  .pc-gs-slide {
    overflow: visible;
  }

  .pc-gs-left-arr {
    display: block;
  }

  .pc-gs-nav {
    justify-content: center;
    display: flex;
  }

  .pc1-gs-arr-left {
    color: #000;
  }

  .sc-tt-td-one, .sc-tt-td2, .sc-tt-td3, .sc-tt-td4, .sc1-td-prod-info {
    flex: 1;
  }

  .lp-left, .lp1-right {
    padding: 20px;
  }

  .ch1-content {
    flex-direction: column;
    display: flex;
  }

  .ch1-left {
    width: 100%;
    padding: 20px 0;
  }

  .ch1-right {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }

  .ch1-right.ch1-right-paylink {
    top: 0;
  }

  .t1-bg {
    z-index: 1;
  }

  .t {
    position: static;
  }

  .t1-bc2-left {
    width: auto;
    min-width: 30%;
    padding-left: 0;
  }

  .t1-bc2-center {
    justify-content: center;
  }

  .t1-bc2-right {
    width: auto;
    min-width: 30%;
  }

  .logo-img {
    max-height: 80px;
  }

  .t1-bc4-left {
    width: auto;
    min-width: 30%;
    padding-left: 0;
  }

  .t1-bc4-right {
    width: auto;
    min-width: 30%;
  }

  .t1-bc5-top {
    width: 100%;
    min-width: 30%;
    padding-left: 0;
  }

  .t1-bc5-bottom {
    width: 100%;
    min-width: 30%;
    padding-left: 0;
    display: none;
  }

  .t1-bc5-bottom-right {
    width: auto;
    min-width: 30%;
  }

  .t1-bc2-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t1-bc5-tcc-left, .t1-bc5-tcc-right {
    display: flex;
  }

  .t1-bc5-tcc-center {
    flex: 1;
    padding-left: 0;
  }

  .t1-bc3-left {
    width: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .t1-bc3-center {
    justify-content: center;
  }

  .t1-bc3-right {
    width: auto;
    min-width: 30%;
  }

  .t1-bc3-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t1-bc6-top {
    width: 100%;
    min-width: 30%;
    padding-left: 0;
  }

  .t1-bc6-bottom {
    width: 100%;
    min-width: 30%;
    padding-left: 0;
    display: none;
  }

  .t1-bc6-tcc-left {
    display: flex;
  }

  .t1-bc6-tcc-center {
    flex: 1;
    justify-content: center;
    padding-left: 0;
  }

  .t1-bc6-tcc-right, .sf1 {
    display: flex;
  }

  .sf1-formula {
    width: 100%;
  }

  .h1-sbh-content.sbh-left {
    align-items: flex-start;
    padding-bottom: 10%;
  }

  .h1-sbh-content.sbh-right {
    align-items: flex-end;
    padding-bottom: 10%;
  }

  .baner1 {
    height: auto;
  }

  .ban-content-height {
    flex-flow: column wrap;
    justify-content: space-between;
    height: auto;
  }

  .ban-col {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .ban-col.ban-col-left {
    flex-direction: row;
    flex: 0 auto;
    height: auto;
    padding-right: 0;
  }

  .ban-col.ban-col-right {
    flex: 1;
    width: 100%;
    padding-left: 0;
  }

  .ban-col.ban-col-width {
    flex: 1;
    width: 100%;
    padding: 0;
  }

  .ban-col.ban-col-one {
    flex-direction: column;
    flex: 0 auto;
    padding-right: 0;
  }

  .ban-col.bc-blenda.ban-col-right {
    flex: 0 auto;
    height: auto;
  }

  .ban-col-zaj {
    flex: 0 auto;
    width: 100%;
    height: 50vw;
    min-height: 100%;
  }

  .m2 {
    z-index: 9;
    opacity: 1;
    background-color: #0000;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 50vw;
    height: auto;
    overflow: hidden;
  }

  .t1-bc4-logo, .t1-bc6-logo, .t1-bc5-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .t2 {
    z-index: 10;
    justify-content: flex-end;
  }

  .t2-hamb1 {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .t2-bc1-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .t2-bc1-hamb {
    padding-left: 20px;
    display: flex;
  }

  .t2-bc2-hamb {
    display: flex;
  }

  .t2-bc2-right {
    width: auto;
    min-width: 30%;
  }

  .t2-bc2-left {
    width: auto;
    min-width: 30%;
    padding-left: 0;
  }

  .t2-bc2-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t2-bc3-hamb {
    display: flex;
  }

  .t2-bc3-right {
    width: auto;
    min-width: 30%;
  }

  .t2-bc3-left {
    width: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 40px;
  }

  .t2-bc3-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t2-bc4-hamb {
    display: flex;
  }

  .t2-bc4-right {
    width: auto;
    min-width: 30%;
    display: flex;
  }

  .t2-bc4-left {
    width: auto;
    min-width: 30%;
    padding-left: 0;
    display: none;
  }

  .t2-bc4-center {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .t2-bc4-content {
    justify-content: space-between;
  }

  .t2-bc4-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .t2-bc5-hamb {
    display: flex;
  }

  .t2-bc5-bottom-right {
    width: auto;
    min-width: 30%;
  }

  .t2-bc5-tcc-left, .t2-bc5-tcc-right, .t2-bc6-tcc-right, .t2-bc6-hamb, .t2-bc6-tcc-left, .t2-bc6-sf1 {
    display: flex;
  }

  .t2-bc6-tcc-center {
    flex: 1;
    justify-content: center;
    padding-left: 0;
  }

  .t2-bc6-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .t2-belka {
    padding-top: 0;
  }

  .t2-bc1-left {
    width: auto;
    padding-left: 0;
  }

  .t2-bc1-center {
    justify-content: flex-end;
  }

  .t2-bc1-right {
    width: auto;
  }

  .t-hambs {
    margin-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .t-hambs.t-hambs-left {
    margin-right: 40px;
  }

  .t-hambs.t-hambs-right {
    margin-left: 20px;
  }

  .t1-bc3-hamb {
    margin-right: 40px;
    display: flex;
  }

  .t1-bc2-hamb {
    margin-right: 40px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .t1-bc4-hamb, .t1-bc5-hamb, .t1-bc6-hamb {
    margin-right: 40px;
    display: flex;
  }

  .nav-grid-3a-left {
    grid-template-areas: "Area";
  }

  .nav-grid-3c-left {
    grid-template-columns: auto max-content auto 1fr;
    grid-template-areas: "Area";
  }

  .nav-grid-combo-2a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .ngc-td {
    padding-top: 0;
  }

  .nav-grid-3d-right {
    grid-template-columns: auto auto auto minmax(min-content, max-content);
  }

  .f-center-links {
    flex-direction: row;
    padding-top: 0;
  }

  .f-cent-link {
    margin-right: 10px;
  }

  .f-cols {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .f-bottom {
    flex-direction: column;
  }

  .fn-field {
    min-width: auto;
  }

  .ban6-col-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .ban6-col-right {
    width: 100%;
    padding-left: 0;
  }

  .ban-tyt {
    font-size: 30px;
    line-height: 35px;
  }

  .ban-col-7-left {
    width: 100%;
    margin-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .ban-col-7-right {
    flex: 0 auto;
    width: 100%;
  }

  .baner7 {
    flex-direction: column;
    height: auto;
  }

  .ban-pion-info {
    width: 100%;
  }

  .ban-pion {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .baner6 {
    flex-flow: column;
    justify-content: space-between;
    height: auto;
  }

  .ban-content {
    height: auto;
  }

  .baner9 {
    flex-flow: column wrap;
    justify-content: space-between;
    height: auto;
  }

  .ban7-cols {
    flex-direction: column;
  }

  .ban-photo-img {
    width: 100%;
    height: auto;
  }

  .f5-col-spol {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .f5-c-left {
    padding-right: 40px;
  }

  .f5-c-right {
    flex-direction: column;
  }

  .products-top {
    flex: 0 auto;
  }

  .products-categories {
    width: auto;
  }

  .pcg-photos {
    height: 50vh;
  }

  .pcg-thomb {
    width: 70px;
    height: 70px;
  }

  .pcg2 {
    padding-top: 0;
  }

  .pcg-photo-lightbox {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pcg-photo-lightbox.ppl3 {
    align-items: stretch;
    width: 100%;
  }

  .product-one-column-center {
    align-items: stretch;
  }

  .pc-column-bottom {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .pc-column-gallery {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .pccb-left {
    padding-right: 20px;
  }

  .pccb-right {
    padding-left: 20px;
  }

  .pccb-form {
    flex-wrap: wrap;
  }

  .product-two-columns-right {
    flex-direction: row;
    align-items: stretch;
  }

  .pc2-left {
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }

  .pc2-right {
    width: 50%;
  }

  .baner1-5 {
    flex-direction: column;
    flex: 0 auto;
    display: block;
  }

  .baner1-5.b15-70vh {
    flex-direction: column;
    height: auto;
  }

  .promoted {
    width: 100%;
  }

  .contact-left {
    padding-right: 10px;
  }

  .contact-right {
    padding-left: 10px;
  }

  .zg_graph {
    width: 25%;
  }

  .prom-tyt-txt {
    font-size: 25px;
    line-height: 25px;
  }

  .pro-info-left {
    flex: 0 auto;
  }

  .pro-info-content {
    flex: 1;
  }

  .txt1-txt {
    text-align: left;
  }

  .h2 {
    flex-direction: row;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .h2-slider {
    height: 40vw;
  }

  .hero2 {
    height: auto;
    margin-top: 0;
  }

  .hero3 {
    height: 50vw;
    margin-top: 0;
  }

  .h3 {
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .txt1-txt-center {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .txt1-txt-left {
    text-align: left;
  }

  .infos-icons1-content {
    flex-wrap: wrap;
  }

  .ii-zaj {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }

  .ii-zaj-inf-tyt {
    font-size: 20px;
  }

  .ii-zaj-inf-txt {
    font-size: 14px;
  }

  .infos-nagl {
    font-size: 35px;
    line-height: 35px;
  }

  .pcg-thomb2, .pcg-thomb4 {
    width: 70px;
    height: 70px;
  }

  .pcg-thomb4.pcg-thomb4-active {
    height: 70px;
  }

  .pro-wyp {
    width: 50%;
  }

  .pro-wyp.pro2c {
    width: 50%;
    min-height: 50vw;
  }

  .pro-wyp.pro3c {
    min-height: 35vw;
  }

  .pro-wyp.pro4c {
    width: 50%;
    min-height: 50vw;
  }

  .pro-wyp.pro5c {
    width: 33.333%;
    min-height: 35vw;
  }

  .pro-wyp.pro-conected {
    width: 33.333%;
    height: auto;
    min-height: 35vw;
  }

  .pro-wyp.pro1c {
    min-height: 100vw;
  }

  .pro-wyp.pro-prom3 {
    width: 100%;
  }

  .pro-wyp.pro-slider {
    min-height: 35vw;
  }

  .list-prod {
    width: 30%;
    max-width: 30%;
  }

  .blog-zaj {
    width: 48%;
  }

  .pro1 {
    width: 31%;
  }

  .pro1.pro2c {
    width: 50%;
    min-height: 50vw;
  }

  .pro1.pro3c {
    min-height: 35vw;
  }

  .pro1.pro4c {
    width: 50%;
    min-height: 50vw;
  }

  .pro1.pro5c {
    width: 33.333%;
    min-height: 35vw;
  }

  .pro1.pro-conected {
    width: 33.333%;
    height: auto;
    min-height: 35vw;
  }

  .pro1.pro1c {
    min-height: 100vw;
  }

  .pro1.pro-prom3 {
    width: 100%;
    max-width: none;
    min-height: 60vh;
  }

  .pro1.pro-slider {
    min-height: 35vw;
  }

  .pro1.pro-list {
    width: 30%;
    max-width: none;
    height: 30vw;
  }

  .baner10 {
    flex-flow: column wrap;
    justify-content: space-between;
    height: auto;
  }

  .t-icon-m {
    width: 25px;
    height: 25px;
  }

  .t-icon-m.t1i-favour {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .il-slide, .ils-content {
    width: 100%;
  }

  .ils-txt {
    font-size: 13px;
    line-height: 13px;
  }

  .i-icon-ety {
    display: none;
  }

  .owl1-item {
    height: 60vh;
  }

  .owl1-next {
    margin-right: 30px;
  }

  .owl1-txt1 {
    max-width: none;
    font-size: 30px;
    line-height: 30px;
  }

  .owl1-txt2 {
    max-width: none;
    font-size: 16px;
  }

  .owl1-prev {
    margin-left: 30px;
    margin-right: 0;
  }

  .ban6-img {
    width: 100%;
    height: auto;
  }

  .pc {
    width: 90%;
  }

  .pp-add {
    font-size: 12px;
    line-height: 12px;
    transform: translate(0, -100%);
  }

  .ispost.isp {
    width: 31vw;
    height: 31vw;
  }

  .isp-popup {
    max-width: 95vw;
  }

  .isps-info {
    max-width: 30vw;
  }

  .isp-pop-gallery {
    width: 60vw;
    height: 60vw;
  }

  .is-center {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .is-center.h1-sbh-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pf2-sekcja, .pf2-buttons {
    min-width: 32%;
  }

  .products-filters-top {
    width: auto;
  }

  .popup2 {
    flex-direction: column;
    width: 400px;
  }

  .pp2-zd {
    width: 100%;
    height: 300px;
  }

  .pcgpz-content.gss-out {
    cursor: grab;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pcgpz-photo {
    min-width: 1688px;
    min-height: 1126px;
  }

  .pcgpz-photo.gz-ph {
    background-size: contain;
    min-width: 1688px;
    min-height: 1126px;
  }

  .gallery-zoom {
    position: fixed;
    inset: 0%;
  }

  .gz-zoom {
    background-color: #fff;
  }

  .pcgt-content {
    height: 70px;
  }

  .pc-notification {
    margin-top: 0;
    margin-right: 0;
  }

  .pc-not-iftr {
    flex-flow: column;
  }

  .egall-belka {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .egal-content {
    width: 100%;
  }

  .egall-products {
    flex-flow: row-reverse wrap;
    width: 100%;
    margin-bottom: 20px;
  }

  .egal-prod {
    width: 33%;
    height: 33vw;
    padding: 1px;
  }

  .egall-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .egal-prod-blank {
    width: 32vw;
    height: 32vw;
    margin-bottom: 5px;
  }

  .egall-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .pop-ap-left {
    height: 50vw;
  }

  .pop-info-txt {
    padding-right: 15px;
  }

  .egall-spol-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .egall-spol {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .egall-cart-link {
    right: 35px;
  }

  .t1-bc7-top {
    width: 100%;
    min-width: 30%;
    padding-left: 0;
  }

  .fc-txt {
    font-size: 14px;
    line-height: 18px;
  }

  .fct-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .fc-telephone {
    font-size: 30px;
    line-height: 30px;
  }

  .sf2 {
    display: flex;
  }

  .search-field2 {
    width: 100%;
  }

  .sbt-photo.pp-favourite {
    height: 25vw;
  }

  .filtr-list {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .center, .center.h1-sbh-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .t1-bc1-right {
    display: flex;
  }

  .t1-logo-txt {
    width: 100%;
  }

  .t1-bc1-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body {
    overflow: visible;
  }

  .t-icons1 {
    display: flex;
  }

  .content-body.cb-top-padding.cb-top-padding-mob-search {
    padding-top: 0;
  }

  .m1 {
    min-width: 70vw;
    transform: translate(-100%);
  }

  .m1-lc {
    padding-left: 21px;
    padding-right: 22px;
  }

  .m1-links {
    transform: translate(0);
  }

  .h1-sb-bg {
    background-position: 50%;
  }

  .h1-sb-has-h2.h2sb-right {
    text-align: right;
  }

  .h1ban-button {
    flex: 0 auto;
  }

  .m1-linki {
    padding-left: 21px;
  }

  .pro {
    max-width: 48%;
  }

  .pro.pro3c {
    width: 50%;
    min-height: auto;
  }

  .pro.pro4c {
    width: 50%;
  }

  .pro.pro5c {
    width: 50%;
    min-height: 50vw;
    margin-bottom: 20px;
  }

  .pro.pro-conected {
    width: 50%;
    min-height: 50vw;
  }

  .pro.pro1c {
    min-height: 90vw;
  }

  .pro.pro-prom3 {
    min-height: auto;
  }

  .pro.pro-list {
    width: 48%;
    height: 48vw;
  }

  .pro-ety {
    margin-top: 5px;
    padding: 4px;
  }

  .pro-etyk {
    padding: 2px;
    font-size: 11px;
    line-height: 11px;
  }

  .pro-photo {
    height: 45vw;
    padding-left: 0;
    padding-right: 0;
  }

  .pro-photo.pp-favourite {
    height: 30vw;
  }

  .pro-info {
    padding-top: 10px;
  }

  .pi-name {
    font-size: 13px;
    line-height: 13px;
  }

  .p1-price {
    font-size: 13px;
    line-height: 0;
  }

  .prom3 {
    flex-direction: column;
    min-height: 0;
  }

  .prom3-left {
    width: 100vw;
    position: relative;
  }

  .prom3-right {
    flex-direction: column;
    width: 100%;
  }

  .prom3-left-content {
    min-height: auto;
    padding: 10px;
  }

  .pro2 {
    flex-direction: column;
    width: 100vw;
    height: 100vw;
  }

  .nin1-content, .nin1-content.nin1c-left, .nin1-content.nin1c-right {
    align-items: stretch;
  }

  .nin1-f {
    width: 90%;
  }

  .f-col.f5-col-spol {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content {
    overflow: hidden;
  }

  .f-col-links {
    flex-direction: column;
  }

  .top {
    height: 130px;
  }

  .breadcrumbs {
    padding-bottom: 0;
  }

  .crumbs {
    max-width: 100%;
    overflow: auto;
  }

  .crumb-sep {
    flex: 0 auto;
  }

  .products-filters {
    min-width: 200px;
    max-width: 200px;
  }

  .pf1-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pf1-button.pf1-b2 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .pf1-button-open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
  }

  .pf1-form-buttons {
    opacity: 1;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 40px;
    transition: opacity .2s, height .2s;
    display: flex;
    overflow: hidden;
  }

  .product-two-columns-left {
    flex-direction: column;
  }

  .pc-left, .pc-left.pc-left1 {
    width: 100%;
  }

  .pc-right {
    width: 100%;
    padding: 20px 0;
  }

  .pc-name {
    font-size: 30px;
    line-height: 30px;
  }

  .oth11-ety {
    width: 50%;
    height: 50vw;
  }

  .pc-mob-gallery-slider {
    height: 60vh;
  }

  .lp-content {
    flex-direction: column;
  }

  .sc-tab {
    flex-direction: column;
    display: flex;
  }

  .sc-tab-top {
    display: none;
  }

  .sc-tt-td-one {
    flex: 1;
    width: 100%;
  }

  .sc-tt-td2, .sc-tt-td3 {
    flex: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sc-tt-td4 {
    flex: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0;
  }

  .sc-tab-tr {
    flex-direction: row;
    align-items: stretch;
  }

  .lp-left {
    width: 100%;
    min-height: 0;
  }

  .lp1-right {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
  }

  .checkout1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ch1-content {
    flex-direction: column;
  }

  .ch1-left {
    width: 100%;
    min-height: 0;
  }

  .ch1-right {
    width: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .ch1-ls-fields {
    flex-direction: column;
  }

  .ch1-lsf-left {
    padding-right: 0;
  }

  .ch1-lsf-right {
    padding-left: 0;
  }

  .ch1-ls-fieldss {
    flex-direction: column;
  }

  .ch1-cp-img {
    max-width: 60px;
  }

  .ch1-lsfl {
    padding-right: 0;
  }

  .confirmation1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .t1-bc2-center {
    justify-content: center;
  }

  .t1-bc2-right {
    display: flex;
  }

  .logo-img {
    max-width: 150px;
  }

  .t1-bc4-right, .t1-bc5-bottom-right {
    display: flex;
  }

  .t1-bc2-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t1-bc3-center {
    justify-content: center;
  }

  .t1-bc3-right {
    display: flex;
  }

  .t1-bc3-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t1-bc6-tcc-left {
    min-width: 160px;
  }

  .t1-bc6-tcc-center {
    padding-left: 0;
  }

  .t1-bc6-tcc-right {
    min-width: 160px;
  }

  .search-field {
    display: none;
  }

  .sf1-formula {
    width: 100%;
  }

  .ban-col.ban-col-left {
    flex-direction: column;
    width: 100%;
  }

  .ban-col.ban-col-width {
    width: 100%;
  }

  .ban-col.ban-col-one {
    flex-direction: column;
    width: 100%;
  }

  .ban-col-zaj {
    height: 50vw;
  }

  .m2 {
    min-width: 70vw;
  }

  .t1-bc4-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .t1-bc6-logo, .t1-bc5-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t2 {
    height: 90px;
  }

  .t2-bc1-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t2-bc2-right {
    min-width: 0%;
    display: flex;
  }

  .t2-bc2-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t2-bc3-right {
    flex: 0 auto;
    justify-content: flex-end;
    min-width: 0%;
    padding-left: 0;
    display: flex;
  }

  .t2-bc3-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t2-bc4-right {
    min-width: 0%;
    display: flex;
  }

  .t2-bc4-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .t2-bc5-bottom-right {
    display: flex;
  }

  .t2-bc6-tcc-right {
    min-width: 0;
  }

  .t2-bc6-tcc-left {
    min-width: 160px;
    display: none;
  }

  .t2-bc6-tcc-center {
    flex: 0 auto;
    justify-content: flex-start;
    padding-left: 0;
  }

  .t2-bc6-logo {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .t2-bc1-right {
    display: flex;
  }

  .prom3-content {
    flex-direction: column;
  }

  .nav-grid-3d-right {
    grid-template-columns: minmax(min-content, max-content) auto 1fr minmax(min-content, max-content);
  }

  .f-center-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-cent-link {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .f-cols {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .f-cols.f-cols-oposite {
    flex-direction: column;
  }

  .f-bottom.fb-center {
    justify-content: flex-start;
  }

  .fb-copyrights {
    margin-top: 10px;
  }

  .f-newsletter {
    margin-top: 0;
  }

  .form {
    margin-bottom: 0;
  }

  .f-c-left {
    width: 100%;
  }

  .fc-lr {
    flex-direction: column;
    align-items: stretch;
  }

  .ban-col-7-left {
    padding-right: 0%;
  }

  .ban7-cols {
    flex-direction: column;
    height: auto;
  }

  .f2-cols {
    flex-direction: column;
  }

  .f5-c-left {
    padding-right: 0;
  }

  .f3-newsletter {
    margin-top: 40px;
  }

  .products-categories {
    min-width: 200px;
    max-width: 200px;
  }

  .sort-list {
    margin-top: 10px;
    padding-top: 0;
  }

  .pcg-photos {
    height: 80vh;
  }

  .pcg2 {
    flex-direction: row;
    padding-top: 20px;
  }

  .pcg-thombs-vertical {
    flex-direction: column;
    width: 70px;
    margin-top: 10px;
  }

  .pcg3__d, .product-one-column-center {
    flex-direction: column;
  }

  .pc-column-bottom {
    width: 100%;
    padding: 20px 0;
  }

  .pc-column-gallery {
    width: 100%;
  }

  .pccb-left {
    width: 40%;
    padding-right: 10px;
  }

  .pccb-right {
    padding-left: 10px;
  }

  .pccb-name {
    font-size: 30px;
    line-height: 30px;
  }

  .product-two-columns-right {
    flex-direction: column;
  }

  .pc2-left {
    width: 100%;
    padding: 20px 0;
  }

  .pc2-right {
    width: 100%;
  }

  .sc-tt-td-two {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
  }

  .lp-content-horizont {
    flex-direction: column;
  }

  .pft-it-tr {
    background-color: #f1f1f1;
    border-bottom-width: 0;
    flex-direction: column;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px;
  }

  .pft-it-tr.ptf-d-tr-top {
    display: none;
  }

  .pft-it-tr-value {
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 700;
  }

  .pft-d-tr {
    flex-direction: row;
    margin-top: 2px;
    margin-bottom: 2px;
    display: flex;
  }

  .pft-d-tr.ptf-d-tr-prod {
    width: 100%;
  }

  .pft-it-tr-ety {
    justify-content: flex-start;
    min-width: 100px;
    font-size: 13px;
    display: flex;
  }

  .conected-top {
    align-items: center;
  }

  .pp-bg.pp-bg-cover {
    height: 100%;
  }

  .contact-tr {
    flex-direction: column;
  }

  .contact-left {
    padding-right: 0;
  }

  .contact-right {
    padding-left: 0;
  }

  .contact-map {
    height: 300px;
    margin-top: 30px;
  }

  .zg_graph {
    width: 33.333%;
  }

  .contact-ban {
    height: 250px;
  }

  .pro-info-left {
    flex: 0 auto;
  }

  .pro-info-content {
    flex: 1;
  }

  .vid1-content, .vid1-content.nin1c-left, .vid1-content.nin1c-right, .txt1-content, .txt1-content.nin1c-left, .txt1-content.nin1c-right {
    align-items: stretch;
  }

  .txt1-content.txt1-c-right {
    align-items: center;
  }

  .txt1-tyt {
    font-size: 30px;
    line-height: 30px;
  }

  .h2 {
    flex-direction: column;
  }

  .h2-slider {
    height: 70vw;
  }

  .hero2 {
    background-image: none;
    height: auto;
  }

  .hero2-content {
    background-image: none;
  }

  .hero3 {
    background-image: none;
    height: 100vh;
  }

  .hero3-content {
    background-image: none;
  }

  .h3 {
    flex-direction: column;
  }

  .txt1-tyt-left, .txt1-tyt-right {
    font-size: 30px;
    line-height: 30px;
  }

  .txt1-txt-center {
    text-align: center;
    font-size: 14px;
  }

  .txt1-txt-left, .txt1-txt-right {
    font-size: 14px;
  }

  .infos-ic1-content, .infos-ic1-content.nin1c-left, .infos-ic1-content.nin1c-right {
    align-items: stretch;
  }

  .infos-ic1-content.txt1-c-right {
    align-items: center;
  }

  .infos-icons1-content, .infos-icons1-content.nin1c-left, .infos-icons1-content.nin1c-right {
    align-items: stretch;
  }

  .infos-icons1-content.txt1-c-right {
    align-items: center;
  }

  .h2-cont.h2ca, .h2-cont.h2cb {
    width: 100%;
  }

  .pro-wyp.pro3c {
    width: 50%;
    min-height: 50vw;
  }

  .pro-wyp.pro4c {
    width: 50%;
  }

  .pro-wyp.pro5c {
    width: 50%;
    min-height: 50vw;
    margin-bottom: 20px;
  }

  .pro-wyp.pro-conected {
    width: 50%;
    min-height: 50vw;
  }

  .pro-wyp.pro1c {
    min-height: 90vw;
  }

  .list-prod {
    width: 48%;
    max-width: 48%;
  }

  .blog-zaj-photo {
    height: 35vw;
  }

  .pro1 {
    width: 48%;
  }

  .pro1.pro3c {
    width: 50%;
    min-height: 60vw;
  }

  .pro1.pro4c {
    width: 50%;
  }

  .pro1.pro5c {
    width: 50%;
    min-height: 50vw;
    margin-bottom: 20px;
  }

  .pro1.pro-conected {
    width: 50%;
    min-height: 50vw;
  }

  .pro1.pro1c {
    min-height: 90vw;
  }

  .pro1.pro-prom3 {
    min-height: auto;
  }

  .pro1.pro-list {
    width: 48%;
    height: 48vw;
  }

  .ils-content {
    flex-direction: row;
  }

  .ils-txt {
    font-size: 12px;
    line-height: 12px;
  }

  .owl1-item {
    min-height: 300px;
  }

  .owl1-next {
    margin-right: 20px;
  }

  .owl1-prev {
    margin-left: 20px;
  }

  .ispost.isp {
    width: 30vw;
    height: 30vw;
  }

  .ispopup {
    align-items: flex-start;
    padding-top: 5vh;
    position: absolute;
    overflow: auto;
  }

  .isp-popup {
    flex-direction: column;
    max-width: 80vw;
  }

  .isps-info {
    max-width: none;
  }

  .isp-pop-gallery {
    width: 80vw;
    height: 80vw;
  }

  .is-center, .is-center.h1-sbh-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .il-left {
    flex-direction: row;
    min-width: auto;
  }

  .il-right {
    min-width: auto;
  }

  .pf2-for {
    opacity: 0;
    height: 0;
    transition: opacity .2s, height .4s;
    overflow: hidden;
  }

  .pf2-sekcja {
    min-width: 49%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .pf2-buttons {
    min-width: 49%;
    margin-top: 0;
  }

  .products-filters-top {
    min-width: 200px;
  }

  .pf2s-top {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .download-icon {
    width: 70px;
  }

  .egall-belka {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .egal-content {
    padding-top: 0;
  }

  .egall-logo {
    width: 70px;
    height: 70px;
  }

  .egall-body {
    overflow: visible;
  }

  .egal-prod {
    width: 50%;
    height: 50vw;
  }

  .egall-link {
    flex: 1;
  }

  .pop-add-product {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .pop-ap-left {
    width: 100%;
    height: 90vw;
    position: relative;
  }

  .pop-ap-right {
    height: auto;
    max-height: none;
  }

  .pop-add-slider {
    width: auto;
  }

  .par-top {
    z-index: 20;
    position: relative;
  }

  .par-x {
    top: 10px;
    left: -20px;
  }

  .pop-info-txt {
    max-height: none;
  }

  .pop-ap-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100vh;
    display: block;
    overflow: auto;
  }

  .egall-spol-links {
    flex-flow: row;
    align-items: stretch;
  }

  .egall-spol {
    flex: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pop-add-contener {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .egall-cart-link {
    top: 28px;
    right: 25px;
  }

  .body-egall {
    overflow: visible;
  }

  .pop-cont {
    flex-flow: column;
  }

  .prsub-ph, .search-field2 {
    display: none;
  }

  .search-field2.sf2-mob {
    max-width: 100%;
    display: block;
  }

  .f-c-100 {
    width: 100%;
  }

  .sbt-photo {
    padding-left: 0;
    padding-right: 0;
  }

  .sbt-photo.pp-favourite {
    height: 30vw;
  }

  .pf2-form-buttons {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    transition: opacity .2s, height .2s;
    display: flex;
    overflow: hidden;
  }

  .pf2-button-open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
  }

  .pf2f-content {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .mob-search {
    z-index: 2;
    background-color: #f7f7f7;
    padding: 110px 20px 10px;
    display: block;
    position: relative;
  }

  .sf2s-content {
    max-height: 100vh;
  }

  .txt-row {
    flex-flow: column;
    display: flex;
  }

  .column {
    width: 100%;
  }

  .row {
    flex-flow: column;
    display: flex;
  }

  .filtr-list {
    margin-top: 10px;
    padding-top: 0;
  }

  .filtr-sort {
    margin-top: 0;
  }

  .przelewy24 {
    flex-flow: column;
  }

  .p24-metods, .p24-submetod {
    width: 100%;
  }

  .h1-sb-bg-filtr {
    background-position: 50%;
  }
}

@media screen and (max-width: 479px) {
  .center {
    padding-left: 5px;
    padding-right: 5px;
  }

  .t1-bc1-left {
    flex: 1;
    justify-content: flex-start;
    padding-right: 0;
  }

  .t1-bc1-center {
    display: none;
  }

  .t1-bc1-right {
    justify-content: center;
    width: 40px;
    display: flex;
  }

  .t1-logo-txt {
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 40px;
    display: flex;
  }

  .t1-bc1-logo {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 120px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .body {
    overflow: visible;
  }

  .h1 {
    background-position: 50%;
  }

  .t-icons1 {
    padding-top: 0;
  }

  .t-icon1.t-icon1-search {
    margin-left: 0;
  }

  .t-icon1.t1i-favour, .t-icon1.t1i-profile {
    display: none;
  }

  .t-icon1.t1i-ball, .t-icon1.t1i-bag-egall {
    margin-left: 0;
  }

  .t-icon1.t1i-phone {
    display: none;
  }

  .t-hamb1 {
    justify-content: space-around;
    margin-right: 0;
  }

  .m1 {
    min-width: 100vw;
    transform: translate(-100%);
  }

  .m1-lc {
    padding-left: 19px;
    padding-right: 19px;
  }

  .h1-l-arrow, .h1-right-arrow {
    width: 35px;
  }

  .h1-sb-bg {
    background-position: 50%;
  }

  .h1-sb-hasla {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-sb-has-h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .h1-sb-has-h1.h1sb-right, .h1-sb-has-h1.h1sb-left {
    text-align: center;
  }

  .h1-sb-has-h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .h1-sb-has-h2.h2sb-right, .h1-sb-has-h2.h2sb-left {
    text-align: center;
  }

  .h1ban-button {
    flex: 0 auto;
    margin-top: 10px;
    padding: 8px 10px;
  }

  .prom1 {
    display: flex;
  }

  .pro.pro2c {
    min-height: 55vw;
    margin-bottom: 20px;
  }

  .pro.pro3c {
    min-height: 70vw;
    margin-bottom: 20px;
  }

  .pro.pro4c {
    min-height: 55vw;
    margin-bottom: 20px;
  }

  .pro.pro5c {
    min-height: 55vw;
  }

  .pro.pro-conected {
    width: 100%;
    min-height: 100vw;
    margin-bottom: 20px;
  }

  .pro.pro-slider {
    min-height: 90vw;
  }

  .pro-top {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pro-ety {
    padding: 2px;
    font-size: 13px;
    line-height: 13px;
  }

  .pro-etyk {
    padding: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .pro-photo {
    padding-left: 0;
    padding-right: 0;
  }

  .pro-info {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .pi-name, .p1-price {
    font-size: 13px;
    line-height: 13px;
  }

  .prom3 {
    flex-direction: column;
    display: flex;
  }

  .prom3-left {
    width: 100vw;
    min-height: auto;
    position: relative;
  }

  .prom3-tyt {
    font-size: 40px;
    line-height: 60px;
  }

  .prom3-left-content {
    padding-left: 0;
    padding-right: 0;
  }

  .pro2 {
    flex-wrap: wrap;
  }

  .nin1-f {
    align-items: center;
    width: 100%;
  }

  .nin1-f.nin1f-line {
    align-items: center;
  }

  .nin1-fied {
    flex: 0 auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .nin1-button {
    flex: 1;
    width: 100%;
  }

  .footer {
    display: flex;
  }

  .c1 {
    z-index: 110;
    width: 100vw;
  }

  .cookies-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookies1-button {
    margin-top: 10px;
  }

  .t1sf {
    padding-left: 0;
  }

  .t1-s-field {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
    line-height: 16px;
  }

  .hero {
    height: 50vh;
  }

  .breadcrumbs {
    width: 100%;
  }

  .crumbs {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .prod-list-content {
    margin-top: 20px;
    display: flex;
  }

  .crumb {
    line-height: 20px;
  }

  .products-content {
    flex-direction: column;
    align-items: stretch;
  }

  .products-left {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .products-filters {
    padding: 5px 0;
  }

  .pf1-form {
    background-color: #e2e2e2;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
  }

  .pf1-for {
    padding: 21px;
  }

  .pf1-button {
    flex: 1;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 0;
    overflow: visible;
  }

  .pf1-button.pf1-b2 {
    flex: 0 auto;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
  }

  .pf1-button-open {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 14px;
  }

  .pf1-buttons {
    flex-direction: column;
    display: flex;
  }

  .pf1-form-buttons {
    height: auto;
  }

  .pf1-bs-ety:hover {
    background-color: #fff;
  }

  .pf1-colour:hover {
    border-color: #9e9e9e;
  }

  .product-content {
    flex-direction: column;
    align-items: stretch;
  }

  .pc-left.pc-left1 {
    width: 100%;
  }

  .pc-form {
    flex-wrap: wrap;
  }

  .pc-tab-zak, .pc-tp-content {
    padding-left: 0;
    padding-right: 0;
  }

  .oth1-tyt {
    font-size: 40px;
    line-height: 40px;
  }

  .oth11-ety {
    width: 100vw;
    height: auto;
    padding: 20px;
  }

  .pc-mob-gallery-slider {
    height: 50vh;
  }

  .pc1-gs-arr-left, .pc-gs-arr-right {
    font-size: 20px;
  }

  .sc-tab-tr {
    flex-direction: column;
  }

  .sc1-td-product {
    align-items: center;
  }

  .sc1-td-prod-img {
    width: 100px;
    max-width: none;
  }

  .sc1-td-prod-info {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 10px;
  }

  .sc1-pi-name {
    text-align: right;
  }

  .sc1-pi-name-wariant {
    font-size: 13px;
    line-height: 16px;
  }

  .sc-tab-bottom {
    flex-direction: column;
  }

  .sc-bottom-td4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .sc-bottom-ety-sum {
    margin-top: 10px;
  }

  .sc-buttons {
    flex-direction: column;
  }

  .sc-button-back {
    text-align: center;
  }

  .sc-button-checkout {
    text-align: center;
    margin-top: 10px;
  }

  .lp-left, .lp1-right {
    padding: 15px;
  }

  .checkout1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ch1-left {
    padding-bottom: 10px;
  }

  .ch1-l-sekcja {
    padding: 10px;
  }

  .ch1-zgoda {
    margin-left: 15px;
  }

  .ch1-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ch1-button-back {
    text-align: center;
    width: 100%;
  }

  .ch1-button-submit {
    width: 100%;
    margin-top: 10px;
  }

  .ch1-ls-tr-cols {
    flex-direction: column;
  }

  .ch1-ls-tr-col {
    width: 100%;
  }

  .confirmation1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .t1-bc2-left {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 50px;
  }

  .t1-bc2-right {
    justify-content: center;
    width: 50px;
    min-width: 0%;
    display: flex;
  }

  .logo-img {
    max-width: 150px;
    max-height: 90px;
  }

  .t1-bc4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .t1-bc4-left {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 50px;
  }

  .t1-bc4-right {
    justify-content: center;
    width: 50px;
    min-width: 0%;
    display: flex;
  }

  .t1-bc5-top, .t1-bc5-bottom {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 50px;
  }

  .t1-bc5-bottom-right {
    justify-content: center;
    width: 50px;
    min-width: 0%;
    display: flex;
  }

  .t1-bc2-logo {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .t1-bc5-tcc-center {
    justify-content: center;
    padding-left: 0;
  }

  .t1-bc3-left {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 40px;
    padding-right: 0;
  }

  .t1-bc3-center {
    flex: 1;
  }

  .t1-bc3-right {
    flex: 0 auto;
    justify-content: center;
    width: auto;
    min-width: 40px;
    padding-left: 0;
    display: flex;
  }

  .t1-bc3-logo {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .t1-bc6-top, .t1-bc6-bottom {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 50px;
  }

  .t1-bc6-tcc-left {
    min-width: 40px;
  }

  .t1-bc6-tcc-center {
    padding-left: 0;
  }

  .t1-bc6-tcc-right {
    min-width: 40px;
  }

  .h1-sbh-content {
    padding-top: 15%;
    padding-bottom: 20%;
  }

  .h1-sbh-content.sbh-left {
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20%;
  }

  .h1-sbh-content.sbh-right {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 20%;
  }

  .ban-col-zaj {
    height: 70vw;
  }

  .m2 {
    min-width: 100vw;
  }

  .t1-bc4-logo, .t1-bc6-logo, .t1-bc5-logo {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .t2-hamb1 {
    margin-left: 0;
    margin-right: 0;
  }

  .t2-bc1-logo {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .t2-bc1-hamb {
    padding-left: 10px;
  }

  .t2-bc2-hamb {
    padding-left: 0;
  }

  .t2-bc2-right {
    justify-content: center;
    width: 50px;
    min-width: 0%;
    display: flex;
  }

  .t2-bc2-left {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 0;
  }

  .t2-bc2-logo {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .t2-bc3-hamb {
    padding-left: 0;
  }

  .t2-bc3-right {
    flex: 0 auto;
    justify-content: center;
    width: auto;
    min-width: 40px;
    padding-left: 0;
    display: flex;
  }

  .t2-bc3-left {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 0;
    padding-right: 0;
  }

  .t2-bc3-logo {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .t2-bc4-hamb {
    padding-left: 0;
  }

  .t2-bc4-right {
    justify-content: center;
    width: 50px;
    min-width: 0%;
    display: flex;
  }

  .t2-bc4-left {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 50px;
  }

  .t2-bc4-logo {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .t2-bc5-hamb {
    padding-left: 0;
  }

  .t2-bc5-bottom-right {
    justify-content: center;
    width: 50px;
    min-width: 0%;
    display: flex;
  }

  .t2-bc6-tcc-right {
    min-width: 40px;
  }

  .t2-bc6-hamb {
    padding-left: 0;
  }

  .t2-bc6-tcc-left {
    min-width: 40px;
  }

  .t2-bc6-tcc-center {
    padding-left: 0;
  }

  .t2-bc6-logo {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .t2-bc1-left {
    flex: 1;
    justify-content: space-between;
  }

  .t2-bc1-right {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .t-hambs, .t-hambs.t-hambs-left {
    margin-right: 0;
  }

  .t-hambs.t-hambs-right {
    margin-left: 10px;
  }

  .t1-bc3-hamb, .t1-bc2-hamb, .t1-bc4-hamb, .t1-bc5-hamb, .t1-bc6-hamb {
    margin-right: 0;
  }

  .nav-grid-3a-left {
    grid-template-columns: 1fr auto auto 1fr auto;
  }

  .ng-td.ng-td-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ng-td.align-left {
    justify-content: flex-start;
  }

  .ng-td.align-left.tm-padding-left {
    padding-left: 0;
  }

  .nav-grid-3b-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto minmax(min-content, max-content) 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-grid-3c-left {
    grid-template-columns: max-content max-content auto 40px max-content;
  }

  .nav-grid-combo-2a {
    grid-template-columns: 1fr 40px;
  }

  .nav-grid-1a {
    grid-template-columns: min-content auto;
  }

  .f-cols {
    flex-direction: column;
  }

  .f-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-copyrights {
    margin-top: 10px;
  }

  .ban-pi-photo {
    height: 60vw;
  }

  .products-top {
    overflow: visible;
  }

  .products-categories {
    padding: 5px 0;
  }

  .pcg-photos {
    height: 90vw;
  }

  .pcg-thomb {
    width: 60px;
    height: 70px;
  }

  .pcg2 {
    padding-top: 0;
  }

  .pcg-thombs-vertical {
    width: 60px;
    margin-top: 0;
  }

  .pccb-left, .pccb-right {
    width: 100%;
  }

  .pccb-sides {
    flex-direction: column;
  }

  .pccb-form {
    flex-wrap: wrap;
  }

  .sc-tt-td-two {
    padding-top: 5px;
    padding-right: 10px;
  }

  .pf-belka {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 10px;
    top: 0;
  }

  .pfb-zak {
    margin-right: 0;
  }

  .pfb-zak.pfb-zak-active {
    border-width: 1px;
  }

  .profil-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ch1-button-submit-profile {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .pro-content {
    padding: 5px 0;
  }

  .prom2 {
    margin-top: 20px;
    display: flex;
  }

  .conected-top {
    flex-flow: wrap;
  }

  .pp-bg.pp-bg-contain {
    height: 100%;
  }

  .zakladka-content {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-map {
    margin-top: 20px;
  }

  .zak_galeria {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .zg_graph {
    width: 50%;
    padding: 10px;
  }

  .pro-but-dell {
    margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .pro-info-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .txt1-content.txt1-c-right {
    align-items: center;
  }

  .txt1-tyt {
    font-size: 25px;
    line-height: 25px;
  }

  .h2 {
    background-position: 50%;
  }

  .h2-slider {
    height: 80vw;
  }

  .hero2, .hero3 {
    height: auto;
  }

  .h3 {
    background-position: 50%;
  }

  .h3-slider {
    height: 90vw;
  }

  .txt1-tyt-left {
    text-align: left;
    font-size: 25px;
    line-height: 25px;
  }

  .txt1-tyt-right {
    font-size: 25px;
    line-height: 25px;
  }

  .infos-ic1-content.txt1-c-right, .infos-icons1-content.txt1-c-right {
    align-items: center;
  }

  .ii-zaj {
    width: 50%;
  }

  .ii-zaj-cont {
    flex-flow: column;
  }

  .ii-zaj-inf {
    padding-left: 0;
  }

  .ii-zaj-inf-tyt {
    text-align: center;
    font-size: 18px;
  }

  .ii-zaj-inf-txt {
    text-align: center;
    line-height: 16px;
  }

  .pcg-thomb2, .pcg-thomb4 {
    width: 60px;
    height: 70px;
  }

  .pro-wyp.pro2c, .pro-wyp.pro3c, .pro-wyp.pro4c {
    min-height: 55vw;
    margin-bottom: 20px;
  }

  .pro-wyp.pro5c {
    min-height: 55vw;
  }

  .pro-wyp.pro-conected {
    width: 100%;
    min-height: 100vw;
    margin-bottom: 20px;
  }

  .pro-wyp.pro-slider {
    min-height: 90vw;
  }

  .blog-zaj {
    width: 100%;
  }

  .blog-zaj-photo {
    height: 60vw;
  }

  .pro1 {
    width: 48%;
    max-width: none;
  }

  .pro1.pro2c {
    min-height: 55vw;
    margin-bottom: 20px;
  }

  .pro1.pro3c {
    min-height: 70vw;
    margin-bottom: 20px;
  }

  .pro1.pro4c {
    min-height: 55vw;
    margin-bottom: 20px;
  }

  .pro1.pro5c {
    min-height: 55vw;
  }

  .pro1.pro-conected {
    width: 100%;
    min-height: 100vw;
    margin-bottom: 20px;
  }

  .pro1.pro-slider {
    min-height: 90vw;
  }

  .t-icon-m.t-icon1-search {
    margin-left: 16px;
    display: flex;
  }

  .t-icon-m.t1i-favour {
    margin-left: 10px;
    display: flex;
  }

  .t-icon-m.t1i-bag {
    margin-left: 0;
  }

  .t-icon-m.t1i-profile {
    margin-left: 10px;
    display: flex;
  }

  .t-icons-m {
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
  }

  .ils-txt {
    text-align: center;
  }

  .t-icon {
    margin-left: 0;
  }

  .t-icon.ti-h {
    display: block;
  }

  .cook-txt {
    font-size: 13px;
    line-height: 13px;
  }

  .owl1-item {
    width: 80vw;
    height: 40vh;
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .owl1-next {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .owl1-txt1 {
    font-size: 20px;
    line-height: 25px;
  }

  .owl1-txt2 {
    font-size: 14px;
    line-height: 16px;
  }

  .owl1-butt {
    font-size: 14px;
    line-height: 14px;
  }

  .owl1-prev {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .baner-paralax {
    overflow: hidden;
  }

  .ban-paralax-info {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .ban-paralax-graph {
    height: 100vh;
  }

  .pp-add {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 11px;
  }

  .pp-bottom {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pp-add-mob {
    display: none;
  }

  .is-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ispost.isp {
    width: 45vw;
    height: 45vw;
  }

  .ispopup {
    position: fixed;
    inset: 0%;
  }

  .isp-popup {
    flex-direction: column;
    max-width: 90vw;
  }

  .isps-info {
    max-width: none;
  }

  .isp-pop-gallery {
    width: 90vw;
    height: 90vw;
  }

  .is-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .infol {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .il-right {
    display: none;
  }

  .pf2-for {
    padding: 0;
    transition: opacity .2s, height .2s;
  }

  .pf2-sekcja {
    min-width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .pf2-buttons {
    width: 100%;
  }

  .products-filters-top {
    padding: 5px 0;
  }

  .popup1 {
    width: 90%;
  }

  .pp-zd {
    height: 200px;
  }

  .pp-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-tyt {
    font-size: 25px;
    line-height: 30px;
  }

  .popup2 {
    width: 90%;
  }

  .pp2-zd {
    height: 250px;
  }

  .di-info-lock {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }

  .egall-belka {
    padding-top: 10px;
  }

  .egal-content {
    padding-top: 0;
  }

  .egall-logo {
    width: 60px;
    height: 60px;
  }

  .egall-body {
    overflow: visible;
  }

  .egal-prod {
    width: 50%;
  }

  .egall-links {
    flex-flow: column;
    padding-top: 10px;
  }

  .egallink {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .egall-link {
    flex: 1;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .egal-t-left {
    flex: 1;
    height: auto;
  }

  .pop-add-product {
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
  }

  .pop-ap-left {
    width: 100%;
    height: auto;
  }

  .pop-ap-right {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-add-slider {
    width: 100%;
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .pop-sl-arr-left, .po-sl-arr-right {
    width: 30px;
  }

  .par-top {
    z-index: 10;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .par-x {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff69;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }

  .pop-info-txt {
    padding-right: 0;
  }

  .pop-ap-content {
    box-shadow: none;
    flex-flow: column;
    max-height: 100%;
    display: flex;
  }

  .egall-spol-links {
    flex-flow: row;
    padding-top: 0;
  }

  .egall-spol {
    flex: 0 auto;
    margin: 3px 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spol-link {
    width: 25px;
    height: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .egall-cart-link {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .body-egall {
    overflow: visible;
  }

  .t1-bc7-top {
    flex: 0 auto;
    justify-content: space-between;
    min-width: 50px;
  }

  .fct-icon {
    width: 40px;
    height: 40px;
  }

  .fc-telephone {
    font-size: 8vw;
  }

  .sbt-photo {
    height: 45vw;
    padding-left: 0;
    padding-right: 0;
  }

  .sbt-prod {
    width: 57vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dllb-ety {
    font-size: 12px;
    line-height: 12px;
  }

  .pf2-form-buttons {
    height: auto;
  }

  .pf2-button-open {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 14px;
  }

  .mob-search {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sf2s-content {
    max-height: 60vh;
  }

  .icon, .icon-2 {
    font-size: 30px;
  }

  .filtr-list {
    box-sizing: border-box;
  }

  .filtr-sort {
    justify-content: space-between;
  }

  .mob-filters {
    width: 100%;
  }

  .lv-buttons {
    flex-flow: wrap;
  }

  .lv-button {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lvb-sep {
    display: none;
  }

  .p24m-logo {
    height: 20vw;
  }

  .p24sm {
    width: 22%;
  }

  .p24sm-logo {
    height: 13vw;
  }

  .h1-sb-bg-filtr {
    background-position: 50%;
  }
}

#w-node-_40db3fc9-51bf-e155-0619-47be2670964b-ce80875b {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_517ac77c-3871-095f-6d62-fc7056e838fa-d980ff41, #w-node-_517ac77c-3871-095f-6d62-fc7056e838fa-2ef4eb6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/GOTHIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}