*,
*::before,
*::after {
  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 {
  display: block;
  margin: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

input input:focus,
input textarea:focus,
input select:focus,
textarea input:focus,
textarea textarea:focus,
textarea select:focus,
select input:focus,
select textarea:focus,
select select:focus {
  outline-offset: 0px;
  outline: none;
}
input input:-internal-autofill-previewed,
input input:-internal-autofill-selected,
input textarea:-internal-autofill-previewed,
input textarea:-internal-autofill-selected,
input select:-internal-autofill-previewed,
input select:-internal-autofill-selected,
textarea input:-internal-autofill-previewed,
textarea input:-internal-autofill-selected,
textarea textarea:-internal-autofill-previewed,
textarea textarea:-internal-autofill-selected,
textarea select:-internal-autofill-previewed,
textarea select:-internal-autofill-selected,
select input:-internal-autofill-previewed,
select input:-internal-autofill-selected,
select textarea:-internal-autofill-previewed,
select textarea:-internal-autofill-selected,
select select:-internal-autofill-previewed,
select select:-internal-autofill-selected {
  background-color: rgba(0, 0, 0, 0) !important;
}

button,
input {
  overflow: visible;
}

intup[type=button],
button {
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
}

.btn:focus,
intup[type=button]:focus,
button:focus {
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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;
}

legend {
  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 {
  background: #efefef !important;
  background-color: #efefef !important;
  color: #909090 !important;
}
input:disabled:hover,
textarea:disabled:hover,
button:disabled:hover,
.btn: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 {
  transition: 0.2s;
  transition-timing-function: ease-in-out;
}

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

.btn,
input[type=button],
button {
  display: inline-block;
  white-space: nowrap;
  touch-action: manipulation;
  user-select: none;
}
.btn:focus,
input[type=button]:focus,
button:focus {
  outline-style: 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: 767.9px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .container {
    width: 567px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}

.hidden {
  display: none !important;
}

.hide {
  display: none;
}

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

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

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

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

@media (min-width: 992px) and (max-width: 1199.9px) {
  .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: 767.9px) {
  .visible-xs {
    display: block !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199.9px) {
  .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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #202120;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

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

h1, .u-loginPage h2 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 50px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  h1, .u-loginPage h2 {
    font-size: 34px;
  }
}
@media (min-width: 0px) and (max-width: 991.9px) {
  h1, .u-loginPage h2 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  h1, .u-loginPage h2 {
    font-size: 40px;
  }
}

h2 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  h2 {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 991.9px) {
  h2 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

h3 {
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  h3 {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
}

img {
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  img.responsiveDesktop {
    display: none;
  }
}
img.responsiveMobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  img.responsiveMobile {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 991.9px) {
  video.responsiveDesktop {
    display: none;
  }
}
video.responsiveMobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  video.responsiveMobile {
    display: block;
  }
}

img[src*=none] {
  width: 70px;
}

ul {
  padding-left: 0;
  list-style: none;
}

input,
textarea,
select {
  border: 1px solid #D5D5D5;
  padding: 13px 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  input,
textarea,
select {
    padding: 10px;
  }
}

.wrap {
  white-space: nowrap;
}

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

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

.curpoint {
  cursor: pointer;
}

.bold {
  font-weight: 700;
}

.col-main {
  color: #D8161C;
}

.hdl {
  font-weight: 700;
}

.wide {
  grid-column: 1/-1;
}

.clear {
  grid-column: 1;
}

.disabled {
  pointer-events: none;
  background-color: #F4F4F5 !important;
  color: #D5D5D5 !important;
}

.translateDynamic.translateElementShow {
  background: #a52a2aba;
  color: white;
}

.pages .pagesText {
  padding-bottom: 22px;
}
.pages .pagesText .text {
  width: 100%;
}
.pages .pagesText img {
  float: right;
  margin-left: 20px;
  max-width: 40%;
  height: auto;
}
.pages .pagesText::after {
  content: "";
  display: table;
  clear: both;
}
.pages .pagesText.greenBack {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  background-color: #fff;
  text-align: center;
}
.pages .pagesText.greenBack p {
  margin-bottom: 0;
}
.pages .pagesImages {
  padding-bottom: 44px;
}
.pages .pagesImages.twoSide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pages .pagesGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 44px;
}
.pages .pagesGallery img {
  border: 1px solid #202120;
}
.pages .pagesHeadline {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}
.pages .pagesHeadline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  width: 200vw;
  height: 100%;
  background-color: #202120;
  z-index: -1;
}
.pages .CFTitleLine,
.pages .CFBlock {
  position: relative;
}
.pages .CFTitleLine::before,
.pages .CFBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
.pages .CFTitleLine::before {
  background-color: #202120;
}
.pages .CFBlock::before {
  background-color: #fff;
}
.pages .managementLine {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 46px;
  margin-bottom: 18px;
  padding-top: 37px;
  padding-right: 52px;
  padding-bottom: 31px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pages .managementLine {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.pages .managementLine:nth-child(odd) {
  background-color: #202120;
}
.pages .managementLine:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  width: 200vw;
  height: 100%;
  z-index: -1;
  background-color: #202120;
}
.pages .managementLine:nth-child(even) {
  background-color: #fff;
}
.pages .managementLine:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  width: 200vw;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.pages .managementLine .p-name {
  margin-bottom: 18px;
  color: #D8161C;
  font-weight: 700;
  font-size: 18px;
}
.pages .managementLine .line {
  display: grid;
  grid-template-columns: 97px auto;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pages .managementLine .line {
    grid-template-columns: 80px auto;
  }
}
.pages .managementLine .p-tel,
.pages .managementLine .u-mail {
  text-decoration: unset;
  font-weight: 700;
}
.pages .managementLine .link {
  display: block;
  margin-top: 18px;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 700;
  color: #D8161C;
  text-align: center;
}
.pages .pagesIframe iframe {
  height: 370px;
}
.pages .pagesYoutube.ratio43 .yt_videoIframe {
  padding-bottom: 75%;
}

.p404 {
  padding-top: 120px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .p404 {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .p404 {
    padding-top: 80px;
  }
}
.p404 .content {
  position: relative;
  margin-bottom: 240px;
  padding: 50px 60px 60px 80px;
  background-color: #202120;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .p404 .content {
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 30px 15px 70px;
  }
}
.p404 h1, .p404 .u-loginPage h2, .u-loginPage .p404 h2 {
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
}
.p404 .text {
  margin-bottom: 20px;
  max-width: 440px;
  line-height: 1.42;
}
.p404 .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.p404 .link svg {
  width: 9px;
  height: auto;
  fill: #fff;
}
.p404 .img404 {
  position: absolute;
  bottom: -80px;
  right: 60px;
  width: 503px;
  fill: #D8161C;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .p404 .img404 {
    bottom: -120px;
    right: 10px;
    width: 260px;
    height: auto;
  }
}
@media (min-width: 567px) and (max-width: 767.9px) {
  .p404 .img404 {
    bottom: -84px;
    width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .p404 .img404 {
    bottom: -100px;
    right: 30px;
    width: 423px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .p404 .img404 {
    bottom: -130px;
  }
}
.p404 .img404 svg {
  max-width: 100%;
}

.article,
.cke_editable {
  padding-top: 30px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4 {
  font-weight: 700;
}
.article h1, .article .u-loginPage h2, .u-loginPage .article h2,
.cke_editable h1,
.cke_editable .u-loginPage h2,
.u-loginPage .cke_editable h2 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 50px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .article h1, .article .u-loginPage h2, .u-loginPage .article h2,
.cke_editable h1,
.cke_editable .u-loginPage h2,
.u-loginPage .cke_editable h2 {
    font-size: 36px;
  }
}
.article h2,
.cke_editable h2 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 28px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .article h2,
.cke_editable h2 {
    font-size: 24px;
  }
}
.article h3,
.cke_editable h3 {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.article p,
.cke_editable p {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.85;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .article p,
.cke_editable p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.article ul,
.cke_editable ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  list-style-type: square;
  line-height: 1.85;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .article ul,
.cke_editable ul {
    padding-left: 15px;
  }
}
.article li,
.cke_editable li {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .article li,
.cke_editable li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.article table,
.cke_editable table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .article table,
.cke_editable table {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.article th,
.cke_editable th {
  background-color: #202120;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.article th,
.article td,
.cke_editable th,
.cke_editable td {
  padding: 16px 20px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .article th,
.article td,
.cke_editable th,
.cke_editable td {
    padding: 8px 10px;
  }
}
.article td,
.cke_editable td {
  border-bottom: 1px solid #D5D5D5;
}

#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: flex;
  justify-items: center;
  align-items: center;
  height: 100%;
}
#lbox .grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 90% 1fr;
  align-items: center;
  place-content: center;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 95%;
  max-width: 100%;
  max-height: 90%;
}
#lbox .grid::after, #lbox .grid::before {
  content: none;
}
#lbox .switch,
#lbox .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #202120;
  transition: 0.2s;
}
#lbox .switch:hover,
#lbox .close:hover {
  transition: 0.2s;
  background-color: #D8161C;
}
#lbox .switch-R,
#lbox .close-R {
  justify-self: end;
}
#lbox .switch {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lbox .svgIAngleL, #lbox .svgIAngleR {
  height: 15px;
  fill: #fff;
}
#lbox .close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#lbox .svgIClose {
  width: 15px;
  height: 15px;
  fill: #fff;
}
#lbox .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  #lbox .image {
    min-width: auto;
    width: 100%;
  }
}
#lbox .screen {
  position: relative;
  background-color: #fff;
}
#lbox .presenter {
  max-height: 90vh;
}
#lbox .pointer {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 12px;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 6;
}
#lbox .point {
  position: relative;
  border-radius: 10px;
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
#lbox .point:hover, #lbox .point.active {
  background-color: #fff;
}
#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: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.preloader img {
  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: grid;
}
.popup .inner {
  position: relative;
  place-self: center;
  width: 650px;
  padding: 60px 50px 50px;
  background: #fff;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popup .inner {
    width: 90%;
    max-width: 450px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .popup .inner {
    width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .popup .inner {
    width: 600px;
  }
}
.popup .imgClose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #202120;
  transition: 0.2s;
  cursor: pointer;
}
.popup .imgClose:hover {
  background-color: #D8161C;
}
.popup .imgClose svg {
  fill: #fff;
}
.popup .title {
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.popup .text {
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
  padding-bottom: 40px;
  text-align: center;
}
.popup label {
  display: block;
  margin-bottom: 10px;
}
.popup label input {
  width: 100%;
}
.popup .btns {
  display: flex;
  justify-content: center;
}
.popup .btn {
  display: inline-block;
  margin: 0px 5px;
}
.popupShopcart {
  display: none;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popupShopcart .grid {
    padding: 10px;
  }
}
.popupShopcart .inner {
  padding: 40px 40px 30px;
  width: 800px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popupShopcart .inner {
    width: auto;
    padding: 20px 15px;
  }
}
.popupShopcart .innerGrid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 50px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popupShopcart .innerGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.popupShopcart .imgPrev {
  width: 100%;
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.popupShopcart .title {
  padding-top: 20px;
  text-align: left;
}
.popupShopcart .countLine {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popupShopcart .countLine {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }
}
.popupShopcart .price {
  font-weight: 700;
  font-size: 20px;
}
.popupShopcart .btn.continue {
  justify-self: start;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popupShopcart .btn.continue {
    justify-self: center;
  }
}
.popupShopcart .btnMain, .popupShopcart .shopcartNav .active, .shopcartNav .popupShopcart .active, .popupShopcart .btnMainBigger {
  justify-self: end;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popupShopcart .btnMain, .popupShopcart .shopcartNav .active, .shopcartNav .popupShopcart .active, .popupShopcart .btnMainBigger {
    justify-self: center;
  }
}

.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: 767.9px) {
  .cookies {
    overflow: scroll;
    max-height: 100%;
  }
}
.cookies .border {
  height: 4px;
  width: 100%;
  background-color: #D8161C;
}
.cookies .close {
  position: absolute;
  top: 15px;
  right: 10px;
  color: gray;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .close {
    top: 10px;
    right: 5px;
  }
}
.cookies .simple {
  position: relative;
  background-color: #fff;
  color: #202120;
  font-size: 14px;
  line-height: 1.7;
}
.cookies .simple .content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 15px 60px 15px 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .simple .content {
    grid-template-columns: 1fr;
    padding: 30px 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cookies .simple .content {
    column-gap: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .cookies .simple .content {
    column-gap: 100px;
  }
}
@media (min-width: 1200px) {
  .cookies .simple .content {
    column-gap: 150px;
  }
}
.cookies .simple .btns {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  align-items: center;
  row-gap: 10px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .simple .btns {
    margin-top: 15px;
  }
}
.cookies .simple .text {
  line-height: 2.2;
}
.cookies .simple .text a {
  text-decoration: underline;
  color: #D8161C;
}
.cookies .title {
  padding-top: 5px;
  padding-bottom: 30px;
  font-weight: 700;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .title {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .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: grid;
  grid-template-columns: 1fr 0.85fr;
  column-gap: 60px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .extended .grid {
    grid-template-columns: 1fr;
    padding: 10px 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cookies .extended .grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.cookies .extended .rightGrid {
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .extended .rightGrid {
    grid-template-columns: 1fr;
    padding-top: 15px;
  }
}
.cookies .extended .leftGrid {
  display: grid;
  grid-template-rows: 1fr auto;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .extended .leftGrid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .extended .leftGrid .title {
    padding-right: 40px;
  }
}
.cookies .extended .leftGrid .link {
  margin-top: 25px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .extended .leftGrid .link {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cookies .extended .leftGrid .link {
    margin-top: 15px;
  }
}
.cookies .extended .btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .extended .btns {
    display: grid;
    row-gap: 10px;
    margin-top: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cookies .extended .btns {
    margin-top: 20px;
  }
}
.cookies .extended .btnSave {
  align-self: end;
}
.cookies .extended .link {
  display: block;
}
.cookies .cat {
  align-self: baseline;
  margin-bottom: 15px;
  border-radius: 5px;
  border: #ccc solid 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .cat {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cookies .cat {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cookies .cat .header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 15px;
  align-items: center;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
.cookies .cat .header.active .angle svg {
  transform: rotate(180deg);
}
.cookies .cat .angle {
  display: flex;
  align-items: center;
  fill: #ccc;
}
.cookies .cat .angle svg {
  width: 20px;
  transition: all 0.2s;
}
.cookies .cat .subtitle {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .cookies .cat .subtitle {
    font-size: 14px;
  }
}
.cookies .cat .subtitleMini {
  display: grid;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 700;
  font-size: 14px;
}
.cookies .cat .status {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 19px;
  color: #D8161C;
}
.cookies .cat .description,
.cookies .cat .cookie {
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .cat .description,
.cookies .cat .cookie {
    margin-bottom: 10px;
  }
}
.cookies .checkboxCookies {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: #ccc solid 1px;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
.cookies .checkboxCookies.active {
  background-color: #D8161C;
  border-color: #D8161C;
}
.cookies .checkboxCookies.active .checkbox-point {
  left: 18px;
  background: #fff;
  border-color: #D8161C;
}
.cookies .checkbox-point {
  position: absolute;
  left: 2px;
  right: unset;
  border-radius: 12px;
  width: 18px;
  height: 18px;
  background: #ccc;
  transition: all 0.2s;
}
.cookies .link {
  display: block;
  color: #D8161C;
}
.cookies .cookie {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .cookie {
    padding-top: 10px;
  }
}
.cookies .titleLine {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.cookies .helpText p {
  margin-bottom: 10px;
}
.cookies .dec-line {
  border-top: 1px solid #F4F4F5;
  width: 100%;
  padding-bottom: 25px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .dec-line {
    padding-bottom: 15px;
  }
}
.cookies .cookieTitle {
  font-weight: 700;
  font-size: 19px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cookies .cookieTitle {
    font-size: 16px;
  }
}
.cookies .btn {
  padding: 10px 25px;
  font-size: 14px;
}
.cookies .btnUnderline {
  padding: 0;
  background-color: unset;
  text-decoration: underline;
}
.cookies .btnUnderline:hover {
  color: #D8161C;
  background-color: unset;
}

.btn {
  padding: 16px 44px;
  background-color: #F4F4F5;
  color: #202120;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .btn {
    padding: 12px 20px;
  }
}
.btn:hover {
  background-color: #D8161C;
  color: #fff;
}
.btn:hover svg {
  fill: #fff;
}
.btnDark, .shopcartNav .prev {
  border: none;
  background-color: #202120;
  color: #fff;
}
.btnMain, .shopcartNav .active, .btnMainBigger {
  border: none;
  background-color: #D8161C;
  color: #fff;
}
.btnMain:hover, .shopcartNav .active:hover, .btnMainBigger:hover {
  background-color: #202120;
  color: #fff;
}
.btnLight {
  border: none;
  background-color: #fff;
}
.btnMainBigger {
  padding-left: 48px;
  padding-right: 48px;
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .btnMainBigger {
    font-size: 16px;
  }
}
.btnIcon {
  display: flex;
  align-items: center;
  padding: 8px 9px;
}
.btnIcon svg {
  max-height: 20px;
  max-width: 20px;
}

header {
  background-color: #202120;
  color: #fff;
}
header .container {
  position: unset;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  header .container {
    padding-left: 10px;
    padding-right: 0;
  }
}
header .logoLink {
  margin-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 150px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  header .logoLink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .logoImg {
  height: 40px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  header .logoImg {
    height: 30px;
  }
}
header .rightSide {
  display: flex;
  gap: 15px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  header .rightSide {
    display: none;
  }
}

.m {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
}
.m a {
  text-decoration: none;
}
.m .m-ul1 {
  display: flex;
  padding-left: 0;
  align-items: center;
  list-style: none;
  text-transform: uppercase;
}
.m .m-li1 {
  position: relative;
  height: 100%;
}
.m .m-li1:hover .m-ul2 {
  display: flex;
}
.m .m-li1.active, .m .m-li1:hover {
  color: #D8161C;
}
.m .m-it1 {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px 10px 10px;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .m .m-it1 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.m .m-ul2 {
  display: none;
  position: absolute;
  z-index: 4;
  flex-wrap: wrap;
  flex-direction: column;
  width: 280px;
  padding: 10px 20px 30px;
  background-color: #F4F4F5;
  color: #202120;
}
.m .m-li2 {
  list-style: none;
  border-bottom: 1px solid #D5D5D5;
}
.m .m-li2:last-child {
  border-bottom: none;
}
.m .m-itDd {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  text-transform: none;
  font-weight: 500;
  color: #202120;
}
.m .m-itDd:hover {
  color: #D8161C;
}
.m .m-it2 {
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.m .m-ul3 {
  padding-left: 0;
}
.m .m-ul3,
.m .m-ul4 {
  padding-bottom: 14px;
  list-style: none;
}
.m .m-ul4 {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10 px;
}
.m .m-ul4::before {
  content: "";
  position: absolute;
  top: 16px;
  height: calc(100% - 32px);
  background-color: #D5D5D5;
  width: 1px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m {
    position: unset;
    grid-template-areas: "search user menu";
    grid-template-columns: 1fr auto auto;
  }
}
.m button {
  display: none;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m button {
    z-index: 2;
    grid-area: menu;
    display: flex;
    grid-column: -1;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    width: 60px;
    height: 100%;
    padding: 0 0 2px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
  }
}
.m button:focus {
  outline: 0;
}
.m button.close .burger {
  background: transparent;
  box-shadow: none;
}
.m button.close .burger::before {
  transform: rotate(45deg);
}
.m button.close .burger::after {
  transform: rotate(-45deg);
}
.m .burger {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
.m .burger::before, .m .burger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
.m .burger::before {
  transform: translateY(-10px);
}
.m .burger::after {
  transform: translateY(10px);
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m .m-it1 {
    overflow: hidden;
    opacity: 0;
    padding: 0px 20px;
    line-height: 0px;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .m .m-ul1 {
    top: 50px;
  }
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m .m-ul1 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    flex-direction: column;
    border-top: 0px;
    border-bottom: 0px;
    padding-left: 0;
    background-color: #fff;
    color: #202120;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .m .m-ul1 {
    top: 60px;
  }
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m .m-ul1.rolled {
    border-top: 2px solid #D8161C;
    border-bottom: 2px solid #D8161C;
  }
  .m .m-ul1.rolled .m-ul {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .m .m-ul1.rolled .m-it1 {
    opacity: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 23px;
  }
}
.m .searchLink {
  display: flex;
  align-items: center;
  min-width: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .m .searchLink {
    grid-area: search;
    justify-self: end;
  }
}
.m .searchLink:hover .svgISearch {
  fill: #D8161C;
}
.m .svgISearch {
  fill: #fff;
}

.userMenu {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .userMenu {
    grid-area: user;
  }
}
.userMenu .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.userMenu .item:hover .svgI {
  fill: #D8161C;
}
.userMenu .shopcart {
  position: relative;
  width: 26px;
  background-position: left;
}
.userMenu .shopcartIcon, .userMenu .userIcon {
  display: block;
  display: flex;
  align-items: center;
}
.userMenu .shopcartIcon svg, .userMenu .userIcon svg {
  fill: #fff;
}
.userMenu .num {
  padding-left: 8px;
}

footer .content {
  margin-top: 80px;
  background: #202120;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .content {
    margin-top: 40px;
  }
}
footer .top {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .top {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer .top {
    padding-bottom: 35px;
  }
}
footer .logo {
  margin-bottom: 30px;
  width: 240px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .logo {
    width: 200px;
  }
}
footer .socials {
  display: flex;
  gap: 15px;
}
footer .socialLink {
  text-decoration: unset;
  height: 36px;
  border-radius: 13px;
  transition: 0.2s;
}
footer .socialLink:hover {
  background-color: #fff;
}
footer .socialLink:hover svg {
  fill: #D8161C;
}
footer .socialLink svg {
  transition: 0.2s;
  fill: #fff;
}
footer .nlTitle {
  margin-top: 13px;
  margin-bottom: 21px;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .nlTitle {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer .nlTitle {
    margin-top: 35px;
  }
}
footer .copyLine {
  display: grid;
  grid-template-columns: auto 1fr auto;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  footer .copyLine {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
footer .links {
  display: flex;
  gap: 15px;
  justify-self: center;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  footer .links {
    justify-self: start;
  }
}

.link {
  text-decoration: underline;
}
.link:hover {
  color: #D8161C;
}
.linkMain {
  color: #D8161C;
  text-decoration: underline;
}
.linkBold {
  font-weight: 700;
}
.linkNoUnd {
  text-decoration: none;
}
.linkNoUnd:hover {
  text-decoration: underline;
}

.carousel {
  position: relative;
  color: #fff;
}
.carousel img {
  width: 100%;
}
.carousel .relative {
  display: flex;
  align-items: center;
  background-color: rgba(214, 214, 214, 0.2);
  overflow: hidden;
  width: 100%;
}
.carousel .unvisible {
  visibility: hidden;
}
.carousel video {
  border-radius: 8px;
  width: 100%;
}
.carousel .slide {
  position: absolute;
  flex-shrink: 0;
  width: 100%;
  z-index: 0;
  top: 0;
}
.carousel .slide.active {
  z-index: 2;
  display: block;
}
.carousel .slide.lastSlide {
  z-index: 1;
}
.carousel .title {
  position: absolute;
  bottom: 300px;
  max-width: 758px;
}
.carousel .text {
  line-height: 26px;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  .carousel .text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 567px) and (max-width: 767.9px) {
  .carousel .text {
    padding-bottom: 15px;
  }
}
.carousel .btn {
  margin-top: 40px;
  border: none;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  .carousel .btn {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (min-width: 567px) and (max-width: 767.9px) {
  .carousel .btn {
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .carousel .btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .carousel .btn {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .carousel .btn {
    margin-top: 25px;
  }
}
.carousel .item {
  transition: none;
  height: 100%;
}
.carousel .item.active {
  z-index: 1;
  position: relative;
}
.carousel .itemContainer {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: grid;
  justify-items: end;
  align-items: end;
  height: 100%;
}
.carousel .content {
  margin-bottom: 170px;
  max-width: 100%;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .carousel .content {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .carousel .content {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .carousel .content {
    margin-bottom: 70px;
  }
}
.carousel h1, .carousel .u-loginPage h2, .u-loginPage .carousel h2 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .carousel h1, .carousel .u-loginPage h2, .u-loginPage .carousel h2 {
    font-size: 12px;
  }
}
@media (min-width: 567px) and (max-width: 767.9px) {
  .carousel h1, .carousel .u-loginPage h2, .u-loginPage .carousel h2 {
    padding-bottom: 20px;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .carousel h1, .carousel .u-loginPage h2, .u-loginPage .carousel h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .carousel h1, .carousel .u-loginPage h2, .u-loginPage .carousel h2 {
    padding-bottom: 15px;
    font-size: 32px;
  }
}
.carousel .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
}
.carousel .nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px auto;
  height: 100%;
  width: 100%;
  text-align: center;
}
.carousel .prev,
.carousel .next {
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 25%;
}
.carousel .prev svg,
.carousel .next svg {
  fill: #fff;
}
.carousel .next {
  justify-self: end;
  justify-content: flex-end;
}
.carousel .pointers {
  z-index: 3;
}
.carousel .point {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.carousel .point.active {
  background: #fff;
}

.pointers {
  position: absolute;
  bottom: 20px;
  display: flex;
  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: flex;
  flex-direction: column;
  min-width: 275px;
}
.productCard .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  background-color: #F4F4F5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productCard .img {
    height: 180px;
  }
}
.productCard .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.productCard .info {
  min-height: 100px;
  flex: 1;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productCard .info {
    min-height: unset;
  }
}
.productCard .title {
  display: block;
  padding-top: 15px;
  padding-bottom: 17px;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productCard .title {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 18px;
  }
}
.productCard .amount {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.productCard .price {
  padding-bottom: 11px;
  color: #D8161C;
  font-weight: 500;
}
.productCard .description {
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 1.85;
}
.productCard .btns {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-top: 19px;
}
.productCard .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 10px 35px;
}
.productCard .buy {
  justify-content: center;
  width: 50px;
  padding: 0;
}
.productCard .infoBtn {
  flex: 1;
}
.productCard .addBtn {
  height: 100%;
  padding: 11px 23px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productCard .addBtn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.productCard .addBtn::before {
  content: url("../img/icons/shopcart.svg");
}
.productDetail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "gallery title" "gallery content";
  column-gap: 50px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productDetail {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "gallery" "content";
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .productDetail {
    grid-template-columns: 0.6fr 1fr;
    column-gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .productDetail {
    grid-template-columns: 0.75fr 1fr;
    column-gap: 25px;
  }
}
.productDetail h1, .productDetail .u-loginPage h2, .u-loginPage .productDetail h2 {
  padding-top: 20px;
  font-size: 28px;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .productDetail h1, .productDetail .u-loginPage h2, .u-loginPage .productDetail h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .productDetail h1, .productDetail .u-loginPage h2, .u-loginPage .productDetail h2 {
    font-size: 26px;
  }
}
.productDetail .title {
  grid-area: title;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productDetail .title {
    grid-column: 1;
  }
}
.productDetail .info {
  line-height: 1.85;
}
.productDetail .info p {
  padding-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productDetail .info p {
    padding-bottom: 8px;
  }
}
.productDetail .infoText {
  padding-top: 20px;
  padding-bottom: 15px;
}
.productDetail .counterLine {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  margin-top: 30px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productDetail .counterLine {
    margin-top: 15px;
    padding-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.productDetail .counterLine select {
  padding: 5px 15px;
}
.productDetail .varLines {
  margin-top: 30px;
}
.productDetail .variationLine {
  position: relative;
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 120px auto 50px;
  align-items: center;
  border-top: 1px solid #D5D5D5;
  padding-top: 9px;
  padding-bottom: 9px;
}
.productDetail .variationLine:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.productDetail .shopcartBtn::before {
  background-image: url("../img/icons/shopcart.svg");
}
.productDetail .statLine {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 23px 15px;
  background-color: #fff;
}
.productDetail .shopcartAdded {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/shopcartAdded.svg");
}
.productDetail .priceVat {
  display: block;
  padding-bottom: 5px;
  color: #D8161C;
  font-size: 36px;
  font-weight: 700;
}
.productDetail .priceLine {
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productDetail .priceLine {
    margin-top: 10px;
  }
}
.productDetail .priceLine .submit {
  margin-top: 20px;
}
.productDetail .submit {
  justify-self: end;
}
.productDetail .gallery {
  grid-area: gallery;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-template-rows: 480px;
  grid-auto-rows: 100px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productDetail .gallery {
    grid-template-rows: 300px;
    grid-row: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .productDetail .gallery {
    grid-template-rows: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .productDetail .gallery {
    grid-template-rows: 400px;
  }
}
.productDetail .gallery a:first-child {
  grid-column: 1/-1;
  width: 100%;
  display: flex;
  place-content: center;
  background-color: #F4F4F5;
}
.productDetail .content {
  grid-area: content;
}

.checkbox {
  display: block;
  cursor: pointer;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  text-align: left;
}
.checkbox:hover a {
  text-decoration: underline;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox input:checked ~ .mark {
  border-color: #D8161C;
  background-color: #D8161C;
}
.checkbox input:checked ~ .mark::after {
  display: block;
}
.checkbox input:checked ~ .radio {
  border-color: #202120;
  background-color: #202120;
}
.checkbox .mark,
.checkbox .radio {
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  background-color: #F4F4F5;
  height: 14px;
  width: 14px;
}
.checkbox .mark {
  top: 11px;
}
.checkbox .mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4.5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox .radio {
  top: 50%;
  border: 1px solid #D5D5D5;
  background-color: #D5D5D5;
}
.checkboxRight {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.checkboxRight .mark,
.checkboxRight .radio {
  right: 0;
  left: unset;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .breadcrumbs {
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.breadcrumbs .back {
  margin-right: 30px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .breadcrumbs li {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.breadcrumbs li::after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumbs li:hover {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #D8161C;
}
.breadcrumbs li:last-child {
  font-weight: 700;
}
.breadcrumbs li:last-child::after {
  content: none;
}
.breadcrumbs li:last-child a {
  text-decoration: none;
  cursor: default;
}
.breadcrumbs li a {
  text-decoration: underline;
}

.filterBar {
  padding: 10px 30px 40px;
  color: #fff;
  background-color: #202120;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .filterBar {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.filterBar ul {
  padding-left: 0;
}
.filterBar .section {
  padding-top: 20px;
  padding-bottom: 4px;
  list-style: none;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .filterBar .section {
    padding-top: 10px;
  }
}
.filterBar .title {
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .filterBar .title {
    padding-bottom: 12px;
  }
}
.filterBar .lines {
  padding-left: 0;
}
.filterBar .line {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 18px;
  list-style: none;
}
.filterBar .checkbox {
  margin-left: 30px;
  padding-left: 0;
  pointer-events: none;
}
.filterBar .checkbox .mark {
  left: -30px;
}

.form .grid {
  display: grid;
  row-gap: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .grid {
    row-gap: 20px;
  }
}
.form .grid2Col {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .grid2Col {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.form .formGroup {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 15px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .formGroup {
    row-gap: 8px;
  }
}
.form .label {
  font-weight: 700;
}
.form .formControl {
  border: 1px solid #D5D5D5;
  border-radius: 2px;
}
.form .formControl.required {
  background-image: url("../img/system/required.jpg");
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: top 15px right 21px;
  background-size: 41px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .formControl.required {
    background-position: top 12px right 15px;
  }
}
.form .formControl.warning {
  border: 1px solid red;
  background-image: url("../img/system/warning.jpg");
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: top 15px right 21px;
  background-size: 41px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .formControl.warning {
    background-position: top 12px right 15px;
  }
}
.form .formControl.warning:focus {
  outline-color: red;
}
.form .formControl.warning + .mark {
  border: 1px solid red;
}
.form .apply {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .apply {
    grid-template-columns: auto;
    row-gap: 15px;
  }
}
.form .applyFlex {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  .form .applyFlex {
    flex-direction: column;
  }
}
.form hr {
  margin-top: 10px;
  margin-bottom: 40px;
  height: 1px;
  background-color: #202120;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.form .textarea {
  height: 200px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .textarea {
    height: 110px;
  }
}
.formNewsletter {
  display: flex;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .formNewsletter .formGroup {
    row-gap: 13px;
    flex: 1;
  }
}
.formNewsletter .label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.formNewsletter .formControl {
  margin-bottom: 3px;
  border: 1px solid #D5D5D5;
  border-radius: unset;
  width: 360px;
  max-width: 100%;
  background-color: unset;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .formNewsletter .formControl {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .formNewsletter .formControl {
    width: 240px;
  }
}
.formNewsletter .btn {
  place-self: end;
  height: 50px;
  font-size: 14px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .formNewsletter .btn {
    height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .formNewsletter .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pageShopcart {
  overflow: hidden;
}
.pageShopcart h1, .pageShopcart .u-loginPage h2, .u-loginPage .pageShopcart h2 {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  .pageShopcart h1, .pageShopcart .u-loginPage h2, .u-loginPage .pageShopcart h2 {
    padding-bottom: 15px;
    font-size: 26px;
  }
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pageShopcart h1, .pageShopcart .u-loginPage h2, .u-loginPage .pageShopcart h2 {
    padding-top: 15px;
  }
}
.pageShopcart .loginTitle {
  padding-top: 60px;
  padding-bottom: 36px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pageShopcart .loginTitle {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.pageShopcart .loginForm .grid {
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pageShopcart .loginForm .grid {
    grid-template-columns: 1fr;
  }
}
.pageShopcart .loginForm .applyFlex {
  margin-top: 0;
}
.pageShopcart .loginForm .accounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  margin-bottom: 50px;
  margin-top: 40px;
  border-top: 1px solid #D5D5D5;
  padding-top: 30px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .pageShopcart .loginForm .accounts {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.pageShopcart .calc {
  text-align: center;
}
.pageShopcart .orderTab {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.pageShopcart .orderTab .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  align-items: center;
}
.pageShopcart .column {
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  width: 900px;
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pageShopcart .column {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pageShopcart .column {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .pageShopcart .column {
    padding-top: 30px;
  }
}
.pageShopcart .btns {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pageShopcart .btns {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.pageShopcart .checks {
  text-align: right;
}
.pageShopcart .checks .btn {
  margin-top: 20px;
}
.pageShopcart .down {
  align-self: flex-end;
}

.pagination {
  display: flex;
  justify-items: center;
  font-size: 16px;
}
.pagination .nav {
  padding: 10px 12px;
  text-decoration: none;
}
.pagination .img {
  width: 6px;
  height: 100%;
  background-image: url("../img/icons/arrow-l-w.svg");
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .next {
  background-image: url("../img/icons/arrow-r-w.svg");
}
.pagination .num {
  padding: 10px 12px;
  font-weight: 700;
  text-decoration: none;
}
.pagination .num:hover {
  color: #D8161C;
}
.pagination .current {
  color: #D8161C;
}

.pageAccount {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 50px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .pageAccount {
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pageAccount {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .pageAccount {
    column-gap: 20px;
  }
}
.pageAccount main {
  position: relative;
}
.pageAccount .removeAcc {
  position: absolute;
  right: 0;
  top: 55px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pageAccount .removeAcc {
    position: relative;
    top: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pageAccount .removeAcc {
    top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .pageAccount .removeAcc {
    right: 0;
  }
}

.accountMenu {
  align-self: flex-start;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 20px;
  background-color: #202120;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .accountMenu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.accountMenu .name {
  padding-left: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.accountMenu .ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 275px;
  padding-left: 0;
}
.accountMenu li {
  list-style: none;
}
.accountMenu .btn {
  border: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: left;
  background-color: #202120;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .accountMenu .btn {
    padding-left: 10px;
  }
}
.accountMenu .btn:hover, .accountMenu .btn.active {
  background-color: #D8161C;
  color: #fff;
}
.accountMenu .logout {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accountMenu .logout::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/system/logout.svg");
}

.shopcartInMenu {
  display: none;
  position: absolute;
  z-index: 4;
  top: 80px;
  right: -20px;
  width: 300px;
  background-color: #F4F4F5;
  color: #202120;
}
.shopcartInMenu:hover {
  display: block;
}
.shopcartInMenu .titleLine {
  padding: 13px 20px 12px;
  background-color: #202120;
  color: #fff;
}
.shopcartInMenu .dd {
  overflow: scroll;
  max-height: 50vh;
  padding-left: 20px;
  padding-right: 20px;
}
.shopcartInMenu .prod {
  position: relative;
  border-bottom: 1px solid #D5D5D5;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
.shopcartInMenu .title {
  display: block;
  padding-bottom: 10px;
  max-width: 230px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.shopcartInMenu .info {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 10px;
  max-width: 230px;
}
.shopcartInMenu .remove {
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 42px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/system/delete.svg");
  background-size: 18px;
}
.shopcartInMenu .priceLine {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 20px;
  padding: 20px 20px 34px;
}
.shopcartInMenu .totPrice {
  font-size: 16px;
  font-weight: 700;
}
.shopcartInMenu .btn {
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.shopcartNav {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px 30px;
  background-color: #F4F4F5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartNav {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.shopcartNav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  padding-left: 0;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartNav ul {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.shopcartNav li {
  list-style: none;
}
.shopcartNav .btn {
  width: 100%;
}
.shopcartNav .prev:hover {
  background-color: #D8161C;
}
.shopcartNav .active {
  pointer-events: none;
}
.shopcartNav .locked {
  pointer-events: none;
}

.shopcartProduct {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  column-gap: 50px;
  border-top: 1px solid #D5D5D5;
  padding: 30px 20px 40px 40px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartProduct {
    grid-template-columns: 1fr auto;
    column-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .shopcartProduct {
    padding-left: 20px;
    padding-right: 10px;
    column-gap: 20px;
  }
}
.shopcartProduct .info {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.shopcartProduct .productTitle {
  display: block;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartProduct .productTitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .shopcartProduct .productTitle {
    font-size: 22px;
  }
}
.shopcartProduct .imgA {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  width: 240px;
  background-color: #F4F4F5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartProduct .imgA {
    grid-column: span 2;
    width: 100%;
  }
}
.shopcartProduct .imgA img {
  max-height: 100%;
}
.shopcartProduct .count {
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartProduct .count {
    margin-top: 20px;
  }
}
.shopcartProduct .price {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartProduct .price {
    font-size: 18px;
  }
}
.shopcartProduct .wide {
  flex: 1;
}
.shopcartProduct .remove {
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .shopcartProduct .remove {
    align-items: flex-end;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 11px;
  }
}
.shopcartProduct .remove svg {
  fill: #D5D5D5;
  transition: 0.2s;
}
.shopcartProduct .remove:hover svg {
  fill: #D8161C;
}
.shopcartProduct .p-ks {
  min-width: 80px;
}

.userCard .info {
  display: flex;
  gap: 25px;
  padding-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .userCard .info {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.userCard .title {
  font-weight: 700;
}

.structureBar {
  padding: 10px 20px 20px;
  background-color: #F4F4F5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .structureBar {
    padding-left: 10px;
  }
}
.structureBar .m-p {
  padding-left: 0;
  list-style: none;
}
.structureBar .m-ul1 {
  display: block;
  padding-left: 0;
  list-style: none;
}
.structureBar .m-li1 {
  border-bottom: 1px solid #D5D5D5;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .structureBar .m-li1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.structureBar .m-li1:last-child {
  border-bottom: unset;
}
.structureBar .m-it1 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-decoration: unset;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .structureBar .m-it1 {
    padding-top: 11px;
    padding-bottom: 8px;
  }
}
.structureBar .m-ul2 {
  padding-bottom: 14px;
  padding-left: 0;
  list-style: none;
}
.structureBar .m-li2 {
  padding-bottom: 6px;
  padding-top: 6px;
}
.structureBar .m-it2 {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: unset;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .structureBar .m-it2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.structureBar .m-it2:hover {
  text-decoration: underline;
}
.structureBar .m-it2.m-itDd {
  margin-bottom: 12px;
}
.structureBar .m-ul3 {
  border-left: 1px solid #D5D5D5;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  list-style: none;
}
.structureBar .m-li3,
.structureBar .m-li4 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.structureBar .m-it3,
.structureBar .m-it4 {
  text-decoration: none;
}

.btnPanel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 50px;
  padding: 16px 20px;
  background-color: #F4F4F5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .btnPanel {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .btnPanel {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .btnPanel {
    grid-template-columns: repeat(3, 1fr);
  }
}
.btnPanel .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: break-spaces;
  padding-left: 10px;
  padding-right: 10px;
}

.discountLine {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #202120;
  color: #fff;
  font-weight: 700;
}

.categoryInfo {
  display: grid;
  column-gap: 50px;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 1199.9px) {
  .categoryInfo {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .categoryInfo {
    padding-top: 10px;
    padding-bottom: 20px;
    grid-template-rows: auto 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .categoryInfo {
    grid-template-rows: auto 300px;
    row-gap: 20px;
    padding-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .categoryInfo {
    grid-template-rows: auto 300px;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .categoryInfo {
    grid-template-columns: 1fr 400px;
  }
}
.categoryInfo .info {
  line-height: 26px;
}
.categoryInfo img {
  place-self: center;
}

.sumLine {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F4F4F5;
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .sumLine {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sumLine .content {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  align-items: center;
  column-gap: 60px;
  padding-right: 180px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .sumLine .content {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
.sumLine .grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-right: 1px solid #D5D5D5;
  padding-right: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .sumLine .grid {
    grid-template-columns: auto 1fr;
    border-right: none;
  }
}
.sumLine .line {
  grid-column: 1;
  display: grid;
  grid-template-columns: 70px auto;
  column-gap: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .sumLine .line {
    grid-template-columns: 120px auto;
  }
}
.sumLine .lineMain {
  grid-area: 1/2/span 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 50px;
  border-left: 1px solid #D5D5D5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .sumLine .lineMain {
    grid-area: unset;
    border-left: unset;
    display: grid;
    align-items: center;
    column-gap: 20px;
    grid-template-columns: 120px auto;
    padding-left: 0;
  }
}
.sumLine .price {
  font-weight: 700;
  text-align: left;
}
.sumLine .mainPrice {
  font-size: 40px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .sumLine .mainPrice {
    font-size: 24px;
  }
}

.orderData {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .orderData {
    grid-template-columns: 1fr;
    padding-top: 10px;
  }
}
.orderData .wide {
  column-gap: 1/-1;
}
.orderData .title {
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
}
.orderData .info {
  margin-bottom: 10px;
}

.setImg {
  display: grid;
  grid-template-columns: 400px 1fr;
  column-gap: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .setImg {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .setImg {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .setImg {
    grid-template-columns: 1fr 1fr;
  }
}
.setImg .title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .setImg .title {
    text-align: left;
  }
}
.setImg .active {
  padding: 30px 40px;
  border-radius: 8px;
  background-color: #F4F4F5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .setImg .active {
    column-gap: 15px;
    padding: 20px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .setImg .active {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.setImg .activeImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.setImg .photo {
  width: 250px;
}
.setImg .icon {
  justify-self: center;
  margin-top: 10px;
  width: 50px;
}
.setImg .linkUpp {
  display: block;
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .setImg .linkUpp {
    margin-top: 15px;
  }
}
.setImg .new {
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  padding: 42px 40px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .setImg .new {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .setImg .new {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .setImg .new {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.setImg h3 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  .setImg input[type=file] {
    width: 280px;
  }
}

.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;
}

.table {
  display: grid;
  row-gap: 4px;
  border-top: 1px solid #D5D5D5;
}
.table .row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  border-bottom: 1px solid #D5D5D5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .table .row {
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.table .rowTitle {
  border-bottom: none;
}
.table .cell {
  padding: 15px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .table .cell {
    padding: 4px 10px;
  }
}
.table .title {
  font-weight: 700;
}

.count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.count .plus,
.count .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #202120;
  color: #fff;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
}
.count .plus:hover,
.count .minus:hover {
  background-color: #D8161C;
}
.count .minusIcon,
.count .plusIcon {
  display: flex;
}
.count .minusIcon svg,
.count .plusIcon svg {
  fill: #fff;
}
.count .minusIcon {
  display: flex;
  height: 2px;
  width: 7px;
}
.count .inactive,
.count .locked {
  background-color: #D5D5D5;
  pointer-events: none;
}
.count .countInput {
  display: inline-block;
  border: 1px solid #D5D5D5;
  width: 60px;
  height: 30px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 566.9px) {
  .count .countInput {
    width: 45px;
  }
}

.dtDd {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dtDd .dt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 25px;
  background-color: #F4F4F5;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .dtDd .dt {
    padding: 13px 10px;
    font-size: 18px;
  }
}
.dtDd .dt.rolled .angle {
  transform: rotate(180deg);
}
.dtDd .angle {
  display: flex;
  width: 15px;
}
.dtDd .angle svg {
  width: 100%;
}
.dtDd .dd {
  padding-top: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .dtDd .dd {
    padding-top: 20px;
  }
}

.serviceTab {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
}
.serviceTab .headline {
  display: flex;
  align-items: center;
  min-width: 340px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #202120;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.serviceTab .title {
  flex: 1;
}
.serviceTab .angle,
.serviceTab .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
.serviceTab .angle svg,
.serviceTab .close svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}
.serviceTab .angle svg {
  width: 20px;
}
.serviceTab .angle.open svg {
  transform: rotate(180deg);
}
.serviceTab .dialog {
  display: none;
  padding: 20px 35px 30px 25px;
  background-color: #fff;
}

.messagePage {
  padding-top: 120px;
}
.messagePage .img {
  padding-bottom: 20px;
}
.messagePage .text {
  margin-bottom: 50px;
  max-width: 550px;
  line-height: 1.85;
}
.messagePage .btns {
  display: flex;
  gap: 30px;
}

.files {
  padding-top: 20px;
  padding-bottom: 20px;
}
.files .line {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  column-gap: 20px;
  border-top: 1px solid #D5D5D5;
  padding: 16px 20px;
}
.files .line:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.files .title {
  font-weight: 700;
}

.select {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #D5D5D5;
}
.select:hover .list {
  display: block;
}
.select .current {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .select .current {
    gap: 7px;
  }
}
.select .arrowIcon {
  display: block;
  width: 10px;
}
.select .arrowIcon svg {
  fill: #D5D5D5;
}
.select .list {
  display: none;
  position: absolute;
  z-index: 10;
  top: 80px;
  left: -23px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0;
  background-color: #202120;
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #F4F4F5;
  color: #202120;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .select .list {
    top: 39px;
  }
}
.select .item {
  display: block;
  padding: 5px 25px;
  text-decoration: none;
}
.select .item:hover {
  color: #D8161C;
}
.selectMenu .content {
  display: flex;
  position: absolute;
  z-index: 10;
  top: 80px;
  left: -23px;
  flex-direction: column;
  width: 280px;
  padding: 20px;
  color: #202120;
  background-color: #F4F4F5;
}
.selectMenu .label {
  display: block;
  font-weight: 700;
}
.selectMenu .btn {
  width: 100%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .gallery {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media (min-width: 567px) and (max-width: 767.9px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery .galImg {
  width: 100%;
}

.articleList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.articleList .item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  text-decoration: none;
}
.articleList .item:hover {
  color: unset;
}
.articleList .item:hover .title {
  text-decoration: underline;
}
.articleList .content {
  display: flex;
  flex-direction: column;
}
.articleList .img {
  max-width: 300px;
}
.articleList p {
  margin-bottom: 10px;
}

.messages {
  max-height: 50%;
  overflow-y: scroll;
  margin-bottom: 40px;
}
.messages .scrollableContent {
  position: relative;
}
.messages .date {
  text-align: center;
  font-weight: 700;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #202120;
  color: #fff;
  margin-bottom: 10px;
}
.messages .message {
  display: block;
  width: 90%;
  margin-bottom: 10px;
  float: left;
}
.messages .message .name {
  font-weight: 700;
}
.messages .message.me {
  float: right;
}
.messages .headOfResponse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.messageSend {
  display: grid;
  grid-template-columns: 1fr max-content;
  column-gap: 10px;
}

.infoBlock {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #F4F4F5;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .infoBlock {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.infoBlock::before, .infoBlock::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 600px;
  background-color: #F4F4F5;
}
.infoBlock::before {
  left: -600px;
}
.infoBlock::after {
  right: -600px;
}
.infoBlock .content {
  text-align: left;
}
.infoBlock p {
  margin-bottom: 30px;
  max-width: 540px;
  line-height: 1.9;
}

.yt_videoIframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.yt_videoIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.yt_videoIframeGrid {
  display: grid;
  grid-template-columns: 1fr;
}
.yt_videoIframeContainer {
  width: 100%;
}

.u-loginPage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 150px;
  padding-top: 10px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .u-loginPage {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-loginPage {
    column-gap: 50px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-loginPage {
    column-gap: 100px;
  }
}
.u-loginPage .accounts {
  margin-top: 50px;
  border-top: 1px solid #D5D5D5;
  padding-top: 30px;
  display: grid;
  row-gap: 15px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .u-loginPage .accounts {
    margin-top: 35px;
    padding-bottom: 30px;
  }
}

.u-registerCompany {
  padding-top: 70px;
}

.u-galleryTitle {
  text-decoration: none;
}

.u-selectShopcart {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.u-selectShopcart .formControl {
  margin-right: 5px;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

/* ---- Rozhold blue theme & parking page styles ---- */
:root {
  --blue-900: #0d2a4a;
  --blue-700: #154c79;
  --blue-500: #1e6bb8;
  --blue-400: #2e86de;
  --blue-300: #4a9eff;
  --blue-200: #a7c8f0;
  --blue-100: #dae8f7;
  --gray-50: #f7f9fc;
}

body {
  background: var(--gray-50);
}

header {
  background: linear-gradient(90deg, var(--blue-900), var(--blue-700));
}

.parkingHome .hero {
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  color: #fff;
  padding: 56px 0 36px;
}

.parkingHome .hero h1, .parkingHome .hero .u-loginPage h2, .u-loginPage .parkingHome .hero h2 {
  font-size: 2.2rem;
  margin: 0 0 8px;
}

.parkingHome .hero .lead {
  opacity: 0.9;
}

.parkingHome .paymentForm {
  padding: 32px 0 48px;
}

.parkingHome .paymentForm .form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(13, 42, 74, 0.15);
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.parkingHome .paymentForm .form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-400));
}

.parkingHome .priceDisplay {
  background: linear-gradient(135deg, #f8fbff, #e8f3ff);
  border: 2px solid var(--blue-200);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.parkingHome .priceDisplay h3 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--blue-900);
}

.parkingHome .totalPrice {
  color: var(--blue-500);
  font-weight: 700;
}

.parkingHome .formSection {
  margin-bottom: 24px;
}

.parkingHome .formSection h3 {
  color: var(--blue-900);
  margin: 0 0 16px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--blue-200);
  padding-bottom: 8px;
}

.parkingHome .paymentForm .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.parkingHome .personalData.grid {
  background: #fbfcfe;
  border: 1px solid #e8f0fe;
  border-radius: 12px;
  padding: 20px;
  margin-top: 24px;
}

.parkingHome .personalData h3 {
  margin: -4px 0 16px 0;
  color: var(--blue-700);
  font-size: 1.1rem;
}

.parkingHome label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--blue-900);
  font-size: 0.95rem;
}

.parkingHome input, .parkingHome select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1eaf5;
  border-radius: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.parkingHome input:focus, .parkingHome select:focus {
  outline: none;
  border-color: var(--blue-400);
  box-shadow: 0 0 0 3px rgba(46, 134, 222, 0.1);
}

.parkingHome input:invalid {
  border-color: #e74c3c;
}

.parkingHome .mapSection {
  padding: 24px 0;
  background: #fff;
}

.parkingHome .mapSection h2 {
  color: var(--blue-900);
  margin-bottom: 16px;
  font-size: 1.4rem;
}

.parkingHome #map {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(13, 42, 74, 0.1);
  border: 2px solid #e8f0fe;
}

.parkingHome .agree {
  margin: 24px 0;
  background: #f8fbff;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #e1eaf5;
}

.parkingHome .checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.5;
}

.parkingHome .checkbox input[type=checkbox] {
  width: auto;
  margin-top: 2px;
  accent-color: var(--blue-500);
}

.parkingHome .btnMain, .parkingHome .btnMainBigger, .parkingHome .shopcartNav .active, .shopcartNav .parkingHome .active {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-400));
  border: none;
  color: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.1rem;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(30, 107, 184, 0.3);
}

.parkingHome .btnMain:hover, .parkingHome .btnMainBigger:hover, .parkingHome .shopcartNav .active:hover, .shopcartNav .parkingHome .active:hover {
  background: linear-gradient(135deg, var(--blue-400), var(--blue-300));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 107, 184, 0.4);
}

.parkingHome .note {
  margin-top: 12px;
  color: #6b7c93;
  font-size: 0.9rem;
  text-align: center;
  padding: 12px;
  background: #f8fbff;
  border-radius: 8px;
}

.parkingHome .legalLinks {
  padding: 16px 0 40px;
}

.parkingHome .legalLinks .link {
  margin-right: 16px;
  color: var(--blue-500);
}

.legalPage {
  padding: 24px 0 48px;
}

.legalPage h1, .legalPage .u-loginPage h2, .u-loginPage .legalPage h2 {
  color: var(--blue-900);
}

.legalPage h2 {
  color: var(--blue-700);
  margin-top: 22px;
}

@media (max-width: 1024px) {
  .parkingHome .paymentForm .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .parkingHome .paymentForm .form {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .parkingHome .hero {
    padding: 36px 0 22px;
  }

  .parkingHome .hero h1, .parkingHome .hero .u-loginPage h2, .u-loginPage .parkingHome .hero h2 {
    font-size: 1.8rem;
  }

  .parkingHome .paymentForm .grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .parkingHome .paymentForm .form {
    padding: 20px;
  }

  .parkingHome .personalData.grid {
    padding: 16px;
  }
}
.l-productList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .l-productList {
    grid-template-columns: 1fr;
  }
}

.l-productListNarrower {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .l-productListNarrower {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .l-productListNarrower {
    grid-template-columns: 1fr 1fr;
  }
}

.l-products {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 35px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .l-products {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .l-products {
    grid-gap: 20px;
  }
}

.l-structureBar {
  margin-top: 10px;
}

.l-breadcrumbsWBtn {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 44px;
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .l-breadcrumbsWBtn {
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .l-breadcrumbsWBtn {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .l-breadcrumbsWBtn {
    padding-top: 20px;
  }
}

.l-asI {
  margin-bottom: 20px;
}

.l-selectShopcart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.l-regApply {
  align-items: center;
  justify-content: space-between;
}

.l-deliveryCompOption {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}