html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body {
  font-family: "Helvetica", sans-serif;
  background: #FFFFFF;
  overflow-x: hidden;
}

.container {
  max-width: 1775px;
}

a {
  position: relative;
  color: #000000;
  transition: all 0.3s;
}
a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
a:focus, a:active {
  box-shadow: none !important;
}
a.line {
  position: relative;
}
a.line:hover {
  text-decoration: none;
}
a.line:hover:after {
  opacity: 1;
}
a.line:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-gray {
  background: #F5F5F5;
}

.border-black {
  border: 1px solid #000000;
}

.headline--1 {
  font-size: 88px;
  font-weight: 700;
  line-height: 96px;
}
.headline--2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
}
.headline--3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
.headline--3.line {
  position: relative;
  width: 100%;
}
.headline--3.line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 22px;
  background: rgba(0, 0, 0, 0.3);
}
.headline--4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.lead--1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.lead--2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
}
.lead--3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.lead--4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26.5px;
}
.lead--5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.lead--lh-32 {
  line-height: 32px;
}
.lead--lh-36 {
  line-height: 36px;
}
.lead--400 {
  font-weight: 400 !important;
}
.lead--500 {
  font-weight: 500 !important;
}
.lead--700 {
  font-weight: 700 !important;
}

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 22.25%;
    max-width: 22.25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-9-5 {
    flex: 0 0 76%;
    max-width: 76%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-lg-2-5,
.col-lg-9-5 {
  width: 100%;
}

.text-black {
  color: #000000 !important;
}

.list-disc {
  padding-left: 24px;
}
.list-disc li {
  list-style-type: disc;
  margin-top: 10px;
}

.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 0;
  transition: all 0.3s;
}
.btn--green {
  padding: 11px 24px;
  background: #6CF414;
}
.btn--green:hover {
  background: #000000;
  color: #FFFFFF;
}
.btn--green-dark {
  padding: 15px 32px;
  background: #2D9C48;
  color: #FFFFFF;
}
.btn--gray-1 {
  padding: 11px 24px;
  background: #E8E8E8;
}
.btn--gray {
  padding: 15px 32px;
  background: #E8E8E8;
}
.btn--white {
  padding: 11px 24px;
  background: #FFFFFF;
}
.btn--white:hover {
  background: #6CF414;
  color: #000000;
}
.btn--newsletter {
  display: flex;
  align-items: center;
  gap: 38px;
  background: #E8E8E8;
  padding: 15px 24px;
  max-width: 194px;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:disabled, .btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.mt-8 {
  margin-top: 8px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-90 {
  margin-top: 88px;
}

.mt-100 {
  margin-top: 104px;
}

.mt-170 {
  margin-top: 168px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-90 {
  margin-bottom: 88px;
}

.mb-48 {
  margin-bottom: 48px;
}

.m-48 {
  margin: 48px 0;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.pt-265 {
  padding-top: 265px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-78 {
  padding-top: 78px;
}

.pt-88 {
  padding-top: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pt-150 {
  padding-top: 154px;
}

.pt-160 {
  padding-top: 160px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px 0;
}

.p-48 {
  padding: 48px 0;
}

.pb-100 {
  padding-bottom: 104px;
}

.p-90 {
  padding: 88px 0;
}

.p-100 {
  padding: 100px 0;
}

.pb-56 {
  padding-bottom: 56px;
}

.mw-1450 {
  max-width: 1450px;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1215 {
  max-width: 1215px;
}

.mw-1150 {
  max-width: 1170px;
}

.mw-700 {
  max-width: 706px;
}

.mw-530 {
  max-width: 530px;
}

.mw-904 {
  max-width: 904px;
}

.mw-555 {
  max-width: 556px;
}

.mw-585 {
  max-width: 585px;
}

.mw-820 {
  max-width: 820px;
}

.mw-850 {
  max-width: 850px;
}

.mw-410 {
  max-width: 412px;
}

.mw-265 {
  max-width: 265px;
}

.mw-100p {
  max-width: 100%;
}

.flex {
  display: flex;
}

.gap-16 {
  gap: 16px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: box-shadow 0.2s;
}
.header.sticky {
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.07);
}

header .navbar {
  padding: 18px 0 18px 0;
  height: 88px;
  transition: all 0.32s;
  z-index: 2;
  background: #FFFFFF;
  width: 100%;
}
header .navbar-brand {
  margin-right: 64px;
  padding: 0;
  z-index: 9;
}
header .navbar-brand svg {
  width: 200px;
}
header .navbar-nav .nav {
  align-items: center;
  flex-wrap: nowrap;
}
header .navbar-nav .nav a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
}
header .navbar-nav .nav a.dropdown-toggle {
  padding-right: 0;
}
header .navbar-nav .nav li.company-dropdown {
  position: relative;
}
header .navbar-nav .nav li.company-dropdown a {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
header .navbar-nav .nav li.company-dropdown a svg {
  transition: all 0.3s;
}
header .navbar-nav .nav li.company-dropdown:hover .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.company-dropdown:hover .nav-item--submenu {
  visibility: visible;
  opacity: 1;
}
header .navbar-nav .nav li.company-dropdown:hover svg {
  transform: scale(1, -1);
}
header .navbar-nav .nav li.company-dropdown:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.products-dropdown a {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
header .navbar-nav .nav li.products-dropdown a svg {
  transition: all 0.3s;
}
header .navbar-nav .nav li.products-dropdown:hover .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.products-dropdown:hover .nav-item--submenu-products {
  visibility: visible;
  opacity: 1;
}
header .navbar-nav .nav li.products-dropdown:hover svg {
  transform: scale(1, -1);
}
header .navbar-nav .nav li.products-dropdown:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.products-dropdown:hover ~ .shadow {
  z-index: -2;
}
header .navbar-nav .nav li.lang-dropdown a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  position: relative;
  letter-spacing: 0.12em;
}
header .navbar-nav .nav li.lang-dropdown a svg {
  position: relative;
  top: -1px;
  transition: all 0.3s;
}
header .navbar-nav .nav li.lang-dropdown a.nav-link:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6CF414;
  bottom: -22px;
  right: 0;
  z-index: 5;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
header .navbar-nav .nav li.lang-dropdown:hover a.nav-link:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
header .navbar-nav .nav li.lang-dropdown:hover .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.lang-dropdown:hover .nav-item--lang-submenu {
  visibility: visible;
  opacity: 1;
}
header .navbar-nav .nav li.lang-dropdown:hover svg {
  transform: scale(1, -1);
}
header .navbar-nav .nav li.lang-dropdown:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.search {
  transition: opacity 0.3s;
}
header .navbar-nav .nav li.search a {
  align-items: baseline;
  position: relative;
}
header .navbar-nav .nav li.search a svg {
  position: relative;
  transition: all 0.3s;
}
header .navbar-nav .nav li.search a svg path {
  transition: all 0.3s;
}
header .navbar-nav .nav li.search a.nav-link:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6CF414;
  bottom: -20px;
  right: 0;
  z-index: 4;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
header .navbar-nav .nav li.search a .icon-close {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
header .navbar-nav .nav li.search a.open:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
header .navbar-nav .nav li.search a.open {
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.search a.open .icon-close {
  opacity: 1;
  visibility: visible;
  height: 27px;
}
header .navbar-nav .nav li.search a.open .icon-search {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
header .navbar-nav .nav li.search:hover a.nav-link:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
header .navbar-nav .nav li.search:hover .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.search:hover a.nav-link svg path {
  fill: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav li.search.hide {
  opacity: 0;
  visibility: hidden;
}
header .navbar-nav .nav .dropdown-toggle:after {
  content: "";
  border: none;
  display: none;
}
header .navbar-nav .nav-item--submenu {
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #FAFAFA;
  padding: 34px 48px 40px 48px;
  width: 412px;
  top: 68px;
  left: 15px;
  transition: all 0.3s;
}
header .navbar-nav .nav-item--submenu:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 21px;
  top: -21px;
  left: 0;
}
header .navbar-nav .nav-item--submenu a {
  padding: 6px 0;
}
header .navbar-nav .nav-item--submenu-products {
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #FAFAFA;
  padding: 34px 0 40px 0;
  width: 100%;
  height: auto;
  top: 88px;
  left: 0;
  transition: all 0.3s;
}
header .navbar-nav .nav-item--submenu-products:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 27px;
  top: -27px;
  left: 0;
}
header .navbar-nav .nav-item--submenu-products a {
  padding: 6px 0;
}
header .navbar-nav .nav-item--submenu-products .content ul li a,
header .navbar-nav .nav-item--submenu-products .content ul li p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 0;
  cursor: pointer;
  transition: all 0.3s;
}
header .navbar-nav .nav-item--submenu-products .content ul li a:hover,
header .navbar-nav .nav-item--submenu-products .content ul li p:hover {
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav-item--submenu-products .content ul li a.active {
  position: relative;
  width: fit-content;
  cursor: pointer;
}
header .navbar-nav .nav-item--submenu-products .content ul li a.active:after {
  content: url("../images/icons/icon-arrow-down.svg");
  position: absolute;
  top: 7px;
  transform: rotate(-90deg);
  right: -23px;
}
header .navbar-nav .nav-item--submenu-products .content ul li a.active:before {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background: #000000;
}
header .navbar-nav .nav-item--submenu-products .content ul li a.active:hover {
  color: #000000;
}
header .navbar-nav .nav-item--submenu-products .content ul.sub-menu {
  max-width: 265px;
}
header .navbar-nav .nav-item--submenu-products .content div:first-child {
  flex: 0 0 290px;
}
header .navbar-nav .nav-item--lang-submenu {
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #FAFAFA;
  padding: 32px 0;
  width: 100%;
  height: auto;
  top: 88px;
  left: 0;
  transition: all 0.3s;
}
header .navbar-nav .nav-item--lang-submenu:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 26px;
  top: -26px;
  left: 0;
}
header .navbar-nav .nav-item--lang-submenu ul {
  display: flex;
  justify-content: flex-end;
}
header .navbar-nav .nav-item--lang-submenu ul li a {
  padding: 0 13px;
}
header .navbar-nav .nav-item--lang-submenu ul li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav-item--search-submenu {
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #FAFAFA;
  padding: 32px 0;
  width: 100%;
  height: auto;
  top: 88px;
  left: 0;
  transition: all 0.3s;
}
header .navbar-nav .nav-item--search-submenu .form-search {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .navbar-nav .nav-item--search-submenu .form-search svg {
  width: 33px;
  height: 33px;
  transition: all 0.3s;
}
header .navbar-nav .nav-item--search-submenu .form-search input {
  flex: 1 1 87%;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  border: none;
  background: none;
}
header .navbar-nav .nav-item--search-submenu .form-search input ::placeholder {
  color: #9D9D9C;
}
header .navbar-nav .nav-item--search-submenu .form-search input:focus {
  outline: none;
}
header .navbar-nav .nav-item--search-submenu .form-search .result {
  flex: 1 1 13%;
  text-align: right;
}
header .navbar-nav .nav-item--search-submenu .form-search .result p {
  position: relative;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  float: right;
}
header .navbar-nav .nav-item--search-submenu .form-search .result p:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #9D9D9C;
  bottom: 0;
}
header .navbar-nav .nav-item--search-submenu.open {
  opacity: 1;
  visibility: visible;
}
header .navbar-nav .nav-item--search-submenu .form-search-button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
header .navbar-nav .nav-item--search-submenu .form-search-button:focus {
  border: none;
  outline: none;
}
header .navbar-nav .nav-item--search-submenu .form-search-button:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
}
header .navbar-nav .nav-luxiona {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
header .navbar-nav .nav-luxiona svg {
  width: 110px;
}
header .navbar:hover {
  background: #FFFFFF;
}
header .navbar.bg-white {
  background: #FFFFFF;
}
header .navbar-mobile {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  left: 0;
  background: #FAFAFA;
  top: 88px;
  padding-top: 24px;
  height: calc(100vh - 88px);
  z-index: 999;
  transition: all 0.4s;
  transform: translateX(-100%);
}
header .navbar-mobile.open {
  transform: translateY(0);
}
header .navbar-mobile .nav {
  flex-direction: column;
}
header .navbar-mobile .nav .nav-item--submenu-products,
header .navbar-mobile .nav .nav-item--submenu {
  display: none;
}
header .navbar-mobile .nav-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D0D0D0;
}
header .navbar-mobile .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
header .navbar-mobile .nav .open-sub {
  z-index: 3;
  transform: rotate(-90deg);
  top: 8px;
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-mobile--lang {
  display: flex;
  padding: 30px 15px;
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
header .navbar-mobile--lang li a {
  font-weight: 500;
  padding: 10px 13px;
}
header .navbar-mobile .submenu {
  position: absolute;
  display: block !important;
  height: 100vh;
  width: 100vw;
  top: -88px;
  left: 0;
  background: #FFFFFF;
  z-index: 99;
  transition: all 0.4s;
  transform: translateX(-100%);
}
header .navbar-mobile .submenu.active {
  transform: translateX(0);
}
header .navbar-mobile .submenu.closed {
  transform: translateX(-100%) !important;
}
header .navbar-mobile .submenu-header {
  background: #FFFFFF;
  padding: 33px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar-mobile .submenu-header .title {
  font-size: 16px;
  flex: 1 1 100%;
  border-bottom: none !important;
  padding: 0 !important;
}
header .navbar-mobile .submenu-header div:first-child {
  flex: 1 1 80px;
}
header .navbar-mobile .submenu-header svg {
  cursor: pointer;
}
header .navbar-mobile .submenu .main-menu {
  background: #FAFAFA;
  height: 100vh;
  width: 100vw;
  left: 0;
  position: fixed;
  padding: 24px 24px 0 80px;
}
header .navbar-mobile .submenu .main-menu p, header .navbar-mobile .submenu .main-menu a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #D0D0D0;
  font-weight: 500;
  font-size: 16px;
}
header .navbar-mobile .submenu .main-menu p svg, header .navbar-mobile .submenu .main-menu a svg {
  transform: rotate(-90deg);
}
header .navbar-mobile .submenu .main-menu .JsOpenSubmenu a {
  border-bottom: none;
}
header .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
header #nav-icon {
  display: none;
  width: 22px;
  height: 16px;
  margin-left: 17px;
  margin-top: 3px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9;
}
header #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header #nav-icon span:nth-child(1) {
  top: 0px;
}
header #nav-icon span:nth-child(2), header #nav-icon span:nth-child(3) {
  top: 7px;
}
header #nav-icon span:nth-child(4) {
  top: 14px;
}
header #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

footer {
  background: #FAFAFA;
}
footer .footer-top {
  padding: 88px 0;
  margin: 0;
}
footer .footer-top div:first-child {
  padding-left: 0;
}
footer .footer-top div:last-child {
  padding-right: 0;
}
footer .footer-top ul {
  margin-top: 16px;
}
footer .footer-top ul li {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-top--logo svg {
  width: 200px;
}
footer .footer-bottom {
  border-top: 1px solid #D0D0D0;
  padding: 38px 0;
  margin: 0;
}
footer .footer-bottom div:first-child {
  padding-left: 0;
}
footer .footer-bottom div:last-child {
  padding-right: 0;
}
footer .footer--copyright {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer--copyright a {
  color: #9D9D9C;
}
footer .footer--social ul {
  display: flex;
  gap: 4px;
}
footer .footer--social ul li {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 1;
}
footer .footer--social ul li a {
  padding: 12px;
  border: 1px solid #E8E8E8;
  transition: background-color 0.3s;
}
footer .footer--social ul li a svg {
  width: 22px;
  height: 22px;
}
footer .footer--social ul li a:hover {
  background-color: #FFFFFF;
}

.sg {
  display: inline-flex;
  margin-left: auto;
  opacity: 0.2;
}

@media (max-width: 1199px) {
  .footer-bottom {
    gap: 32px;
  }
  .footer-bottom > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-bottom > div > .flex {
    padding: 0 !important;
  }
  .footer-bottom .sg {
    margin-left: -16px;
  }
}
@media (max-width: 1200px) {
  body .col-lg-9-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .col-lg-2-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .pt-265 {
    padding-top: 48px;
  }
  body .md-col-reverse {
    flex-direction: column-reverse;
  }
  body .single-product--options {
    margin-top: 48px;
  }
  body .single-product__description .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .single-product__description .mw-700 {
    max-width: 100%;
  }
  body .shop-family-related-slider__arrow--next {
    right: -15px;
  }
  body .shop-family-related-slider__arrow--prev {
    left: -15px;
  }
  body .boxes--item .content {
    left: auto;
    transform: translateX(0);
    padding: 0 30px 32px 30px;
  }
  body .slider-main-text--wrapper .lead--1 {
    margin-top: 20px;
  }
  body header .navbar-brand {
    margin-right: 0;
  }
  body .md-ml-auto {
    margin-left: auto;
  }
  .return-btn--desktop {
    display: none;
  }
  .return-btn--mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .return-btn--mobile {
    display: none;
  }
}
@media (min-width: 1201px) {
  .return-btn--desktop {
    display: flex;
  }
  .return-btn--mobile {
    display: none;
  }
}
@media (max-width: 1110px) {
  body header .navbar-nav .nav a {
    padding: 12px 6px;
  }
}
@media (max-width: 1065px) {
  body header .navbar-brand {
    margin-right: 0;
  }
  body header .navbar-nav .nav-luxiona {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  body .navbar-brand {
    margin-right: 20px;
  }
  body .md-justify-start {
    justify-content: flex-start !important;
  }
  body .products-table {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  body .footer-top {
    padding: 44px 0;
  }
  body .footer-top--logo {
    margin-bottom: 30px;
    padding-left: 15px !important;
  }
  body .footer-top--menu-title {
    width: 100%;
    position: relative;
    padding: 6px 0;
  }
  body .footer-top--menu-title:after {
    content: url("../images/icons/icon-arrow-down.svg");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  body .footer-top--menu-title.open:after {
    transform: scale(1, -1) translateY(50%);
  }
  body .footer-top--menu--list {
    margin-top: 0 !important;
    display: none;
  }
  body .footer-top .mw-265 {
    max-width: 100%;
  }
  body .footer--social {
    margin-top: 28px;
  }
  body .footer--social ul {
    justify-content: flex-start;
  }
  body .footer-bottom div:first-child {
    padding-left: 15px;
  }
  body .about-us-banners img {
    margin-top: 32px;
  }
  body .form-wrapper {
    margin-top: 32px;
  }
  body .mt-90 {
    margin-top: 45px;
  }
  body .contact-page .mw-265 {
    max-width: 100%;
    margin-bottom: 32px;
  }
  body .headline--4 {
    font-size: 18px;
    line-height: 28px;
  }
  body .headline--2 {
    font-size: 28px;
    line-height: 40px;
  }
  body .lead--2 {
    font-size: 18px;
  }
  body .lead--3 {
    font-size: 16px;
    line-height: 28px;
  }
  body .lead--4 {
    font-size: 16px;
    line-height: 28px;
  }
  body .col-lg-9-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .col-lg-2-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .md-col-reverse {
    flex-direction: column-reverse;
  }
  body .pt-265 {
    padding-top: 48px;
  }
  body .single-product__description {
    padding-bottom: 48px;
  }
  body .single-product__description .mw-410 {
    max-width: 100%;
  }
  body .single-product__description .mw-700 {
    max-width: 100%;
  }
  body .shop-family--description .mw-410 {
    max-width: 100%;
  }
  body .section-title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.5;
  }
  body header .navbar-nav .nav-item--search-submenu .form-search .result {
    flex: 1 1 30%;
  }
  body .md-mt-45 {
    margin-top: 44px;
  }
  body .slider-main-text--wrapper h1 {
    font-size: 42px;
    line-height: 50px;
  }
  body .slider-main-text--wrapper .lead--1 {
    margin-top: 18px;
  }
  body .slider-main-text--wrapper .btn {
    margin-top: 34px;
  }
  body .navbar-nav.mr-auto {
    display: none;
  }
  body #nav-icon {
    display: block;
  }
  body .nav-item.lang-dropdown {
    display: none;
  }
  body .xs-block {
    display: block;
  }
  body .xs-none {
    display: none;
  }
}
@media (max-width: 768px) {
  body .breadcrumb--hide-mobile {
    display: none;
  }
  body .mobile-breadcrumb {
    display: inline-flex;
    font-size: 14px;
    gap: 8px;
    align-items: center;
    color: #646363;
  }
  body .mobile-breadcrumb path {
    fill: #646363;
    transition: fill 0.3s;
  }
  body .mobile-breadcrumb:hover {
    color: #2D9C48;
  }
  body .mobile-breadcrumb:hover path {
    fill: #2D9C48;
  }
  body .footer--copyright {
    flex-direction: column;
    align-items: flex-start;
  }
  body .search-dropdown:before {
    bottom: -18px !important;
  }
  body .download-banners .col-md-6 {
    margin-bottom: 32px;
  }
  body .sm-f-column {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 24px;
  }
  body .slider-main__slide {
    display: flex;
    justify-content: space-between;
  }
  body .slider-main__slide.image-slider img {
    height: 580px;
    position: relative;
    max-height: initial;
  }
  body .slider-main__slide.image-slider img:before,
  body .slider-main__slide.image-slider picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  body .slider-main__slide.image-slider .slider-main-text--wrapper {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  body .slider-main__slide.product-slider {
    flex-direction: column;
  }
  body .slider-main__slide.product-slider img {
    width: 100%;
    height: auto;
  }
  body .slider-main__track {
    background: #E0E0E0;
  }
  body .slider-main-text--wrapper {
    position: relative;
    text-align: center;
    padding-top: 45px;
    left: 0 !important;
    top: 0;
    transform: translate(0, 0);
    margin-bottom: 32px;
  }
  body .slider-main-text--wrapper h1 {
    font-size: 42px;
    line-height: 50px;
    color: #000000;
  }
  body .slider-main-text--wrapper .lead--1 {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
    color: #000000 !important;
  }
  body .slider-main-text--wrapper .btn {
    margin-top: 34px;
    background: #FFFFFF;
  }
  body .slider-main-text--wrapper .btn:hover {
    background: #6CF414;
  }
  body .slider-main-text--wrapper.center-text {
    text-align: center;
  }
  body .slider-main-text--wrapper.center-text .mw-700 {
    margin-left: auto;
    margin-right: auto;
  }
  body .slider-main-text--wrapper.right-text {
    text-align: center;
  }
  body .slider-main-text--wrapper.right-text p {
    margin-left: auto;
  }
  body .slider-main-text--wrapper.center-to-right-text {
    max-width: 100%;
    transform: translate(0, 0);
  }
  body .slider-main__pagination {
    bottom: -90px;
  }
  body .slider-main__pagination li button.is-active:before {
    background: #2D9C48;
  }
  body .slider-main__pagination li button:before {
    background: #D0D0D0;
  }
  body .slider-main img:before, body .slider-main picture:before {
    opacity: 0;
  }
  body .shop-family--slider {
    position: relative;
    padding-bottom: 80px;
    background: #E0E0E0;
  }
  body .shop-family--slider__pagination {
    bottom: -20px;
    justify-content: center;
  }
  body .single-product--slider {
    position: relative;
    padding-bottom: 80px;
    background: #E0E0E0;
  }
  body .single-product--slider__pagination {
    bottom: -17px;
    justify-content: center;
  }
  body .single-product--slider__slide img {
    height: auto;
  }
  .headline--1 {
    font-size: 44px;
    line-height: 56px;
  }
  .headline--3 {
    font-size: 24px;
    line-height: 36px;
  }
  .btn--white {
    padding: 12px 24px;
  }
  .btn--green {
    padding: 12px 24px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-48 {
    margin-top: 24px;
  }
  header .navbar-nav {
    flex-direction: row;
    gap: 17px;
  }
  .sticky-menu {
    display: none;
  }
}
@media (max-width: 576px) {
  body #breadcrumbs {
    padding: 24px 0;
  }
  body header .result {
    display: none;
  }
  body header .search-form-input {
    font-size: 16px !important;
  }
  body header .navbar-brand svg {
    width: 150px;
  }
  body header .navbar-nav .nav-luxiona svg {
    width: 82px;
  }
  body .shop-banner img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
  }
  body .shop--item {
    margin-bottom: 32px;
  }
  body .boxes--item {
    height: 440px;
    margin-right: -24px;
    margin-left: -24px;
  }
  body .boxes--item.product-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body .boxes--item.product-box img {
    padding: 0;
    max-width: 440px;
  }
  body .boxes--item.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.homepage .slider-main-text--wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .slider-main-text--wrapper h1 {
    font-size: 36px;
  }
  body .slider-main-text--wrapper .lead--1 {
    margin-top: 18px;
  }
  body .slider-main-text--wrapper .btn {
    margin-top: 24px;
  }
  body .slider-main__slide.product-slider {
    flex-direction: column;
  }
  body .slider-main__slide.product-slider img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 400px) {
  .xs-flex-column {
    flex-direction: column;
    gap: 24px;
  }
  header .navbar-nav {
    gap: 0;
  }
}
@media (max-width: 365px) {
  header .navbar-nav .nav-luxiona {
    display: none;
  }
  header .navbar #nav-icon {
    margin-left: 17px;
  }
}
@media (max-width: 390px) {
  header #nav-icon {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 2555px;
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 992px) {
  .footer-top--menu--list {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {
  .container {
    max-width: 2555px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 576px) and (max-width: 1280px) {
  .boxes--item.product-box .content {
    margin-top: -20px !important;
  }
  .boxes--item.product-box img {
    padding: 0px calc(5vh - 2.1px) !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 2555px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 450px) {
  .download-buttons {
    flex-direction: column;
  }
}
@media (max-width: 2500px) {
  .boxes--item.product-box img {
    padding: 0 calc(4vh - 12.68px);
  }
}
.sg-cks-info {
  scrollbar-color: #6cf414 #FFF;
}

.sg-cks-info::-webkit-scrollbar-thumb {
  background-color: #6cf414;
  border: 2px solid #6cf414;
}

.sg-cks-checkbox:checked + .sg-cks-checkbox__label {
  background: #6cf414;
}

.sg-cks-settings__footer {
  border-color: #6cf414;
}

.sg-cks-settings__scrollable {
  scrollbar-color: #6cf414 #FFF;
}

.sg-cks-settings__scrollable::-webkit-scrollbar-thumb {
  background-color: #6cf414;
  border: 2px solid #6cf414;
}

.sg-cks-checkbox:checked + .sg-cks-checkbox__label {
  background: #6cf414;
}

.sg-cks-group__chevron {
  cursor: pointer;
}

.sg-cks-group__chevron:focus {
  outline: none;
}

.sg-cks-info__buttons .btn-primary, .sg-cks-settings__footer .btn-primary,
.sg-cks-info__buttons .btn-secondary, .sg-cks-settings__footer .btn-secondary {
  padding: 11px 24px;
}

.sg-cks-info__buttons .btn-primary, .sg-cks-settings__footer .btn-primary {
  background: #6cf414;
  border-color: #6cf414;
  color: #000;
}

.sg-cks-info__buttons .btn-primary:hover, .sg-cks-settings__footer .btn-primary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

body {
  overflow-x: hidden;
  padding: 88px 0 0;
}
body.noovrf {
  overflow: hidden;
}

.slider-main {
  position: relative;
}
.slider-main-text--wrapper {
  position: absolute;
  top: 47%;
  left: 56%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.slider-main-text--wrapper.center-text {
  text-align: center;
  left: 50%;
}
.slider-main-text--wrapper.center-text .mw-700 {
  margin-left: auto;
  margin-right: auto;
}
.slider-main-text--wrapper.right-text {
  text-align: right;
  left: 50%;
}
.slider-main-text--wrapper.right-text p {
  margin-left: auto;
}
.slider-main-text--wrapper.center-to-right-text {
  left: 47%;
  max-width: 50vw;
  transform: translate(0, -50%);
}
.slider-main__slide img {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
}
.slider-main__slide img:before,
.slider-main__slide picture:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.09deg, rgba(0, 0, 0, 0.4) 0.07%, rgba(0, 0, 0, 0) 99.91%);
}
.slider-main__slide .slider-main-text--wrapper {
  color: #FFFFFF !important;
  z-index: 2;
}
.slider-main__slide.image-slider .slider-main-text--wrapper h1, .slider-main__slide.image-slider .slider-main-text--wrapper p {
  color: #FFFFFF !important;
}
.slider-main__slide.product-slider .slider-main-text--wrapper h1, .slider-main__slide.product-slider .slider-main-text--wrapper p {
  color: #000000 !important;
}
.slider-main__pagination li button {
  position: relative;
  padding: 16px 16px;
  background: none;
  margin: 0;
  transition: all 0.3s;
}
.slider-main__pagination li button.is-active {
  background: none;
  transform: none;
}
.slider-main__pagination li button.is-active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slider-main__pagination li button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.slider-main__pagination li button:focus {
  border: none;
  outline: 0;
}

.boxes .col-lg-6 {
  padding-left: 16px;
  padding-right: 16px;
}
.boxes--item {
  background: #EEEEEE;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}
.boxes--item .content {
  text-align: center;
  padding: 0 72px 48px 72px;
  margin-top: 40px;
}
.boxes--item .content .headline--3 {
  color: #000000;
}
.boxes--item.product-box img {
  max-width: 1017px;
}
.boxes--item.product-box .content {
  margin-top: -47px;
}
.boxes--item.image-box.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.boxes--item.image-box .content {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.animated-progress {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4px;
  overflow: hidden;
  z-index: 999;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  position: absolute;
  text-align: end;
  background: #6CF414;
}

#wrapper {
  width: 995px;
  padding: 0px;
  margin: 0px auto;
  font-family: helvetica;
  text-align: center;
}

.blog-posts {
  background: #FFFFFF;
}
.blog-posts .heading .lead--4 {
  display: flex;
  align-items: center;
  gap: 18px;
}
.blog-posts .heading .lead--4 svg {
  width: 20px;
  height: 20px;
}
.blog-posts .blog-item-date {
  position: relative;
  width: fit-content;
}
.blog-posts .blog-item-date:after {
  content: "";
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 1px;
  background: #9D9D9C;
}
.blog-posts .blog-item-img {
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
}
.blog-posts .blog-item-img img {
  transition: all 0.3s;
}
.blog-posts .blog-item-img img:hover {
  transform: scale(1.1);
}

.single-page {
  background: #F5F5F5;
}
.single-page-banner img {
  width: 100%;
  height: calc(60vh - 88px);
  min-height: 400px;
  object-fit: cover;
}
.single-page .about-us-banners .item {
  display: flex;
  align-items: center;
}
.single-page .about-us-slider__track {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
  position: relative;
}
.single-page .about-us-slider__slide {
  max-width: 1300px;
  margin-right: 32px !important;
}
.single-page .about-us-slider__slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.single-page .about-us-slider__slide.is-visible:before {
  opacity: 0;
}
.single-page .about-us-slider__arrow {
  background: #FFFFFF;
  opacity: 1;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.single-page .about-us-slider__arrow:focus {
  border: none;
  outline: none;
}
.single-page .about-us-slider__arrow--prev svg {
  transform: rotate(180deg);
}
.single-page .about-us-slider__pagination {
  bottom: -50px;
}
.single-page .about-us-slider__pagination li button {
  padding: 16px;
  background: none;
  border-radius: 0;
  margin: 0;
  position: relative;
  transition: all 0.3s;
}
.single-page .about-us-slider__pagination li button.is-active {
  transform: scale(1);
}
.single-page .about-us-slider__pagination li button.is-active:before {
  background: #6CF414;
}
.single-page .about-us-slider__pagination li button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  background: #D0D0D0;
  border-radius: 50%;
  transition: all 0.3s;
}
.single-page .about-us-slider__pagination li button:focus {
  border: none;
  outline: none;
}

.download-banners .item {
  cursor: pointer;
}
.download-banners a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
.download-banners a svg path {
  transition: all 0.3s;
}
.download-banners a:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.download-banners a:after {
  bottom: -5px;
}

#privacy-policy ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 24px;
  margin-top: 10px;
}
#privacy-policy ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}

.accordion--item {
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  padding: 0;
  outline: none;
  transition: 0.4s;
  background: transparent;
  position: relative;
}
.accordion--item:focus {
  outline: none;
}
.accordion .icon {
  color: #000000;
  width: 22px;
  height: 22px;
  border: 0;
  font-size: 1.5em;
  position: relative;
}
.accordion .icon span {
  position: absolute;
  transition: 300ms;
  background: #000000;
}
.accordion .icon span:first-child {
  top: 0%;
  bottom: 0%;
  width: 10%;
  left: 45%;
}
.accordion .icon span:last-child {
  left: 0%;
  right: 0%;
  height: 7%;
  top: 46%;
}
.accordion .icon.active span {
  transform: rotate(90deg);
}
.accordion .icon.active span:last-child {
  left: 50%;
  right: 50%;
}
.accordion .panel {
  background: transparent;
  padding: 24px 0 0 0;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.contact-page {
  padding-top: 88px;
}
.contact-page #map_canvas {
  height: 600px;
}
.contact-page iframe {
  width: 100%;
  height: 600px;
}
.contact-page--information {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.contact-page .row a {
  position: relative;
}
.contact-page .row a:hover {
  text-decoration: none;
}
.contact-page .row a:hover:after {
  opacity: 1;
}
.contact-page .row a:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000000;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}

.form-wrapper {
  background: #FFFFFF;
  padding: 32px 48px 48px 48px;
}

.form-success {
  display: none;
}

.shadow {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
  z-index: 2;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.shadow.active {
  visibility: visible;
  opacity: 1;
}
.shadow.active-search {
  visibility: visible;
  opacity: 1;
}

.search-result span.results {
  color: #6CF414;
}
.search-result .pagination__item {
  background: #E8E8E8;
}
.search-content {
  overflow-Y: auto;
  max-height: calc(100vh - 190px);
}
.search-padd {
  padding-top: 40px;
}
.search .live-search-product a {
  display: flex;
  align-items: center !important;
  gap: 15px;
  padding: 10px 0 !important;
  border-bottom: 1px solid #D0D0D0;
}
.search .live-search-product a div:first-child {
  flex: 0 0 70px;
}

form.product-contact-form {
  padding: 48px;
  max-width: 1000px;
  margin-top: 48px;
}
form .feedback-invalid {
  display: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #eb5757;
  padding-left: 0;
  padding-top: 10px;
}
form .feedback-invalid.show {
  display: block !important;
}
form .form-group {
  margin-bottom: 8px;
  position: relative;
}
form .form-group input.form-control,
form .form-group textarea.form-control {
  padding: 19px 0 16px 0;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #9D9D9C;
  color: #000000;
  transition: all 0.3s;
}
form .form-group input.form-control::placeholder,
form .form-group textarea.form-control::placeholder {
  color: #000000;
}
form .form-group input.form-control:focus,
form .form-group textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
form .form-group .form-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.11px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .form-group .form-label a {
  color: #2D9C48;
}
form .form-group .form-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .form-group .form-label input:checked ~ .checkmark:after {
  display: block;
}
form .form-group .form-label input:checked ~ .checkmark {
  background: #2D9C48;
}
form .form-group .form-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #9D9D9C;
  transition: all 0.3s;
}
form .form-group .form-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form .form-group .form-label .checkmark:after {
  left: 8px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid #FFFFFF;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .form-group .form-label:hover input ~ .checkmark {
  border-color: #000000;
}
form .form-group .form-label:hover input:checked ~ .checkmark {
  border-color: #9D9D9C;
}
form .form-group .floating-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 23px;
  transition: 0.2s ease all;
}
form .form-group input:focus ~ .floating-label,
form .form-group textarea:focus ~ .floating-label,
form .form-group .floating-label--moved {
  top: -4px;
  left: 0;
  font-size: 11px;
  opacity: 1;
}
form .form-group.is-invalid .form-control {
  border-color: #eb5757;
}

.all-news--item {
  order: 2;
}
.all-news--item .blog-item img {
  cursor: pointer;
}
.all-news--item.first {
  order: 1 !important;
}
.all-news--item.first .blog-item {
  position: relative;
}
.all-news--item.first .blog-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.all-news--item.first .blog-item-desc {
  color: #FFFFFF;
  z-index: 10;
  position: absolute;
  bottom: 90px;
  left: 48px;
}
.all-news--item.first .blog-item-desc a {
  color: #FFFFFF;
}
.all-news--item.first .blog-item img {
  cursor: pointer;
}

.post-content br {
  content: "";
  display: block;
  height: 24px;
}
.post-share {
  display: flex;
  gap: 4px;
  margin-top: 16px;
}
.post-share li {
  display: flex;
  width: 48px;
  height: 48px;
}
.post-share li a {
  padding: 12px;
  border: 1px solid #E8E8E8;
}
.post-share li a svg {
  width: 22px;
  height: 22px;
}

.newsletter {
  background: #FFFFFF;
  padding: 24px 48px 48px 48px;
  max-width: 856px;
}
.newsletter form {
  padding: 0;
}

#variants .pagination {
  padding: 32px 0 0;
  justify-content: flex-start;
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.pagination__item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.11px;
  transition: all 0.3s;
}
.pagination__item.active {
  background: #6CF414;
}
.pagination__item:hover {
  background: #6CF414;
}
.pagination__item:hover p {
  color: #000000;
  text-decoration: none;
}
.pagination__item.disabled:hover {
  background: #FFFFFF;
}
.pagination__item p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination__item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.pagination__item.not-active {
  pointer-events: none;
}

.splide__pagination {
  bottom: 0;
  padding: 48px 1em;
}

.xs-block {
  display: none;
}

.no-search-results {
  display: none;
  padding: 40px 0 16px;
}

.productHeader {
  position: relative;
  margin-top: -88px;
  padding-bottom: 50px;
  background: #ececec;
}
.productHeader__slider, .productHeader__wrapper {
  overflow: hidden;
  height: calc(100vh - 90px - 80px - 50px);
}
.productHeader__sliderSlideImage, .productHeader__image {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 192px);
}
.productHeader__sliderSlideImageImg, .productHeader__imageImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1279px) {
  .productHeader {
    margin-top: 0;
  }
  .productHeader__slider, .productHeader__wrapper {
    height: calc(100vh - 88px - 90px - 80px - 50px);
  }
  .productHeader__sliderSlideImage, .productHeader__image {
    max-width: calc(100% - 128px);
  }
}
@media (max-width: 767px) {
  .productHeader__slider, .productHeader__wrapper {
    height: calc(100vh - 88px - 69px - 50px);
  }
}
@media (max-width: 575px) {
  .productHeader {
    padding-bottom: 30px;
  }
  .productHeader__slider, .productHeader__wrapper {
    height: auto;
  }
  .productHeader__sliderSlideImage, .productHeader__image {
    max-width: calc(100% - 36px);
  }
  .productHeader__sliderSlideImageImg, .productHeader__imageImg {
    position: static;
  }
  .productHeader--slider {
    padding-bottom: 80px;
  }
}
.single-product {
  position: relative;
}
.single-product__description .container {
  padding-left: 0;
  padding-right: 0;
}
.single-product__slider {
  position: relative;
}
.single-product__slider-pagination {
  max-width: 1745px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.single-product__slider-pagination li button {
  position: relative;
  padding: 16px;
  background: none;
  margin: 0;
  transition: all 0.3s;
}
.single-product__slider-pagination li button.is-active {
  background: none;
  transform: none;
}
.single-product__slider-pagination li button.is-active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #2D9C48;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.single-product__slider-pagination li button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.single-product__slider-pagination li button:focus {
  border: none;
  outline: 0;
}
.single-product--navigation {
  background: #FFFFFF;
}
.single-product--navigation ul {
  display: flex;
  gap: 32px;
}
.single-product--navigation ul a {
  position: relative;
  padding: 42px 0;
}
.single-product--navigation ul a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #6CF414;
}
.single-product--downloads .wrapper {
  flex-wrap: wrap;
}
.single-product--downloads .wrapper label {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #D0D0D0;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.single-product--downloads .wrapper label:after {
  content: "";
  background-image: url("../images/icons/icon-download.svg");
  width: 12px;
  height: 16px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.single-product--downloads .wrapper label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-product--downloads .wrapper label input:checked ~ .checkmark:after {
  display: block;
}
.single-product--downloads .wrapper label input:checked ~ .checkmark, .single-product--downloads .wrapper label input:checked:hover ~ .checkmark {
  background-color: #6CF414;
  border: 1px solid #6CF414;
}
.single-product--downloads .wrapper label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #9D9D9C;
  transition: all 0.3s;
}
.single-product--downloads .wrapper label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.single-product--downloads .wrapper label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #000000;
  border-width: 0px 3px 3px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-product--downloads .wrapper label:hover input ~ .checkmark {
  background-color: #E8E8E8;
}
.single-product--downloads .action {
  display: flex;
  gap: 16px;
  margin-top: 11px;
}
.single-product--options {
  border-top: 2px solid #000000;
  padding-top: 16px;
  margin-top: 200px;
}
.single-product--options .item {
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 16px;
  margin-bottom: 16px;
  gap: 12px;
}
.single-product--options .item p:first-child {
  flex: 1 1 40%;
}
.single-product--options .item p:last-child {
  flex: 1 1 60%;
}
.single-product--options .item p.empty {
  position: relative;
}
.single-product--options .item p.empty:after {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.productAccessories__wrapper {
  margin: 0 -16px;
  max-width: 100%;
}
.productAccessories__wrapper::-webkit-scrollbar {
  height: 5px;
}
.productAccessories__wrapper::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.productAccessories__wrapper::-webkit-scrollbar-thumb {
  background: #646363;
}
.productAccessories__table {
  width: calc(100% + 32px);
  border-collapse: separate;
  border-spacing: 16px 0;
}
.productAccessories__tableHead {
  text-align: left;
}
.productAccessories__tableHead tr {
  position: relative;
}
.productAccessories__tableHead tr th {
  padding-bottom: 22px;
}
.productAccessories__tableHead tr th span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.productAccessories__tableHead tr th:last-of-type {
  text-align: right;
}
.productAccessories__tableBody tr {
  position: relative;
}
.productAccessories__tableBody tr td {
  padding: 16px 0;
  max-width: 280px;
  vertical-align: middle;
}
.productAccessories__tableBody tr td:first-of-type {
  font-weight: 500;
}
.productAccessories__tableBody tr td:last-of-type {
  text-align: right;
}
.productAccessories__tableBody tr td span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D0D0D0;
}

@media (max-width: 991px) {
  .productAccessories__wrapper {
    margin: 0;
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .productAccessories__table {
    width: 100%;
    border-spacing: 0;
  }
  .productAccessories__table tr th, .productAccessories__table tr td {
    font-size: 14px;
    padding: 16px;
    min-width: 45vw;
  }
  .productAccessories__table tr th:first-of-type, .productAccessories__table tr td:first-of-type {
    padding-left: 0;
  }
  .productAccessories__table tr th:last-of-type, .productAccessories__table tr td:last-of-type {
    padding-right: 0;
    min-width: unset;
  }
}
.fslightbox-fade-in-strong {
  padding: 16px;
  background-color: #FFFFFF;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.section-title {
  margin: 0 0 48px;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 700;
}

.sticky-menu {
  background: #fff;
  width: 100%;
  position: sticky;
  top: 88px;
  z-index: 1;
  transition: box-shadow 0.2s;
}
.sticky-menu.sticky {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}
.sticky-menu__menu {
  display: inline-flex;
  gap: 32px;
}
.sticky-menu__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sticky-menu__link {
  display: block;
  padding: 32px 0;
  color: #646363;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: border-bottom-color 0.2s, color 0.2s;
}
.sticky-menu__link.active {
  border-bottom-color: #2D9C48;
}

.download-item {
  padding: 16px 0;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.download-item__btn {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.download-item__checkbox {
  display: none;
  appearance: none;
}
.download-item__checkbox:checked + label:before {
  background-color: #6CF414;
  border-color: #6CF414;
}
.download-item__checkbox:checked + label:after {
  opacity: 1;
}
.download-item__label {
  position: relative;
  padding-left: 40px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  display: -webkit-box;
}
.download-item__label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #9d9d9c;
  background-color: transparent;
  transition: border-color 0.2s, background-color 0.2s;
}
.download-item__label:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  height: 11px;
  width: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: opacity 0.2s;
}

.mobile-breadcrumb {
  display: none;
}

.shop--view_all svg {
  width: 20px;
  height: 20px;
}
.shop--item a:hover {
  text-decoration: none;
}
.shop--filters_controls {
  max-width: 388px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D0D0D0;
}
.shop-banner img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.shop-banner--family {
  height: 1000px;
}
.shop-banner--family img {
  height: 100%;
  object-fit: cover;
}
.shop-family__slider {
  position: relative;
}
.shop-family__slider-pagination {
  max-width: 1745px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.shop-family__slider-pagination li button {
  position: relative;
  padding: 16px;
  background: none;
  margin: 0;
  transition: all 0.3s;
}
.shop-family__slider-pagination li button.is-active {
  background: none;
  transform: none;
}
.shop-family__slider-pagination li button.is-active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #2D9C48;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.shop-family__slider-pagination li button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.shop-family__slider-pagination li button:focus {
  border: none;
  outline: 0;
}
.shop-family--navigation {
  background: #FFFFFF;
}
.shop-family--navigation ul {
  display: flex;
  gap: 32px;
}
.shop-family--navigation ul a {
  position: relative;
  padding: 42px 0;
}
.shop-family--navigation ul a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #6CF414;
}
.shop-family--variants .products-table table {
  position: relative;
  width: 100%;
}
.shop-family--variants .products-table table thead {
  border-bottom: 2px solid #000000;
}
.shop-family--variants .products-table table thead tr th {
  padding: 0 10px;
}
.shop-family--variants .products-table table thead tr th:first-child {
  padding-left: 0;
}
.shop-family--variants .products-table table thead tr th p {
  padding: 24px 0;
}
.shop-family--variants .products-table table thead tr th:last-child {
  text-align: right;
}
.shop-family--variants .products-table table tbody tr {
  border-bottom: 1px solid #D0D0D0;
}
.shop-family--variants .products-table table tbody tr:hover td {
  background-color: #f4f4f4;
}
.shop-family--variants .products-table table tbody tr:hover td:first-child {
  color: #2D9C48;
}
.shop-family--variants .products-table table tbody tr td {
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  padding: 15px 10px;
}
.shop-family--variants .products-table table tbody tr td:first-child {
  padding-left: 0;
}
.shop-family--variants .products-table table tbody tr td:last-child {
  padding-right: 0;
}
.shop-family--variants .products-table table tbody tr td:last-child {
  text-align: right;
}
.shop-family--variants .products-table table tbody tr td.empty {
  position: relative;
}
.shop-family--variants .products-table table tbody tr td.empty:after {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.shop-family--variants .products-table table tbody tr td:last-child:after {
  right: 0;
}
.shop-family-related-slider__arrow {
  background: #FFFFFF;
  opacity: 1;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  top: 46%;
}
.shop-family-related-slider__arrow:focus {
  border: none;
  outline: none;
}
.shop-family-related-slider__arrow--prev {
  left: -25px;
}
.shop-family-related-slider__arrow--prev svg {
  transform: rotate(180deg);
}
.shop-family-related-slider__arrow--next {
  right: -25px;
}
.shop-family--downloads .wrapper {
  flex-wrap: wrap;
}
.shop-family--downloads .wrapper label {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #D0D0D0;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shop-family--downloads .wrapper label:after {
  content: "";
  background-image: url("../images/icons/icon-download.svg");
  width: 12px;
  height: 16px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.shop-family--downloads .wrapper label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shop-family--downloads .wrapper label input:checked ~ .checkmark:after {
  display: block;
}
.shop-family--downloads .wrapper label input:checked ~ .checkmark, .shop-family--downloads .wrapper label input:checked:hover ~ .checkmark {
  background-color: #6CF414;
  border: 1px solid #6CF414;
}
.shop-family--downloads .wrapper label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #9D9D9C;
  transition: all 0.3s;
}
.shop-family--downloads .wrapper label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.shop-family--downloads .wrapper label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #000000;
  border-width: 0px 3px 3px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop-family--downloads .wrapper label:hover input ~ .checkmark {
  background-color: #E8E8E8;
}
.shop-family--downloads .action {
  display: flex;
  gap: 16px;
  margin-top: 11px;
}

.similar-products .container {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #D0D0D0;
}
.similar-products.no-border .container {
  border: none;
}

.read-more {
  cursor: pointer;
}
.read-more.opened svg {
  transition: all 0.3s;
  transform: scale(1, -1);
}
.read-more.hidden {
  visibility: hidden;
  opacity: 0;
}

.copy-desc {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 23.5px;
  width: fit-content;
}
.copy-desc span {
  display: none;
  position: absolute;
  bottom: -25px;
  white-space: nowrap;
  color: #2D9C48;
}

.desc.active {
  max-height: 105px;
  overflow: hidden;
  transition: all 0.3s;
}
.desc.active.opened {
  max-height: 100%;
}

.return-btn {
  align-items: center;
  margin-top: 35px;
  color: #646363;
  font-size: 14px;
  transition: color 0.3s;
}
.return-btn:hover {
  color: #000000;
}

.more-text {
  max-height: 0;
}
.more-text.show {
  max-height: 100%;
}

#breadcrumbs ol {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
#breadcrumbs ol li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #646363;
}

.error {
  padding: 128px 32px 64px;
  min-height: calc(100vh - 630px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.error__hero {
  width: 256px;
  height: 256px;
  margin: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error__glyph {
  position: absolute;
}
.error__glyph--top {
  left: 0;
  top: 0;
}
.error__glyph--bottom {
  right: 0;
  bottom: 0;
}
.error__code {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2D9C48;
  font-weight: 700;
}
.error__message {
  font-size: 20px;
  margin: 0 0 32px;
  line-height: 1.5;
}
.error__title {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 700;
}
.error__content {
  max-width: 560px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
