<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0;
}

.btn:focus,
intup[type=button]:focus,
button:focus {
  outline-style: 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 {
  animation: autofill 0s forwards;
}

input:disabled:-webkit-autofill {
  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;
  }
}
@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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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: 15px;
  color: #000000;
  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: #76787A;
}

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

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

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

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

.wrap {
  white-space: nowrap;
}

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@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: #F07D00;
}

.hdl {
  font-weight: 700;
}

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

.clear {
  grid-column: 1;
}

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

.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: #E5FBC6;
  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;
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .pages .pagesGallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pages .pagesGallery {
    gap: 20px 20px;
  }
}
.pages .pagesGallery img {
  border: 1px solid #76787A;
}
.pages h3 {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}
.pages h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  width: 200vw;
  height: 100%;
  background-color: #F2F8FF;
  z-index: -1;
}
.pages h3 a {
  text-decoration: underline;
}
.pages h3 a:hover {
  color: #000000;
}
.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: #F2F8FF;
}
.pages .CFBlock::before {
  background-color: #E5FBC6;
}
.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;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pages .managementLine {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .pages .managementLine {
    grid-template-columns: 1fr 200px;
    padding-right: 0;
  }
}
.pages .managementLine:nth-child(odd) {
  background-color: #F2F8FF;
}
.pages .managementLine:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  width: 200vw;
  height: 100%;
  z-index: -1;
  background-color: #F2F8FF;
}
.pages .managementLine:nth-child(even) {
  background-color: #E5FBC6;
}
.pages .managementLine:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  width: 200vw;
  height: 100%;
  z-index: -1;
  background-color: #E5FBC6;
}
.pages .managementLine .p-name {
  margin-bottom: 18px;
  color: #F07D00;
  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: #F07D00;
  text-align: center;
}
.pages .managementLine .link:hover {
  color: #000000;
}
.pages .pagesIframe iframe {
  height: 370px;
}
.pages .marginAddon {
  margin-bottom: 20px;
}
.pages .pagesYoutube.ratio43 .yt_videoIframe {
  margin-top: 40px;
  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: #000000;
  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: #F07D00;
}
@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 .titleBlue {
  margin-bottom: 30px;
  padding: 40px 15px;
  background-color: #F2F8FF;
  color: #F07D00;
  font-weight: 700;
  line-height: 1.65;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .article .titleBlue {
    padding: 20px 15px;
  }
}
.article .titleGreen {
  margin-bottom: 18px;
  padding: 13px;
  background-color: #E5FBC6;
  font-size: 15px;
}
.article .titleBlue p,
.article .titleGreen p {
  margin-bottom: 0;
}
.article .inner {
  padding-left: 13px;
  padding-right: 13px;
  line-height: 22px;
}
.article p {
  margin-bottom: 22px;
}
.article a {
  text-decoration: underline;
  cursor: pointer;
}

#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: 86%;
}
#lbox .grid::after, #lbox .grid::before {
  content: none;
}
#lbox .switch,
#lbox .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #000000;
  transition: 0.2s;
}
#lbox .switch:hover,
#lbox .close:hover {
  transition: 0.2s;
  background-color: #F07D00;
}
#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;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lbox .presenter {
  max-height: 80vh;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #lbox .presenter {
    max-height: 70vh;
  }
}
@media (min-width: 0px) and (max-width: 767.9px) {
  #lbox .presenter {
    max-height: 68vh;
  }
}
#lbox .pointer {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 12px;
  bottom: -25px;
  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;
  width: 100%;
  padding: 10px 5px;
  background-color: #F07D00;
  color: #fff;
  text-align: center;
}
#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: #000000;
  transition: 0.2s;
  cursor: pointer;
}
.popup .imgClose:hover {
  background-color: #F07D00;
}
.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 {
  justify-self: end;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .popupShopcart .btnMain {
    justify-self: center;
  }
}

.popup-open &gt; :not(.notblur) {
  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: #F07D00;
}
.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: #000000;
  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 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .cookies .simple .content {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (min-width: 1200px) {
  .cookies .simple .content {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
}
.cookies .simple .btns {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       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: #F07D00;
}
.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;
  -moz-column-gap: 60px;
       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;
    -moz-column-gap: 30px;
         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;
  -moz-column-gap: 15px;
       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: #F07D00;
}
.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: #F07D00;
  border-color: #F07D00;
}
.cookies .checkboxCookies.active .checkbox-point {
  left: 18px;
  background: #fff;
  border-color: #F07D00;
}
.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: #F07D00;
}
.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: #F07D00;
  background-color: unset;
}

.btn {
  padding: 14px 80px 16px;
  background-color: #F07D00;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .btn {
    padding: 12px 20px;
  }
}
.btn:hover {
  background-color: #F07D00;
  color: #000000;
}

header {
  background-color: #000000;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 17px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  header {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
header .container {
  position: unset;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "logo top" "logo menu";
  row-gap: 18px;
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  header .container {
    grid-template-areas: "logo menu";
  }
}
header .menu {
  grid-area: menu;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  header {
    padding-left: 10px;
    padding-right: 0;
  }
}
header .logoLink {
  grid-area: logo;
  margin-left: -21px;
  align-content: center;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  header .logoLink {
    padding-top: 0;
    padding-bottom: 7px;
    padding-left: 13px;
  }
}
header .logoImg {
  height: 92px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  header .logoImg {
    height: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header .logoImg {
    height: 60px;
  }
}
header .top {
  grid-area: top;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 47px;
  text-align: right;
  height: 44px;
  padding-right: 15px;
  padding-top: 5px;
  color: #F07D00;
}
header .langs {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .flag {
  height: 27px;
  cursor: pointer;
}

.m {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  justify-items: end;
  padding-right: 7px;
  font-weight: 700;
  font-size: 14px;
}
.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: #F07D00;
}
.m .m-it1 {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 11px;
}
@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: #000000;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m .m-ul2 {
    display: none !important;
  }
}
.m .m-li2 {
  list-style: none;
  border-bottom: 1px solid #76787A;
}
.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: #000000;
}
.m .m-itDd:hover {
  color: #F07D00;
}
.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: #76787A;
  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);
}
.m .menuItemsXs {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .m .menuItemsXs {
    display: none;
  }
}
.m .menuItemsXs .link,
.m .menuItemsXs p {
  line-height: 0px;
}
.m .menuItemsXs .link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.m .menuItemsXs img {
  height: 0px;
}
.m .menuItemsXs .sramek {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 0px;
  width: 100%;
  background-color: #000000;
  color: #fff;
  font-size: 13px;
}
.m .menuItemsXs .langs {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-transform: none;
  color: #F07D00;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
@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: 63px;
  }
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m .m-ul1 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    flex-direction: column;
    border-top: 0px;
    border-bottom: 0px;
    padding-left: 0;
    background-color: #fff;
    color: #000000;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .m .m-ul1 {
    top: 130px;
  }
}
@media (min-width: 0px) and (max-width: 991.9px) {
  .m .m-ul1.rolled {
    border-top: 2px solid #F07D00;
    border-bottom: 2px solid #F07D00;
    padding-top: 15px;
  }
  .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 .m-ul1.rolled .menuItemsXs {
    gap: 5px;
    padding-top: 10px;
  }
  .m .m-ul1.rolled .link,
  .m .m-ul1.rolled p {
    line-height: 16px;
  }
  .m .m-ul1.rolled img {
    height: 27px;
  }
  .m .m-ul1.rolled .sramek {
    height: 47px;
  }
  .m .m-ul1.rolled .langs {
    padding-top: 26px;
    padding-bottom: 29px;
  }
}
.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: #F07D00;
}
.m .svgISearch {
  fill: #fff;
}

footer {
  padding-bottom: 70px;
}
footer .content {
  padding-top: 48px;
  padding-bottom: 37px;
  background: #000000;
  color: #fff;
  font-weight: 700;
}
footer .container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 991.9px) {
  footer .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
footer .h-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 30px;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .h-card {
    grid-template-columns: 1fr;
  }
}
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: #F07D00;
}
footer .socialLink svg {
  transition: 0.2s;
  fill: #fff;
}
footer .nlTitle {
  margin-bottom: 21px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .nlTitle {
    margin-top: 0;
    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: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #F07D00;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .links {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer .links {
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 60px;
  }
}
footer .links svg {
  fill: #fff;
}
footer .left {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .left {
    gap: 30px;
  }
}
footer .socials {
  align-items: center;
}
footer .partners {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}
footer .kudyznudy {
  margin-bottom: 55px;
}
footer .projektImg {
  margin-bottom: 50px;
  max-width: 751px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .projektImg {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
footer .copy {
  color: #76787A;
}
footer .contentPartners {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  footer .contentPartners {
    gap: 0;
  }
}
footer .contentPartners img {
  max-width: 300px;
  max-height: 150px;
}

.link {
  cursor: pointer;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}
.linkLine {
  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;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}
@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;
}

.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: #F07D00;
  background-color: #F07D00;
}
.checkbox input:checked ~ .mark::after {
  display: block;
}
.checkbox input:checked ~ .radio {
  border-color: #000000;
  background-color: #000000;
}
.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;
  transform: rotate(45deg);
}
.checkbox .radio {
  top: 50%;
  border: 1px solid #76787A;
  background-color: #76787A;
}
.checkboxRight {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.checkboxRight .mark,
.checkboxRight .radio {
  right: 0;
  left: unset;
}

.form .grid {
  display: grid;
  row-gap: 30px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .grid {
    row-gap: 20px;
  }
}
.form .grid3Col {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 110px;
       column-gap: 110px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .form .grid3Col {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .form .grid3Col {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .form .grid3Col {
    gap: 30px;
  }
}
.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 .formControl {
  border: 1px solid #76787A;
  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;
  -moz-column-gap: 20px;
       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: #000000;
}
@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 {
  position: relative;
}
.formNewsletter .formGroup {
  gap: 0;
}
.formNewsletter .label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.formNewsletter .formControl {
  border: 1px solid #76787A;
  border-radius: unset;
  width: 360px;
  height: 46px;
  max-width: 100%;
  background-color: #fff;
  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: 340px;
  }
}
.formNewsletter .btn {
  position: absolute;
  bottom: 0;
  right: 16px;
  display: flex;
  align-items: center;
  padding: 0;
  height: 46px;
  font-size: 14px;
  background-color: unset;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .formNewsletter .btn {
    height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .formNewsletter .btn {
    left: 266px;
    padding-left: 20px;
    padding-right: 0;
  }
}
.formNewsletter .btn svg {
  fill: #F07D00;
}

.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: #000000;
  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;
}

.productCard {
  flex: 1;
  display: grid;
  grid-template-rows: 142px 1fr;
  row-gap: 7px;
  text-decoration: none;
  font-size: 14px;
  pointer-events: none;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productCard {
    grid-template-rows: 1fr auto;
    min-width: 180px;
    font-size: 12px;
  }
}
.productCard .divImg {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .productCard .divImg {
    min-height: 85px;
  }
}
.productCard img {
  width: 100%;
}
.productCard .titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  transition: 0.2s;
}
.productCard .titleBox p {
  margin-bottom: 0;
  text-align: center;
}

a.productCard {
  cursor: pointer;
  pointer-events: all;
}
a.productCard:hover .titleBox {
  color: #F07D00;
}

.cms {
  overflow: hidden;
}
.cms h1, .cms .u-loginPage h2, .u-loginPage .cms h2 {
  display: block;
  margin-bottom: 44px;
  border-bottom: 5px solid #F4F4F5;
  padding-bottom: 5px;
  font-size: 20px;
  color: #F07D00;
  text-wrap: balance;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cms h1, .cms .u-loginPage h2, .u-loginPage .cms h2 {
    margin-bottom: 20px;
  }
}
.cms h2 {
  display: block;
  margin-bottom: 11px;
  border-bottom: 5px solid #F4F4F5;
  padding-bottom: 5px;
  color: #F07D00;
  font-size: 16px;
}
.cms h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #F07D00;
}
.cms p {
  margin-bottom: 22px;
  line-height: 1.45;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .cms p {
    margin-bottom: 10px;
  }
}
.cms a {
  text-decoration: underline;
}
.cms a:hover {
  color: #F07D00;
}
.cms .CF {
  margin-bottom: 44px;
}
.cms .CF p {
  margin-bottom: 0;
}
.cms ul {
  margin-left: 20px;
  margin-bottom: 22px;
  list-style: disc;
  line-height: 1.45;
}

.titleHeader {
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 4px black;
  background-color: #76787A;
}
.titleHeader .containerH1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .titleHeader .containerH1 {
    font-size: 12px;
  }
}

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

.CF {
  margin-top: 60px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .CF {
    margin-top: 20px;
  }
}
.CF .CFTitleLine {
  padding-top: 12px;
  padding-bottom: 13px;
  background-color: #F2F8FF;
  color: #F07D00;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
.CF .CFBlock {
  padding-top: 39px;
  padding-bottom: 44px;
  background-color: #E5FBC6;
}
.CF .texty {
  grid-column: 1/-1;
  color: #F07D00;
  line-height: 25px;
}
.CF .btn {
  grid-column: 1/-1;
  place-self: center;
}

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

.yt_videoContainer {
  max-height: 500px;
}

.u-loginPage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 150px;
       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 {
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-loginPage {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.u-loginPage .accounts {
  margin-top: 50px;
  border-top: 1px solid #76787A;
  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;
  }
}

@media (min-width: 567px) and (max-width: 767.9px) {
  .u-photo {
    display: flex;
    justify-content: flex-end;
  }
}

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

.u-gridHP {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .u-gridHP {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.u-gridHP .inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .u-gridHP .inner {
    padding-top: 20px;
  }
}
.u-gridHP .new {
  padding-bottom: 30px;
}

.l-productListHp {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 767.9px) {
  .l-productListHp {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .l-productListHp {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .l-productListHp {
    grid-template-columns: repeat(5, 1fr);
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>