@charset "UTF-8";
h1 {
  font-size: 2.0736rem;
}
h1 {
  font-size: 24.192px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 47.25px;
  }
}

h2 {
  font-size: 1.728rem;
}
h2 {
  font-size: 24.192px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(24.192px + 23.058 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 47.25px;
  }
}

h3 {
  font-size: 1.44rem;
}
h3 {
  font-size: 20.16px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(20.16px + 11.34 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 31.5px;
  }
}

.header_menu {
  background-color: #333333;
  display: none;
}
@media (min-width: 1200px) {
  .header_menu {
    display: block;
    margin-top: 101px;
    margin-bottom: -101px;
  }
}
.header_menu .header_menu_container {
  height: 50px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.header_menu .header_menu_container .category-hover-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50px;
  width: 100%;
  min-height: 450px;
  background-color: #f1f1f1;
  z-index: 2;
}
.header_menu .header_menu_container .category-hover-menu > div {
  height: 100%;
}
.header_menu .header_menu_container .category-hover-menu .no-padding-col {
  padding: 0;
}
.header_menu .header_menu_container .category-hover-menu .ver-todos {
  margin-top: 20px;
  text-transform: uppercase;
}
.header_menu .header_menu_container .category-hover-menu .ver-todos a {
  font-weight: 500;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  margin-left: -7.5px;
}
.header_menu .header_menu_container .category-hover-menu .ver-todos a .right-arrow {
  border-right-color: #f7a700;
  border-bottom-color: #f7a700;
}
.header_menu .header_menu_container .category-hover-menu .ver-todos a:hover .right-arrow {
  border-right-color: #000;
  border-bottom-color: #000;
}
.header_menu .header_menu_container .category-hover-menu .subcategories-container {
  padding: 20px 40px;
}
.header_menu .header_menu_container .category-hover-menu .subcategories-container h1 {
  font-size: 25px;
  font-weight: 600;
}
.header_menu .header_menu_container .category-hover-menu .subcategories-container h2 {
  font-size: 18px;
  font-weight: 400;
}
.header_menu .header_menu_container .category-hover-menu .subcategories-container ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.header_menu .header_menu_container .category-hover-menu .subcategories-container ul li {
  position: relative;
  max-width: 90%;
  cursor: pointer;
  padding: 2px 0;
}
.header_menu .header_menu_container .category-hover-menu .subcategories-container ul li:hover {
  background-color: #e4e4e4;
}
.header_menu .header_menu_container .category-hover-menu .subcategories-container ul li a {
  text-decoration: none !important;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header_menu .header_menu_container .category-hover-menu .right-arrow {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-top: 7.5px;
  transform: translateY(-50%) rotate(-45deg);
}
.header_menu .header_menu_container .category-hover-menu .category-hover-image {
  background-image: url("https://www.emuca.es/imgs/contenidos_estaticos/megamenu_cocina.jpg");
  height: 100%;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .header_menu .header_menu_container .category-hover-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .header_menu .header_menu_container_search {
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    border-radius: 5px;
    top: 8px;
    flex: 1 1 95%;
    max-width: 100%;
  }
}
.header_menu_selector {
  height: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0;
}
.header_menu_selector_list__item {
  position: relative;
  padding: 20px;
  cursor: pointer;
  display: flex;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 400;
}
.header_menu_selector_list__item {
  font-size: 7px;
}
@media screen and (min-width: 320px) {
  .header_menu_selector_list__item {
    font-size: calc(7px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .header_menu_selector_list__item {
    font-size: 16px;
  }
}
.header_menu_selector_list__item a {
  color: #ffffff;
}
.header_menu_selector_list__item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #F8A800;
  transition: all ease 0.2s;
}
.header_menu_selector_list__item:hover:before, .header_menu_selector_list__item:focus-within:before {
  background-color: #feeecc;
}
.header_menu_selector_list__item:hover, .header_menu_selector_list__item:active, .header_menu_selector_list__item.active, .header_menu_selector_list__item:focus-within {
  justify-content: center;
  align-items: center;
}
.header_menu_selector_list__item:hover:before, .header_menu_selector_list__item:active:before, .header_menu_selector_list__item.active:before, .header_menu_selector_list__item:focus-within:before {
  width: 100%;
}
.header_menu_selector_list__item:hover a, .header_menu_selector_list__item:active a, .header_menu_selector_list__item.active a, .header_menu_selector_list__item:focus-within a {
  text-decoration: none;
}
.header_menu_container_search {
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
  border-radius: 5px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .header_menu_container_search {
    justify-content: center !important;
  }
}
.header_menu_container_search span {
  width: 250px;
  position: relative;
}
.header_menu_container_search span .header_menu_container_search_input {
  border-radius: 15px;
  text-indent: 13px;
  width: 100%;
  border: none;
  height: 28px;
}
.header_menu_container_search span .header_menu_container_search_input:focus {
  outline: none;
  outline-offset: 0;
}
.header_menu_container_search span .header_menu_container_search_icon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  color: gray;
}

.crumbs {
  min-height: 40px;
  display: none;
}
@media (min-width: 1200px) {
  .crumbs {
    display: block;
    margin-top: 101px;
    margin-bottom: -101px;
  }
}
.crumbs__menu {
  background-color: transparent;
  padding-left: 10px;
}
.crumbs__list {
  background-color: transparent;
  padding: 20px 0;
  margin: 0;
}
.crumbs__item {
  display: inline-block;
  font-size: 12px;
  color: #a3a3a3;
}
.crumbs__item a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}
.crumbs__item a:hover {
  text-decoration: underline;
}
.crumbs__item.active {
  color: #a3a3a3;
  font-weight: 500;
}
.crumbs__item + .crumbs__item {
  padding-left: 15px;
}
.crumbs__item + .crumbs__item:before {
  padding-right: 15px;
  color: #a3a3a3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.form__standard__title {
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.form__standard__title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .form__standard__title {
    font-size: calc(20px + 8 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__standard__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .form__standard__title {
    margin-bottom: 70px;
    line-height: 35px;
  }
}
.form__standard__title p,
.form__standard__title span,
.form__standard__title a {
  color: #333333;
  text-align: center;
}
.form__standard__title p,
.form__standard__title span,
.form__standard__title a {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .form__standard__title p,
.form__standard__title span,
.form__standard__title a {
    font-size: calc(20px + 8 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__standard__title p,
.form__standard__title span,
.form__standard__title a {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .form__standard__title p,
.form__standard__title span,
.form__standard__title a {
    margin-bottom: 70px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .form__standard__row {
    justify-content: space-between;
  }
}
.form__standard__group {
  color: #6c757d;
}
.form__standard__group {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .form__standard__group {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__standard__group {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .form__standard__group {
    max-width: 360px;
  }
  .form__standard__group--big {
    max-width: 100%;
  }
  .form__standard__group textarea {
    min-height: 300px;
  }
}
.form__standard__group input[type=text],
.form__standard__group input[type=email],
.form__standard__group input[type=tel],
.form__standard__group input[type=number],
.form__standard__group select,
.form__standard__group textarea {
  min-height: 50px;
  color: #6c757d;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.form__standard__group input[type=text],
.form__standard__group input[type=email],
.form__standard__group input[type=tel],
.form__standard__group input[type=number],
.form__standard__group select,
.form__standard__group textarea {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .form__standard__group input[type=text],
.form__standard__group input[type=email],
.form__standard__group input[type=tel],
.form__standard__group input[type=number],
.form__standard__group select,
.form__standard__group textarea {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__standard__group input[type=text],
.form__standard__group input[type=email],
.form__standard__group input[type=tel],
.form__standard__group input[type=number],
.form__standard__group select,
.form__standard__group textarea {
    font-size: 15px;
  }
}
.form__standard__group select {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.form__standard__group textarea {
  min-height: 150px;
}
.form__standard__group .form-control-lg {
  font-size: 1rem;
}
.form__standard__group .custom-file-label {
  top: 30px;
  min-height: 50px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.form__standard__group .custom-file-label:after {
  display: flex;
  align-items: center;
  height: auto;
}
.form__standard__group .custom-file-input {
  margin-top: 7px;
  min-height: 50px;
}
.form__standard__group .custom-file-input:hover {
  cursor: pointer;
}
.form__standard .button {
  width: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #F8A800;
}
.form__standard .button:hover {
  border: 2px solid #f7a700;
}
.form__standard .button:before {
  display: none;
}
@media (min-width: 768px) {
  .form__standard .button {
    width: auto;
    min-width: 200px;
  }
}
.form__standard__legal input[type=checkbox] {
  width: 1.2rem;
  height: 1.4rem;
  margin-right: 10px;
}
.form__standard__legal label {
  margin-left: 5px;
  margin-top: 5px;
}
.form__standard__legal p, .form__standard__legal label {
  color: #333333;
}
.form__standard__legal p, .form__standard__legal label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .form__standard__legal p, .form__standard__legal label {
    font-size: calc(12px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__standard__legal p, .form__standard__legal label {
    font-size: 13px;
  }
}
.form__standard__legal a {
  color: #333333;
  text-decoration: underline;
}
.form__area {
  margin: 20px 0;
}
.form__area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  color: #fff;
  background: #2e2925;
  border-radius: 0;
  border: none;
  font-weight: 500;
}
.form__area .btn:hover, .form__area .btn:focus, .form__area .btn:active {
  color: #2e2925;
  background: #f7a700;
}
@media (min-width: 992px) {
  .form__area .btn {
    padding: 18px;
  }
}
.form--contact .form__area .btn {
  font-weight: 500;
  color: #2e2925;
  background: #f7a700;
}
.form--contact .form__area .btn:hover, .form--contact .form__area .btn:focus, .form--contact .form__area .btn:active {
  color: #fff;
  background: #2e2925;
}
@media (min-width: 992px) {
  .form--contact .form__area .btn {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .form--recommend .form__area .btn {
    width: auto;
  }
}
.form__area a {
  color: #2e2925;
}
.form--login .form__area {
  margin: 10px 0;
}
.form__subtitle {
  font-weight: 400;
  margin-bottom: 20px;
}
.form__subtitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .form__subtitle {
    font-size: calc(16px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__subtitle {
    font-size: 18px;
  }
}
.form--login .form__subtitle {
  text-align: center;
}
@media (min-width: 768px) {
  .form--login .form__subtitle {
    text-align: left;
    margin-bottom: 10px;
  }
  .form--login .form__subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 320px) {
  .form--login .form__subtitle {
    font-size: calc(18px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .form--login .form__subtitle {
    font-size: 22px;
  }
}
.form__user__title {
  font-weight: 400;
  margin: 5px 0 15px 0;
}
.form__user__title {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .form__user__title {
    font-size: calc(24px + 6 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__user__title {
    font-size: 30px;
  }
}
.form__user__icon {
  max-height: 70px;
}
.form__user__favicon {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .form__user__favicon {
    font-size: calc(24px + 6 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__user__favicon {
    font-size: 30px;
  }
}
.form__group label {
  display: block;
}
.form__group input[type=text],
.form__group input[type=email],
.form__group input[type=password],
.form__group input[type=tel],
.form__group input[type=url],
.form__group input[type=number],
.form__group input[type=date],
.form__group textarea {
  border-radius: 0;
}
.form--login .form__group {
  margin-bottom: 10px;
}
.form--dash .form__group label {
  display: block;
}
.form__control {
  padding: 20px 15px;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  color: #2e2925;
}
.form__control {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .form__control {
    font-size: calc(12px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__control {
    font-size: 14px;
  }
}
.form--contact .form__control {
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #2e2925;
}
.form--contact__title {
  margin-bottom: 0;
  padding: 15px 15px 15px 45px;
  font-weight: 400;
  background-color: #f7a700;
}
.form--contact__title {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .form--contact__title {
    font-size: calc(18px + 6 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form--contact__title {
    font-size: 24px;
  }
}
.form--contact__info {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .form--contact__info {
    max-width: 75%;
  }
}
.form--contact__icon {
  min-width: 40px;
  text-align: center;
}
.form--contact__icon {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .form--contact__icon {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form--contact__icon {
    font-size: 20px;
  }
}
.form--contact__text h3 {
  font-weight: 600;
}
.form--contact__text h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .form--contact__text h3 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form--contact__text h3 {
    font-size: 16px;
  }
}
.form__distributor {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .form__distributor {
    padding-bottom: 100px;
  }
}
.form__distributor__sidebar {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form__distributor__sidebar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .form__distributor__sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .form__distributor__info {
    flex: 0 1 40%;
  }
}
@media (min-width: 992px) {
  .form__distributor__info {
    flex: 0 1 auto;
  }
}
.form__distributor__box {
  border-radius: 3px;
  background-color: #f1f1f1;
  padding: 10px 10px 60px 10px;
  background-image: url("../img/logos/logo_pie.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-position-x: 90%;
  background-size: 100px;
}
@media (min-width: 768px) {
  .form__distributor__box {
    flex: 0 1 40%;
    padding: 20px 20px 140px 20px;
  }
}
@media (min-width: 992px) {
  .form__distributor__box {
    flex: 0 1 auto;
  }
}
.form__distributor__title {
  color: #333333;
  margin-bottom: 10px;
}
.form__distributor__title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .form__distributor__title {
    font-size: calc(20px + 8 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .form__distributor__title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .form__distributor__title {
    margin-bottom: 20px;
  }
}
.form--login__wrapper {
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form--login__wrapper {
    border-right: 10px solid white;
    padding: 40px;
    margin-bottom: 0;
  }
  .form--login__wrapper:last-child {
    border-left: 10px solid white;
    border-right: 0;
  }
}
.form__success {
  position: absolute;
  top: 13%;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  padding-top: 10%;
  justify-content: center;
  background: #f4f4f4;
}
.form__search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .form__search {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .form__search {
    padding: 20px;
  }
}
.form__search__button {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .form__search__button {
    min-width: 0;
    max-width: 120px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .form__search__button {
    width: auto;
    max-width: none;
    min-width: 235px;
  }
}
.form__search .form-control {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  font-size: 15px;
  color: #6c757d;
  height: auto;
  padding: 10px;
}
.form-control.disabled {
  color: #dddddd !important;
  border: 1px solid #f4f4f4 !important;
  background-color: #dddddd !important;
}
.form-control.disabled:-ms-input-placeholder, .form-control.disabled::-moz-placeholder, .form-control.disabled:-moz-placeholder {
  color: #dddddd !important;
}
.form-control.disabled::placeholder {
  color: #dddddd !important;
}
.form-control.disabled:hover, .form-control.disabled:focus {
  cursor: initial;
}
.form__main .form__standard__group {
  display: flex;
  flex-direction: column-reverse;
}

.form-group input[required] + label:after,
.form-group textarea[required] + label:after,
.form-group select[required] + label:after {
  content: "*";
  display: inline;
}

.form-control.disabled + label {
  color: #c2c2c2 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input {
    height: auto !important;
  }
}
@supports (-ms-accelerator: true) {
  input {
    height: auto !important;
  }
}

.system__message {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 12px 20px 12px 20px;
  background: #f1f1f1;
  color: #2e2925;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .system__message {
    align-items: center;
    padding: 12px 20px 12px 45px;
  }
}
.system__message:before {
  content: " ";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 150%;
  display: inline-block;
  margin-right: 15px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.system__message--success:before {
  content: "";
}
.system__message--warning:before {
  background-image: url("../img/icons/icono-info.svg");
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: cover;
}
.system__message--faqs {
  color: #f7a700;
  background-color: #2e2925;
  font-weight: 600;
}
.system__message--faqs {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .system__message--faqs {
    font-size: calc(16px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .system__message--faqs {
    font-size: 25px;
  }
}
.system__message--faqs:before {
  font-size: 100%;
  content: "";
}
.system__message p {
  margin: 0;
}

.cat__content {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .cat__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cat__col {
    padding: 0;
  }
}
.cat__header {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .cat__header {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .cat__header__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
  }
}
@media (min-width: 1200px) {
  .cat__header__txt {
    padding-left: 40px;
  }
}
.cat__header__img {
  min-height: 145px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .cat__header__img {
    min-height: 185px;
  }
}
.cat__header__title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cat__header__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .cat__header__title {
    width: 100%;
    text-align: left;
  }
}
.cat__header__description {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #2e2925;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (min-width: 768px) {
  .cat__header__description {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .cat__header__description {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
.cat__main__title {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 15px;
  color: #2e2925;
  background: #eeeeee;
  text-align: left;
  font-weight: 700;
  min-height: 33px;
}
.cat__main__title {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .cat__main__title {
    font-size: calc(15px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .cat__main__title {
    font-size: 18px;
  }
}
.cat__main__box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cat__main__box__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 240px;
  color: #2e2925;
}
.cat__main__box__wrapper:hover {
  color: #2e2925;
  text-decoration: none;
}
.cat__main__box__img {
  width: 100%;
  margin-bottom: 10px;
}
.cat__main__box__text {
  min-height: 30px;
  text-align: center;
}
.cat__main__pagination {
  min-width: 245px;
  display: flex;
  justify-content: flex-end;
}
.cat__pagination {
  margin-top: 6px;
}
.cat__pagination__wrapper {
  min-height: 50px;
  margin-left: 24%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cat__pagination__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }
}
.cat__pagination__text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cat__pagination__text {
    padding-right: 30px;
  }
}
.cat__pagination .pagination {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.cat__pagination .page-item {
  color: #2e2925;
  border: 0;
}
.cat__pagination .page-item.active .page-link {
  background-color: #F8A800;
  color: #ffffff;
  font-weight: 600;
  border-radius: 15%;
}
.cat__pagination .page-link {
  border: 0;
  border-radius: 15% !important;
  color: #2e2925;
  margin-left: 2px;
}
.cat__pagination .page-link:hover, .cat__pagination .page-link:focus, .cat__pagination .page-link:active {
  box-shadow: none;
  background-color: transparent;
}
.cat__pagination .page-link i {
  color: #f7a700;
}

.custom-switch label {
  cursor: pointer;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  cursor: pointer;
  border-color: #f7a700;
  background-color: #f7a700;
}

.search__results__wrapper {
  margin-bottom: 20px;
}
.search__results__title {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  font-weight: 600;
}
.search__results__title {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .search__results__title {
    font-size: calc(24px + 11 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .search__results__title {
    font-size: 35px;
  }
}
.search__results__title span {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .search__results__title span {
    font-size: calc(24px + 11 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .search__results__title span {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .search__results__title {
    text-align: left;
  }
  .search__results__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 320px) {
  .search__results__title {
    font-size: calc(15px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .search__results__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .search__results__title span {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 320px) {
  .search__results__title span {
    font-size: calc(15px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .search__results__title span {
    font-size: 18px;
  }
}
.search__results__info {
  position: relative;
  text-align: center;
}
.search__results__info__text {
  text-align: center;
}
@media (min-width: 768px) {
  .search__results__info__text {
    font-weight: 500 !important;
  }
  .search__results__info__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 320px) {
  .search__results__info__text {
    font-size: calc(16px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .search__results__info__text {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .search__results__info__text {
    text-align: left;
  }
}
.search__results__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  color: #2e2925;
}
.search__results__item:hover, .search__results__item:active, .search__results__item:focus {
  color: #2e2925;
  text-decoration: none;
}
.search__results__item .img-fluid, .search__results__item p {
  max-width: 100%;
  min-height: 65px;
}
.search__pagination {
  margin-top: 20px;
}
.search__pagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.system__message--warning {
  margin: 20px 20px 0 20px;
}

.variant-gallery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
}
.variant-gallery .variant-gallery-image {
  margin: 5px;
  cursor: pointer;
  position: relative;
  height: 25%;
  width: 25%;
  flex: 0 1 22%;
}
@media (min-width: 768px) {
  .variant-gallery .variant-gallery-image {
    margin: 10px;
    height: 118px;
    width: 118px;
    flex: 0 1 auto;
  }
}
@media (min-width: 992px) {
  .variant-gallery .variant-gallery-image {
    height: 115px;
    width: 115px;
  }
}
.variant-gallery .variant-gallery-image.video-image {
  overflow: hidden;
}
.variant-gallery .variant-gallery-image.video-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .variant-gallery .variant-gallery-image.video-image img {
    height: 100%;
  }
}
.variant-gallery .variant-gallery-image.video-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 40%;
  z-index: 2;
  background: transparent url("../img/icons/play_button.png") no-repeat center;
  background-size: 60%;
  pointer-events: auto;
}
.variant-gallery .variant-gallery-image.extra-images {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #feeecc;
  position: relative;
  outline: 1px solid #F8A800;
}
.variant-gallery .variant-gallery-image.extra-images .extra-images-number {
  position: absolute;
  top: 19%;
  left: 22%;
  font-size: 24px;
}
@media (min-width: 768px) {
  .variant-gallery .variant-gallery-image.extra-images .extra-images-number {
    top: 35%;
    left: 35%;
  }
}
.variant-gallery .variant-gallery-image.extra-images .img-fluid {
  opacity: 0;
}
@media (min-width: 1200px) {
  .variant-gallery .variant-gallery-image:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .variant-gallery .variant-gallery-image:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .variant-gallery .variant-gallery-image:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .variant-gallery .variant-gallery-image:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

.product {
  -webkit-font-smoothing: antialiased;
}
.product__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product__last {
    order: 3;
  }
}
.product__before .product__group {
  border-bottom: none;
}
@media (min-width: 992px) {
  .product__before {
    order: 2;
  }
}
.product__group {
  border-bottom: 1px solid #c2c2c2;
}
@media (min-width: 992px) {
  .product__group {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .product__group.is--last {
    margin-bottom: 0;
    border-top: 1px solid #c2c2c2;
  }
}
.product__more {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.product__more:hover {
  color: #f7a700;
}
.product__subtitle {
  position: relative;
  display: flex;
  margin-bottom: 0;
  padding: 18px 0;
  font-weight: 700;
  color: #333333;
}
.product__subtitle {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .product__subtitle {
    font-size: calc(16px + 8 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .product__subtitle {
    font-weight: 500;
    padding: 15px 0;
    margin-bottom: 0.5rem;
  }
}
.product__subtitle:after {
  content: "+";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  display: flex;
  transition: all 0.3s;
  color: #333333;
  text-align: unset;
  font-weight: 600;
  font-size: 40px;
}
@media (min-width: 992px) {
  .product__subtitle:after {
    display: none;
  }
}
.product__subtitle[aria-expanded=true]:after {
  transform: rotate(45deg);
}
.product__section {
  margin: 35px auto;
}
.product__section:last-child {
  margin-bottom: 50px;
}
.product__section:first-child {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .product__section:first-child {
    margin: 35px auto;
  }
}
@media (min-width: 1200px) {
  .product__section:first-child {
    margin-top: 5px;
  }
}
.product__header {
  border-bottom: 1px solid #c2c2c2;
}
@media (min-width: 1200px) {
  .product__header {
    margin-top: 5px;
  }
}
.product__header .product__box {
  height: 100%;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .product__header .product__box {
    padding: 0;
  }
}
.product__header__gallery {
  height: 100%;
  margin-bottom: 20px;
}
.product__header__gallery-image {
  width: 690px;
  height: auto;
}
.product__header__gallery .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product__header__gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product__header__gallery .gallery-top {
  width: 100%;
}
.product__header__gallery .gallery-top a[data-lightbox] {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
.product__header__feature {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.product__header__feature__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.product__header__feature__options {
  width: 100%;
}
.product__header__feature__prize {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  margin-right: 20px;
}
.product__header__feature__stock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 700;
  margin-right: 18px;
}
.product__header__feature__stock .graphic {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  margin-right: 15px;
}
.product__header__feature__stock.is--green {
  color: #04844B;
}
.product__header__feature__stock.is--green .graphic {
  background-color: #04844B;
}
.product__header__feature__stock.is--orange {
  color: #f7a700;
}
.product__header__feature__stock.is--orange .graphic {
  background-color: #f7a700;
}
.product__header__feature__stock.is--red {
  color: #e86304;
}
.product__header__feature__stock.is--red .graphic {
  background-color: #e86304;
}
.product__header__feature__title {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.product__header__feature__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.product__header__feature__list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__header__feature__btn {
  flex: 0 1 48%;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 6px;
  background-color: #f1f1f1;
  color: #2e2925;
  border-radius: 0;
}
.product__header__feature__btn:nth-child(odd) {
  margin-right: 5px;
}
.product__header__feature__btn:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .product__header__feature__btn {
    margin-top: 0;
    font-size: 82%;
  }
  .product__header__feature__btn:nth-child(even), .product__header__feature__btn:nth-child(odd) {
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .product__header__feature__btn {
    flex: 0 1 32%;
    font-size: 100%;
  }
}
.product__header__feature__btn:hover, .product__header__feature__btn:active, .product__header__feature__btn:focus {
  background-color: #f7a700;
  outline: 0;
  box-shadow: none;
}
.product__header__feature__btn.active {
  background-color: #2c2724;
  color: #fff !important;
  font-weight: 200;
}
.product__header__feature__btn.unavailable {
  background-color: silver !important;
}
.product__header__feature__btn.unavailable.active {
  background-color: #2c2724 !important;
}
.product__header__feature__btn__text {
  font-weight: 200;
}
.product__header__feature__color {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  cursor: pointer;
}
.product__header__feature__color img {
  width: 100%;
  height: 100%;
}
.product__header__feature__color.active {
  border-color: #f7a700;
}
.product__header__feature__color.unavailable {
  opacity: 0.4;
}
.product__header__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.product__header__title {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .product__header__title {
    font-size: calc(17px + 7 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__header__title {
    font-size: 24px;
  }
}
.product__header__title span {
  font-weight: 600;
}
.product__header__title span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .product__header__title span {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__header__title span {
    font-size: 20px;
  }
}
.product__header__subtitle {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #6c757d;
}
.product__header__subtitle {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .product__header__subtitle {
    font-size: calc(13px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__header__subtitle {
    font-size: 17px;
  }
}
.product__header__icon {
  margin-right: 10px;
}
.product__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}
.product__box__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 28px;
}
.product__box__title {
  font-size: 21px;
}
@media screen and (min-width: 320px) {
  .product__box__title {
    font-size: calc(21px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__box__title {
    font-size: 25px;
  }
}
.product__box__subtitle {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}
.product__box__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .product__box__subtitle {
    font-size: calc(14px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__box__subtitle {
    font-size: 15px;
  }
}
.product__box .btn-primary {
  font-weight: 600;
}
.product__box .btn-primary {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .product__box .btn-primary {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__box .btn-primary {
    font-size: 20px;
  }
}
.product__features {
  padding-bottom: 40px;
}
.product__features__wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4f4f4;
}
.product__features__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 2px solid #c2c2c2;
  border-top: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  background-color: #ffffff;
}
.product__features__icon:last-child {
  border-right: 2px solid #c2c2c2;
}
.product__features__icon img {
  min-width: 35px;
  margin: 0 auto;
}
.product__features__subtitle {
  text-align: left;
  font-weight: 600;
}
.product__features__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .product__features__subtitle {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__features__subtitle {
    font-size: 16px;
  }
}
.product__features__list {
  padding-inline-start: 30px;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.product__features__list li {
  margin-bottom: 10px;
}
.product__features__list li {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .product__features__list li {
    font-size: calc(14px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__features__list li {
    font-size: 15px;
  }
}
.product__essential {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid grey;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .product__essential {
    flex: 0 1 30%;
    margin-left: 0;
    margin-right: 23px;
    margin-bottom: 40px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .product__essential {
    flex: 0 1 22%;
    margin-right: 20px;
    margin-bottom: 60px;
  }
}
.product__essential__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product__essential__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }
}
.product__essential__link:hover, .product__essential__link:focus, .product__essential__link:active {
  text-decoration: none;
}
.product__essential__link:hover .img-fluid, .product__essential__link:focus .img-fluid, .product__essential__link:active .img-fluid {
  transform: scale(1.15);
}
.product__essential__link:hover .product__essential__name, .product__essential__link:focus .product__essential__name, .product__essential__link:active .product__essential__name {
  color: #F8A800;
}
.product__essential__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.product__essential__image .img-fluid {
  transition: transform 0.2s ease;
}
.product__essential__name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: left;
  color: #333333;
}
.product__essential__info, .product__essential__buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__essential__prize {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  color: #333333;
}
.product__essential__cart .fas {
  font-size: 20px;
}
.product__essential__inventory {
  display: inline-block;
  border-radius: 20px;
  height: 15px;
  width: 15px;
  margin-right: 20px;
  background-color: #c2c2c2;
}
.product__essential__inventory.is--green {
  background-color: #04844B;
}
.product__essential__inventory.is--orange {
  background-color: #F8A800;
}
.product__essential__inventory.is--red {
  background-color: #e86304;
}
.product__related__box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: auto;
}
@media (min-width: 992px) {
  .product__related__box {
    height: 100%;
  }
}
.product__related__box__img-link {
  height: 65%;
  max-height: 160px;
  display: flex;
}
.product__related__box__img-link img {
  width: 100%;
  margin-bottom: 10px;
  object-fit: contain;
  object-position: center;
}
.product__related__box__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .product__related__box__text {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .product__related__box__text {
    min-height: 66px;
  }
}
.product__related__box__text p {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 0 5px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .product__related__box__text p {
    margin-bottom: 0;
  }
}
.product__related__gallery {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.product__related__gallery__arrow {
  outline: none;
  outline-width: 0;
  border-color: unset;
  top: 47%;
}
.product__related__gallery__arrow:focus, .product__related__gallery__arrow:active {
  box-shadow: none;
  border-color: unset;
  outline: none;
  outline-width: 0;
}
.product__related__gallery__arrow--left {
  background-size: 28px 28px;
  margin-left: 20px;
  transform: translate(-15px, 95px);
}
@media (min-width: 992px) {
  .product__related__gallery__arrow--left {
    transform: translate(-15px, 75px);
  }
}
@media (min-width: 1200px) {
  .product__related__gallery__arrow--left {
    transform: translate(-15px, 90px);
  }
}
.product__related__gallery__arrow--right {
  background-size: 28px 28px;
  margin-right: 20px;
  transform: translate(15px, 95px);
}
@media (min-width: 992px) {
  .product__related__gallery__arrow--right {
    transform: translate(15px, 75px);
  }
}
@media (min-width: 1200px) {
  .product__related__gallery__arrow--right {
    transform: translate(15px, 90px);
  }
}
.product__related__gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.product__related__gallery .swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product__related__gallery .swiper-pagination-bullets {
  position: unset !important;
  margin-bottom: 20px;
}
.product__info__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product__info__wrapper {
    flex-direction: row;
  }
}
.product__info__title {
  margin-bottom: 30px;
  padding: 15px;
  font-weight: 500;
  background-color: #2e2925;
  color: #ffffff;
}
.product__info__title {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .product__info__title {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__info__title {
    font-size: 16px;
  }
}
.product__info__icon {
  margin-right: 10px;
}
.product__info__text h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.product__info__text h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .product__info__text h3 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__info__text h3 {
    font-size: 16px;
  }
}
.product__info__text a {
  color: #2e2925;
}
.product__info__text a:hover, .product__info__text a:focus, .product__info__text a:active {
  color: #f7a700;
}
.product__info__details {
  border: #c2c2c2 1px solid;
  line-height: 30px;
}
.product__info__details__row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 5px 0;
  background-color: #f1f1f1;
}
.product__info__details__row:first-child {
  margin-top: 0;
}
.product__info__details__row h4 {
  flex: 0 1 50%;
  margin: 0;
  padding-left: 15px;
  font-weight: 400;
}
.product__info__details__row h4 {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .product__info__details__row h4 {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__info__details__row h4 {
    font-size: 15px;
  }
}
.product__info__details__row p {
  flex: 0 1 50%;
  margin: 0;
}
.product__info__table {
  width: 100%;
  font-size: 15px;
}
.product__info__table-body {
  table-layout: fixed;
  border-spacing: 15px;
}
.product__info__table tr:nth-child(odd) {
  background: #f4f4f4;
}
.product__info__table td {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .product__info__table td {
    padding: 3px 10px;
  }
}
.product__info__table__td-left {
  width: 80%;
  color: #a3a3a3;
  display: flex;
  align-items: center;
  justify-items: start;
}
.product__info__table__td-right {
  font-weight: 500;
  width: 50%;
}
@media (min-width: 768px) {
  .product__banners {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.product__banners__box {
  display: flex;
  justify-content: space-between;
  flex: 0 1 100%;
  margin: 0 10px 10px 0;
  padding: 15px 10px;
  background-color: #F8F8F8;
  color: #333333;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product__banners__box {
    flex: 0 1 49%;
  }
}
@media (min-width: 992px) {
  .product__banners__box {
    flex: 0 1 24%;
    flex-direction: column;
    height: 100px;
  }
}
.product__banners__box:hover, .product__banners__box:active, .product__banners__box:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .product__banners__box:hover, .product__banners__box:active, .product__banners__box:focus {
    background-color: #F8A800;
  }
}
@media (min-width: 992px) {
  .product__banners__box:hover .product__banners__icon i, .product__banners__box:active .product__banners__icon i, .product__banners__box:focus .product__banners__icon i {
    color: #ffffff;
  }
}
.product__banners__box:hover .product__banners__footer, .product__banners__box:active .product__banners__footer, .product__banners__box:focus .product__banners__footer {
  visibility: visible;
  opacity: 1;
}
.product__banners__box:hover .product__banners__link, .product__banners__box:active .product__banners__link, .product__banners__box:focus .product__banners__link {
  color: black;
}
@media (min-width: 992px) {
  .product__banners__box:hover .product__banners__link, .product__banners__box:active .product__banners__link, .product__banners__box:focus .product__banners__link {
    color: white;
  }
}
.product__banners__box.disabled {
  background-color: #f1f1f1;
  color: black;
  border-color: transparent;
}
.product__banners__box.is--configurator {
  border: 1px solid #F8A800;
  background-color: #fffbf5;
  font-weight: 500;
}
@media (min-width: 992px) {
  .product__banners__box.is--configurator {
    justify-content: center;
  }
}
.product__banners__box.is--configurator .icon-configurator {
  color: #F8A800;
  font-size: 36px;
}
.product__banners__box.is--configurator:hover {
  background-color: #F8A800;
  color: white;
}
.product__banners__box.is--configurator:hover .icon-configurator, .product__banners__box.is--configurator:hover .product__banners__title {
  color: white;
}
.product__banners__box.is--configurator:hover .product__banners__icon--chevron {
  opacity: 1;
}
.product__banners__body {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 50%;
}
@media (min-width: 992px) {
  .product__banners__body {
    max-width: none;
  }
}
.product__banners__footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
@media (min-width: 992px) {
  .product__banners__footer {
    visibility: hidden;
    opacity: 0;
  }
}
.product__banners__link {
  color: #F8A800;
  margin-right: 15px;
}
.product__banners__link .fas {
  font-size: 23px;
}
.product__banners__link:hover, .product__banners__link:focus {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 992px) {
  .product__banners__link {
    color: #333333;
  }
  .product__banners__link:hover, .product__banners__link:focus {
    color: #ffffff;
  }
}
.product__banners__collapse .gen__dropdown__title {
  font-weight: 600;
}
.product__banners__text {
  padding-left: 15px;
}
.product__banners__title {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.product__banners__title {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .product__banners__title {
    font-size: calc(14px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__banners__title {
    font-size: 16px;
  }
}
.product__banners__title.is--text {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .product__banners__title.is--text {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .product__banners__title.is--text {
    font-size: 20px;
  }
}
.product__banners__icon {
  margin-left: 10px;
}
.product__banners__icon i {
  font-size: 24px;
}
.product__banners__icon--chevron {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.product__banners__icon--chevron i {
  font-size: 20px;
}
.product__banners__icon.is--info {
  cursor: pointer;
  margin: 0;
  display: flex;
}
.product__banners__icon.is--info i {
  font-size: 20px;
}
.product__banners__icon.is--info:hover {
  color: #f7a700;
}
.product__buy__online__button {
  padding: 10px 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.product__buy__online__button span, .product__buy__online__button i.fas {
  font-size: 18px;
}
.product__buy__online__button:before {
  margin-right: 0;
}
.product__buy__online__button:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .product__image__main {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 992px) {
  .product__image__main {
    width: auto;
    display: inline;
  }
}
.product__image__main .img-fluid {
  margin: 0 auto;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .product__image__main .img-fluid {
    max-height: 375px;
    width: auto;
    object-fit: unset;
  }
}
@media (min-width: 992px) {
  .product__image__main .img-fluid {
    max-height: none;
  }
}

.tab-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  border-top: 1px #c2c2c2 solid;
  display: flex;
  justify-content: space-between;
  background: transparent;
  cursor: pointer;
  color: black;
  font-weight: 500;
  padding: 20px 5px 0;
}
.tab-label {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .tab-label {
    font-size: calc(18px + 7 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .tab-label {
    font-size: 25px;
  }
}
.tab-label::after {
  content: "+";
  width: 20px;
  transition: all 0.3s;
  color: #f7a700;
  display: flex;
  text-align: unset;
  font-weight: 600;
  font-size: 40px;
  position: relative;
  bottom: 10px;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2e2925;
  background: white;
  transition: all 0.55s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2e2925;
  cursor: pointer;
}
.tab-close:hover {
  background: #12100e;
}

.banner__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.banner__contact__text {
  max-width: 800px;
  margin: 0 auto;
}
.banner__contact__text p {
  hyphens: none;
  text-align: center;
  color: #333333;
}
.banner__contact__text p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .banner__contact__text p {
    font-size: calc(17px + 7 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .banner__contact__text p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .banner__contact__text p {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .banner__contact__text p {
    margin-bottom: 30px;
  }
}
.banner__contact__button {
  text-align: center;
}
.banner__contact__button .button {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .banner__contact__button .button {
    font-size: calc(14px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .banner__contact__button .button {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .banner__contact__button .button {
    min-width: 300px;
    padding: 15px 0;
  }
}
.banner__contact__img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .banner__contact__img {
    margin-bottom: 20px;
  }
}
.banner__catalogue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .banner__catalogue {
    flex-direction: row;
    height: 150px;
  }
}
.banner__catalogue__button {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner__catalogue__button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 1 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .banner__catalogue__button {
    padding-right: 30px;
  }
}
.banner__catalogue__button .button {
  text-align: left;
}
@media (min-width: 768px) {
  .banner__catalogue__button .button {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .banner__catalogue__img {
    flex: 0 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .banner__catalogue__img img {
    height: 200px;
    margin-top: -50px;
  }
}
.banner__text {
  padding: 20px 100px 20px 15px;
  background-color: #fff;
  border-radius: 3px;
  background-image: url("../img/logos/logo_pie.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-position-x: 95%;
  background-size: 80px;
}
@media (min-width: 768px) {
  .banner__text {
    padding: 35px 200px 20px 40px;
    background-position-x: 97%;
    background-size: 100px;
  }
}
@media (min-width: 992px) {
  .banner__text {
    background-position-x: 98%;
  }
}
.banner__text p {
  hyphens: none;
  color: #333333;
}
.banner__text p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .banner__text p {
    font-size: calc(14px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .banner__text p {
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .sidebar {
    padding-right: 30px;
    margin-top: -50px;
  }
}
.sidebar__navbar {
  width: 100%;
  padding: 0;
  flex-direction: column;
}
.sidebar__navbar .navbar-collapse {
  width: 100%;
  flex-direction: column;
}
.sidebar__button {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 1px solid orange;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  outline: none !important;
}
.sidebar__button__chevron {
  margin-left: 10px;
}
.sidebar__button__chevron i {
  transition: transform 0.2s ease-out;
}
.collapsed .sidebar__button__chevron i {
  transform: rotate(180deg);
}
.sidebar__wrapper {
  width: 100%;
  margin: 0 0 25px 0;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .sidebar__wrapper {
    padding: 10px 0 25px 0;
  }
}
@media screen and (max-width: 991px) {
  .sidebar__wrapper__img {
    display: none;
  }
}
.sidebar__wrapper__img {
  height: 350px;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .sidebar__wrapper__img {
    display: flex;
  }
}
.sidebar__wrapper__img_background {
  max-height: 200px;
}
.sidebar__wrapper__img_container {
  float: bottom;
  height: 125px;
  width: 100%;
  background-color: #333333;
}
.sidebar__wrapper__img_container_title {
  text-align: center;
  color: white;
  padding: 15px;
}
.sidebar__wrapper__img_container_button {
  padding: 0 25px;
}
.sidebar__wrapper__img_button {
  background-color: #f7a700;
  color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.sidebar__wrapper__img_button:focus {
  outline: none;
}
.sidebar__menu {
  border-bottom: 1px solid #CCCCCC;
}
.sidebar__menu:first-child {
  border-top: 1px solid #CCCCCC;
}
.sidebar__inner_menu {
  background-color: #f1f1f1;
}
@media (min-width: 992px) {
  .sidebar__inner_menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .sidebar__inner_menu .sidebar__collapse {
    padding-left: 25px;
    padding-bottom: 0;
  }
}
.sidebar__inner_menu .sidebar__collapse__text:focus-within, .sidebar__inner_menu .sidebar__collapse__text:hover, .sidebar__inner_menu .sidebar__collapse__text:focus, .sidebar__inner_menu .sidebar__collapse__text:active {
  text-decoration: none;
  color: #F8A800;
}
.sidebar__wrapper > .sidebar__menu > .sidebar__collapse {
  font-weight: 600;
}
.sidebar__menu--list {
  padding: 0 0 0 15px;
}
.sidebar__menu--list .sidebar__collapse__text {
  margin-right: 0;
}
.sidebar__collapse {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  padding: 10px;
}
.sidebar__collapse {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .sidebar__collapse {
    font-size: calc(13px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .sidebar__collapse {
    font-size: 14px;
  }
}
.sidebar__collapse.active {
  background-color: #F8A800;
}
.sidebar__collapse--active {
  width: 100%;
  padding: 5px 0;
  background-color: #f4f4f4;
}
.sidebar__collapse__text {
  color: #494949;
  font-size: 15px;
  margin-right: 25px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .sidebar__collapse__text {
    margin-bottom: 10px;
  }
}
.sidebar__collapse__text.active {
  color: #f7a700;
}
.cat__sidebar__collapse--active .sidebar__collapse__text {
  padding-left: 5px;
}
.sidebar__collapse__text__title {
  color: #2e2925;
  font-size: 15px;
  font-weight: 400;
}
.sidebar__collapse__text__title:hover, .sidebar__collapse__text__title:focus, .sidebar__collapse__text__title:active {
  color: #2e2925;
}
.sidebar__collapse__text__title.active,
.sidebar__collapse__text__title .sidebar__collapse.active {
  color: #ffffff;
}
@media (min-width: 992px) {
  .sidebar__collapse__text__title {
    padding-right: 22px;
  }
}
.sidebar__collapse .selected__title {
  color: #f7a700;
}
.sidebar__collapse__chevron {
  color: #2e2925;
  transition: transform 0.2s ease-out;
  margin-bottom: 5px;
  position: absolute;
  right: 10px;
  top: 25%;
}
.sidebar__collapse__chevron:hover, .sidebar__collapse__chevron:focus, .sidebar__collapse__chevron:active {
  color: #f7a700;
}
.sidebar__collapse__chevron.active {
  color: #ffffff;
  transform: rotate(180deg);
}
.sidebar__collapse__chevron.collapsed {
  color: #2e2925;
}
.cat__sidebar__collapse--active .sidebar__collapse__chevron {
  padding-right: 5px;
  padding-left: 5px;
}
.sidebar__collection {
  width: 100%;
  padding: 20px 40px 0 10px;
}
.sidebar__collection__title {
  margin-bottom: 20px;
  padding: 0;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 600;
  color: #494949;
}
.sidebar__collection__title {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .sidebar__collection__title {
    font-size: calc(15px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .sidebar__collection__title {
    font-size: 18px;
  }
}
.sidebar__collection__list {
  padding-left: 0;
  margin-bottom: 40px;
}
.sidebar__collection__link {
  display: block;
  margin: 10px 0;
}
.sidebar__collection__link a {
  padding: 5px 5px 5px 0;
  color: #494949;
}
.sidebar__collection__link a {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .sidebar__collection__link a {
    font-size: calc(13px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .sidebar__collection__link a {
    font-size: 14px;
  }
}
.sidebar__collection__link a:hover, .sidebar__collection__link a:focus, .sidebar__collection__link a:active {
  color: #494949;
  text-decoration: none;
  background-color: #f4f4f4;
}

.front__footer__bg {
  background-color: #333333;
}
.front__footer__logo {
  padding: 20px 0 10px 0;
}
@media (min-width: 768px) {
  .front__footer__logo {
    padding: 25px 0 25px 0;
  }
}
.front__footer__rrss {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .front__footer__rrss {
    margin-bottom: 0;
  }
}
.front__footer__rrss--link {
  color: #f7a700;
  margin-right: 15px;
}
.front__footer__rrss--link .fab {
  font-size: 20px;
}
.front__footer__h3 {
  letter-spacing: 1.1px;
}
.front__footer__address {
  color: #f7a700;
}
.front__footer__address .front__footer__link {
  display: block;
  color: #f7a700;
}
.front__footer__head {
  justify-content: space-between;
  padding-top: 10px;
}
.front__footer__line {
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
}
.front__footer__link {
  white-space: nowrap;
}
.front__footer__links h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #f1f1f1;
}
.front__footer__links h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .front__footer__links h3 {
    font-size: calc(14px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .front__footer__links h3 {
    font-size: 15px;
  }
}
.front__footer__links--tel {
  margin-bottom: 5px;
}
.front__footer__links--tel {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .front__footer__links--tel {
    font-size: calc(15px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .front__footer__links--tel {
    font-size: 18px;
  }
}
.front__footer__links ul {
  list-style-type: none;
  padding-left: 0;
}
.front__footer__links li {
  padding-bottom: 10px;
}
.front__footer__links li {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .front__footer__links li {
    font-size: calc(13px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .front__footer__links li {
    font-size: 15px;
  }
}
.front__footer__links li:last-child {
  padding-bottom: 0;
}
.front__footer__legal {
  color: #f1f1f1;
}
.front__footer__legal p, .front__footer__legal a {
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .front__footer__legal p, .front__footer__legal a {
    font-size: calc(13px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .front__footer__legal p, .front__footer__legal a {
    font-size: 14px;
  }
}
.front__footer__legal .front__footer__link:after {
  content: "|";
  margin-left: 5px;
}
.front__footer__legal .front__footer__link:last-child:after {
  content: " ";
  margin-left: 0;
}
@media (min-width: 992px) {
  .front__footer__col--left {
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .front__footer__col--center {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .front__footer__col--right {
    margin-left: 0;
    padding-left: 35px;
  }
}
.front__footer__rrss {
  padding-bottom: 15px;
}
.front__footer__rrss .img-fluid {
  width: 24px;
  height: 24px;
}
.front__footer__rrss a {
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.front__footer__rrss a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .front__footer__rrss a {
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .front__footer__rrss a {
    padding-right: 0;
  }
}

.box__catalogue {
  position: relative;
  display: flex;
  min-height: 140px;
  flex: 0 1 100%;
  margin-bottom: 15px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.box__catalogue:hover, .box__catalogue:focus, .box__catalogue:active {
  cursor: pointer;
}
.box__catalogue:hover:after, .box__catalogue:focus:after, .box__catalogue:active:after {
  background-color: #f7a700;
}
@media (min-width: 768px) {
  .box__catalogue {
    min-height: 215px;
    flex: 0 1 47.5%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .box__catalogue {
    flex: 0 1 48.5%;
    margin-bottom: 35px;
  }
}
.box__catalogue:after {
  content: "";
  position: absolute;
  top: -86px;
  left: -95px;
  bottom: -55px;
  width: 87%;
  transform: rotateZ(15deg);
  background-color: #f1f1f1;
  opacity: 1;
}
@media (min-width: 768px) {
  .box__catalogue:after {
    width: 78%;
    left: -40px;
  }
}
@media (min-width: 992px) {
  .box__catalogue:after {
    width: 50%;
    left: -100px;
  }
}
.box__catalogue span {
  position: relative;
  padding: 10px 40px 10px 10px;
  color: #333333;
  text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  z-index: 1;
  max-width: 200px;
}
.box__catalogue span {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  .box__catalogue span {
    font-size: calc(15px + 5 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .box__catalogue span {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .box__catalogue span {
    padding: 20px 30px 20px 20px;
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .box__catalogue span {
    padding: 20px 0 20px 20px;
  }
}
.box__catalogue__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
@media (min-width: 768px) {
  .box__catalogue__wrapper {
    margin-bottom: -15px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .box__catalogue__wrapper {
    margin-top: 0;
    margin-bottom: -30px;
  }
}
.box__catalogue__big {
  flex: 0 1 100%;
}
.box__catalogue__big span {
  max-width: 220px;
}
.box__catalogue__big:after {
  left: -100px;
}
@media (min-width: 768px) {
  .box__catalogue__big span {
    max-width: 220px;
  }
  .box__catalogue__big:after {
    left: -320px;
  }
}
.box__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .box__wrapper {
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.box__item {
  flex: 0 1 50%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .box__item {
    flex: 0 1 33.3333%;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .box__item {
    flex: 0 1 25%;
  }
}
.box__item--icon {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .box__item--icon {
    flex: 0 1 19.5%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .gen__col--icons .box__item {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  .gen__col--icons .box__item {
    flex: 0 1 50%;
  }
}
.box__item__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
}
.box__item__content .box__item__text.gen__text--left {
  align-self: flex-start;
}
@media (min-width: 768px) {
  .box__item__content {
    margin: 10px;
    padding: 10px 20px;
  }
}
.box__item--card .box__item__content {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
.box__item--icon .box__item__content {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box__item__content .box__item__img {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .box__item__content .box__item__img {
    max-width: 100%;
  }
}
.box__item__title {
  display: flex;
  width: 100%;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  align-items: flex-end;
  flex-grow: 1;
}
.box__item__title {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .box__item__title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .box__item__title {
    font-size: 18px;
  }
}
.box__item--icon .box__item__title {
  text-align: center;
  align-items: flex-start;
  margin-bottom: 0;
}
.box__item--card .box__item__title {
  text-align: left;
  flex-grow: unset;
  margin-top: 15px;
}
.box__item__img {
  max-width: 100px;
  margin: 20px 0 5px 0;
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  .box__item__img {
    max-width: 110px;
    margin: 30px 0 5px 0;
  }
}
.box__item--icon .box__item__img {
  max-width: 125px;
}
.box__item__list {
  padding-left: 0;
  font-weight: 500;
  text-align: left;
  color: #f7a700;
}
.box__item__list {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .box__item__list {
    font-size: calc(12px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .box__item__list {
    font-size: 15px;
  }
}
.box__item__list ul {
  list-style-type: none;
}
.box__item__list li {
  list-style-type: none;
  padding-left: 25px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url("../img/icons/tick.svg");
  background-position: left;
  margin-bottom: 5px;
}
.box__item__list li {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .box__item__list li {
    font-size: calc(14px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .box__item__list li {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .box__item__list li {
    margin-bottom: 10px;
  }
}
.offset--text .box__item__list li {
  font-weight: 500;
}
.offset--text .box__item__list li {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .offset--text .box__item__list li {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .offset--text .box__item__list li {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .gen__col--media--left .box__item__list {
    padding-left: 130px;
  }
}
.box__item__text p {
  hyphens: none;
  margin: 0;
  padding-left: 0;
  font-weight: 500;
  text-align: left;
  color: #f7a700;
}
.box__item__text p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .box__item__text p {
    font-size: calc(12px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .box__item__text p {
    font-size: 15px;
  }
}
.box__item__text ul {
  padding-left: 0;
  font-weight: 500;
  text-align: left;
  color: #f7a700;
}
.box__item__text ul {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .box__item__text ul {
    font-size: calc(12px + 3 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .box__item__text ul {
    font-size: 15px;
  }
}
.box__item__text li {
  position: relative;
  list-style-type: none;
}
.box__item__text li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "";
  position: relative;
  font-weight: 600;
  margin-right: 5px;
}
.box__item__footer {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box__video {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: auto;
}
@media (min-width: 992px) {
  .box__video {
    height: 100%;
  }
}
.box__video__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
.box__video__gallery {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.box__video__gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.box__video__gallery .swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
}
.box__video__gallery .swiper-pagination-bullets {
  position: unset !important;
  margin-bottom: 20px;
}
.box__video__thumbnail {
  position: relative;
}
.box__video__thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent url("../../assets/img/icons/play_button.png") no-repeat center;
  background-size: 55px;
  pointer-events: auto;
}
.box__video__text {
  hyphens: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  margin: 10px 15px;
  word-break: keep-all;
  font-size: 13px;
}
@media (min-width: 768px) {
  .box__video__text {
    margin: 10px 0 0;
  }
}
.box__link {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .box__link {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .box__link__media--left {
    padding-left: 90px;
  }
}
.box__button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.box__cat {
  padding-bottom: 50px;
}
.box__cat__link {
  text-decoration: none;
}
.box__cat__img {
  min-height: 110px;
}
.box__cat__text {
  display: block;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
}

.slider__container {
  height: 100%;
  min-height: 300px;
}
.slider__wrapper {
  display: flex;
  height: 100%;
}
.slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
}
.slider__gutter {
  width: auto;
}
.slider__item {
  width: auto;
  height: 100%;
  min-height: 440px;
}
@media (min-width: 768px) {
  .slider__item {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .slider__item {
    max-width: 1140px;
    margin: 20px auto;
    height: 400px;
  }
}
.slider__item__box {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media (min-width: 768px) {
  .slider__item__box {
    flex-direction: row;
  }
  .slider__item--right .slider__item__box {
    justify-content: flex-end;
    flex: 0 1 100%;
  }
}
@media (min-width: 992px) {
  .slider__item__box {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
.slider__item__title {
  display: flex;
  padding: 20px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.slider__item--white .slider__item__title {
  background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 768px) {
  .slider__item__title {
    flex: 0 1 50%;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .slider__item__title {
    padding: 60px;
  }
}
.slider__item__title h1, .slider__item__title h2 {
  color: #FFF;
  font-weight: 400;
}
.slider__item__title h1, .slider__item__title h2 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .slider__item__title h1, .slider__item__title h2 {
    font-size: calc(22px + 10 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .slider__item__title h1, .slider__item__title h2 {
    font-size: 32px;
  }
}
.slider__item--white .slider__item__title h1, .slider__item--white .slider__item__title h2 {
  color: #333333;
}
@media (min-width: 768px) {
  .slider__item__title h1, .slider__item__title h2 {
    max-width: 400px;
  }
}
.slider__item__gallery {
  display: flex;
  flex: 0 1 50%;
  flex-wrap: wrap;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
.slider__item--white .slider__item__gallery {
  background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 768px) {
  .slider__item__gallery {
    flex: 0 1 50%;
    flex-wrap: wrap;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .slider__item__gallery {
    padding: 50px 60px 60px;
  }
}
.slider__item__icon {
  display: flex;
  flex: 0 1 33.333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .slider__item__icon {
    display: flex;
    flex: 0 1 33.333%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .slider__item__icon .img-fluid {
    max-width: 40px;
  }
}
.slider__item__icon span {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
}
.slider__item__icon span {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .slider__item__icon span {
    font-size: calc(12px + 1 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .slider__item__icon span {
    font-size: 13px;
  }
}
.slider__item--white .slider__item__icon span {
  color: #333333;
}
@media (min-width: 768px) {
  .slider__item--right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.slider__pagination .swiper-pagination-bullet-active {
  background-color: #f7a700;
}

.offset__title {
  font-weight: 300;
}
.offset__title {
  font-size: 19px;
}
@media screen and (min-width: 320px) {
  .offset__title {
    font-size: calc(19px + 9 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .offset__title {
    font-size: 28px;
  }
}
.offset__btn .button {
  width: 100%;
}
@media (min-width: 768px) {
  .offset__btn .button {
    max-width: 200px;
  }
}
.offset--layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .offset--layout {
    flex-direction: row;
    min-height: 575px;
  }
}
.offset--text {
  order: 2;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.offset--text ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.offset--text ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .offset--text ul li {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .offset--text {
    order: 1;
    padding: 40px 60px 40px 0;
    flex: 0 1 50%;
  }
  .offset--left .offset--text {
    order: 2;
    padding-left: 60px;
    padding-right: 0;
  }
  .offset--text p {
    font-size: 16px;
  }
}
.offset--image {
  order: 1;
  position: relative;
  width: 100%;
  min-height: 200px;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .offset--image {
    order: 2;
    flex: 0 1 50%;
    padding: 0;
  }
  .offset--left .offset--image {
    order: 1;
  }
}
.offset--bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .offset--bg {
    position: absolute;
    left: -10px;
    width: 50vw;
    min-height: 575px;
  }
  .offset--left .offset--bg {
    right: -8px;
    left: auto;
  }
}

.catalogue__nav__item {
  margin-left: 2px;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: 400;
}
.catalogue__nav__item {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .catalogue__nav__item {
    font-size: calc(10px + 6 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .catalogue__nav__item {
    font-size: 16px;
  }
}
.catalogue__nav__item:hover, .catalogue__nav__item:focus {
  color: #F8A800;
  background-color: #333333;
  border-color: transparent !important;
}
.catalogue__nav__item.active {
  border-radius: 0;
  background-color: #FFFFFF;
  color: #666666;
}
.catalogue__nav__item.active:hover, .catalogue__nav__item.active:focus {
  color: #F8A800;
  border-color: #dee2e6 #dee2e6 #fff !important;
}
.catalogue__content {
  padding-top: 30px;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
}
.catalogue__content__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .catalogue__content__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.catalogue__content__box {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.catalogue__content__box .img-fluid {
  border: 1px solid #c2c2c2;
}
.catalogue__content__title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #2e2925;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
}
.catalogue__content__action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .catalogue__content__action {
    flex-wrap: nowrap;
  }
}
.catalogue__content__button {
  flex: 0 1 100%;
  margin-bottom: 30px;
  padding: 10px 15px;
  text-align: center;
  color: #f7a700;
  border: 2px solid #f7a700;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in;
}
.catalogue__content__button:hover, .catalogue__content__button:focus {
  text-decoration: none;
  background-color: #f7a700;
  color: #FFFFFF;
}

.config__subtitle {
  border-bottom: 1px solid #2e2925;
  color: #2e2925;
  font-weight: 300;
  font-size: 16px;
  margin: 10px 0 30px 0;
  padding: 10px 0;
}
.config__excel {
  padding: 30px 0;
}
.config__photo.is--one .col-12 {
  margin: 0 auto;
}
.config__excel .config__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #6c757d;
  border-radius: 15px;
  transition: all ease 0.3s;
}
.config__excel .config__box:hover, .config__excel .config__box:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #F8A800;
  border: 1px solid #ffffff;
}
.config__excel .config__box:hover .config__box__title,
.config__excel .config__box:hover .config__box__file, .config__excel .config__box:focus .config__box__title,
.config__excel .config__box:focus .config__box__file {
  color: #ffffff;
}
.config__excel .config__box:hover .config__box__info, .config__excel .config__box:focus .config__box__info {
  color: #ffffff;
  border-top: 1px solid #ffffff;
}
.config__photo .config__box {
  position: relative;
  margin-bottom: 30px;
}
.config__excel .config__box__title {
  color: #575757;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
}
.config__excel .config__box__title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .config__excel .config__box__title {
    font-size: calc(16px + 2 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .config__excel .config__box__title {
    font-size: 18px;
  }
}
.config__photo .config__box__title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.48);
}
.config__box__header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
.config__box__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.config__box__link .button {
  color: #000000;
}
.config__box__link .button:hover, .config__box__link .button:focus {
  text-decoration: none;
  color: #ffffff;
}
.config__box__subtitle {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  text-transform: initial;
}
.config__box__img {
  position: relative;
  overflow: hidden;
}
.config__box__img.active:after {
  opacity: 0.1;
}
.config__box__img.active .img-fluid {
  transform: scale(1.1);
}
.config__box__img .img-fluid {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  transition: transform ease-in 0.2s;
}
.config__box__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.config__box__icon {
  font-size: 40px;
  margin-top: 20px;
}
.config__box__info {
  text-align: center;
  border-top: 1px solid #a3a3a3;
  padding-top: 20px;
  margin-top: 20px;
  color: #F8A800;
  font-size: 15px;
  font-weight: 400;
}
.config__box__file {
  color: #575757;
}

.videoFull .embed-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videoFull .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoFull .full-16by9 {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.videoFull .full-16by9__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoFull .embed-responsive-21by9::before {
  padding-top: 55.5%;
}
@media (min-width: 768px) {
  .videoFull .embed-responsive-21by9::before {
    padding-top: 43.5%;
  }
}
@media (min-width: 992px) {
  .videoFull .embed-responsive-21by9::before {
    padding-top: 34%;
  }
}
@media (min-width: 1200px) {
  .videoFull .embed-responsive-21by9::before {
    padding-top: 33%;
  }
}
@media (min-width: 1400px) {
  .videoFull .embed-responsive-21by9::before {
    padding-top: 37%;
  }
}
@media (min-width: 1800px) {
  .videoFull .embed-responsive-21by9::before {
    padding-top: 30%;
  }
}
@media (min-width: 2225px) {
  .videoFull .embed-responsive-21by9::before {
    padding-top: 25%;
  }
}
.videoFull__file__header {
  position: relative;
  background-color: black;
  min-height: auto;
  height: 440px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .videoFull__file__header {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .videoFull__file__header {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .videoFull__file__header {
    height: 600px;
  }
}
.videoFull__file__header video {
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.numbers__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.numbers__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F8A800;
  padding: 15px 0;
  opacity: 0;
}
.numbers__box:nth-child(2) {
  border-left: 1px solid #F8A800;
}
@media (min-width: 768px) {
  .numbers__box:nth-child(2) {
    border-left: 0;
  }
}
@media (min-width: 768px) {
  .numbers__box:nth-child(3) {
    border-right: 1px solid transparent !important;
  }
}
@media (min-width: 768px) {
  .numbers__box:nth-child(-n+2) {
    border-right: 1px solid #F8A800;
  }
}
@media (min-width: 768px) {
  .numbers__box:last-child {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 768px) {
  .numbers__box {
    padding: 0;
    border-right: 1px solid #F8A800;
    border-bottom: 1px solid transparent;
  }
}
.gen__area--orange .numbers__box {
  border-bottom: 1px solid #2e2925;
}
.gen__area--orange .numbers__box:nth-child(2) {
  border-left: 1px solid #2e2925;
}
@media (min-width: 768px) {
  .gen__area--orange .numbers__box:nth-child(2) {
    border-left: 0;
  }
}
@media (min-width: 768px) {
  .gen__area--orange .numbers__box:nth-child(3) {
    border-right: 1px solid transparent !important;
  }
}
@media (min-width: 768px) {
  .gen__area--orange .numbers__box:nth-child(-n+2) {
    border-right: 1px solid #2e2925;
  }
}
@media (min-width: 768px) {
  .gen__area--orange .numbers__box:last-child {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 768px) {
  .gen__area--orange .numbers__box {
    border-right: 1px solid #2e2925;
    border-bottom: 1px solid transparent;
  }
}
.numbers__figure {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.numbers__operator {
  hyphens: none;
}
.numbers__operator {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .numbers__operator {
    font-size: calc(30px + 10 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .numbers__operator {
    font-size: 40px;
  }
}
.numbers__text {
  hyphens: none;
  text-align: center;
}
.numbers__text {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .numbers__text {
    font-size: calc(16px + 4 * ((100vw - 320px) / 672));
  }
}
@media screen and (min-width: 992px) {
  .numbers__text {
    font-size: 20px;
  }
}

.blog__title {
  font-size: 28px;
  line-height: 33px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .blog__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 768px) {
  .blog__subtitle {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .blog__subtitle {
    max-width: 70%;
  }
}
.blog__subtitle p {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 24px;
  hyphens: none;
}
@media (min-width: 768px) {
  .blog__subtitle p {
    font-size: 25px;
    line-height: 33px;
  }
}
.blog__gallery {
  margin-bottom: 30px;
}
.blog__box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 210px;
  background-size: cover;
  background-position: center center;
  background-color: #F8A800 !important;
  color: #2e2925;
  text-align: left;
}
@media (min-width: 768px) {
  .blog__box:hover .blog__box__bg, .blog__box:focus .blog__box__bg {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .blog__box {
    padding: 50px 20px 30px 20px;
    justify-content: space-between;
  }
  .blog__box:hover, .blog__box:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .blog__box:hover .blog__box__link, .blog__box:focus .blog__box__link {
    background-color: #F8A800;
    color: #ffffff;
    box-shadow: 3px 7px 24px -8px rgba(0, 0, 0, 0.75);
  }
  .blog__box:hover .blog__box__text, .blog__box:focus .blog__box__text {
    text-shadow: 0 2px 2px #000000;
  }
  .blog__box:hover:before, .blog__box:focus:before {
    opacity: 0.9;
  }
}
.blog__box__bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all ease-in 0.2s;
}
.blog__box__bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #2e2925;
  opacity: 0.7;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .blog__box__bg:before {
    display: block;
  }
}
.blog__box__text {
  position: relative;
  top: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  color: #ffffff;
  z-index: 2;
  text-shadow: 0 0 0 #000000;
  transition: all ease 0.3s;
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .blog__box__text {
    padding: 0;
  }
}
.blog__box__link {
  display: block;
  color: #F8A800;
  border: 2px solid #F8A800;
  padding: 5px 10px;
  z-index: 2;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .blog__box__link {
    transition: all ease 0.3s;
  }
}
@media (min-width: 768px) {
  .blog__box.blog-bg-orange:hover .blog__box__text, .blog__box.blog-bg-orange:focus .blog__box__text {
    text-shadow: none;
  }
  .blog__box.blog-bg-orange:hover .blog__box__link, .blog__box.blog-bg-orange:focus .blog__box__link {
    background-color: #ffffff;
    color: #F8A800;
  }
  .blog__box.blog-bg-orange .blog__box__link {
    border-color: #ffffff;
    color: #ffffff;
  }
  .blog__box.blog-bg-orange .blog__box__bg {
    display: none;
  }
}
@media (min-width: 992px) {
  .blog__box.blog-bg-orange {
    padding: 125px 40px 30px 40px !important;
    justify-content: space-between !important;
  }
}
.gen__area--orange .blog__box.blog-bg-orange {
  background-color: #2e2925;
}
@media (min-width: 768px) {
  .blog__box.blog-bg-image:hover .blog__box__text, .blog__box.blog-bg-image:focus .blog__box__text {
    text-shadow: 0 2px 2px #000000 !important;
  }
  .blog__box.blog-bg-image:hover:before, .blog__box.blog-bg-image:focus:before {
    opacity: 0.9;
  }
  .blog__box.blog-bg-image:hover .blog__box__link, .blog__box.blog-bg-image:focus .blog__box__link {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #F8A800 !important;
  }
  .blog__box.blog-bg-image .blog__box__bg {
    display: block !important;
  }
  .blog__box.blog-bg-image .blog__box__link {
    border-color: #F8A800 !important;
    color: #F8A800 !important;
  }
}
.blog .swiper-container {
  margin-top: 2em;
}
.blog .swiper-wrapper {
  margin-bottom: 3em;
  width: 73.8%;
}
@media (min-width: 768px) {
  .blog .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .blog .swiper-wrapper {
    justify-content: flex-start;
    position: relative;
  }
}
@media (min-width: 768px) {
  .blog .swiper-wrapper {
    /* tablet? */
    /* swiper is disabled at this breakpoint */
    /* wrap slides  */
    flex-wrap: wrap;
    width: 100%;
  }
}
.blog .swiper-slide {
  width: 100%;
}
.blog .swiper-slide:nth-child(1) .blog__box:hover .blog__box__text, .blog .swiper-slide:nth-child(1) .blog__box:focus .blog__box__text, .blog .swiper-slide:nth-child(5) .blog__box:hover .blog__box__text, .blog .swiper-slide:nth-child(5) .blog__box:focus .blog__box__text {
  text-shadow: none;
}
.blog .swiper-slide:nth-child(1) .blog__box:hover .blog__box__link, .blog .swiper-slide:nth-child(1) .blog__box:focus .blog__box__link, .blog .swiper-slide:nth-child(5) .blog__box:hover .blog__box__link, .blog .swiper-slide:nth-child(5) .blog__box:focus .blog__box__link {
  background-color: #ffffff;
  color: #F8A800;
}
.blog .swiper-slide:nth-child(1) .blog__box__link, .blog .swiper-slide:nth-child(5) .blog__box__link {
  border-color: #ffffff;
  color: #ffffff;
}
.blog .swiper-slide:nth-child(1) .blog__box__bg, .blog .swiper-slide:nth-child(5) .blog__box__bg {
  display: none;
}
@media (min-width: 768px) {
  .blog .swiper-slide {
    min-height: 0;
    width: 49%;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .blog .swiper-slide {
    width: 265px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: transparent;
  }
  .blog .swiper-slide:nth-child(1) .blog__box {
    min-height: 420px;
    background-image: none !important;
    padding: 120px 20px 30px 20px;
  }
  .blog .swiper-slide:nth-child(1) .blog__box:before {
    display: none;
  }
  .blog .swiper-slide:nth-child(1) .blog__box:hover .blog__box__text, .blog .swiper-slide:nth-child(1) .blog__box:focus .blog__box__text {
    text-shadow: none;
  }
  .blog .swiper-slide:nth-child(1) .blog__box:hover .blog__box__link, .blog .swiper-slide:nth-child(1) .blog__box:focus .blog__box__link {
    background-color: #ffffff;
    color: #F8A800;
  }
  .blog .swiper-slide:nth-child(1) .blog__box__bg {
    display: none;
  }
  .blog .swiper-slide:nth-child(1) .blog__box__bg:before {
    background: black;
    background: linear-gradient(0deg, black 12%, rgba(255, 255, 255, 0) 100%);
  }
  .blog .swiper-slide:nth-child(1) .blog__box__link {
    border-color: #ffffff;
    color: #ffffff;
  }
  .blog .swiper-slide:nth-child(2) {
    top: 210px;
  }
  .blog .swiper-slide:nth-child(2) .blog__box.blog-bg-orange {
    padding: 35px 40px 30px 35px !important;
  }
  .blog .swiper-slide:nth-child(3), .blog .swiper-slide:nth-child(4) {
    width: 530px;
    max-width: none;
  }
  .blog .swiper-slide:nth-child(3) .blog__box, .blog .swiper-slide:nth-child(4) .blog__box {
    min-height: 420px;
    padding: 60px 40px 30px 40px;
    justify-content: flex-end;
  }
  .blog .swiper-slide:nth-child(3) .blog__box .blog__box__text, .blog .swiper-slide:nth-child(4) .blog__box .blog__box__text {
    margin-bottom: 40px;
  }
  .blog .swiper-slide:nth-child(3) .blog__box:hover:before, .blog .swiper-slide:nth-child(3) .blog__box:focus:before, .blog .swiper-slide:nth-child(4) .blog__box:hover:before, .blog .swiper-slide:nth-child(4) .blog__box:focus:before {
    opacity: 0.8;
  }
  .blog .swiper-slide:nth-child(3) .blog__box__bg:before, .blog .swiper-slide:nth-child(4) .blog__box__bg:before {
    background: black;
    background: linear-gradient(0deg, black 12%, rgba(255, 255, 255, 0) 100%);
  }
  .blog .swiper-slide:nth-child(5) {
    width: 530px;
    max-width: none;
    max-height: 210px;
    height: 210px;
  }
  .blog .swiper-slide:nth-child(5) .blog__box {
    padding: 60px 40px 30px 40px;
  }
  .blog .swiper-slide:nth-child(5) .blog__box:before {
    background-color: #F8A800;
    opacity: 1;
  }
  .blog .swiper-slide:nth-child(5) .blog__box:hover .blog__box__text, .blog .swiper-slide:nth-child(5) .blog__box:focus .blog__box__text {
    text-shadow: none;
  }
  .blog .swiper-slide:nth-child(5) .blog__box:hover .blog__box__link, .blog .swiper-slide:nth-child(5) .blog__box:focus .blog__box__link {
    background-color: #ffffff;
    color: #F8A800;
  }
  .blog .swiper-slide:nth-child(5) .blog__box__link {
    border-color: #ffffff;
    color: #ffffff;
  }
  .blog .swiper-slide:nth-child(5) .blog__box__bg {
    display: none;
  }
  .blog .swiper-slide:nth-child(6) {
    margin-top: -224px;
    padding-top: 14px;
    margin-left: 530px;
  }
  .blog .swiper-slide:nth-child(6) .blog__box {
    height: 196px;
    min-height: 0;
  }
  .blog .swiper-slide:nth-child(6) .blog__box.blog-bg-orange {
    padding: 35px 40px 30px 35px !important;
    justify-content: center !important;
  }
}
.blog .swiper-pagination {
  display: block;
}
@media (min-width: 768px) {
  .blog .swiper-pagination {
    display: none;
  }
}
.blog .swiper-pagination .swiper-pagination-bullet {
  background-color: #2e2925 !important;
}
.blog.gen__area--black .swiper-pagination-bullet {
  background-color: #c2c2c2 !important;
}
@media (min-width: 768px) {
  .blog.gen__area--orange .blog__gallery .swiper-slide:nth-child(1) .blog__box, .blog.gen__area--orange .blog__gallery .swiper-slide:nth-child(5) .blog__box {
    background-color: #2e2925;
  }
}

.assembly__content {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .assembly__content {
    padding-bottom: 30px;
  }
}
.assembly__header {
  border-bottom: 1px solid #c2c2c2;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.assembly__title {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .assembly__form__reference {
    flex: 0 0 25%;
    padding-left: 15px;
  }
}
.assembly__form__reference.data__form--list__item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .assembly__form__assisted {
    border-left: 1px solid #CCCCCC;
  }
}
.assembly__form__assisted--group {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.assembly__result__button--download {
  cursor: pointer;
  color: #f7a700;
}
.assembly__result__button--download:hover {
  color: black;
  text-decoration: underline;
}
.assembly__result__card {
  padding: 10px;
  flex: 0 0 49.99%;
}
@media (min-width: 768px) {
  .assembly__result__card {
    padding: 15px;
    flex: 0 0 33.33%;
  }
}
@media (min-width: 992px) {
  .assembly__result__card {
    padding: 20px 20px;
    flex: 0 0 25%;
  }
}
.assembly__result__card__item {
  border: 1px solid grey;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.assembly__result__card__title {
  padding-top: 10px;
  margin-bottom: 0;
}
.assembly__result__card__link {
  display: inline-block;
  padding-bottom: 10px;
}
.assembly__result__link {
  padding-right: 15px;
  padding-bottom: 15px;
}

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