/*
Theme Name: Security Net
Description: Motyw dla Security Net
Author URI: https://roxart.pl/
Author: karolina.a@roxart.pl
Version: 0.1
*/
* {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro/ReadexPro-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro/ReadexPro-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro/ReadexPro-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro/ReadexPro-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro/ReadexPro-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #202020;
  font-family: "Readex Pro", sans-serif;
  scroll-behavior: smooth;
}

.disable-scroll {
  overflow-y: hidden;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.container--small {
  max-width: 1347px;
}

.container--big {
  max-width: 1553px;
}

.container--guide {
  max-width: 910px;
}

a {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img,
iframe {
  max-width: 100%;
  display: block;
}

input {
  caret-color: #e6410f;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
select,
textarea {
  padding: 16px;
  font-family: "Readex Pro", sans-serif;
}

input[type=checkbox] {
  display: block;
  position: relative;
  cursor: pointer;
}

input[type=checkbox]::after {
  display: block;
  content: "";
  background-color: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox]::before {
  content: url(img/checkbox.svg);
  display: block;
  position: absolute;
  left: 4px;
  top: 0px;
  z-index: 6;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type=checkbox]:checked::before {
  opacity: 1;
}

.btn {
  padding: 16px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: "Readex Pro", sans-serif;
}

.btn--orange {
  background-color: #e6410f;
  color: #fff;
  border-color: #e6410f;
}

.btn--orange:hover {
  background-color: #d64012;
}

.btn--transparent {
  background-color: transparent;
  color: #202020;
  border: 1px solid #202020;
}

.btn--transparent:hover {
  background-color: #202020;
  color: #fff;
}

.btn--transparent:hover path {
  stroke: #fff;
}

.btn--black {
  border: 1px solid #202020;
  background-color: #202020;
  color: #fff;
}

.btn--black:hover {
  background-color: rgba(32, 32, 32, 0.7019607843);
  border-color: rgba(32, 32, 32, 0.7019607843);
}

.btn--black:hover svg {
  -webkit-transform: translate(5px);
  transform: translate(5px);
}

.btn--orange-border {
  border: 1px solid #e6410f;
  color: #e6410f;
  background-color: #fff;
}

.btn--orange-border:hover {
  background-color: #e6410f;
  color: #fff;
}

.btn--white-border {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn--white-border:hover {
  background-color: #fff;
  color: #202020;
}

.btn--white-border:hover path {
  stroke: #202020;
}

.btn--arrow:hover svg {
  -webkit-transform: translate(5px);
  transform: translate(5px);
}

.btn svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn:hover svg {
  -webkit-transform: translate(5px);
  transform: translate(5px);
}

.slider-arrow {
  background-color: #f5f5f5;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-arrow path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-arrow:hover {
  background-color: #e6410f;
}

.slider-arrow:hover path {
  stroke: #fff;
}

.title {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

.title--30 {
  font-size: 30px;
  line-height: 40px;
}

.title--32 {
  font-size: 32px;
  line-height: 48px;
}

.title--36 {
  font-size: 36px;
  line-height: 48px;
}

.title--white {
  color: #fff;
}

@media (max-width: 1400px) {
  .title {
    margin-bottom: 18px;
  }
  .title--32 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 380px) {
  .title--30 {
    font-size: 24px;
    line-height: 32px;
  }
  .title--32 {
    font-size: 26px;
    line-height: 38px;
  }
  .title--36 {
    font-size: 30px;
    line-height: 38px;
  }
}
.text {
  font-weight: 300;
}

.text--16 {
  font-size: 16px;
  line-height: 26px;
}

.text--18 {
  font-size: 18px;
  line-height: 32px;
}

.text--32 {
  font-size: 32px;
  line-height: 48px;
}

.text--white {
  color: #fff;
}

.text strong {
  color: #e6410f;
  text-decoration: underline;
  font-weight: 300;
}

.text p {
  margin-bottom: 16px;
}

@media (max-width: 1400px) {
  .text--32 {
    font-size: 22px;
    line-height: 34px;
  }
}
.page-404 {
  position: relative;
  background-color: #202020;
}

.page-404::after {
  display: block;
  content: url(img/p404.svg);
  position: absolute;
  top: 0;
  right: 0;
}

.page-404__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

.page-404__subtitle {
  color: #e6410f;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20px;
}

.page-404__title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #fff;
}

.page-404__title strong {
  color: #e6410f;
  text-decoration: underline;
  font-weight: 300;
}

.page-404__text-wrapper {
  max-width: 500px;
}

.page-404__img {
  max-width: 60%;
}

@media (max-width: 920px) {
  .page-404__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    padding-top: 40px;
  }
  .page-404__text-wrapper {
    padding-left: 20px;
  }
  .page-404__img {
    width: 100%;
    max-width: 470px;
  }
}
.default-page {
  font-weight: 300;
  line-height: 26px;
  padding: 30px 30px 50px;
}

.default-page p {
  margin-bottom: 17px;
}

.default-page a {
  color: #e6410f;
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px auto 140px;
}

.about-us__wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us__inner {
  width: 660px;
  position: relative;
}

.about-us__inner::after {
  display: block;
  position: absolute;
  content: url(img/about-us-arrow.svg);
  bottom: -120px;
  left: 0px;
}

.about-us__img {
  max-width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .about-us__img {
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin: 50px auto 60px;
  }
  .about-us__img {
    max-width: 100%;
    width: 634px;
  }
  .about-us__wrapper {
    max-width: 100%;
    width: 634px;
  }
}
.about-cat {
  margin: 140px 0;
}

@media (max-width: 768px) {
  .about-cat {
    margin: 70px 0;
  }
}
.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  margin-top: 30px;
  position: relative;
}

.two-col--categories:first-child::before {
  display: block;
  content: url(img/categories-before.svg);
  position: absolute;
  left: -4.8em;
  bottom: -2.8em;
}

.two-col--categories ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.two-col--categories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  max-height: 500px;
}

.two-col--categories li::before {
  display: block;
  content: url(img/check_circle.svg);
  margin-top: 2px;
}

.two-col__img {
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.two-col__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.two-col__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.two-col__title {
  max-width: 555px;
  margin-bottom: 30px;
}

.two-col__text {
  max-width: 526px;
  margin-bottom: 50px;
}

.two-col:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.two-col__svg {
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: -1;
}

@media (max-width: 1000px) {
  .two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
    padding: 0;
  }
  .two-col--categories:first-child::before {
    display: none;
  }
  .two-col__img {
    max-width: 100%;
    width: 634px;
  }
  .two-col__text {
    max-width: 634px;
    width: 100%;
    margin-bottom: 0;
  }
  .two-col__outer {
    width: 100%;
    padding: 0 30px 30px;
  }
  .two-col:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-o-nas .text-section p:first-child {
  margin: 0;
}

.text-section {
  background-color: #f5f5f5;
  padding: 100px 0;
  position: relative;
}

.text-section__text {
  max-width: 1160px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-section__squares {
  position: absolute;
  bottom: -50px;
  right: 0;
}

@media (max-width: 768px) {
  .text-section {
    padding: 50px 0 80px;
  }
}
.timeline {
  margin: clamp(40px, 9vw, 140px) 0;
}

.timeline__title {
  max-width: 870px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: center;
}

.timeline__glide {
  position: relative;
}

.timeline__glide::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  top: 69px;
}

.timeline__glide::after {
  display: block;
  content: url(img/timeline-arrow.svg);
  position: absolute;
  right: 11vw;
  top: 35px;
}

.timeline__track {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  position: relative;
}

.timeline__years {
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.timeline__years::after {
  display: block;
  content: "";
  background-color: #e8e8e8;
  width: 12px;
  height: 12px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.timeline__text {
  font-size: 14px;
  line-height: 22px;
  padding: 24px 18px;
  border: 1px solid #e8e8e8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.timeline__box {
  padding: 0 15px;
}

.timeline__box::before {
  height: 64px;
  display: block;
  content: "";
  width: 1px;
  background-color: #e8e8e8;
  margin-left: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: auto;
}

.timeline__li:hover .timeline__text {
  border-color: #e6410f;
}

.timeline__li:hover .timeline__years {
  color: #e6410f;
}

.timeline__li:hover .timeline__years::after {
  background-color: #e6410f;
}

.timeline__li:hover .timeline__box::before {
  background-color: #e6410f;
}

.shipping {
  margin: clamp(40px, 9vw, 140px) 0;
  position: relative;
}

.shipping__gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 80px 108px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.shipping iframe {
  width: 100%;
}

.shipping__left {
  max-width: 880px;
}

.shipping__squares {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 1024px) {
  .shipping__gray {
    padding: 40px 55px;
  }
  .shipping iframe {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .shipping__gray {
    padding: 40px 27px;
  }
  .shipping iframe {
    height: 260px;
  }
}
.training-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: clamp(40px, 9vw, 140px) auto clamp(40px, 15vw, 240px);
  gap: 30px;
}

.training-center__imgs {
  position: relative;
  max-width: 50%;
}

.training-center__svg {
  position: absolute;
  top: 0;
  left: 0;
}

.training-center__img2 {
  margin-top: -10vw;
  margin-left: -5.6vw;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.training-center__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.training-center__wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.training-center__inner {
  max-width: 526px;
}

@media (max-width: 1700px) {
  .training-center__img2 {
    margin-left: -24px;
  }
}
@media (max-width: 1024px) {
  .training-center__img2 {
    position: relative;
  }
}
@media (max-width: 768px) {
  .training-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .training-center__wrapper {
    width: 100%;
  }
  .training-center__inner {
    max-width: 600px;
  }
  .training-center__imgs {
    max-width: 100%;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.specialists {
  background-color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7vw;
  position: relative;
}

.specialists__img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 50%;
  height: auto;
}

.specialists__wrapper {
  max-width: 526px;
  color: #fff;
}

.specialists__black {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  padding-top: 50px;
}

.specialists__text {
  margin-bottom: 50px;
}

.specialists::after {
  display: block;
  content: url("img/white-sq-about.svg");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1700px) {
  .specialists {
    gap: 3vw;
  }
}
@media (max-width: 1540px) {
  .specialists::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
@media (max-width: 1350px) {
  .specialists::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .specialists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .specialists__img {
    max-width: 100%;
  }
}
.newsletter {
  background-image: url(img/newsletter-bg.jpg);
  background-size: cover;
  padding: 150px 0 86px;
  position: relative;
}

.newsletter::after {
  display: block;
  content: url(img/newsletter-squares.svg);
  position: absolute;
  right: 0;
  bottom: -4px;
}

.newsletter__wrapper {
  color: #fff;
  max-width: 636px;
}

.newsletter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
}

.newsletter__form {
  max-width: 416px;
}

.newsletter label {
  margin-bottom: 23px;
  display: block;
}

.newsletter .btn {
  margin-top: 23px;
  font-size: 14px;
  background-color: #161616;
}

.newsletter input[type=text],
.newsletter input[type=email] {
  border: none;
  font-weight: 300;
  font-size: 12px;
  width: 100%;
}

.newsletter span {
  width: 100%;
}

.newsletter .wpcf7-acceptance {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.newsletter a {
  color: #fff;
}

.newsletter [data-name=your-name] {
  display: block;
  position: relative;
}

.newsletter [data-name=your-name]::after {
  display: block;
  content: url(img/person_newsletter.svg);
  position: absolute;
  right: 13px;
  top: 15px;
}

.newsletter [data-name=your-email] {
  display: block;
  position: relative;
}

.newsletter [data-name=your-email]::after {
  display: block;
  content: url(img/mail_newsletter.svg);
  position: absolute;
  right: 13px;
  top: 15px;
}

.newsletter .wpcf7-not-valid-tip {
  color: #fff;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wpcf7-acceptance a {
  text-decoration: underline;
}

@media (max-width: 1700px) {
  .newsletter::after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    bottom: -2px;
  }
}
@media (max-width: 1300px) {
  .newsletter::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .newsletter {
    padding: 84px 0 40px;
  }
  .newsletter__wrapper {
    max-width: 454px;
    width: 50%;
  }
  .newsletter__form {
    width: 50%;
  }
}
@media (max-width: 710px) {
  .newsletter {
    padding: 50px 0 80px;
  }
  .newsletter::after {
    display: block;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .newsletter__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 55px;
  }
  .newsletter__wrapper {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter__form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter .btn {
    margin-left: auto;
  }
}
.nav {
  width: 100%;
  position: sticky;
  top: 0;
  height: 110px;
  background-color: #fff;
  z-index: 90;
  -webkit-box-shadow: 8px 11px 11px 0px rgba(4, 4, 4, 0.01);
  box-shadow: 8px 11px 11px 0px rgba(4, 4, 4, 0.01);
}

.nav__arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav__arrow--active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__img {
  height: auto;
}

.nav__menu {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
}

.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__link {
  color: #202020;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.nav__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__li:hover .nav__link {
  color: #e6410f;
}

.nav__li:hover .nav__path {
  stroke: #e6410f;
}

.nav__li svg {
  display: none;
}

.nav__li--mega {
  cursor: pointer;
}

.nav__li--mega svg {
  display: block;
}

.nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1300px) {
  .nav__logo {
    width: 160px;
  }
}
@media (max-width: 1200px) {
  .nav__link {
    font-size: 12px;
  }
  .nav__menu {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .nav {
    height: 70px;
  }
  .nav__menu {
    display: none;
  }
}
.lang {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

.lang__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: #949494;
  width: 50px;
  height: 50px;
}

.lang__element:hover {
  border-color: #e6410f;
  color: #e6410f;
}

.lang__element:hover path {
  stroke: #e6410f;
}

.lang__element::-moz-selection {
  background: transparent;
}

.lang__element::selection {
  background: transparent;
}

.lang__element--active {
  border: 1px solid #e8e8e8;
}

.lang__element--list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  bottom: -50px;
  background-color: #e6410f;
  color: #fff;
  border: 1px solid #e6410f;
}

.lang__element--list:hover {
  color: #fff;
}

.lang__arrow {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.lang:hover .lang__element--list {
  opacity: 1;
  visibility: visible;
}

.lang:hover .lang__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .lang {
    display: none;
  }
}
.shadow {
  position: absolute;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}

.shadow--visible {
  visibility: visible;
  opacity: 1;
}

.ham {
  border: 1px solid #e8e8e8;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 400ms;
  transition: 400ms;
  padding: 6px;
  cursor: pointer;
}

.ham__wrapper {
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ham:hover {
  border-color: #e6410f;
}

.ham:hover .line {
  stroke: #e6410f;
}

.ham--active {
  background-color: #e6410f;
}

.ham--active .line {
  stroke: #fff;
}

.ham--active:hover .line {
  stroke: #fff;
}

@media (max-width: 1024px) {
  .ham {
    width: 36px;
    height: 36px;
    padding: 0;
  }
}
.ham--active .hamRotate {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line {
  fill: none;
  -webkit-transition: 400ms;
  transition: 400ms;
  stroke: #949494;
  stroke-width: 4;
  stroke-linecap: square;
}

.ham .top {
  stroke-dasharray: 40 121;
}

.ham .bottom {
  stroke-dasharray: 40 121;
}

.ham--active .top {
  stroke-dashoffset: -68px;
}

.ham--active .bottom {
  stroke-dashoffset: -68px;
}

.search__mobile-btn {
  display: none;
  cursor: pointer;
}

.search div.asl_w {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search div.asl_w:hover {
  background-color: #f5f5f5;
}

.search div.asl_w:hover .probox,
.search div.asl_w:hover .probox .innericon {
  background-color: #f5f5f5 !important;
}

.search .asl_w_container {
  width: 274px;
}

.search .probox,
.search .probox .innericon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search div.asl_m .probox {
  width: 100%;
}

.search #ajaxsearchlite1 {
  width: auto;
  font-weight: 300 !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #e6410f !important;
}

.asl_desc {
  font-weight: 300 !important;
}

@media (max-width: 1300px) {
  .search .asl_w_container {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .search .asl_w_container {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  .search__mobile-btn {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .asl_w_container {
    display: none;
    position: fixed;
    top: 83px;
    right: 0px;
  }
  .search .asl_w_container {
    width: 100%;
    padding: 16px 30px;
  }
}
.specification {
  margin-top: 140px;
  margin-bottom: 90px;
  position: relative;
}

.specification::before {
  display: block;
  content: url(img/squares-before.svg);
  position: absolute;
  left: 0em;
  top: 6.2em;
  z-index: -1;
}

.specification::after {
  display: block;
  content: url(img/squares-before.svg);
  position: absolute;
  right: 0;
  bottom: 1em;
  z-index: -1;
}

.specification__title {
  text-align: center;
  margin-bottom: 60px;
}

.specification__container {
  max-width: 1136px;
}

.specification__info {
  min-height: 72px;
  border-collapse: collapse;
  margin-bottom: 12px;
  border: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.specification__name {
  font-weight: 500;
}

.specification__product {
  font-weight: 300;
}

.specification__size {
  font-weight: 500;
}

.specification__wrapper {
  border-collapse: collapse;
  width: 100%;
}

.specification__td {
  padding: 12px;
}

.specification__td:first-child {
  max-width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

.specification__td:nth-child(2) {
  min-width: 120px;
  width: 25%;
}

.specification__td--small {
  width: 45%;
}

.specification__td--right {
  text-align: right;
  width: 25%;
  padding-right: 40px;
}

.specification__img {
  min-width: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 1000px) {
  .specification {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .specification__title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .specification__product {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .specification__name {
    max-width: unset;
  }
  .specification__img {
    margin-left: 0px;
  }
  .specification__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: unset;
    padding: 18px 21px;
  }
  .specification__product {
    font-size: 16px;
  }
  .specification__td {
    padding: 2px 6px;
  }
  .specification__td:first-child {
    max-width: 44px;
    padding: 5px;
  }
  .specification__td:nth-child(2) {
    width: 100%;
  }
  .specification__td--right {
    text-align: center;
    width: 100%;
  }
  .specification__td--small {
    width: 100%;
    margin-bottom: 7px;
    margin-top: 5px;
  }
}
.product-parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  gap: 8px;
  list-style-type: none;
  margin-top: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-parameters__orange {
  background-color: #fef7f5;
  color: #e6410f;
  padding: 8px 20px;
  font-size: 11px;
}

.product-parameters__orange--new {
  background-color: #e6410f;
  color: #fff;
}

.product-header {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.product-header__info {
  max-width: 526px;
  width: 50%;
}

.product-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .product-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-header__info {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-header {
    margin-top: 40px;
  }
}
.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  gap: 24px;
}

.product-gallery__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 380px;
  overflow-y: auto;
  min-width: 128px;
  scrollbar-width: auto;
  scrollbar-color: #6b6b6b #ffffff;
}

.product-gallery__bullets::-webkit-scrollbar {
  width: 16px;
}

.product-gallery__bullets::-webkit-scrollbar-track {
  background: #ffffff;
}

.product-gallery__bullets::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
  border-radius: 8px;
  border: 3px solid #ffffff;
}

.product-gallery__bullet {
  background-color: #f5f5f5;
  width: 86px;
  height: 79px;
  border: none;
  padding: 0;
  display: block;
  cursor: pointer;
}

.product-gallery__bullet-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.product-gallery__slides {
  margin: 0;
}

.product-gallery__popup {
  display: block;
}

.product-gallery__img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1000px) {
  .product-gallery {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .product-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-gallery__bullets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: unset;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 470px) {
  .product-gallery__img {
    height: 270px;
  }
}
.product-informations {
  background-color: #f5f5f5;
  margin: clamp(40px, 6vw, 100px) auto;
}

.product-informations__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
}

.product-informations__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  max-width: 260px;
  line-height: 20px;
  font-weight: 300;
}

.product-informations__li strong {
  font-weight: 500;
}

.product-informations__svg {
  min-width: 46px;
}

@media only screen and (max-width: 768px) {
  .product-informations__li {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 410px) {
  .product-informations__li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 450px) {
  .wrapper {
    gap: 12px;
  }
}
.related-products {
  margin: clamp(40px, 10vw, 110px) auto;
}

.related-products__title {
  text-align: center;
  margin-bottom: 40px;
}

.related-products__glide {
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
}

.related-products__slide {
  height: unset;
}

.related-products__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  background-color: #fef7f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  padding: 17px;
  cursor: pointer;
}

.related-products__arrow:hover {
  background-color: #e6410f;
}

.related-products__arrow:hover path {
  stroke: #fff;
}

.related-products__arrow--left {
  left: 16em;
}

.related-products__arrow--right {
  right: 16em;
}

.related-products__slides {
  padding: 10px 0;
}

.related-products__track {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.related-products .box {
  height: 100%;
}

@media only screen and (max-width: 1830px) {
  .related-products__arrow--left {
    left: 9em;
  }
  .related-products__arrow--right {
    right: 9em;
  }
}
@media only screen and (max-width: 1640px) {
  .related-products__arrow--left {
    left: 3em;
  }
  .related-products__arrow--right {
    right: 3em;
  }
}
@media only screen and (max-width: 1480px) {
  .related-products__arrow--left {
    left: 2em;
  }
  .related-products__arrow--right {
    right: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .related-products__title {
    margin-bottom: 20px;
  }
  .related-products__arrow--left {
    left: 11px;
  }
  .related-products__arrow--right {
    right: 11px;
  }
}
@media only screen and (max-width: 650px) {
  .related-products__track {
    max-width: 390px;
  }
  .related-products__glide {
    padding-left: 73px;
    padding-right: 73px;
  }
  .related-products__slides {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.box {
  padding: 32px 24px;
  border: 1px solid #e8e8e8;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.8);
  box-shadow: 0px 3px 10px rgba(232, 232, 232, 0.8);
}

.box--post {
  width: calc(25% - 18px);
}

.box__img-wrapper {
  position: relative;
}

.box__video {
  max-height: 143px;
  margin-bottom: 18px;
}

.box__video iframe {
  height: auto;
}

.box__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 18px;
  height: auto;
  max-height: 170px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 170px !important;
}

.box__img--hovered {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.box__orange {
  font-size: 11px;
  color: #e6410f;
  margin-bottom: 6px;
  font-weight: 300;
  min-height: 14px;
}

.box__name {
  font-weight: 500;
  color: #202020;
  line-height: 26px;
}

.box__btn {
  margin-top: 30px;
  width: 100%;
}

.box__btn:hover svg {
  -webkit-transform: unset;
  transform: unset;
}

.box__btn:hover path {
  fill: #fff;
}

@media only screen and (max-width: 1200px) {
  .box {
    padding: 22px 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .box--post {
    width: calc(33.3333333333% - 17px);
  }
}
@media only screen and (max-width: 768px) {
  .box--post {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 500px) {
  .box__btn {
    margin-top: 23px;
    font-size: 12px;
    padding: 16px 11px;
  }
  .box__btn svg {
    width: 12px;
    min-width: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .box--post {
    width: calc(50% - 6px);
  }
}
@media only screen and (max-width: 360px) {
  .box {
    width: 100%;
  }
}
.files {
  margin: clamp(40px, 10vw, 140px) auto;
  scroll-margin-top: 150px;
}

.files__title {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .files {
    scroll-margin-top: 110px;
  }
  .files__title {
    margin-bottom: 40px;
  }
}
.footer {
  background-color: #202020;
  position: relative;
  color: #949494;
}

.footer__squares {
  position: absolute;
  top: 0px;
  left: 0px;
}

.footer__title {
  margin-bottom: 24px;
}

.footer__arrow {
  position: absolute;
  right: 7em;
  top: 80px;
}

.footer__arrow rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__arrow:hover rect {
  fill: #e6410f;
}

.footer__bottom {
  border-top: 1px solid rgba(148, 148, 148, 0.2509803922);
}

.footer__bottom-wrapper {
  padding: 46px 30px;
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__roxart {
  color: #949494;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer__roxart path {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.footer__roxart:hover path {
  fill: #e6410f;
}

.footer__wrapper {
  padding: 80px 30px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.footer__text {
  color: #949494;
  font-weight: 300;
  font-size: 14px;
}

.footer__text strong {
  color: #e6410f;
  font-weight: 300;
}

.footer__informations {
  font-size: 14px;
  font-weight: 300;
  margin: 40px 0;
}

.footer__informations strong {
  font-weight: 500;
}

.footer__informations p {
  margin-bottom: 10px;
}

.footer__informations a {
  color: #949494;
  display: block;
  margin-bottom: 10px;
}

.footer__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__sm-link {
  width: 36px;
  height: 36px;
  border: 1px solid #acacac;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__sm-link:hover {
  opacity: 1;
}

.footer__menu {
  padding-left: 0;
  list-style-type: none;
}

.footer__li {
  margin-bottom: 14px;
  font-weight: 300;
}

.footer__link {
  color: #949494;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__link:hover {
  color: #e6410f;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 480px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .footer__squares {
    display: none;
  }
  .footer__arrow {
    right: 2em;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__right {
    gap: 30px;
    max-width: 407px;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 55px;
  }
  .footer__right {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .footer__social-media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__informations {
    margin: 50px 0 20px;
  }
  .footer__informations a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 500px) {
  .footer__arrow {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
.mega-menu {
  border-top: 2px solid #f5f5f5;
  width: 100%;
  min-height: 540px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  height: 100%;
}

.mega-menu::before {
  content: "";
  display: block;
  height: 3px;
  margin-top: -2px;
  background-color: #e6410f;
}

.mega-menu--products::before {
  width: 37%;
}

.mega-menu--knowledge::before {
  width: 42%;
}

.mega-menu--show {
  visibility: visible;
  opacity: 1;
}

.mega-menu__wrapper {
  display: none;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mega-menu__wrapper:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mega-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.mega-menu__right {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 68px;
  padding-left: 4em;
  border-left: 1px solid #f5f5f5;
}

.mega-menu .box {
  width: calc(33.3333333333% - 16px);
}

@media only screen and (max-width: 1300px) {
  .mega-menu__right {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 1024px) {
  .mega-menu {
    display: none;
  }
}
.menu-products__boxes {
  display: none;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 881px;
  margin-left: auto;
}

.menu-products__boxes:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-products__box {
  width: 160px;
}

.menu-products__box:hover .menu-products__img-box {
  background-color: #e6410f;
}

.menu-products__box:hover .menu-products__name {
  color: #e6410f;
  text-decoration: underline;
}

.menu-products__img-box {
  background-color: #f5f5f5;
  width: 160px;
  height: 160px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-products__img {
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.menu-products__name {
  color: #202020;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  letter-spacing: -0.2px;
}

.menu-categories {
  list-style-type: none;
  padding-left: 0;
  max-width: 330px;
  width: 40%;
  padding-top: 52px;
  margin: 0;
  position: relative;
}

.menu-categories__category {
  width: 100%;
}

.menu-categories__link {
  color: #202020;
  font-weight: 300;
  padding: 11px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-categories__link:hover {
  color: #e6410f;
}

.menu-categories::before {
  content: url(img/mega-menu-arrow.svg);
  display: block;
  position: absolute;
  bottom: 4em;
  left: 0;
  z-index: 3;
}

@media only screen and (max-width: 1300px) {
  .menu-categories {
    width: 25%;
  }
}
.small-hero {
  background-color: #f5f5f5;
  padding: 22px 0;
}

.small-hero__breadcrumbs {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  color: #aaaaaa;
}

.small-hero__breadcrumbs span span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-hero a {
  color: #aaaaaa;
}

.hero {
  background-color: #f5f5f5;
  padding: 22px 0 61px;
  position: relative;
}

.hero__breadcrumbs {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  color: #aaaaaa;
}

.hero__breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero a {
  color: #aaaaaa;
}

.hero__title {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.hero__title--light {
  font-weight: 300;
}

.hero::after {
  content: url(img/hero-after.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.hero::before {
  content: url(img/hero-before.svg);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.breadcrumb_last {
  color: #e6410f;
}

.categories {
  position: relative;
}

.categories__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categories__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.categories--margin {
  margin-top: 100px;
  margin-bottom: 140px;
}

.categories--arrows::after {
  content: url(img/right-arrows-categories.svg);
  display: block;
  position: absolute;
  top: 45%;
  right: 4em;
  z-index: -1;
}

.categories--arrows::before {
  content: url(img/left-arrows-categories.svg);
  display: block;
  position: absolute;
  top: 45%;
  left: 4em;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .categories--margin {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .categories--margin {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.category-tile {
  width: calc(33.3333333333% - 16px);
  background-color: #f5f5f5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.category-tile__img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: auto;
  width: 100%;
}

.category-tile__no-img {
  width: 100%;
}

.category-tile__name {
  color: #202020;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category-tile__cta {
  color: #949494;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category-tile__cta::after {
  margin-top: 11px;
  display: block;
  content: "";
  width: 36px;
  height: 1px;
  background-color: #e6410f;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category-tile__bottom {
  padding: 0px 20px 43px;
}

.category-tile:hover {
  background-color: #e6410f;
}

.category-tile:hover .category-tile__name {
  color: #fff;
}

.category-tile:hover .category-tile__cta {
  color: #fff;
}

.category-tile:hover .category-tile__cta::after {
  background-color: #fff;
  width: 75px;
}

.category-tile:hover .category-tile__img {
  -webkit-transform: translate(0, -12px);
  transform: translate(0, -12px);
}

@media only screen and (max-width: 1300px) {
  .category-tile__name {
    margin-top: 10px;
  }
  .category-tile__cta {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .category-tile__name {
    margin-top: 25px;
    margin-bottom: 13px;
    font-size: 18px;
  }
  .category-tile__cta {
    font-size: 8px;
    margin-bottom: 12px;
  }
  .category-tile__bottom {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .category-tile {
    width: calc(50% - 12px);
  }
  .category-tile__bottom {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .category-tile {
    width: 100%;
  }
}
.cat-arrow {
  position: absolute;
  z-index: -1;
}

.cat-arrow--left {
  top: 46%;
  right: 4%;
}

.cat-arrow--right {
  top: 14%;
  left: 4%;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 140px;
}

.contact__left {
  max-width: 526px;
  width: 50%;
}

.contact__address {
  font-style: normal;
  border-right: 1px solid #e8e8e8;
  width: 50%;
  padding-right: 10px;
}

.contact__title {
  margin-bottom: 50px;
}

.contact__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  color: #202020;
  font-weight: 300;
  font-size: 14px;
}

.contact__map p {
  margin-bottom: 5px;
}

.contact__map a {
  color: #e6410f;
  text-decoration: underline;
}

.contact__info {
  color: #949494;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  padding-left: 10px;
}

.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__text {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 10px 24px 0px;
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 20px;
  margin-top: 60px;
}

.contact__text strong {
  font-weight: 500;
}

.contact__svg {
  min-width: 22px;
  margin-top: 5px;
}

.map {
  width: 100%;
}

.form {
  max-width: 636px;
  width: 50%;
}

.form__two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  width: 100%;
  font-weight: 300;
  border: 1px solid #e8e8e8;
}

.form__text {
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 24px;
}

.form__submit {
  width: 100%;
  margin-top: 50px;
  border: #e6410f;
}

.form .wpcf7-acceptance {
  font-weight: 300;
  font-size: 12px;
}

.form a {
  color: #e6410f;
  text-decoration: underline;
}

.form input[type=checkbox]::after {
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
}

.form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 950px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .contact__left {
    max-width: 636px;
    width: 100%;
  }
  .form {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__info {
    padding-left: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact__address {
    border-right: none;
    width: 100%;
  }
  .contact__text {
    margin-top: 20px;
  }
  .contact__title {
    margin-bottom: 30px;
  }
  .form__two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.text-top {
  margin-top: 100px;
  margin-bottom: 60px;
}

.text-top__wrapper {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 300;
  line-height: 26px;
}

.text-top__wrapper::before {
  display: block;
  content: url(img/arrow-seo.svg);
  margin-top: 3px;
}

.text-top strong {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .text-top {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.fragment {
  background-color: #f5f5f5;
  padding: 57px 0;
  position: relative;
  margin: 80px 0;
}

.fragment__wrapper {
  border-left: 2px solid #e6410f;
  padding: 18px 40px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}

.fragment__svg {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .fragment {
    margin: 40px 0;
    padding: 30px 0;
  }
  .fragment__wrapper {
    font-size: 22px;
    line-height: 33px;
  }
}
.img-guide {
  margin: 80px auto;
}

.img-guide__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .img-guide {
    margin: 40px auto;
  }
}
.wyswig {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}

.rox-blog-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.28em;
  color: #202020;
  margin-bottom: 32px;
}

.wyswig h1,
.wyswig h2,
.wyswig h3,
.wyswig h4,
.wyswig h5,
.wyswig h6,
.wyswig p {
  margin-bottom: 20px;
}

.wyswig h1,
.wyswig h2,
.wyswig h3,
.wyswig h4,
.wyswig h5,
.wyswig h6 {
  font-weight: 600;
}

.wyswig h2 {
  font-size: 32px;
  line-height: 1.3em;
}

.wyswig strong {
  font-weight: 400;
}

.wyswig ul,
.wyswig ol {
  list-style-type: none;
}

.wyswig li {
  margin-bottom: 6px;
  position: relative;
}

.wyswig li::before {
  display: block;
  position: absolute;
  left: -20px;
  content: url(img/list-before.svg);
  min-width: 7px;
}

.gray-bg {
  background-color: #f5f5f5;
  margin: 80px auto;
  max-width: 1076px;
}

.gray-bg__wrapper {
  padding: 65px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .gray-bg {
    margin: 40px auto;
  }
  .gray-bg__wrapper {
    padding: 24px 0;
  }
}
.guide-info {
  color: #949494;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 30px;
}

.guide-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.guide-categories h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
}
.guide-categories__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide-bottom {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
  margin-bottom: 140px;
}

.guide-bottom__info {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide-bottom__btn {
  color: #949494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.guide-bottom__btn svg,
.guide-bottom__btn path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.guide-bottom__btn:hover {
  color: #e6410f;
}

.guide-bottom__btn:hover svg {
  -webkit-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
}

.guide-bottom__btn:hover path {
  stroke: #e6410f;
}

.guide-bottom__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guide-bottom__text {
  color: #949494;
}

.guide-bottom__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #949494;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.guide-bottom__icon path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.guide-bottom__icon:hover {
  border-color: #e6410f;
}

.guide-bottom__icon:hover path {
  fill: #e6410f;
}

@media only screen and (max-width: 1000px) {
  .guide-bottom {
    margin-bottom: 70px;
  }
}
.similar-articles {
  background-color: #f5f5f5;
  padding: 100px 0 140px;
}

.similar-articles__title {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .similar-articles {
    padding: 70px 0 80px;
  }
  .similar-articles__title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .similar-articles {
    padding: 53px 0 65px;
  }
  .similar-articles__title {
    margin-bottom: 18px;
  }
}
.articles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 100px;
}
@media (max-width: 575.98px) {
  .articles__wrapper {
    row-gap: 40px;
  }
}

.articles__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles__btns .rox-btn-active {
  display: none;
}
.articles__btns .btn {
  padding: 12px 16px;
}
.articles__btns .btn--transparent {
  border-color: #E8E8E8;
}
.articles__btns .btn--transparent:hover {
  background-color: transparent;
  color: #202020;
  border-color: #202020;
}
.articles__btns h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
  padding-right: 4px;
}

@media only screen and (max-width: 768px) {
  .articles__btns {
    margin-bottom: 40px;
  }
}
.article {
  width: calc(33.3333333333% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #202020;
}

.article--header {
  padding: 32px 24px;
  border: 1px solid #e8e8e8;
}

.article__img-wrapper {
  position: relative;
}

.article__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 250px;
}

.article__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin: 0;
  padding-left: 10px;
  list-style-type: none;
}

.article__category {
  background-color: #202020;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.45px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.article__title {
  margin-bottom: 30px;
  font-size: 24px;
  margin-top: 40px;
}

.article__title--header {
  margin-bottom: 25px;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 500;
}

.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 49px;
}

.article__bottom--header {
  margin-top: 3px;
}

.article__excerpt {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.article__time {
  border-left: 1px solid #e8e8e8;
  padding-left: 11px;
  color: #949494;
  font-size: 14px;
  font-weight: 300;
}

.article__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50%;
  min-width: 206px;
}

.article__btn--header {
  width: 100%;
}

@media only screen and (max-width: 1300px) {
  .article__title {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 30px;
  }
  .article__excerpt {
    font-size: 14px;
  }
  .article__bottom {
    margin-top: 26px;
  }
  .article__bottom--header {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .article--header {
    padding: 22px 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .article {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 600px) {
  .article {
    margin-top: 17px;
    width: 100%;
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 40px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .pagination {
    margin: 60px 0;
  }
}
.page-numbers {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  color: #202020;
  font-size: 14px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.page-numbers:hover {
  border-color: #E6410F;
}

.page-numbers.current {
  background-color: #E6410F;
  color: #fff;
}

.home-hero {
  position: relative;
  margin-top: -15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero__slide {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5.7vw;
  padding-left: 20px;
  height: unset;
}

.home-hero__text-wrapper {
  max-width: 526px;
  padding: clamp(40px, 7vw, 110px) 0;
  width: 100%;
}

.home-hero__text {
  margin: 30px 0 50px;
}

.home-hero__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.home-hero__arrow--right {
  right: 6vw;
}

.home-hero__arrow--left {
  left: 6vw;
  background-color: #e8e8e8;
}

.home-hero__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.home-hero__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  margin-top: -3px;
}

.home-hero__bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  border: none;
  max-width: 12px;
  max-height: 12px;
  cursor: pointer;
}

.home-hero .glide__bullet--active {
  background-color: #e6410f;
}

@media only screen and (max-width: 1770px) {
  .home-hero__arrow--right {
    right: 30px;
  }
  .home-hero__arrow--left {
    left: 30px;
  }
}
@media only screen and (max-width: 1700px) {
  .home-hero__arrow {
    display: none;
  }
}
@media only screen and (max-width: 1340px) {
  .home-hero__text-wrapper {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
    padding-left: 0;
    background-color: #fff;
  }
  .home-hero__img {
    height: auto;
  }
  .home-hero__text-wrapper {
    padding: 30px;
    padding-top: 70px;
    max-width: 600px;
  }
  .home-hero__bullets {
    position: absolute;
    width: 100%;
    top: 61vw;
    background-color: #fff;
    padding-top: 10px;
    margin-top: 0;
  }
}
.icons {
  border: 1px solid #e8e8e8;
  position: relative;
  margin-top: 70px;
  margin-bottom: 112px;
}

.icons__list {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: #fff;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icons__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 23px);
}

.icons__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.icons::after {
  padding: 30px;
  display: block;
  content: url(img/home-hero-img.svg);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .icons__element {
    width: calc(50% - 23px);
  }
}
@media only screen and (max-width: 590px) {
  .icons {
    border: none;
  }
  .icons::after {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  .icons__list {
    padding: 0;
    -webkit-transform: unset;
    transform: unset;
    gap: 24px;
  }
}
@media only screen and (max-width: 550px) {
  .icons {
    margin-top: 0;
  }
  .icons::after {
    -webkit-transform: translate(-50%, 120%);
    transform: translate(-50%, 120%);
  }
  .icons__element {
    width: 100%;
    max-width: 300px;
  }
}
.menu {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  .menu {
    padding: 103px 0 150px;
    position: fixed;
    overflow-x: auto;
    z-index: 85;
    top: 110px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  .menu::before {
    content: "";
    display: block;
    width: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    position: absolute;
    top: 0px;
    height: 3px;
    background-color: #e6410f;
  }
  .menu--show {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .menu--show::before {
    width: 84%;
  }
  .menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu__wrapper::before {
    display: block;
    content: url(img/squares-before.svg);
    position: absolute;
    left: -17em;
    top: 5em;
  }
  .menu__wrapper::after {
    display: block;
    content: url(img/squares-before.svg);
    position: absolute;
    right: -17em;
    top: 41em;
  }
  .menu__col {
    width: calc(33.3333333333% - 16px);
  }
  .menu__title {
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 30px;
    color: #202020;
    font-weight: 600;
    display: block;
  }
  .menu__box {
    padding: 40px 36px;
    border: 1px solid #e8e8e8;
    margin-bottom: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu__box:hover {
    border-color: #e6410f;
  }
  .menu__box:hover .menu__box-title {
    color: #e6410f;
  }
  .menu__box-title {
    font-size: 20px;
    font-weight: 600;
    color: #202020;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu__small-title {
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #202020;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
  }
  .menu__small-title::before {
    display: block;
    content: url(img/menu-arrow.svg);
  }
  .menu__small-title::after {
    display: block;
    content: "";
    width: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: 15px;
    background-color: #e6410f;
    height: 1px;
    position: absolute;
    bottom: 0;
  }
  .menu__small-title:hover {
    color: #e6410f;
  }
  .menu__small-title:hover::after {
    width: calc(100% - 12px);
  }
  .menu__subcategory--children {
    font-weight: 300;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #202020;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
  }
  .menu__subcategory--children::before {
    display: block;
    content: url(img/menu-arrow.svg);
  }
  .menu__subcategory--children::after {
    display: block;
    content: "";
    width: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: 15px;
    background-color: #e6410f;
    height: 1px;
    position: absolute;
    bottom: 0;
  }
  .menu__subcategory--children:hover {
    color: #e6410f;
  }
  .menu__subcategory--children:hover::after {
    width: calc(100% - 23px);
  }
  .menu__subcategory--no-children {
    color: #949494;
    font-weight: 300;
    display: block;
    margin-top: 16px;
    padding-left: 20px;
    position: relative;
  }
  .menu__subcategory--no-children::after {
    display: block;
    content: "";
    width: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: 0;
    background-color: #e6410f;
    height: 1px;
    position: absolute;
    bottom: 0;
  }
  .menu__subcategory--no-children:hover {
    color: #e6410f;
  }
  .menu__subcategory--no-children:hover::after {
    width: 100%;
  }
  .menu__subcategory--indent {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu {
    display: none;
  }
}
.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0px;
  color: #fff;
  background-color: rgba(32, 32, 32, 0.9);
  padding: 24px 24px 50px 50px;
  max-width: 596px;
  width: 100%;
  z-index: 50;
}

.cookies__close {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.cookies__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
}

.cookies__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  font-size: 14px;
}

.cookies__text {
  font-size: 14px;
  font-weight: 300;
}

.cookies__accept {
  border: none;
}

@media only screen and (max-width: 500px) {
  .cookies {
    padding: 24px 24px 40px 40px;
  }
}
.knowledge {
  margin-top: 100px;
  margin-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.knowledge__img-wrapper {
  position: relative;
}

.knowledge__img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 360px;
  height: auto;
}

.knowledge__svg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.knowledge__title {
  font-size: 24px;
  line-height: 30px;
  margin: 40px 0 30px;
}

.knowledge__text {
  margin-bottom: 49px;
}

.knowledge path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.knowledge path:nth-child(2n) {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.knowledge path:nth-child(3n) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.knowledge__block {
  width: calc(33.3333333333% - 18px);
  display: block;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knowledge__block:hover path {
  fill: #e6410f;
}

@media only screen and (max-width: 1024px) {
  .knowledge {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .knowledge__title {
    margin: 30px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .knowledge__block {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 520px) {
  .knowledge {
    gap: 40px;
    margin-top: 30px;
  }
  .knowledge__block {
    width: 100%;
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
  }
  .knowledge__text {
    margin-bottom: 27px;
  }
  .knowledge__title {
    margin: 19px 0 13px;
  }
}
.seo-about {
  background-color: #f5f5f5;
  padding: 123px 30px;
  position: relative;
}

.seo-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seo-about__svg {
  position: absolute;
  right: 0;
  top: -8%;
}

.seo-about__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  margin-right: 50px;
}

.seo-about__text {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #b7b7b7;
}

@media only screen and (max-width: 1200px) {
  .seo-about {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .seo-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .seo-about__img {
    margin-right: 0;
  }
  .seo-about__text {
    padding-left: 0;
    padding-top: 40px;
    border-top: 1px solid #b7b7b7;
    border-left: none;
  }
}
@media only screen and (max-width: 520px) {
  .seo-about {
    padding-bottom: 40px;
  }
  .seo-about__svg {
    width: 60%;
    top: -5%;
  }
}
.banner {
  position: relative;
  padding: 138px 0;
  color: #fff;
  margin: 120px auto 140px;
  max-width: 1920px;
}

.banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 48px;
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.banner__col {
  max-width: 352px;
  width: 100%;
}

.banner__about {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 50px;
}

.banner__text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
       column-gap: 38px;
  max-width: 890px;
  padding-right: 40px;
}

.banner__arrow {
  bottom: 40px;
  left: 5em;
  position: absolute;
  z-index: 2;
}

.banner__squares {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.banner__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1800px) {
  .banner__squares {
    display: none;
  }
}
@media only screen and (max-width: 1320px) {
  .banner__text {
    max-width: 800px;
    width: 70%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    margin: 80px 0 70px;
    padding: 90px 0 100px;
  }
  .banner__text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    padding: 50px 0 100px;
  }
  .banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner__col {
    max-width: 600px;
  }
  .banner__text {
    max-width: 600px;
    width: 100%;
  }
  .banner__arrow {
    left: 50%;
    -webkit-transform: translate(-50%, 12px) scale(0.5);
    transform: translate(-50%, 12px) scale(0.5);
  }
}
.downloads {
  position: relative;
  margin: 140px 0;
}

.downloads::before {
  display: block;
  content: url(img/squares-before.svg);
  position: absolute;
  left: 0em;
  top: 5px;
  z-index: -1;
}

.downloads::after {
  display: block;
  content: url(img/squares-before.svg);
  position: absolute;
  right: 0;
  bottom: 7em;
  z-index: -1;
}

.downloads__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downloads__wrapper--img {
  position: relative;
  overflow: hidden;
}

.downloads__wrapper--img img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.downloads__wrapper a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.downloads__block {
  width: calc(50% - 12px);
}

.downloads__block:hover .downloads__gray {
  background-color: #eeeeee;
}

.downloads__block:hover .downloads__btn {
  background-color: #d64012;
}

.downloads__gray {
  background-color: #f5f5f5;
  padding: 45px 36px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.downloads__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
}

.downloads__text {
  font-size: 24px;
  font-weight: 600;
  color: #202020;
}

.downloads__btn {
  background-color: #e6410f;
  padding: 17px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.downloads__more {
  margin-left: auto;
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .downloads {
    margin: 80px 0;
  }
  .downloads__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 23px;
    gap: 10px;
    background-color: #e6410f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .downloads__btn {
    padding: 0;
  }
  .downloads__text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  .downloads__gray {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .downloads {
    margin: 50px 0;
  }
  .downloads::before {
    display: none;
  }
  .downloads::after {
    display: none;
  }
  .downloads__block {
    width: 100%;
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
  }
  .downloads__container {
    padding: 0;
  }
  .downloads__more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.home-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 140px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.home-video__wrapper {
  max-width: 526px;
  width: 50%;
}

.home-video__wrapper h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

.home-video__text {
  margin: 30px 0 50px;
}

.home-video iframe {
  width: 100%;
  min-height: 360px;
}

.home-video__video {
  width: 50%;
  position: relative;
  min-height: 360px;
  height: 360px;
  max-height: 360px;
  overflow: hidden;
}

.home-video__thumbnail {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .home-video {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-video {
    margin: 50px 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .home-video__wrapper {
    width: 100%;
    padding: 30px 30px 0;
  }
  .home-video iframe {
    min-height: 240px;
  }
  .home-video__video {
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}
.slider {
  background-color: #f5f5f5;
  padding: 150px 30px 60px;
  text-align: center;
  position: relative;
  margin: 140px 0;
}

.slider__text {
  margin-bottom: 70px;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}

.slider__bottom strong {
  text-decoration: none;
}

.slider__arrow {
  background-color: #e8e8e8;
  position: absolute;
  top: 50%;
}

.slider__arrow--left {
  left: 9vw;
}

.slider__arrow--right {
  right: 9vw;
}

.slider__track {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.slider__svg {
  position: absolute;
  right: 0;
  bottom: -157px;
  z-index: -1;
}

.slider__slide {
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider::before {
  display: block;
  content: "";
  position: absolute;
  width: 40%;
  height: 4px;
  background-color: #e6410f;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1500px) {
  .slider {
    padding: 80px 30px 25px;
    margin: 90px 0;
  }
  .slider__text {
    margin-bottom: 50px;
  }
  .slider__arrow--left {
    left: 3vw;
  }
  .slider__arrow--right {
    right: 3vw;
  }
}
@media only screen and (max-width: 1300px) {
  .slider__text {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider {
    padding: 50px 40px;
  }
  .slider__text {
    max-width: 900px;
    margin-bottom: 30px;
  }
  .slider__arrow {
    position: static;
  }
  .slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  .slider::before {
    display: none;
  }
  .slider__svg {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .slider {
    text-align: left;
    margin: 50px 0;
  }
}
.popular-categories {
  margin-top: 140px;
  margin-bottom: 140px;
}

.popular-categories .glide__slides {
  padding-top: 15px;
}

.popular-categories__slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.popular-categories__title {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .popular-categories {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.popular-category {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border: 1px solid #e8e8e8;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popular-category__img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: auto;
}

.popular-category__name {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #202020;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding: 16px 16px 24px;
}

.popular-category:hover {
  background-color: #e6410f;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.popular-category:hover .popular-category__img {
  -webkit-filter: invert(91%) sepia(99%) saturate(34%) hue-rotate(196deg) brightness(188%) contrast(99%);
  filter: invert(91%) sepia(99%) saturate(34%) hue-rotate(196deg) brightness(188%) contrast(99%);
}

.popular-category:hover .popular-category__name {
  color: #fff;
}

.specialist {
  margin-top: 140px;
  background-color: #f5f5f5;
  padding: 140px 0;
}

.specialist__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.specialist__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.specialist__img-wrapper {
  position: relative;
  max-width: 50%;
}

.specialist__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.specialist__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.specialist__title {
  max-width: 555px;
  margin-bottom: 30px;
}

.specialist__text {
  max-width: 526px;
  margin-bottom: 50px;
}

.specialist__svg {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 768px) {
  .specialist {
    margin-top: 0;
    padding: 50px 0 0;
    background-color: #fff;
  }
  .specialist__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }
  .specialist__img-wrapper {
    max-width: 100%;
    width: 634px;
  }
  .specialist__text {
    max-width: 634px;
    width: 100%;
  }
  .specialist__outer {
    width: 100%;
    padding: 50px 30px;
  }
  .specialist__svg {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    left: 0;
  }
}
.menu-mobile {
  max-width: 360px;
  position: fixed;
  z-index: 90;
  right: 0;
  top: 70px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100vh - 70px);
  width: 100%;
  background-color: #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.menu-mobile--show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-mobile__bottom {
  padding: 24px 40px;
  color: #888888;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
}

.menu-mobile__link {
  font-size: 14px;
  color: #888888;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lang-mobile {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.lang-mobile__element {
  padding: 7px 23px;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.lang-mobile__element:first-child {
  border-right: 1px solid #cccccc;
  padding-left: 0;
}

.lang-mobile__element--active {
  color: #e6410f;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #949494;
}

.mobile__list {
  list-style-type: none;
  padding-left: 0;
  padding-top: 25px;
  font-size: 20px;
  margin: 0;
}

.mobile__li {
  margin-bottom: 11px;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  padding-right: 0px;
}

.mobile__arrow {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  outline: none;
  background-color: transparent;
}

.mobile__arrow--after {
  margin-right: 20px;
}

.mobile__link {
  color: #202020;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.mobile__arrow--before {
  display: none;
}

.submenu-hidden {
  display: none;
}

.mobile-arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.submenu-parent {
  display: block;
  padding-left: 0px;
}

.submenu-grandparent {
  display: block;
  padding: 0;
}

.submenu-grandparent > .submenu {
  padding-top: 0;
}

.submenu-head {
  padding-bottom: 22px;
  border-bottom: 1px solid #dfdfdf;
}

.submenu-head .mobile__arrow--before {
  display: block;
  width: 40px;
}

.submenu-head .mobile__arrow--after {
  display: none;
}

.submenu-head .submenu__link {
  padding: 0;
  padding-top: 3px;
  font-size: 20px;
  font-weight: 600;
}

.submenu {
  padding-top: 25px;
  display: none;
  padding-left: 0;
  list-style-type: none;
}

.submenu__li {
  min-height: 42px;
}

.submenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #202020;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 40px;
  padding-right: 0px;
  font-size: 16px;
}

.submenu__span {
  display: block;
  padding-top: 5px;
}

.no-products {
  padding: 0 10px;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .products {
    gap: 0;
  }
}

.products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 977px;
  gap: 24px;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991.98px) {
  .products__wrapper {
    margin-top: 24px;
  }
}

.products__right {
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .products {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-box {
  width: calc(33.3333333333% - 16px);
}

.product-box .box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .product-box {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 768px) {
  .product-box {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 460px) {
  .product-box {
    width: 100%;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sticky-menu {
  max-width: 270px;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 40px 25px 26px 45px;
  margin-bottom: 10px;
}

.sticky-menu__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-menu__arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  border: none;
  background-color: unset;
  margin-top: -5px;
  cursor: pointer;
  margin-left: -28px;
}

.sticky-menu__arrow--active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sticky-menu__item {
  color: #202020;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 16px;
  display: block;
}

.sticky-menu__item--first {
  font-weight: 500;
}

.sticky-menu__item--last {
  color: #949494;
}

.sticky-menu__group {
  padding-left: 9px;
  display: none;
}

.sticky-menu__group--active > .sticky-menu__element .sticky-menu__item {
  color: #e6410f;
}

@media only screen and (max-width: 880px) {
  .sticky-menu {
    max-width: 100%;
  }
}
.category-seo {
  background-color: #f5f5f5;
  padding: 0;
}

.category-seo__banner {
  position: relative;
}

.category-seo__banner::before {
  display: block;
  content: url(img/categories-before.svg);
  position: absolute;
  left: -6.8em;
  bottom: -2.8em;
}

.category-seo__group {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.category-seo__part {
  padding: 28px 0 12px;
}

.category-seo__part:last-child {
  border-bottom: none;
}

.category-seo p {
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 16px;
}
.category-seo p:last-child {
  margin-bottom: 0;
}

.category-seo h2,
.category-seo h3,
.category-seo h4,
.category-seo h5,
.category-seo h6 {
  font-size: 24px;
  margin-bottom: 28px;
}

.files-archive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.files-archive__group {
  margin-bottom: 100px;
  position: relative;
}

.files-archive__group:nth-child(2n)::after {
  content: url(img/right-arrows-categories.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 14em;
  right: -15em;
  z-index: -1;
}

.files-archive__group:nth-child(2n+1)::before {
  content: url(img/left-arrows-categories.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 14em;
  left: -15em;
  z-index: -1;
}

.files-archive .box {
  display: none;
}

.files-archive .box:nth-child(-n+8):nth-child(n+1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1800px) {
  .files-archive__group:nth-child(2n)::after {
    display: none;
  }
  .files-archive__group:nth-child(2n+1)::before {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .files-archive__wrapper {
    gap: 12px;
  }
}
.load-more {
  margin: 60px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load-more__btn {
  max-width: 310px;
  width: 100%;
  border: none;
}

.seo-text {
  background-color: #f5f5f5;
  padding: 80px 0;
  line-height: 26px;
  font-weight: 300;
}

.seo-text__wrapper {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

@media only screen and (max-width: 1024px) {
  .seo-text {
    padding: 50px 0 20px;
  }
  .seo-text__wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.distributors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 140px;
  margin-top: 40px;
}

.distributors__country {
  background-color: #f5f5f5;
  padding: 60px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(33.3333333333% - 16px);
}

.distributors__country:hover {
  background-color: #e6410f;
}

.distributors__country:hover .distributors__btn {
  color: #fff;
}

.distributors__country:hover .distributors__btn::after {
  background-color: #fff;
  width: 70px;
}

.distributors__country:hover .distributors__title {
  color: #fff;
}

.distributors__title {
  margin-bottom: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #202020;
  text-align: center;
}

.distributors__btn {
  text-transform: uppercase;
  color: #949494;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.8px;
}

.distributors__btn::after {
  width: 36px;
  background-color: #e6410f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .distributors {
    margin-bottom: 90px;
  }
  .distributors__country {
    width: calc(50% - 12px);
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .distributors {
    margin-bottom: 50px;
  }
  .distributors__country {
    width: 100%;
  }
}
.letters {
  margin-bottom: 50px;
  margin-top: 50px;
}

.letters__wrapper {
  border: 1px solid #e8e8e8;
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.letters__letter {
  border: none;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Readex Pro", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.letters__letter--active {
  background-color: #e6410f;
  color: #fff;
}

.letters__letter:hover {
  background-color: #fef7f5;
  color: #e6410f;
}

.letters__letter-border {
  padding: 0 9px;
}

.letters__letter-border:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}

.letters__text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .letters {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 140px;
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  .filter {
    margin-bottom: 70px;
    margin-top: 50px;
  }
}
.no-results {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.distributor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  width: calc(25% - 18px);
  padding: 20px;
  min-height: 8vw;
}

.distributor:hover .distributor__hover {
  opacity: 1;
}

.distributor__hover {
  padding: 10px;
  background-color: #e6410f;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.distributor__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 500;
  font-size: 14px;
}

.distributor__text::after {
  display: block;
  content: url(img/arrow-right.svg);
}

@media only screen and (max-width: 1200px) {
  .distributor__text {
    max-width: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .distributor {
    width: calc(33.3333333333% - 16px);
  }
}
@media only screen and (max-width: 600px) {
  .distributor {
    width: calc(50% - 12px);
  }
}
.factory {
  margin-top: 140px;
  margin-bottom: 140px;
}

@media only screen and (max-width: 768px) {
  .factory {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.post-banner {
  margin-bottom: 100px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .post-banner {
    margin-bottom: 50px;
  }
}
.about-distributors:first-child::before {
  display: block;
  content: url(img/orange-squares.svg);
  position: absolute;
  bottom: -44px;
  left: -4.9em;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  .about-distributors:first-child::before {
    display: none;
  }
}
.wrapper--seo {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper--seo .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.wrapper--seo .container p {
  margin: 0;
  color: #202020;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

body #ajaxsearchlite1 .probox .proinput input,
body div.asl_w .probox .proinput input {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
body div.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
body div.asl_w .probox .proinput input:-ms-input-placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder,
body div.asl_w .probox .proinput input::-ms-input-placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder, body div.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input::-moz-placeholder, body div.asl_w .probox .proinput input::-moz-placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder, body div.asl_w .probox .proinput input:-ms-input-placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder, body div.asl_w .probox .proinput input::-ms-input-placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

body #ajaxsearchlite1 .probox .proinput input::placeholder,
body div.asl_w .probox .proinput input::placeholder {
  color: #949494 !important;
  font-weight: 300 !important;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 14px;
  font-weight: 300;
  padding: 20px 30px;
  border-width: 1px;
  margin: 15px auto;
}

.page-template-wiedza-php .knowledge {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container--overflowX {
  overflow-x: auto;
}

.specification-table {
  margin-bottom: 100px;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .specification-table {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.specification-table__table {
  max-width: 100%;
  width: 100%;
  border-spacing: 0px;
}
.specification-table__table thead {
  background: #ebeaea;
}
.specification-table__table th {
  padding: 8px 5px;
}
@media (max-width: 992px) {
  .specification-table__table th {
    padding: 8px 15px;
  }
}
.specification-table__table td {
  text-align: center;
  padding: 14px 5px;
  font-weight: 300;
  max-width: 200px;
}
.specification-table__table tr :has(th) {
  background-color: #f5f5f5;
}
.specification-table__table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .specification-table__table {
    overflow-x: auto;
    max-width: unset;
    width: auto;
    min-width: 100%;
  }
}

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