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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
  -webkit-text-size-adjust: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

main {
  display: block;
}

h1, .u-loginPage h2,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

figure {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  display: block;
  border-style: none;
}

iframe {
  border: 0px;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input:disabled:-webkit-autofill {
  -webkit-animation: autofillS 0s forwards;
  animation: autofillS 0s forwards;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:disabled,
textarea:disabled,
button:disabled,
.btn:disabled,
.cookies .extended .btnSave:disabled {
  background: #efefef !important;
  background-color: #efefef !important;
  color: #909090 !important;
}
input:disabled:hover,
textarea:disabled:hover,
button:disabled:hover,
.btn:disabled:hover,
.cookies .extended .btnSave:disabled:hover {
  background: #efefef !important;
  background-color: #efefef !important;
  color: #909090 !important;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@keyframes autofillS {
  100% {
    background: red;
    color: inherit;
  }
}
@-webkit-keyframes autofillS {
  100% {
    background: red;
    color: inherit;
  }
}
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

textarea {
  resize: none;
}

button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.btn, .cookies .extended .btnSave,
input[type=button],
button {
  display: inline-block;
  white-space: nowrap;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:focus, .cookies .extended .btnSave:focus,
input[type=button]:focus,
button:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container, .container-fluid {
  position: relative;
  clear: both;
}

.container-fluid {
  width: 100%;
}

.container {
  width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 567px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 566px) {
  .hidden-xss {
    display: none !important;
  }
}

@media (min-width: 567px) and (max-width: 767px) {
  .hidden-xsl {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 0px) and (max-width: 566px) {
  .visible-xss {
    display: block !important;
  }
}

@media (min-width: 567px) and (max-width: 767px) {
  .visible-xsl {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
}

html {
  min-height: 100vh;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.85;
}

main {
  overflow: hidden;
}

footer {
  margin-top: auto;
}

h1, .u-loginPage h2,
h2,
h3,
h4 {
  font-weight: 700;
}

h1, .u-loginPage h2 {
  line-height: 60px;
  font-weight: 500;
  font-size: 50px;
}

h2 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 1.11;
}

h3 {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: 1.25;
  font-weight: 500;
  padding: 0;
}

h4 {
  line-height: 1.44;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

input,
textarea {
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  input,
textarea {
    padding: 10px;
  }
}

.wrap {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.hide {
  display: none;
}

.pad {
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.link {
  text-decoration: underline;
}
.link:hover {
  color: #222222;
}

.bold {
  font-weight: 700;
}

.hdl {
  font-weight: 700;
}

.cke b {
  font-weight: 700;
}
.cke img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

#lbox {
  display: none;
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#lbox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#lbox .grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90% 1fr;
  grid-template-columns: 1fr 90% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 92%;
  width: 90%;
  max-width: 1200px;
}
#lbox .grid::after, #lbox .grid::before {
  content: none;
}
#lbox .switch {
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
  background-color: #ffffff;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/system/arrow-left.svg);
}
#lbox .switch:hover {
  background-color: #C3A05F;
  background-image: url(../img/system/arrow-left-w.svg);
}
#lbox .switch:last-child {
  background-image: url(../img/system/arrow-right.svg);
}
#lbox .switch:last-child:hover {
  background-image: url(../img/system/arrow-right-w.svg);
}
#lbox .btnImg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: unset;
}
#lbox .btnImg:hover {
  border: unset;
}
#lbox .btnImg svg {
  margin-right: 0;
}
#lbox .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  #lbox .image {
    min-width: auto;
    width: 100%;
  }
}
#lbox .screen {
  position: relative;
}
#lbox .presenter {
  max-height: 90vh;
}
#lbox .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url(../img/system/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#lbox .close:hover {
  background-color: #C3A05F;
  background-image: url(../img/system/close-w.svg);
}
#lbox .pointer {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 6;
  text-align: center;
}
@media (min-width: 567px) and (max-width: 767px) {
  #lbox .pointer {
    padding: 5px 0px;
    bottom: 43px;
  }
}
#lbox .point {
  position: relative;
  z-index: 6;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #DDDDDD;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-color: #fff;
  cursor: pointer;
}
#lbox .point::before {
  display: block;
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  background: #689B53;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}
#lbox .point:hover, #lbox .point.active {
  color: #fff;
}
#lbox .point:hover::before, #lbox .point.active::before {
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  #lbox .point {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #lbox .point {
    margin-right: 20px;
  }
}
#lbox .point:last-child {
  margin-right: 0px;
}
#lbox .alt {
  display: none;
  height: 0;
}
#lbox img {
  max-width: 100%;
  max-height: 100%;
}

.preloader {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preloader .bck {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.preloader .content {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
}
.preloader img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 110px;
}

.popup {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.popup .grid {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
}
.popup .inner {
  position: relative;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  width: 800px;
  padding-bottom: 30px;
  background: white;
}
@media (min-width: 0px) and (max-width: 767px) {
  .popup .inner {
    width: 90%;
    max-width: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup .inner {
    width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popup .inner {
    width: 600px;
  }
}
.popup .imgClose {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup .title {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.popup .text {
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  padding-bottom: 30px;
  text-align: center;
}
.popup .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup .btn, .popup .cookies .extended .btnSave, .cookies .extended .popup .btnSave {
  display: inline-block;
  margin: 0px 5px;
}
.popupShopcart {
  display: none;
}
.popupShopcart .imgClose {
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-image: url(../img/system/closePopup.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.popupShopcart .imgClose:hover {
  background-image: url(../img/system/closePopup-h.svg);
}
.popupShopcart .inner {
  border: 1px solid #000;
  padding: 0;
}
.popupShopcart .innerGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 30px 1fr;
  grid-template-columns: 280px 1fr;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 40px 50px 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .popupShopcart .innerGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popupShopcart .innerGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popupShopcart .innerGrid {
    -ms-grid-columns: 225px 25px 1fr;
    grid-template-columns: 225px 1fr;
    padding: 30px 25px 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
.popupShopcart hr {
  margin-top: 20px;
  margin-bottom: 0;
  grid-column: 1/-1;
  height: 1px solid #DDDDDD;
  width: 100%;
  display: block;
}
.popupShopcart .imgPrev {
  min-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .popupShopcart .imgPrev {
    min-height: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popupShopcart .imgPrev {
    min-height: unset;
  }
}
.popupShopcart .title {
  text-align: left;
}
.popupShopcart .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupShopcart .plus,
.popupShopcart .minus {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #C3A05F;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.popupShopcart .countInput {
  display: inline-block;
  border: 2px solid #DDDDDD;
  margin-left: 10px;
  margin-right: 10px;
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}
.popupShopcart .btn, .popupShopcart .cookies .extended .btnSave, .cookies .extended .popupShopcart .btnSave {
  margin: 0;
  font-weight: 500;
}
.popupShopcart .btns {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: absolute;
  bottom: 30px;
}
.popupShopcart .price .bold {
  font-size: 18px;
}
.popupShopcart .productInfo {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 991px) {
  .popupShopcart .productInfo {
    padding-top: 10px;
  }
}
.popupShopcart .countLine {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupShopcart .countLine::before, .popupShopcart .countLine::after {
  display: none;
}
.popupShopcart .title {
  padding: 0;
  color: #C3A05F;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.popupShopcart .underline {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.popupShopcart .underline:hover {
  color: #C3A05F;
}
.popupShopcart .addToPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupShopcart .addToPanel::before, .popupShopcart .addToPanel::after {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .popupShopcart .addToPanel {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popupShopcart .addToPanel {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popupShopcart .addToPanel {
    gap: 20px;
  }
}
.popupShopcart .priceCount {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #C3A05F;
}
@media (min-width: 0px) and (max-width: 991px) {
  .popupShopcart .priceCount {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popupShopcart .priceCount {
    font-size: 19px;
    line-height: 24px;
  }
}

.popup-open > :not(.notblur) {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.cookies {
  position: fixed;
  z-index: 3;
  bottom: 0px;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies {
    overflow: scroll;
    max-height: 100%;
  }
}
.cookies .border {
  height: 2px;
  width: 100%;
  background-color: #C3A05F;
}
.cookies .close {
  position: absolute;
  top: 30px;
  right: 15px;
  color: gray;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .close {
    top: 20px;
    right: 5px;
  }
}
.cookies .simple {
  position: relative;
  background-color: #fff;
  color: #222222;
  font-size: 14px;
  line-height: 1.7;
}
.cookies .simple .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  padding: 25px 60px 25px 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .simple .content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px 10px;
  }
}
.cookies .simple .btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto 20px auto;
  grid-template-columns: repeat(3, auto);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .simple .btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-top: 15px;
  }
}
.cookies .simple .text a {
  text-decoration: underline;
  color: #222222;
}
.cookies .text {
  padding-right: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .text {
    padding-right: 35px;
  }
}
.cookies .title {
  padding-top: 5px;
  padding-bottom: 30px;
  font-weight: 700;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .title {
    padding-bottom: 15px;
  }
}
.cookies .extended {
  display: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.7;
}
.cookies .extended .grid {
  padding: 32px 60px 60px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 0.85fr;
  grid-template-columns: 1fr 0.85fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .extended .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 10px 20px;
  }
}
.cookies .extended .rightGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .extended .rightGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 15px;
  }
}
.cookies .extended .leftGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .extended .leftGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .extended .leftGrid .title {
    padding-right: 40px;
  }
}
.cookies .extended .leftGrid .link {
  margin-top: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .extended .leftGrid .link {
    margin-top: 10px;
  }
}
.cookies .extended .btns {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .extended .btns {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    margin-top: 20px;
    width: 100%;
  }
}
.cookies .extended .btn, .cookies .extended .btnSave {
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .extended .btn, .cookies .extended .btnSave {
    margin-right: 0;
  }
}
.cookies .extended .btnSave {
  -ms-grid-column-align: left;
      justify-self: left;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.cookies .extended .link {
  display: block;
}
.cookies .cat {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-bottom: 15px;
  border-radius: 5px;
  padding-left: 25px;
  border: #ccc solid 1px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .cat {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.cookies .cat .header {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookies .cat .header.active::before {
  background-image: url(../img/system/sipkaNahoru.svg);
}
.cookies .cat .header::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/system/sipkaDolu.svg);
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .cat .header::before {
    height: 52px;
  }
}
.cookies .cat .subtitle {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  font-size: 16px;
  font-weight: 700;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .cat .subtitle {
    padding-left: 20px;
  }
}
.cookies .cat .subtitleMini {
  display: -ms-grid;
  display: grid;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 700;
  font-size: 14px;
}
.cookies .cat .status {
  display: inline-block;
  margin-right: 20px;
  float: right;
  width: auto;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
}
.cookies .cat .description,
.cookies .cat .cookie {
  margin-bottom: 20px;
}
.cookies .checkboxCookies {
  position: absolute;
  top: 7.5px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  border: #C3A05F solid 1px;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
.cookies .checkboxCookies.active {
  background-color: #C3A05F;
  border-color: #C3A05F;
}
.cookies .checkboxCookies.active .checkbox-point {
  left: 18px;
  background: #fff;
  border-color: #C3A05F;
}
.cookies .checkbox-point {
  position: absolute;
  left: 2px;
  right: unset;
  border-radius: 12px;
  width: 18px;
  height: 18px;
  background: #C3A05F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cookies .link {
  display: block;
  color: #222222;
}
.cookies .cookie {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.cookies .cookie .checkboxCookies {
  top: 40px;
}
.cookies .helpText p {
  margin-bottom: 10px;
}
.cookies .dec-line {
  border-top: 1px solid #C3A05F;
  width: 100%;
  padding-bottom: 25px;
}
.cookies .cookieTitle {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 19px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cookies .cookieTitle {
    font-size: 16px;
  }
}
.cookies .btn, .cookies .extended .btnSave {
  font-size: 14px;
}

.btn, .cookies .extended .btnSave {
  padding: 16px 30px;
  border: 1px solid #C3A05F;
  font-size: 16px;
  line-height: 23px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.btn.small, .cookies .extended .small.btnSave {
  font-size: 12px;
  line-height: 17px;
  padding: 12px 24px;
}
.btn:hover, .cookies .extended .btnSave:hover, .btn.active, .cookies .extended .active.btnSave {
  background-color: #C3A05F;
  color: #fff;
}
.btn.collection, .cookies .extended .collection.btnSave {
  text-align: center;
  font-weight: 500;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.btn.collection:hover, .cookies .extended .collection.btnSave:hover, .btn.collection.active, .cookies .extended .collection.active.btnSave {
  background-color: #C3A05F;
  color: #fff;
  position: relative;
  font-weight: 700;
}
.btn.collection:hover::before, .cookies .extended .collection.btnSave:hover::before, .btn.collection.active::before, .cookies .extended .collection.active.btnSave::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.btn.buy, .cookies .extended .buy.btnSave {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 16px 30px 16px 70px;
  font-weight: 500;
  position: relative;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.btn.buy::after, .cookies .extended .buy.btnSave::after {
  content: "";
  position: absolute;
  -webkit-transition: 400ms;
  transition: 400ms;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/kosik.svg);
  top: 0;
  bottom: 0;
  left: 30px;
  width: 24px;
}
.btn.buy:hover::after, .cookies .extended .buy.btnSave:hover::after {
  background-image: url(../img/icons/kosik-w.svg);
}

header {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 0px) and (max-width: 991px) {
  header {
    padding: 10px 0 0;
  }
}
header .container {
  display: -ms-grid;
  display: grid;
  padding: 0 7px 0 15px;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logoImg {
  height: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  header .logoImg {
    height: 35px;
  }
}

.m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m {
    position: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: scroll;
    max-height: 100vh;
  }
}
.m a {
  text-decoration: none;
}
.m button {
  z-index: 2;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 10px;
  width: 60px;
  height: 60px;
  padding: 0 0 2px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.m button:focus {
  outline: 0;
  background-color: #fff;
}
.m button.close .burger {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m button.close .burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m button.close .burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m .burger {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 30px;
  height: 3px;
  background: #222222;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.m .burger::before, .m .burger::after {
  content: "";
  left: 0;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #222222;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.m .burger::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.m .burger::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.m .searchLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.m .m-li1 {
  position: relative;
  height: 100%;
}
.m .m-li1 .m-it1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 33px 20px 32px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m .m-li1 .m-it1 {
    overflow: hidden;
    opacity: 0;
    padding: 0px 20px;
    line-height: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m .m-li1 .m-it1 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .m .m-li1 {
    text-align: right;
  }
}
.m .m-li1 .m-ul2 {
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  color: #000;
  padding: 0;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
  text-transform: initial;
}
.m .m-li1 .m-ul2::before, .m .m-li1 .m-ul2::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m .m-li1 .m-ul2 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .m .m-li1 .m-ul2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.m .m-li1 .specialBox {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  border: 1px solid #DDDDDD;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m .m-li1 .specialBox::before, .m .m-li1 .specialBox::after {
  display: none;
}
.m .m-li1 .specialBox .m-ul2:first-child {
  padding: 30px 90px 30px 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .m .m-li1 .specialBox .m-ul2:first-child {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m .m-li1 .specialBox .m-ul2:first-child {
    padding: 25px 30px;
  }
}
.m .m-li1 .specialBox .m-ul2:last-child {
  border-top: 1px solid #DDDDDD;
  padding: 0 0 0 50px;
  -ms-grid-columns: 1fr 1fr 1fr 300px;
  grid-template-columns: 1fr 1fr 1fr 300px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m .m-li1 .specialBox .m-ul2:last-child {
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .m .m-li1 .specialBox .m-ul2:last-child {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  .m .m-li1 .specialBox .m-ul2:last-child {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m .m-li1 .specialBox .m-ul2:last-child {
    -ms-grid-columns: 1fr 1fr 250px;
    grid-template-columns: 1fr 1fr 250px;
    padding-left: 20px;
  }
}
.m .m-li1 .specialBox .m-ul2:last-child .m-li2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m .m-li1 .specialBox .m-ul2:last-child .m-li-btn {
  width: 100%;
  grid-column: -2;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m .m-li1 .specialBox .m-ul2:last-child .m-li-btn {
    grid-column: unset;
  }
}
.m .m-li1.active .m-it1, .m .m-li1:hover .m-it1 {
  color: #C3A05F;
}
.m .m-li-btn {
  list-style: none;
  font-weight: 500;
}
.m .m-li-btn a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #C3A05F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m .m-li-btn a {
    padding: 0 12px;
  }
}
.m .m-li-btn:hover a {
  padding-left: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m .m-li-btn:hover a {
    padding-left: 12px;
    font-weight: 700;
  }
}
.m .m-li2 {
  list-style: none;
  font-weight: 500;
  line-height: 20px;
}
.m .m-li2:hover {
  color: #C3A05F;
}
.m .m-li2 .m-it0 {
  display: block;
}
.m.special:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
}
.m.special:nth-child(2) {
  -ms-grid-column: 2;
      grid-column-start: 2;
}
.m .m-li3 {
  color: #000;
}
.m .m-li3:hover {
  color: #222222;
}
.m .m-ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  .m .m-ul1 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    border-top: 0px;
    border-bottom: 0px;
    padding-left: 0;
    background-color: #fff;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m .m-ul1 {
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .m .m-ul1.rolled {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .m .m-ul1.rolled .m-ul {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .m .m-ul1.rolled .m-it1 {
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 23px;
  }
}
.m .m-dd {
  position: unset;
}
.m .m-dd:hover .specialBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.userMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-left: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) and (max-width: 991px) {
  .userMenu {
    padding-left: 10px;
  }
}
.userMenu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border: 1px solid #DDDDDD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.userMenu .login,
.userMenu .shopcart {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.userMenu .login {
  background-image: url("../img/icons/user-w.svg");
}
.userMenu .login:hover {
  background-image: url("../img/icons/user-w.svg");
}
.userMenu .shopcart {
  position: relative;
  background-image: url("../img/icons/shopcart-w.svg");
}
.userMenu .shopcart:hover {
  color: #222222;
  background-image: url("../img/icons/shopcart-w.svg");
}
.userMenu .count {
  position: absolute;
  right: -19px;
  top: -19px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background-color: #C3A05F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: bold;
}

footer {
  color: #fff;
}
footer .top {
  background-color: #222222;
}
footer .top .container {
  padding: 0;
}
footer .top .content {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: -webkit-max-content 40px -webkit-max-content 40px -webkit-max-content 40px -webkit-max-content 40px -webkit-max-content;
  -ms-grid-columns: max-content 40px max-content 40px max-content 40px max-content 40px max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content max-content;
  padding: 50px 0px 70px;
}
footer .top .content::before, footer .top .content::after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .top .content {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top .content {
    gap: 20px;
    padding: 40px 0px 60px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .top .content > div:not(:first-child), footer .top .content > div:not(:last-child) {
  justify-self: flex-start;
}
footer .top .content > div:first-child {
  margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top .content > div:first-child {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top .content > div:nth-last-child(2) .title {
    display: none;
  }
}
footer .top .content > div:last-child {
  margin-left: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top .content > div:last-child {
    margin-left: 0;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
footer .top p {
  line-height: 26px;
}
footer .top a {
  display: block;
  text-decoration: none;
}
footer .bot {
  background-color: #C3A05F;
}
footer .bot .container {
  padding: 0;
}
footer .bot .content {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bot .content::before, footer .bot .content::after {
  display: none;
}
footer .bot a {
  text-decoration: none;
}
footer .bot a:hover {
  text-decoration: underline;
}
footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
footer .title {
  font-size: 16px;
  line-height: 23px;
  height: 23px;
  font-weight: bold;
  color: #C3A05F;
  margin-bottom: 20px;
}
footer .name {
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 9px;
}
footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 0px) and (max-width: 566px) {
  footer .links {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

.carousel {
  position: relative;
  overflow: hidden;
  background-image: url("../img/carousel.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  color: #fff;
}
.carousel .container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.carousel .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr 90px;
  grid-template-columns: 90px 1fr 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.carousel .arrowA {
  display: inline-block;
  padding: 15px 10px;
}
.carousel .arrowRight {
  -ms-grid-column-align: end;
      justify-self: end;
}
.carousel .content {
  max-width: 500px;
}
.carousel .text {
  line-height: 26px;
}
.carousel .btn, .carousel .cookies .extended .btnSave, .cookies .extended .carousel .btnSave {
  margin-top: 40px;
  border: none;
}
.carousel .item {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 100%;
  z-index: 0;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
.carousel .item.active {
  z-index: 1;
  position: relative;
}
.carousel .listPoint {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  text-align: center;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel .listPoint {
    bottom: 4px;
  }
}
.carousel .point {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.carousel .point.active {
  background: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel .point {
    opacity: 0.7;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel .point {
    opacity: 0.8;
    width: 16px;
    height: 16px;
    border-radius: 8px;
  }
}
.carousel .siteSwitch {
  width: 60px;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel .siteSwitch {
    background-size: 110%;
  }
}
.carousel .left {
  background-image: url(../img/system/arrow-left.svg);
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel .left {
    opacity: 0.7;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel .left {
    opacity: 0.8;
    width: 50px;
  }
}
.carousel .right {
  background-image: url(../img/system/arrow-right.svg);
  right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .carousel .right {
    width: 30px;
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel .right {
    opacity: 0.8;
    width: 50px;
  }
}

.pointers {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
}
.pointers .point {
  border-radius: 6px;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}
.pointers .point.active {
  background-color: #fff;
}

.productCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 15px;
}
.productCard .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DDDDDD;
  position: relative;
}
.productCard .img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productCard .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.productCard .title {
  display: block;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 8px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #C3A05F;
}
.productCard .price {
  color: #222222;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.productCard .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.productCard .infoBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: 500;
}
.productCard .infoBtn:hover {
  color: #C3A05F;
}
.productCard .addBtn {
  height: 100%;
  background-image: url("../img/icons/shopcart-b.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .productCard .addBtn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.productCard .addBtn:hover {
  background-image: url("../img/icons/shopcart-w.svg");
}

.productDetail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 560px 30px 1fr;
  grid-template-columns: 560px 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "gallery title" "gallery info";
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 60px;
  margin-bottom: 150px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .productDetail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "gallery" "info";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productDetail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "title" "gallery" "info";
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productDetail {
    -ms-grid-columns: 470px 1fr;
    grid-template-columns: 470px 1fr;
  }
}
.productDetail .title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
}
@media (min-width: 0px) and (max-width: 767px) {
  .productDetail .title {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.productDetail .priceVat {
  display: block;
  color: #C3A05F;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.productDetail .priceLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productDetail .priceLine::before, .productDetail .priceLine::after {
  display: none;
}
.productDetail .priceLine p {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.productDetail .submit {
  -ms-grid-column-align: end;
      justify-self: end;
}
.productDetail .gallery {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: gallery;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 0px) and (max-width: 767px) {
  .productDetail .gallery {
    grid-row: unset;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productDetail .gallery {
    margin-top: 20px;
  }
}
.productDetail .gallery a:first-child {
  grid-column: 1/-1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  background-color: #DDDDDD;
}
.productDetail .info {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: info;
  max-width: 560px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .productDetail .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .productDetail .gallery {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .productDetail .info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productDetail .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .productDetail .gallery {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .productDetail .info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.productDetail .technicals {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.productDetail .technicals::before, .productDetail .technicals::after {
  display: none;
}
.productDetail .technical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  line-height: 20px;
}
.productDetail .technical::before, .productDetail .technical::after {
  display: none;
}
.productDetail .comment {
  margin-top: 30px;
  background-color: #C3A05F;
  color: #fff;
  padding: 19px 20px 18px;
  font-size: 16px;
  line-height: 23px;
}
.productDetail .colectionTitle {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 12px;
  background-color: #C3A05F;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 20px;
}
.productDetail .productTitle {
  padding: 0 70px 30px 20px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.checkbox {
  display: block;
  cursor: pointer;
  position: relative;
  text-align: left;
  line-height: 20px;
  padding-left: 28px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked ~ .mark {
  border-color: #C3A05F;
  background-color: #C3A05F;
}
.checkbox input:checked ~ .mark::after {
  display: block;
}
.checkbox input:checked ~ .radio {
  border-color: #000;
  background-color: #000;
}
.checkbox .mark,
.checkbox .radio {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 16px;
  width: 16px;
}
.checkbox .mark {
  top: 50%;
}
.checkbox .mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox .radio {
  top: 50%;
  border: 1px solid #F4F4F4;
  background-color: #fff;
}
.checkbox a {
  text-decoration: none;
}
.checkboxRight {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.checkboxRight .mark,
.checkboxRight .radio {
  right: 0;
  left: unset;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumbs .svgIcon svg {
  margin-top: -2px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .breadcrumbs li {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.breadcrumbs li::after {
  content: ">";
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumbs li:last-child, .breadcrumbs li:hover {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #222222;
}
.breadcrumbs li:last-child::after {
  content: none;
}
.breadcrumbs li:last-child * {
  text-decoration: none;
  cursor: default;
  color: #C3A05F;
}

.filterBar {
  padding: 10px 30px 40px;
  color: #fff;
  background-color: #000;
}
.filterBar ul {
  padding-left: 0;
}
.filterBar .section {
  padding-top: 20px;
  padding-bottom: 4px;
  list-style: none;
}
.filterBar .title {
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 18px;
}
.filterBar .lines {
  padding-left: 0;
}
.filterBar .line {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 18px;
  list-style: none;
}

.structureBar {
  padding: 10px 20px 20px;
  background-color: #DDDDDD;
}
.structureBar .m-ul1 {
  display: block;
  padding-left: 0;
  list-style: none;
}
.structureBar .m-li1 {
  border-bottom: 1px solid #F4F4F4;
  padding-left: 10px;
}
.structureBar .m-li1:last-child {
  border-bottom: unset;
}
.structureBar .m-li1 .m-it1 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-decoration: unset;
  font-weight: 700;
}
.structureBar .m-ul2 {
  padding-bottom: 14px;
  padding-left: 0;
  list-style: none;
}
.structureBar .m-ul2 .m-it2 {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: unset;
}
.structureBar .m-ul2 .m-it2:hover {
  text-decoration: underline;
}

.categoryInfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 400px;
  grid-template-columns: 1fr 400px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.categoryInfo .info {
  line-height: 26px;
}

.btnPanel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 16px 20px;
  background-color: #DDDDDD;
}

.shopcartNav {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px 30px;
  background-color: #DDDDDD;
}
.shopcartNav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-left: 0;
}
.shopcartNav li {
  list-style: none;
  cursor: pointer;
}
.shopcartNav .btn, .shopcartNav .cookies .extended .btnSave, .cookies .extended .shopcartNav .btnSave {
  width: 100%;
}

.pageShopcart h1, .pageShopcart .u-loginPage h2, .u-loginPage .pageShopcart h2 {
  margin-bottom: 50px;
  text-align: center;
}
.pageShopcart .orderTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.pageShopcart .orderTab .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageShopcart .column {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}
.pageShopcart .btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.pageShopcart .checks {
  text-align: right;
}
.pageShopcart .checks .btn, .pageShopcart .checks .cookies .extended .btnSave, .cookies .extended .pageShopcart .checks .btnSave {
  margin-top: 20px;
}
.pageShopcart .down {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.shopcartProduct {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 10px 1fr;
  grid-template-columns: 280px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
}
.shopcartProduct .info {
  position: relative;
}
.shopcartProduct .productTitle {
  display: block;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 700;
}
.shopcartProduct .counter {
  position: absolute;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.shopcartProduct .minus,
.shopcartProduct .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  width: 30px;
  padding: 10px;
}
.shopcartProduct .input {
  width: auto;
  height: 35px;
  padding: 10px;
  text-align: center;
}
.shopcartProduct .plus {
  margin-right: 30px;
}
.shopcartProduct .price {
  font-weight: 700;
  color: #222222;
  font-size: 20px;
}
.shopcartProduct .wide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shopcartProduct .remove {
  right: 0;
}

.sumLine {
  padding: 20px 40px;
  background-color: #DDDDDD;
}
.sumLine .content {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  text-align: right;
}
.sumLine .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.sumLine .price {
  font-weight: 700;
  text-align: left;
}

.form .grid {
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .grid {
    row-gap: 20px;
  }
}
.form .grid2Col {
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .grid2Col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.form .grid3Col {
  -ms-grid-columns: 1fr 20px auto 20px 1fr;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .grid3Col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.form .grid4Col {
  -ms-grid-columns: 1fr 20px auto 20px 1fr 20px auto;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 0 20px;
}
.form .formGroup {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .formGroup {
    row-gap: 8px;
  }
}
.form .formGroupRadio .label {
  margin-right: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .formGroupRadio .label {
    margin-right: 20px;
  }
}
.form .label {
  font-weight: 600;
}
.form .formControl {
  border: 1px solid #F4F4F4;
  border-radius: 2px;
}
.form .formControl[data-required], .form .formControl[required] {
  background-image: url("../img/system/required.jpg");
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: top 17px right 21px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .formControl[data-required], .form .formControl[required] {
    background-position: top 12px right 15px;
  }
}
.form .formControl.warning {
  border: 1px solid red;
  background-image: url("../img/warning.jpg") !important;
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: top 17px right 21px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .formControl.warning {
    background-position: top 12px right 15px;
  }
}
.form .formControl:-moz-read-only {
  background-image: url("../img/icons/lock.svg");
  background-repeat: no-repeat;
  background-position: top 15px right 20px;
  background-color: #fff;
  color: #F4F4F4;
}
.form .formControl:read-only {
  background-image: url("../img/icons/lock.svg");
  background-repeat: no-repeat;
  background-position: top 15px right 20px;
  background-color: #fff;
  color: #F4F4F4;
}
.form .formControl.date {
  background-image: url("../img/icons/calendar.svg");
  background-repeat: no-repeat;
  background-position: top 15px right 20px;
}
.form .apply {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .apply {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 15px;
  }
}
.form .btn, .form .cookies .extended .btnSave, .cookies .extended .form .btnSave {
  -ms-grid-column-align: left;
      justify-self: left;
}
.form .fieldset {
  border: unset;
  padding: 0 0 50px;
}
.form .legend {
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .legend {
    padding-bottom: 20px;
    font-size: 27px;
  }
}
.form .legend .small {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.form hr {
  margin-top: 10px;
  margin-bottom: 40px;
  height: 1px;
  background-color: #000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.form .clear {
  -ms-grid-column: 1;
  grid-column: 1;
}
.form .wide {
  grid-column: 1/-1;
}
.form .title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}
.form .textarea {
  height: 200px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form .textarea {
    height: 110px;
  }
}
.form ul {
  padding-left: 0;
  list-style: none;
}
.form li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.orderData {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
}
.orderData .wide {
  -webkit-column-gap: 1/-1;
     -moz-column-gap: 1/-1;
          column-gap: 1/-1;
}
.orderData .title {
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
}
.orderData .info {
  margin-bottom: 10px;
}

.accountMenu {
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  background-color: #000;
  color: #fff;
}
.accountMenu li {
  list-style: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .accountMenu {
    padding: 10px;
    row-gap: 10px;
  }
}
.accountMenu .btn, .accountMenu .cookies .extended .btnSave, .cookies .extended .accountMenu .btnSave {
  border: none;
  width: 100%;
  background-color: #000;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .accountMenu .btn, .accountMenu .cookies .extended .btnSave, .cookies .extended .accountMenu .btnSave {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.accountMenu .btn:hover, .accountMenu .cookies .extended .btnSave:hover, .cookies .extended .accountMenu .btnSave:hover, .accountMenu .btn.active, .accountMenu .cookies .extended .active.btnSave, .cookies .extended .accountMenu .active.btnSave {
  background-color: #fff;
  color: #000;
}

.pageAccount {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 3fr;
  grid-template-columns: 1fr 3fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pageAccount {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.pageAccount .removeAcc {
  position: absolute;
  right: 0;
  top: 30px;
}

.userCard .name {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
}
.userCard .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  padding-bottom: 30px;
}
.userCard .title {
  font-weight: 700;
}

.setImg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 20px 1fr;
  grid-template-columns: 400px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .setImg {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.setImg .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
}
.setImg .active {
  padding: 30px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 30px 1fr;
  grid-template-columns: 120px 1fr;
  place-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border-radius: 8px;
  background-color: #F4F4F4;
}
@media (min-width: 0px) and (max-width: 767px) {
  .setImg .active {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 20px 10px;
  }
}
.setImg .icon {
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 10px;
  width: 50px;
}
.setImg .linkUpp {
  display: block;
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .setImg .linkUpp {
    margin-top: 15px;
  }
}
.setImg .new {
  border: 1px solid #F4F4F4;
  border-radius: 8px;
  padding: 42px 60px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .setImg .new {
    padding: 20px 10px;
  }
}
.setImg h3 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
.setImg .btn, .setImg .cookies .extended .btnSave, .cookies .extended .setImg .btnSave {
  margin-top: 25px;
}

.accountOrder .id {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.accountOrder .status {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.accountOrder .title {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.accountOrder .info {
  padding-bottom: 20px;
}

.aktualityHP {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
}
.aktualityHP::before, .aktualityHP::after {
  display: none;
}
.aktualityHP .simple {
  position: absolute;
  left: 0;
  top: -50px;
  padding: 50px 50px 68px;
  border: 1px solid #DDDDDD;
  display: -ms-grid;
  display: grid;
  gap: 50px;
  width: 720px;
  z-index: -1;
}
.aktualityHP .simple::before, .aktualityHP .simple::after {
  display: none;
}
.aktualityHP h2 {
  font-size: 36px;
  line-height: 51px;
  font-weight: 500;
}
.aktualityHP .btn, .aktualityHP .cookies .extended .btnSave, .cookies .extended .aktualityHP .btnSave {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.aktualityHP .list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  max-width: 760px;
  margin-right: 90px;
}
.aktualityHP .list::before, .aktualityHP .list::after {
  display: none;
}
.aktualityHP .item {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
}
.aktualityHP .content {
  border: 1px solid #C3A05F;
  padding: 30px 30px 30px 0;
}
.aktualityHP .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #C3A05F;
  font-size: 16px;
  line-height: 30px;
  min-height: 100%;
  text-align: center;
  color: #C3A05F;
  min-width: 85px;
}
.aktualityHP .date::before, .aktualityHP .date::after {
  display: none;
}
.aktualityHP .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.aktualityHP .title::before, .aktualityHP .title::after {
  display: none;
}
.aktualityHP .title .a {
  margin-left: 31px;
  margin-right: 53px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}
.aktualityHP .title img {
  margin-left: auto;
  -webkit-filter: invert(95%) sepia(99%) saturate(207%) hue-rotate(224deg) brightness(118%) contrast(73%);
          filter: invert(95%) sepia(99%) saturate(207%) hue-rotate(224deg) brightness(118%) contrast(73%);
  height: 60px;
  width: 60px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
}
.aktualityHP .title:hover img {
  -webkit-filter: unset;
          filter: unset;
}
.aktualityHP .title.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aktualityHP .detail {
  display: none;
  padding: 30px 143px 10px 117px;
}

.blok.golden {
  background-color: #C3A05F;
  border-radius: 2px;
  padding: 10px;
  position: relative;
}
.blok.golden > div {
  position: relative;
  border: 1.6px solid #fff;
  color: #fff;
  padding: 46px 60px 100px;
  z-index: 1;
}
.blok.golden p {
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 600px;
}
.blok.golden h2 {
  font-size: 36px;
  padding: 0;
  font-weight: 500;
}
.blok.golden .dec {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 540px;
}

#sysDialog {
  background-color: red;
  color: white;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.onasHP {
  margin-top: 20px;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 50px 100px;
}
.onasHP::before, .onasHP::after {
  display: none;
}
.onasHP .content {
  padding-left: 100px;
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
.onasHP .content::before, .onasHP .content::after {
  display: none;
}
.onasHP dt {
  cursor: pointer;
  position: relative;
  padding: 5px 10px 5px 140px;
  background-color: #fff;
  border: 1.6px solid #C3A05F;
  min-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onasHP dt::before, .onasHP dt::after {
  display: none;
}
.onasHP dt h3 {
  font-size: 24px;
}
.onasHP dt .foto {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -2px;
  top: -20px;
}
.onasHP dt .arrow {
  margin-left: auto;
  -webkit-filter: invert(95%) sepia(99%) saturate(207%) hue-rotate(224deg) brightness(118%) contrast(73%);
          filter: invert(95%) sepia(99%) saturate(207%) hue-rotate(224deg) brightness(118%) contrast(73%);
  height: 60px;
  width: 60px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
}
.onasHP dt:hover .arrow {
  -webkit-filter: unset;
          filter: unset;
}
.onasHP dt.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.onasHP dd {
  margin-left: 55px;
  padding: 40px 30px 30px 85px;
  border-left: 1px solid #DDDDDD;
  max-width: 645px;
}
.onasHP dd .history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 10px 1fr;
  grid-template-columns: 100px 1fr;
  row-gap: 15px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.onasHP dd .history::before, .onasHP dd .history::after {
  display: none;
}
.onasHP dd.visible {
  display: -ms-grid;
  display: grid;
}
.onasHP dd .oceneni {
  margin-top: 15px;
  margin-bottom: 5px;
}
.onasHP dd .studium {
  margin-bottom: 5px;
}
.onasHP dd .span2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.pad {
  position: relative;
  padding-top: 82px;
  padding-bottom: 150px;
}
.pad .topDec {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
}
.pad .botDec {
  position: absolute;
  height: 500px;
  bottom: 0;
  z-index: -1;
  right: -45%;
}
.pad h2 {
  padding: 0;
  text-align: center;
  margin-bottom: 68px;
  font-size: 36px;
  font-weight: 500;
}
.pad .cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 391px 1fr;
  grid-template-columns: 391px 1fr;
}
.pad .cols::before, .pad .cols::after {
  display: none;
}
.pad .cols div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pad .btn, .pad .cookies .extended .btnSave, .cookies .extended .pad .btnSave {
  margin-left: 30px;
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pad .hCard {
  padding: 30px 0 0 30px;
}
.pad .hCard .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
}
.pad .hCard.main {
  margin-top: 10px;
  padding: 10px 0 10px 10px;
  background-color: #C3A05F;
  color: #fff;
}
.pad .hCard.main .content {
  border: 1.6px solid #fff;
  border-right-width: 0;
  padding: 20px 20px 31px;
}
.pad .hCard.main .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

.serviceTab {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.serviceTab .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.serviceTab .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.serviceTab .arrow,
.serviceTab .close {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.serviceTab .arrow::before,
.serviceTab .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.serviceTab .arrow:hover::before,
.serviceTab .close:hover::before {
  -webkit-filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(327deg) brightness(99%) contrast(92%);
          filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(327deg) brightness(99%) contrast(92%);
}
.serviceTab .arrow::before {
  background-size: 15px;
  background-image: url("../img/system/arrow-up.svg");
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.serviceTab .arrow.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.serviceTab .close::before {
  background-image: url("../img/system/close.svg");
  background-size: 12px;
}
.serviceTab .dialog {
  display: none;
  padding: 20px 35px 30px 25px;
  background-color: #fff;
}

.products .breads {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 356px;
  grid-template-columns: 1fr 356px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 20px;
}
.products .breads::before, .products .breads::after {
  display: none;
}
.products .breads .hr {
  grid-column: 1/-1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .products .breads {
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .products .breads {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.products .collections {
  padding-left: 10px;
  padding-right: 10px;
}
.products .aboutCollection {
  margin-top: 50px;
  max-width: 1180px;
  padding-left: 0;
  padding-right: 0;
}
.products .filtersAndProducts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 20px 1fr;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
  margin-bottom: 120px;
}
.products .filtersAndProducts::before, .products .filtersAndProducts::after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products .filtersAndProducts {
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .products .filtersAndProducts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.products .filtersAndProducts .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}
.products .filtersAndProducts .items::before, .products .filtersAndProducts .items::after {
  display: none;
}

.searchBar {
  position: relative;
  overflow: auto;
}
.searchBar input {
  float: left;
  width: 100%;
  padding-right: 50px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  font-size: 16px;
  line-height: 23px;
}
.searchBar button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: unset;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchBar button img {
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
  border-left: 1px solid #DDDDDD;
}

.hr {
  height: 1px;
  width: 100%;
  background-color: #DDDDDD;
  display: block;
}

.collections h2 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  padding-left: 20px;
  font-weight: 500;
  line-height: 28px;
}
.collections .btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.collections .btns::before, .collections .btns::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .collections .btns {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .collections .btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  .collections .btns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.collections .hr {
  margin-top: 40px;
}

.aboutCollection {
  margin-top: 50px;
  background-color: #C3A05F;
  color: #fff;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.aboutCollection .text {
  padding: 50px 320px 60px 60px;
  z-index: 2;
  position: relative;
}
.aboutCollection p {
  margin-bottom: 20px;
}
.aboutCollection .hiddenBox {
  display: none;
}
.aboutCollection .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.aboutCollection h2 {
  padding: 0;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}
.aboutCollection .action {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  line-height: 20px;
}
.aboutCollection.imageTrue {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.aboutCollection.imageTrue::before, .aboutCollection.imageTrue::after {
  display: none;
}
.aboutCollection.imageTrue .text {
  padding-right: 80px;
}
.aboutCollection.imageTrue img {
  margin-left: auto;
}
.aboutCollection .decFrame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  z-index: 1;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutCollection .decSquare {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aboutCollection .decSquare:nth-child(1) {
  border-top-width: 0;
  border-left-width: 0;
  top: 0px;
  left: 0px;
}
.aboutCollection .decSquare:nth-child(2) {
  border-top-width: 0;
  border-right-width: 0;
  top: 0px;
  right: 0px;
}
.aboutCollection .decSquare:nth-child(3) {
  border-bottom-width: 0;
  border-left-width: 0;
  bottom: 0px;
  left: 0px;
}
.aboutCollection .decSquare:nth-child(4) {
  border-bottom-width: 0;
  border-right-width: 0;
  bottom: 0px;
  right: 0px;
}

.filterBox {
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.filterBox h2 {
  padding: 25px 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.filterBox ul {
  padding: 0;
}
.filterBox li {
  padding: 0;
  list-style: none;
}
.filterBox .lines {
  display: none;
  padding: 30px 30px 25px;
}
.filterBox .lines .line {
  margin-bottom: 15px;
}
.filterBox .title {
  padding: 15px 50px 15px 30px;
  background-color: #F4F4F4;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.filterBox .title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 30px;
  background-image: url(../img/icons/angle-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 8.5px;
}
.filterBox .title.active::after {
  background-image: url(../img/icons/angle-up.svg);
}

.u-loginPage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-top: 40px;
}
.u-hp-theme .content {
  padding: 100px 60px 224px;
  position: relative;
}
.u-hp-theme .content .ornament {
  position: absolute;
  top: 0;
  z-index: -1;
  right: -228px;
  height: 500px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.u-hp-theme .content h1, .u-hp-theme .content .u-loginPage h2, .u-loginPage .u-hp-theme .content h2 {
  margin-top: 20px;
  margin-bottom: 70px;
}

.u-hp .blok.golden {
  margin-top: 120px;
}

.l-productList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.l-products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 35px 1fr;
  grid-template-columns: 280px 1fr;
  grid-gap: 35px;
}

.l-structureBar {
  margin-top: 10px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.l-padding-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.l-padding-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.l-kontaktHP {
  margin-top: 100px;
}