@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: "themegrill-icons";
  src: url("/static/fonts/themegrill-icons.ttf") format("truetype"), url("/static/fonts/themegrill-icons.woff2") format("woff2");
}
@font-face {
  font-family: "fontawesome";
  src: url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-width: 0;
  border-spacing: 0;
  font-family: 'Montserrat', sans-serif;
}
body {
  background: white;
  font-size: 18px;
  min-width: 320px;
}
p {
  margin: 4px 0;
}
a {
  color: #007A6B;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
button,
input[type=button],
input[type=submit],
.button {
  background: #ff6f00;
  color: white;
  text-align: center;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.button:hover {
  background: #007A6B;
}
.anchor {
  position: relative;
  top: -200px;
}
.top-bar {
  position: sticky;
  z-index: 100;
  top: 0;
  background: white;
  padding: 0.5em 0;
}
.top-bar .top-bar-inner {
  max-width: 1340px;
  min-height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-bar-inner .logo {
  display: block;
  margin-top: 5px;
  margin-right: 64px;
  text-decoration: none;
  text-align: center;
}
.top-bar .top-bar-inner .logo img {
  width: 140px;
}
.top-bar .top-bar-inner .logo h1 {
  text-transform: uppercase;
  color: #ff6f00;
  font-weight: 600;
  line-height: 1;
  font-size: 29px;
  position: relative;
  top: -4px;
}
@media (max-width: 1182px) {
  .top-bar .top-bar-inner {
    max-width: 940px;
  }
}
@media (max-width: 974px) {
  .top-bar .top-bar-inner {
    max-width: 720px;
  }
}
@media (max-width: 751px) {
  .top-bar .top-bar-inner {
    padding: 16px 15px;
    min-height: auto;
  }
}
.menu {
  text-align: center;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu ul ul {
  display: none;
}
.menu ul li {
  position: relative;
  list-style: none;
  margin: 0.2em 0.6em;
}
.menu ul li a {
  display: block;
  transition: all 0.35s ease-in-out;
  border-bottom: 2px solid white;
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
}
.menu ul li a:hover {
  border-bottom-color: #ff6f00;
}
.menu ul li a:not(:last-child)::after {
  margin-left: 0.5rem;
  font-family: "themegrill-icons";
  vertical-align: middle;
  content: "\f101";
}
.menu ul li a.menu-item-opened,
.menu ul li a.menu-item-clicked {
  color: #007A6B;
}
.menu ul li a.button {
  border-bottom-width: 0;
  color: white;
  padding: 0.7rem;
  border-radius: 4px;
  position: relative;
  top: -6px;
}
.menu ul li .mobile-menu-expand {
  display: none;
}
.menu .mobile-menu-head {
  display: none;
}
#mobile-menu-button {
  display: none;
}
@media (max-width: 1007px) {
  .menu .menu-items {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
    background: white;
    width: 300px;
    transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    transform: translateX(-100%);
    opacity: 0;
    padding: 0 20px 20px;
    overflow-y: auto;
  }
  .menu .menu-items.opened {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  .menu .menu-items .mobile-menu-head {
    display: block;
    text-align: right;
    border-bottom: 1px solid #e9ecef;
  }
  .menu .menu-items .mobile-menu-head #mobile-menu-close {
    width: 50px;
    height: 50px;
    background: white;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
  }
  .menu .menu-items .mobile-menu-head #mobile-menu-close::before {
    content: "\f00d";
    color: black;
    display: inline;
    font-family: "fontawesome";
  }
  .menu .menu-items > ul {
    display: block;
    z-index: 3;
  }
  .menu .menu-items > ul:not(:last-child) {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
  }
  .menu .menu-items li {
    margin: 0;
  }
  .menu .menu-items li a,
  .menu .menu-items li a.configurator {
    color: #16181a;
    font-family: "Raleway";
    font-size: 14.4px;
    line-height: 1.8;
    padding: 0.5em;
    border: none;
  }
  .menu .menu-items li a:hover,
  .menu .menu-items li a.configurator:hover {
    color: #007A6B;
  }
  .menu .menu-items li a::after,
  .menu .menu-items li a.configurator::after {
    display: none;
  }
  .menu .menu-items li > ul {
    display: block;
    position: static;
    visibility: hidden;
    transition: all 0.5s ease-out;
    overflow: hidden;
    max-height: 0;
    padding: 0 15px;
  }
  .menu .menu-items li > ul.mobile-menu-expanded {
    visibility: visible;
    overflow-y: auto;
    max-height: 500px;
  }
  .menu .menu-items li .mobile-menu-expand {
    display: block;
    position: absolute;
    right: 8px;
    top: 0;
    width: 35px;
    height: 41px;
    background: white;
  }
  .menu .menu-items li .mobile-menu-expand::before {
    content: "\f067";
    display: inline;
    font-family: "fontawesome";
    font-size: 12px;
    color: black;
  }
  .menu .menu-items li ul.mobile-menu-expanded + .mobile-menu-expand::before {
    content: "\f068";
  }
  #mobile-menu-button {
    display: block;
    background: transparent;
    cursor: pointer;
    padding: 10px 14px;
    color: black;
  }
  #mobile-menu-button::before {
    content: "\f109";
    font-family: "themegrill-icons";
    font-size: 21.6px;
    line-height: 1.2;
  }
  #menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: black;
    opacity: 0.05;
    display: none;
  }
}
@media (max-width: 1007px) and (max-width: 563px) {
  .menu .menu-items {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1008px) {
  .menu .menu-items > ul > li ul {
    width: 240px;
    border: 1px solid #e9ecef;
    background: white;
  }
  .menu .menu-items > ul > li:hover > ul {
    display: block;
    position: absolute;
    margin: 0;
  }
  .menu .menu-items > ul > li:hover > ul li {
    margin: 0;
  }
  .menu .menu-items > ul > li:hover > ul li a {
    position: relative;
    padding: 1em;
  }
  .menu .menu-items > ul > li:hover > ul li a:not(:last-child)::after {
    content: "\f103";
    position: absolute;
    right: 12px;
    top: 15px;
  }
  .menu .menu-items > ul > li:hover > ul li:not(:first-child) {
    border-top: 1px solid #e9ecef;
  }
  .menu .menu-items > ul > li:hover > ul li:hover > ul {
    display: block;
    position: absolute;
    top: -1px;
    left: 100%;
  }
  .menu .menu-items > ul > li:hover > ul li ul {
    margin: 0;
  }
  .menu .menu-items > ul > li > a.configurator {
    border: none;
    padding: 5px 10px;
    background: #ff6f00;
    color: white;
  }
  .menu .menu-items > ul > li > a.configurator:hover {
    background: #007A6B;
  }
  .menu .menu-items > ul > li:hover:nth-child(2) ul {
    width: 340px;
  }
  .menu ul {
    float: right;
    margin: 1.2em 0;
  }
  .menu ul.catalog-menu,
  .menu ul.web-menu {
    float: none;
    margin: 0 220px 0 0;
  }
  .menu ul.catalog-menu li a {
    color: #ff6f00;
    font-size: 80%;
    font-weight: bold;
  }
  .menu ul::after {
    content: "";
    display: block;
    clear: both;
  }
}
.flag-container {
  display: inline-block;
}
.flag {
  display: inline-block;
}
.flag img {
  width: 28px;
  height: 21px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.search {
  position: relative;
}
.search .search-show {
  text-indent: -99999px;
  color: transparent;
  position: relative;
  width: 15px;
}
.search .search-show::before {
  content: "\f10b";
  display: inline-block;
  width: 15px;
  position: absolute;
  left: 0;
  text-align: center;
  font-family: "themegrill-icons";
  font-size: 14.4px;
  text-indent: 0;
  color: black;
}
.search .search-show:hover {
  border-bottom-color: #ff6f00;
}
.search .search-form {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  width: 200px;
}
.search .search-form.opened {
  display: block;
}
.search .search-form input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  color: #16181a;
  border: 1px solid #dee2e6;
  padding: 10px 14px;
  width: 100%;
  border-radius: 0;
}
.search .search-form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.search .search-form button {
  display: none;
}
.search .search-form::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  content: "\f10b";
  font-family: themegrill-icons;
  color: #adb5bd;
}
@media (max-width: 1008px) {
  .search .search-show {
    display: none;
  }
  .search .search-form {
    position: static;
    display: block;
    width: auto;
    padding: 8px;
    margin-top: 8px;
  }
  .search .search-form::before {
    right: 18px;
  }
}
.head {
  background-color: #ECECEC;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 100%;
}
.head .head-inner {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 100px 15px 30px;
}
.head .head-inner h2 {
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.1em;
}
@media (max-width: 1007px) {
  .head .head-inner {
    text-align: center;
    padding: 15px;
  }
}
.breadcrumbs {
  max-width: 1200px;
  margin: 40px auto 10px;
  list-style: none;
  display: block;
  text-transform: uppercase;
  color: #ff6f00;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:last-child)::after {
  content: " » ";
  display: inline;
}
.breadcrumbs li a {
  color: white;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.breadcrumbs li a:hover {
  color: #ff6f00;
}
.page-width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .page-width {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.page-content {
  margin-bottom: 60px;
}
.footer-help {
  max-width: 900px;
  margin: 4rem auto 0;
  text-align: center;
}
.footer-help h3 {
  font-size: 40px;
  line-height: 1.2;
  margin: 3rem 0;
}
.footer-help p {
  margin: 3rem 0;
  font-size: 110%;
}
.footer-help p a {
  text-transform: uppercase;
  font-weight: bold;
  color: #ff6f00;
}
.footer-help h4 {
  font-size: 35px;
  line-height: 1.2;
  margin: 4rem 0;
}
.footer-help .contact-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1rem 0 5rem;
}
.footer-help .contact-items .contact-item {
  padding: 1rem 3rem;
}
.footer-help .contact-items .contact-item p {
  font-weight: bold;
  margin: 1rem 0;
  font-size: 130%;
}
.footer-help .contact-items .contact-item p:first-child {
  color: #ff6f00;
  text-transform: uppercase;
}
.footer {
  background-color: #007A6B;
  background-image: url(/static/img/footer.png);
  background-size: cover;
  background-position: center center;
  color: white;
  font-size: 16px;
  padding: 1em 0;
}
.footer .address,
.footer .copyright {
  max-width: 1160px;
  margin: 0 auto 25px;
  padding-right: 580px;
}
@media (max-width: 1199px) {
  .footer .address,
  .footer .copyright {
    max-width: 940px;
    padding-right: 470px;
  }
}
@media (max-width: 991px) {
  .footer .address,
  .footer .copyright {
    max-width: 720px;
    padding-right: 360px;
  }
}
@media (max-width: 767px) {
  .footer .address,
  .footer .copyright {
    margin: 0 15px 25px;
    padding-right: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .footer .address,
  .footer .copyright {
    text-align: center;
    padding-right: 0;
  }
}
.footer .address .logo {
  margin: 25px 0;
  max-width: 163px;
}
.page-up {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #ff6f00;
  transition: 0.5s all ease;
  text-indent: -99999px;
}
.page-up:hover {
  background: #007A6B;
}
.page-up::before {
  content: "\f108";
  display: block;
  position: absolute;
  width: 50px;
  text-align: center;
  text-indent: 0;
  font-family: "themegrill-icons";
  font-size: 1rem;
  color: white;
  line-height: 50px;
}
.page-up.hidden {
  opacity: 0;
  bottom: 20px;
}
#moving-area {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 999999;
}
.category-description {
  padding: 40px 0;
}
.category-filter-toggle {
  text-align: center;
  margin: 40px 0 20px;
}
.category-filter-toggle button {
  text-transform: uppercase;
  margin: 5px 10px;
  padding: 12px 48px;
  font-size: 18px;
}
#wizard-toggle-button + #filter-toggle-button {
  display: none;
}
.category-wizard {
  display: none;
  padding: 0 0 40px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group {
  width: 360px;
  margin: 0 20px 20px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group h3 {
  padding: 0 0 5px;
  border-bottom: 2px solid #007A6B;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step {
  padding: 5px 0;
  border-bottom: 1px solid #007A6B;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step h4,
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step h5 {
  padding: 5px 5px 3px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-option-unavailable {
  opacity: 0.5;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-text-options .wizard-option {
  padding: 0 5px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-text-options .wizard-option img {
  display: none;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-text-options-logo .wizard-option {
  padding: 0 5px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-text-options-logo .wizard-option img {
  height: 24px;
  margin: 0 6px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-text-options-logo .wizard-option input {
  float: left;
  margin-top: 4px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-text-options-logo .wizard-option .label {
  float: right;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-text-options-logo .wizard-option:after {
  content: "";
  display: block;
  clear: both;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-circle-icons {
  display: flex;
  flex-wrap: wrap;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-circle-icons .wizard-option {
  width: 33%;
  padding: 0 5px;
  text-align: center;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-circle-icons .wizard-option img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
  filter: grayscale();
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-circle-icons .wizard-option.active img {
  filter: none;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-circle-icons .wizard-option .label {
  display: none;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons {
  display: flex;
  flex-wrap: wrap;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option {
  position: relative;
  width: 33%;
  padding: 0 5px;
  text-align: center;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  filter: grayscale();
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option img + img {
  position: absolute;
  left: 70px;
  top: 50px;
  width: 40px;
  height: 40px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option.active img {
  filter: none;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option .label {
  display: none;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option .label.show {
  display: block;
  font-size: 80%;
  padding-bottom: 5px;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option label input[type=checkbox],
.category-wizard .wizard-steps .wizard-step .wizard-groups .wizard-group .wizard-group-step .wizard-double-circle-icons .wizard-option label input[type=radio] {
  order: 1;
  margin-bottom: 5px;
}
.category-wizard .wizard-steps .wizard-step-actions {
  text-align: center;
  margin: 12px 0;
}
.category-wizard .wizard-steps .wizard-step-actions button {
  font-size: 17px;
  padding: 10px 40px;
}
.category-wizard .wizard-actions {
  text-align: center;
  margin: 12px 0;
}
.category-wizard .wizard-actions button {
  font-size: 17px;
  padding: 10px 40px;
}
.category-wizard .wizard-actions button.wizard-cancel-filters-button {
  display: none;
}
.category-filter {
  display: none;
  padding: 0 40px 60px;
  overflow: hidden;
}
.category-filter .parameters {
  column-count: 1;
  column-gap: 40px;
}
@media (min-width: 720px) {
  .category-filter .parameters {
    column-count: 2;
  }
}
@media (min-width: 1060px) {
  .category-filter .parameters {
    column-count: 3;
  }
}
@media (min-width: 1400px) {
  .category-filter .parameters {
    column-count: 4;
  }
}
@media (min-width: 1740px) {
  .category-filter .parameters {
    column-count: 5;
    width: 1740px;
    margin: 0 auto;
  }
}
.category-filter .parameters .parameter {
  page-break-inside: avoid;
}
.category-filter .parameters .parameter h3 {
  padding: 6px 0 4px;
}
.category-filter .parameters .parameter .filter-img {
  width: 33%;
  padding: 0 5px;
  text-align: center;
  float: left;
  display: flex;
  flex-direction: column-reverse;
}
.category-filter .parameters .parameter .filter-img img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
  filter: grayscale();
}
.category-filter .parameters .parameter .filter-img input:checked + label img {
  filter: none;
}
.category-filter .parameters .parameter .filter-img.filter-empty {
  opacity: 50%;
}
.category-filter .parameters .parameter p:not(.filter-img) {
  clear: left;
}
.category-filter input[type=checkbox] {
  margin-right: 3px;
}
.category-filter .filter-empty label {
  color: #AAA;
}
.number-range-filter {
  padding-bottom: 2px;
}
.number-range-filter input[type=number] {
  padding: 4px;
  width: 30%;
  font-size: 16px;
  -moz-appearance: textfield;
  margin-bottom: 8px;
}
.number-range-filter input[type=number]::-webkit-outer-spin-button,
.number-range-filter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.number-range-filter .number-min {
  float: left;
  text-align: left;
}
.number-range-filter .number-max {
  float: right;
  text-align: right;
}
.number-range-filter .number-slider {
  clear: both;
  position: relative;
  margin: 10px;
  background: gray;
  height: 4px;
}
.number-range-filter .number-slider .number-button {
  position: absolute;
  margin: -6px 0 0 -8px;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
  z-index: 2;
  cursor: e-resize;
}
.number-range-filter .number-slider .number-range-bar {
  position: absolute;
  height: 100%;
  background: #007A6B;
}
.number-range-filter:not(.initialized) {
  display: none;
}
.category-search {
  margin: 20px 0;
  text-align: center;
}
.category-search input {
  width: 240px;
  border: 1px solid #007A6B;
  padding: 8px 12px;
  font-size: 16px;
}
.category-search input:focus {
  border-color: #ff6f00;
}
.category-total-results {
  display: none;
  margin: 12px 0 40px;
  text-align: center;
  font-size: 120%;
}
.category-total-results .count {
  font-weight: bold;
}
.category-current-filters {
  text-align: center;
  max-width: 1800px;
  margin: 0 auto 15px;
}
.category-current-filters .filter {
  display: inline-block;
  background: #DDD;
  border-radius: 15px;
  padding: 4px 8px 3px 12px;
  margin: 5px;
}
.category-current-filters .filter .remove {
  display: inline-block;
  text-indent: -99999px;
  width: 20px;
  position: relative;
}
.category-current-filters .filter .remove::before,
.category-current-filters .filter .remove::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: black;
  position: absolute;
  left: 9px;
  top: 3px;
  transform-origin: center center;
}
.category-current-filters .filter .remove::before {
  transform: rotate(45deg);
}
.category-current-filters .filter .remove::after {
  transform: rotate(-45deg);
}
.product-list {
  margin-bottom: 30px;
}
.product-list .product {
  width: 50%;
  float: left;
  padding: 10px;
}
.product-list .product:nth-child(2n+1) {
  clear: left;
}
.product-list .product h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 7px;
}
.product-list .product h3 .sku {
  color: #ff6f00;
}
.product-list .product .detail {
  display: flex;
  align-items: stretch;
}
.product-list .product .detail .image {
  width: 212px;
  min-width: 212px;
  height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.product-list .product .detail .image img {
  max-width: 100%;
  max-height: 100%;
}
.product-list .product .detail .info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px;
}
.product-list .product .detail .info .description {
  font-size: 16px;
  margin-bottom: 20px;
  padding-right: 50px;
  line-height: 1.6;
}
.product-list .product .detail .info .actions a {
  display: inline-block;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.product-list .product .detail .info .actions a.show {
  font-size: 16px;
  padding: 15px 35px;
  background: #007A6B;
}
.product-list .product .detail .info .actions a.show:hover {
  background: #ff6f00;
}
.product-list .product .detail .info .actions a.technical-sheet {
  font-size: 15px;
  padding: 12px 35px;
  background: #ff6f00;
}
.product-list .product .detail .info .actions a.technical-sheet:hover {
  background: #007A6B;
}
.product-list .pagination {
  clear: both;
}
.product-list .pagination .pages-row {
  padding-top: 32px;
  text-align: center;
}
.product-list .pagination .pages-row > * {
  margin: 0 5px;
}
.product-list .pagination .pages-row .current-page {
  display: inline-block;
  padding: 8px 12px;
  background: #ddd;
  font-weight: bold;
}
.product-list .pagination .pages-row .three-dots {
  display: inline-block;
  width: 60px;
  color: gray;
  font-weight: bold;
}
.product-list .pagination .pages-row .three-dots::before {
  content: "...";
  display: inline;
}
.product-list .pagination .next-row {
  text-align: center;
  padding-top: 12px;
}
.product-list .pagination .next-row button {
  font-size: 110%;
  padding: 10px 18px;
}
.product-list .loading,
.product-list .load-failure {
  clear: both;
  text-align: center;
  padding-top: 36px;
}
.product-list::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  .product-list .product {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .product-list .product h3 {
    margin-bottom: 20px;
  }
  .product-list .product .detail .image {
    width: 40%;
    height: 40%;
  }
}
@media (max-width: 767px) {
  .product-list .product .detail {
    flex-direction: column;
  }
  .product-list .product .detail .image {
    width: 100%;
    height: auto;
  }
  .product-list .product .detail .info {
    padding-left: 0;
    padding-right: 0;
  }
  .product-list .product .detail .info .actions a {
    display: block;
    text-align: center;
  }
  .product-list .product .detail .info .actions br {
    display: none;
  }
}
.product-page-body .head .head-inner {
  padding: 32px 15px;
}
.product-page-body .head h2 {
  font-size: 32px;
  padding-right: 240px;
}
.product-page-body .head h2 + p {
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  font-size: 28px;
  line-height: 1.1em;
  padding: 12px 0;
}
.product-page-body .head .breadcrumbs {
  margin: 10px auto;
}
.product-page-body .head .actions {
  max-width: 1200px;
  margin: 0 auto;
  height: 0;
  text-align: right;
  position: relative;
  bottom: 46px;
}
.product-page-body .head .actions .technical-sheet,
.product-page-body .head .actions .assembly-process {
  display: inline-block;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 16px;
  padding: 15px 35px;
  background: #ff6f00;
  margin: 0 16px 12px;
}
.product-page-body .head .actions .technical-sheet:hover,
.product-page-body .head .actions .assembly-process:hover {
  background: #007A6B;
}
@media (max-width: 1007px) {
  .product-page-body .head h2 {
    padding-right: 0;
  }
  .product-page-body .head .actions {
    position: static;
    height: auto;
    text-align: center;
  }
}
.product-page {
  position: relative;
}
.product-page .product-title {
  margin: 40px 72px 0;
}
.product-page .product-title h2 {
  font-size: 200%;
  text-transform: uppercase;
}
.product-page .product-title p {
  margin-top: 12px;
  font-size: 150%;
}
.product-page .product-icons {
  margin: 40px 72px 30px;
  line-height: 0;
  background: linear-gradient(to bottom, white 0, white calc((100% - 2px) / 2), #98B1BE calc((100% - 2px) / 2), #98B1BE calc((100% + 2px) / 2), white calc((100% + 2px) / 2), white 100%);
}
.product-page .product-icons .product-series {
  float: left;
  background: white;
}
.product-page .product-icons .product-series img {
  margin: 20px 0;
  height: 40px;
}
.product-page .product-icons .product-circle-icons {
  float: right;
  background: white;
}
.product-page .product-icons .product-circle-icons img {
  height: 80px;
  margin-left: 16px;
}
.product-page .product-icons::after {
  content: "";
  display: block;
  clear: both;
}
.product-page .main::after {
  content: "";
  display: block;
  clear: both;
}
.product-page .main .product-info {
  float: left;
  width: 60%;
  border-right: 2px solid #98B1BE;
  margin-bottom: 64px;
}
.product-page .main .product-info .product-parameters {
  margin: 24px 0 24px 64px;
  min-width: 70%;
  border-collapse: collapse;
}
.product-page .main .product-info .product-parameters td {
  background: #D8E2E7;
  border: 3px solid white;
  padding: 6px 18px;
  font-size: 110%;
}
.product-page .main .product-info .product-parameters td.value {
  font-weight: bold;
}
.product-page .main .product-info .product-parameters tr.highlight td {
  background: #FFE4C8;
}
.product-page .main .product-description .product-description-text {
  margin: 36px 72px;
}
.product-page .main .product-description .product-description-section::before {
  content: "";
  display: block;
  height: 2px;
  background: #98B1BE;
  margin-right: 72px;
}
.product-page .main .product-description .product-description-section h3 {
  margin: 24px 64px 0;
  text-transform: uppercase;
}
.product-page .main .product-description .product-description-section h3::after {
  content: ":";
}
.product-page .main .product-description .product-description-section ul {
  margin: 4px 64px 24px;
}
.product-page .main .product-description .product-description-section ul li {
  list-style: none;
  margin: 8px 0;
  position: relative;
  padding-left: 16px;
}
.product-page .main .product-description .product-description-section ul li::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #98B1BE;
  position: absolute;
  top: 2px;
  left: 0;
}
.product-page .main .product-images {
  position: relative;
  left: 20px;
}
.product-page .main .product-images img {
  display: block;
  margin: 40px auto 0;
}
.product-page .main .product-images img.image {
  max-width: 30%;
  max-height: 30%;
}
.product-page .main .product-images img.technical {
  max-width: 35%;
  max-height: 50%;
}
.product-page .technology-icons {
  clear: both;
  margin: 80px 0;
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-page .technology-icons .technology-icon {
  text-align: center;
  padding: 0 8px 24px;
  width: 128px;
}
.product-page .technology-icons .technology-icon .technology-icon-image img {
  height: 80px;
}
.product-page .technology-icons .technology-icon p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 80%;
}
@media (max-width: 1100px) {
  .product-page .actions {
    float: none;
    text-align: right;
    position: relative;
    top: 30px;
  }
  .product-page .main .product-info .product-parameters {
    margin-left: 12px;
  }
  .product-page .main .product-info .product-parameters td {
    font-size: 90%;
  }
  .product-page .main .product-info .product-description .product-description-text {
    margin: 32px 16px;
  }
  .product-page .main .product-info .product-description .product-description-section h3,
  .product-page .main .product-info .product-description .product-description-section ul {
    margin-left: 12px;
    margin-right: 32px;
  }
  .product-page .main .product-info .product-description .product-description-section::before {
    margin-right: 32px;
  }
}
@media (max-width: 800px) {
  .product-page .product-icons {
    padding: 25px 0;
  }
  .product-page .product-icons .product-series,
  .product-page .product-icons .product-circle-icons {
    float: none;
    position: static;
    text-align: center;
  }
  .product-page .product-icons .product-circle-icons {
    padding-left: 0;
    padding-top: 25px;
  }
  .product-page .product-icons .product-circle-icons img {
    margin-left: 0;
    margin-right: 16px;
  }
  .product-page .main .product-info {
    float: none;
    width: 100%;
    border-right-width: 0;
    border-bottom: 2px solid #98B1BE;
  }
  .product-page .main .product-info .product-parameters {
    margin-left: auto;
    margin-right: auto;
  }
  .product-page .main .product-info .product-description .product-description-section::before {
    margin-right: 0;
  }
  .product-page .main .product-images {
    position: static;
  }
  .product-page .main .product-images img.image {
    max-width: 75%;
    max-height: 75%;
  }
  .product-page .main .product-images img.technical {
    max-width: 85%;
    max-height: 75%;
  }
}
.cookie-consent {
  width: 562px;
  max-width: 100%;
  right: 100px;
  bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
  max-height: calc(100vh - 120px);
  position: fixed;
  overflow: auto;
  padding: 15px 20px;
  background: white;
  border-radius: 4px;
  color: #222222;
  line-height: 1.6;
}
.cookie-consent h2 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cookie-consent p {
  font-size: 12px;
  margin-bottom: 5px;
}
.cookie-consent .cookie-category {
  background-color: rgba(239, 239, 239, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
}
.cookie-consent .cookie-category h3 {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin: -10px;
  padding: 10px 40px 10px 10px;
}
.cookie-consent .cookie-category h3 .checkbox {
  float: right;
}
.cookie-consent .cookie-category h3 .checkbox .label {
  font-size: 12px;
  font-weight: 500;
}
.cookie-consent .cookie-category h3 .checkbox .label.always {
  color: green;
}
.cookie-consent .cookie-category h3 .checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.cookie-consent .cookie-category h3 .checkbox .checkbox-label {
  display: block;
  line-height: 0;
  width: 28px;
  height: 16px;
  padding: 2px 4px 2px 12px;
  border-radius: 8px;
  background: #ff6f00;
  transition: padding-left 0.5s;
  margin-top: 2px;
}
.cookie-consent .cookie-category h3 .checkbox .checkbox-label::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
}
.cookie-consent .cookie-category h3 .checkbox input:checked + .checkbox-label {
  padding-left: 4px;
}
.cookie-consent .cookie-category h3 .arrow {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: transform 0.5s;
}
.cookie-consent .cookie-category h3 .arrow::before,
.cookie-consent .cookie-category h3 .arrow::after {
  content: '';
  display: block;
  width: 2px;
  height: 11px;
  background: currentColor;
  border-radius: 1px;
  position: absolute;
  left: 9px;
  top: 4px;
  transform-origin: 1px 10px;
}
.cookie-consent .cookie-category h3 .arrow::before {
  transform: rotate(-45deg);
}
.cookie-consent .cookie-category h3 .arrow::after {
  transform: rotate(45deg);
}
.cookie-consent .cookie-category:not(.open) h3 .arrow {
  transform: rotate(0deg);
}
.cookie-consent .cookie-category:not(.open) p {
  display: none;
}
.cookie-consent .actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cookie-consent .actions button {
  height: 45px;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  flex: 1 1 0;
}
.cookie-consent .actions button.primary,
.cookie-consent .actions button.primary:hover {
  background-color: #ff6f00;
  border: 1px solid #ff6f00;
  color: white;
}
.cookie-consent .actions button.secondary,
.cookie-consent .actions button.secondary:hover {
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  color: #222222;
}
.cookie-consent .cookie-link {
  text-align: center;
}
.cookie-consent .cookie-link a,
.cookie-consent .cookie-link a:hover {
  color: #ff6f00;
  font-size: 12px;
  text-decoration: underline;
}
.cookie-consent .cookies-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: transparent;
  padding: 0;
  margin: 0;
}
.cookie-consent .cookies-close::before,
.cookie-consent .cookies-close::after {
  content: '';
  display: block;
  position: absolute;
  left: 0.5px;
  top: 8px;
  width: 19px;
  height: 4px;
  background: #222222;
  border-radius: 2px;
  transform-origin: center center;
}
.cookie-consent .cookies-close::before {
  transform: rotate(-45deg);
}
.cookie-consent .cookies-close::after {
  transform: rotate(45deg);
}
@media (max-width: 750px) {
  .cookie-consent {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .cookie-consent .actions {
    flex-direction: column;
  }
}
.cookie-consent:not(.open) {
  padding: 0;
  width: auto;
  bottom: -35px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cookie-consent:not(.open):hover {
  bottom: 0;
  transition: bottom 0.5s;
}
.cookie-consent:not(.open) p,
.cookie-consent:not(.open) .cookie-category,
.cookie-consent:not(.open) .actions,
.cookie-consent:not(.open) .cookies-close {
  display: none;
}
.cookie-consent:not(.open) h2 {
  padding: 15px;
  height: 80px;
  margin-bottom: 0;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}
.cookie-consent:not(.show-categories) .cookie-category {
  height: 0;
  overflow: hidden;
}
.cookie-consent:not(.show-categories) .cookie-consent-save {
  display: none;
}
.cookie-consent.show-categories .cookie-category {
  opacity: 1;
  margin-bottom: 10px;
  padding: 10px;
}
.cookie-consent.show-categories .cookie-consent-settings {
  display: none;
}
