@font-face {
  font-family: "Futura PT";
  src: url("./fonts/FuturaPT-Medium.woff2") format("woff2"), url("./fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT Book";
  src: url("FuturaPT-Book.woff2") format("woff2"), url("FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, select, input, button, textarea,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

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

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  margin: 0 !important;
}

body {
  line-height: 1.56;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Futura PT";
  src: url("./fonts/FuturaPT-Medium.woff2") format("woff2"), url("./fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT Book";
  src: url("FuturaPT-Book.woff2") format("woff2"), url("FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex > * {
  position: relative;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex.flex-column {
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.bleed-big > *, .flex.break-tablet.bleed.bleed-big > *, .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-tablet.bleed-big > :first-child, .flex.break-tablet.bleed.bleed-big > :first-child, .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed-big > :last-child, .flex.break-tablet.bleed.bleed-big > :last-child, .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile > * {
    width: 100%;
  }
  .flex.break-mobile.bleed-big > *, .flex.break-mobile.bleed.bleed-big > *, .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-mobile.bleed-big > :first-child, .flex.break-mobile.bleed.bleed-big > :first-child, .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed-big > :last-child, .flex.break-mobile.bleed.bleed-big > :last-child, .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .flex.break-mobile.flex-center {
    align-items: flex-start;
  }
}
.flex .line-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .flex .line-break-tablet {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .flex .line-break-mobile {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
.flex.bleed > * {
  margin-left: 10px;
  margin-right: 10px;
}
.flex.bleed > :first-child {
  margin-left: 0px;
}
.flex.bleed > :last-child {
  margin-right: 0px;
}
.flex.bleed-big > * {
  margin-left: 30px;
  margin-right: 30px;
}
.flex.bleed-big > :first-child {
  margin-left: 0px;
}
.flex.bleed-big > :last-child {
  margin-right: 0px;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.max-2 > * {
  width: calc( 50% - 10px );
  min-width: calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}
@media screen and (min-width: 1281px) {
  .flex.max-2.bleed-big > * {
    width: calc( 50% - 100px );
    min-width: calc( 50% - 100px );
    max-width: calc( 50% - 100px );
  }
}
.flex.max-2.bleed > :nth-child(2n) {
  margin-right: 0px;
}
.flex.max-2.bleed > :nth-child(2n+1) {
  margin-left: 0px;
}
.flex.max-3 > * {
  width: calc( 33.3% - 20px );
  min-width: calc( 33.3% - 20px );
  max-width: calc( 33.3% - 20px );
}
.flex.max-3.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap > * {
  width: calc( 33.3% - 60px );
  min-width: calc( 33.3% - 60px );
  max-width: calc( 33.3% - 60px );
}
.flex.max-3-big-gap.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-4 > * {
  width: calc( 25% - 15px );
  min-width: calc( 25% - 15px );
  max-width: calc( 25% - 15px );
}
.flex.max-4.bleed > :nth-child(4n) {
  margin-right: 0px;
}
.flex.max-4.bleed > :nth-child(4n+1) {
  margin-left: 0px;
}
.flex.max-4-no-margin > * {
  width: calc( 25% );
  min-width: calc( 25% );
  max-width: calc( 25% );
}
.flex.max-5 > * {
  width: calc( 20% - 15px );
  min-width: calc( 20% - 15px );
  max-width: calc( 20% - 15px );
}
.flex.max-5.bleed > :nth-child(5n) {
  margin-right: 0px;
}
.flex.max-5.bleed > :nth-child(5n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet.max-5 > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-5 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet.max-4 > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet.max-3 > *, .flex.break-tablet.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile.max-5 > *, .flex.break-mobile.max-4 > *, .flex.break-mobile.max-3 > *, .flex.break-mobile.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .flex.wrap-tablet {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 780px) {
  .flex.wrap-mobile {
    flex-flow: row wrap;
  }
}

.flex-tablet {
  display: block;
}
@media screen and (max-width: 1280px) {
  .flex-tablet {
    display: flex;
  }
}

@media screen and (max-width: 780px) {
  .flex-mobile {
    display: flex;
  }
}

.flex-center {
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .flex-center-tablet {
    align-items: center;
  }
}

.flex-text-center {
  justify-content: center;
}

.flex-text-right {
  justify-content: flex-end;
}

@media screen and (max-width: 1280px) {
  .flex-bottom-tablet {
    align-items: flex-end;
  }
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-right {
  margin-left: auto !important;
}

.flex-item-left {
  margin-right: auto !important;
}

body {
  line-height: 1.33;
}
body.popup-opened {
  overflow-y: hidden;
}
body.search-opened .site-header .container .buttons-wrapper .function-buttons .search-panel {
  display: block;
}
body .site-content {
  margin-top: 113px;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1280px) {
  body .site-content {
    margin-top: 98px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  body .site-content {
    padding-top: 20px;
    margin-top: 87px;
    padding-bottom: 35px;
  }
}
body:not(.woocommerce-shop):not(.tax-product_cat):not(.single-product):not(.page-template-product-compare-page):not(.page-template-bookmarks-page) .site-content .breadcrumb-section {
  display: none;
}
body.page-template-bookmarks-page .site-content .breadcrumb-section {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  body.page-template-bookmarks-page .site-content .breadcrumb-section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  body.page-template-bookmarks-page .site-content .breadcrumb-section {
    margin-bottom: 30px;
  }
}
body.post-type-archive-career .site-content, body.post-type-archive-product-families .site-content, body.single-career .site-content, body.single-product-families .site-content, body.single-living-style .site-content, body.page-id-14 .site-content, body.page-id-1610 .site-content, body.page-id-744 .site-content, body.page-id-738 .site-content, body.page-id-736 .site-content, body.page-id-4997 .site-content {
  padding-top: 0;
}
body.home .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
body.single .post-type-slider .product .bookmark-button {
  display: none;
}
body.single .post-type-slider .product .img-wrapper {
  margin-bottom: 44px;
}
@media screen and (max-width: 1280px) {
  body.single .post-type-slider .product .img-wrapper {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 780px) {
  body.single .post-type-slider .product .img-wrapper {
    margin-bottom: 24px;
  }
}
body.single .post-type-slider .product .product-options .product-color-option .product-color-option-title, body.single .post-type-slider .product .product-options .product-color-option .color-name {
  display: none;
}
body.single .post-type-slider .product .compare-button {
  display: none;
}
body.lang-dropdown-opened .site-header .container .buttons-wrapper .lang-button-wrapper .dropdown {
  display: block;
}
@media screen and (max-width: 780px) {
  body.menu-opened {
    overflow-y: hidden;
  }
  body.menu-opened .site-header .container .menu-wrapper {
    display: flex;
  }
  body.menu-opened .site-header .container .buttons-wrapper {
    display: flex;
  }
}
body.single-product-families .images-section img {
  height: 430px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 1680px) {
  body.single-product-families .images-section img {
    height: 380px;
  }
}
@media screen and (max-width: 1440px) {
  body.single-product-families .images-section img {
    height: 300px;
  }
}
@media screen and (max-width: 1280px) {
  body.single-product-families .images-section img {
    height: 270px;
  }
}
h1 {
  font-family: Tahoma, sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 780px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: Tahoma, sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 780px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 780px) {
  h3 {
    font-size: 20px;
  }
}
h3.smaller {
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  h3.smaller {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  h3.smaller {
    font-size: 18px;
  }
}

h4 {
  font-family: Tahoma, sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  h4 {
    font-size: 18px;
  }
}
h4.smaller {
  font-size: 19px;
}
@media screen and (max-width: 1280px) {
  h4.smaller {
    font-size: 17px;
  }
}

p {
  font-family: Tahoma, sans-serif;
  line-height: 1.56;
}
p a {
  color: #EC6500;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1740px;
}
.container.middle {
  max-width: 1660px;
}
.container.narrow {
  max-width: 1380px;
}
.container.super-narrow {
  max-width: 1230px;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  color: #161615;
  background-color: #FFFFFF;
  padding: 33px 20px 17px;
}
@media screen and (max-width: 1280px) {
  header.site-header {
    padding: 23px 20px 12px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header {
    padding: 12px 20px 12px;
  }
}
header.site-header .container .menu-wrapper {
  background-color: #FFFFFF;
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 124px;
    height: calc(100vh - 124px);
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
  }
}
header.site-header .container .menu-wrapper > .menu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}
header.site-header .container .menu-wrapper > .menu .sub-menu {
  display: none;
}
header.site-header .container .menu-wrapper > .menu .sub-menu.opened {
  display: block;
}
header.site-header .container .menu-wrapper > .menu > .menu-item {
  font-size: 17px;
  margin-right: 33px;
  position: relative;
}
header.site-header .container .menu-wrapper > .menu > .menu-item:last-child {
  margin-right: 0;
}
header.site-header .container .menu-wrapper > .menu > .menu-item.current-menu-item {
  color: #EC6500;
}
@media screen and (max-width: 1440px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item {
    font-size: 16px;
    margin-right: 30px;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1380px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item {
    margin-right: 25px;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item {
    font-size: 15px;
    margin-right: 20px;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item {
    font-size: 12px;
    margin-right: 18px;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item {
    width: 100%;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item:last-child {
    margin-bottom: 0;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item:not(.furniture-item) > .sub-menu {
  height: fit-content;
  width: fit-content;
}
header.site-header .container .menu-wrapper > .menu > .menu-item:not(.furniture-item) > .sub-menu .menu-item {
  width: 135px;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item:not(.furniture-item) > .sub-menu .menu-item {
    width: 125px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item:not(.furniture-item) > .sub-menu .menu-item {
    width: auto;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu {
  position: absolute;
  top: calc(100% + 37px);
  left: 0;
  color: #FFFFFF;
  padding: 7px 15px 0px;
  height: 250px;
  width: 780px;
  background-color: rgba(140, 139, 139, 0.89);
}
@media screen and (max-width: 1440px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu {
    top: calc(100% + 38px);
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu {
    top: calc(100% + 34px);
    height: 205px;
    width: 680px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu {
    top: calc(100% + 36px);
    width: 660px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu {
    width: 100%;
    background-color: transparent;
    position: static;
    height: auto;
    width: 100%;
    border-left: 1px solid #161615;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item {
  position: relative;
  display: block;
  width: 184px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 13px;
  padding-left: 3px;
  margin-bottom: 10px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item {
    font-size: 14px;
    width: 174px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item {
    padding-bottom: 6px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item {
    color: #8C8B8B;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item:last-child {
    margin-bottom: 0;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.current-menu-item {
    color: #EC6500;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item:hover, header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.current-menu-item {
  color: #161615;
  font-weight: 700;
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children {
  position: static;
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > a {
  position: relative;
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  left: calc(100% + 15px);
  background-image: url("./img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6px;
  width: 11px;
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > a::after {
    background: none;
    position: static;
    transform: none;
    height: auto;
    width: auto;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 7px;
  left: 230px;
  display: flex;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu {
    left: 220px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu {
    position: static;
    flex-direction: column;
    padding: 7px 15px 0px;
    border-left: 1px solid #161615;
    width: 100%;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col {
  margin-right: 55px;
  width: 125px;
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col {
    margin-right: 25px;
    width: 115px;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col {
    margin-right: 15px;
  }
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col:last-child {
    margin-right: 0;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item {
  color: #161615;
  font-weight: 400;
  margin-bottom: 23px;
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item:hover, header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item.current-menu-item {
  color: #FFFFFF;
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item:hover, header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item.current-menu-item {
    color: #161615;
  }
}
header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .menu-wrapper > .menu > .menu-item > .sub-menu > .menu-item.hovered.menu-item-has-children > .sub-menu > .col > .menu-item {
    color: #8C8B8B;
    margin-bottom: 10px;
  }
}
header.site-header .container .buttons-wrapper {
  background-color: #FFFFFF;
  margin-left: 30px;
}
@media screen and (max-width: 780px) {
  header.site-header .container .buttons-wrapper {
    display: none;
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    justify-content: flex-start;
    padding: 0 20px 22px;
    margin-left: 0;
  }
}
header.site-header .container .buttons-wrapper .function-buttons a {
  display: flex;
  margin-right: 35px;
}
@media screen and (max-width: 1440px) {
  header.site-header .container .buttons-wrapper .function-buttons a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1380px) {
  header.site-header .container .buttons-wrapper .function-buttons a {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .function-buttons a {
    margin-right: 20px;
  }
}
header.site-header .container .buttons-wrapper .function-buttons a:last-child {
  margin-right: 0;
}
header.site-header .container .buttons-wrapper .function-buttons .search-panel {
  display: none;
  position: absolute;
  top: calc(100% + 39px);
  right: 0;
  padding: 15px 60px 15px 15px;
  background-color: #FFFFFF;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .function-buttons .search-panel {
    top: calc(100% + 33px);
    width: 400px;
    min-width: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .buttons-wrapper .function-buttons .search-panel {
    top: calc(100% + 5px);
    left: -20px;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }
}
header.site-header .container .buttons-wrapper .function-buttons .search-panel .search-form .search-button {
  display: block;
  background-color: #3B3B3B;
  margin-left: 15px;
  padding: 10px;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .function-buttons .search-panel .search-form .search-button {
    margin-left: 10px;
    padding: 5px;
  }
}
header.site-header .container .buttons-wrapper .function-buttons .search-panel .search-form .search-button img {
  display: block;
  width: 19px;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .function-buttons .search-panel .search-form .search-button img {
    width: 16px;
  }
}
header.site-header .container .buttons-wrapper .function-buttons .search-panel .close-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
header.site-header .container .buttons-wrapper .lang-button-wrapper {
  position: relative;
}
header.site-header .container .buttons-wrapper .lang-button-wrapper .lang-button .lang-code {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .lang-button-wrapper .lang-button .lang-code {
    font-size: 14px;
  }
}
@media screen and (min-width: 781px) {
  header.site-header .container .buttons-wrapper .lang-button-wrapper .lang-button img {
    margin-bottom: 2px;
  }
}
header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 38px);
  right: 0;
  background-color: rgba(140, 139, 139, 0.89);
  color: #FFFFFF;
  text-align: center;
  padding: 12px;
  min-width: 152px;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown {
    top: calc(100% + 34px);
    padding: 7px;
    min-width: 132px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown {
    top: calc(100% + 2px);
    left: 0;
    right: auto;
  }
}
header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown .lang-button {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown .lang-button {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}
header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown .lang-button:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown .lang-button .lang-code {
  font-size: 17px;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .lang-button-wrapper .dropdown .lang-button .lang-code {
    font-size: 15px;
  }
}
header.site-header .container .buttons-wrapper .login-button-wrapper {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  header.site-header .container .buttons-wrapper .login-button-wrapper {
    margin-left: auto;
  }
}
header.site-header .container .buttons-wrapper .login-button-wrapper .button {
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 1280px) {
  header.site-header .container .buttons-wrapper .login-button-wrapper .button {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 780px) {
  header.site-header .container .buttons-wrapper .login-button-wrapper .button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
header.site-header .container .hamburger-button-wrapper {
  display: none;
}
@media screen and (max-width: 780px) {
  header.site-header .container .hamburger-button-wrapper {
    display: flex;
    align-items: center;
  }
}
header.site-header .container .hamburger-button-wrapper .hamburger-button {
  padding: 0;
  display: block;
  width: 38px;
}

footer.site-footer {
  color: #3B3B3B;
  padding: 75px 20px 75px;
}
@media screen and (max-width: 1280px) {
  footer.site-footer {
    font-size: 16px;
    padding: 35px 20px 35px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer {
    font-size: 15px;
  }
}
footer.site-footer .container .menu-row {
  padding-bottom: 20px;
}
@media screen and (max-width: 780px) {
  footer.site-footer .container .menu-row {
    padding-bottom: 30px;
  }
  footer.site-footer .container .menu-row > * {
    margin-bottom: 30px;
  }
  footer.site-footer .container .menu-row > *:last-child {
    margin-bottom: 0;
  }
}
footer.site-footer .container .menu-row p, footer.site-footer .container .menu-row a {
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  footer.site-footer .container .menu-row p, footer.site-footer .container .menu-row a {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .container .menu-row p, footer.site-footer .container .menu-row a {
    font-size: 14px;
  }
}
footer.site-footer .container .menu-row .menu-col .menu .menu-item {
  margin-bottom: 13px;
}
@media screen and (max-width: 1280px) {
  footer.site-footer .container .menu-row .menu-col .menu .menu-item {
    margin-bottom: 7px;
  }
}
footer.site-footer .container .menu-row .menu-col .menu .menu-item:last-child {
  margin-bottom: 0;
}
footer.site-footer .container .menu-row .newsletter-col {
  display: none;
}
footer.site-footer .container .menu-row .newsletter-col p {
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  footer.site-footer .container .menu-row .newsletter-col p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .container .menu-row .newsletter-col p {
    margin-bottom: 15px;
  }
}
footer.site-footer .container .menu-row .newsletter-col form {
  display: flex;
}
footer.site-footer .container .menu-row .newsletter-col form input {
  font-family: Tahoma, sans-serif;
  border-bottom: 1px solid #3B3B3B;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 13px;
  font-size: 18px;
}
footer.site-footer .container .menu-row .newsletter-col form input::-webkit-input-placeholder {
  color: #3B3B3B;
}

footer.site-footer .container .menu-row .newsletter-col form input:-moz-placeholder {
  color: #3B3B3B;
}

footer.site-footer .container .menu-row .newsletter-col form input::-moz-placeholder {
  color: #3B3B3B;
}

footer.site-footer .container .menu-row .newsletter-col form input:-ms-input-placeholder {
  color: #3B3B3B;
}

@media screen and (max-width: 1280px) {
  footer.site-footer .container .menu-row .newsletter-col form input {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .container .menu-row .newsletter-col form input {
    font-size: 14px;
  }
}
footer.site-footer .container .menu-row .newsletter-col form .button {
  width: fit-content;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  footer.site-footer .container .menu-row .newsletter-col form .button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .container .menu-row .newsletter-col form .button {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .container .social-icons-row {
    justify-content: flex-start;
  }
}
footer.site-footer .container .social-icons-row .icon {
  display: block;
  margin-right: 25px;
}
@media screen and (max-width: 1280px) {
  footer.site-footer .container .social-icons-row .icon {
    margin-right: 20px;
  }
}
footer.site-footer .container .social-icons-row .icon:last-child {
  margin-right: 0;
}

.button, .woocommerce a.button, .woocommerce button.button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 13px;
  background-color: transparent;
}
@media screen and (max-width: 1280px) {
  .button, .woocommerce a.button, .woocommerce button.button {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .button, .woocommerce a.button, .woocommerce button.button {
    padding: 7px;
  }
}
.button.white, .woocommerce a.button.white, .woocommerce button.button.white {
  color: #161615;
  border: 1px solid #161615;
  background-color: #FFFFFF;
}
.button.white:hover, .button.white.active, .woocommerce a.button.white:hover, .woocommerce a.button.white.active, .woocommerce button.button.white:hover, .woocommerce button.button.white.active {
  color: #EC6500;
  border-color: #EC6500;
}
.button.black, .woocommerce a.button.black, .woocommerce button.button.black {
  color: #FFFFFF;
  background-color: #161615;
  border: 1px solid #161615;
}

.news-section {
  background-color: #F5F5F5;
  padding: 60px 20px 100px;
}
.news-section.counselor {
  background-color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .news-section {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
.news-section .container .heading-wrapper {
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .news-section .container .heading-wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .news-section .container .heading-wrapper {
    margin-bottom: 25px;
  }
}
.news-section .container .heading-wrapper h2 {
  text-align: center;
}
.news-section .container .news-row > * {
  width: calc((100% / 3) - 84px);
  margin-right: 42px;
  margin-left: 42px;
}
.news-section .container .news-row > *:first-child {
  margin-left: 0;
}
.news-section .container .news-row > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .news-section .container .news-row > * {
    margin-right: 22px;
    margin-left: 22px;
    width: calc((100% / 3) - 44px);
  }
  .news-section .container .news-row > *:first-child {
    margin-left: 0;
  }
  .news-section .container .news-row > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-section .container .news-row > * {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .news-section .container .news-row > *:first-child {
    margin-left: 0;
  }
  .news-section .container .news-row > *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.news-section .container .news-row > *.news .img-wrapper {
  margin-bottom: 75px;
}
@media screen and (max-width: 1280px) {
  .news-section .container .news-row > *.news .img-wrapper {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  .news-section .container .news-row > *.news .img-wrapper {
    margin-bottom: 35px;
  }
}
.news-section .container .news-row > *.news .img-wrapper .img {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 60%;
  aspect-ratio: 1;
}
.news-section .container .news-row > *.news .categories-wrapper {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .news-section .container .news-row > *.news .categories-wrapper {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  .news-section .container .news-row > *.news .categories-wrapper {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.news-section .container .news-row > *.news .title {
  margin-bottom: 33px;
}
@media screen and (max-width: 1280px) {
  .news-section .container .news-row > *.news .title {
    margin-bottom: 22px;
  }
}
@media phone {
  .news-section .container .news-row > *.news .title {
    margin-bottom: 11px;
  }
}
.news-section .container .news-row > *.news .title:hover {
  color: #EC6500;
}

.faq-section {
  padding: 0 20px;
}
.faq-section .container h1 {
  margin-bottom: 65px;
}
@media screen and (max-width: 1280px) {
  .faq-section .container h1 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 780px) {
  .faq-section .container h1 {
    margin-bottom: 25px;
  }
}
.faq-section .container h2 {
  font-size: 28px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .faq-section .container h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .faq-section .container h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.faq-section .container .faqs-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .faq-section .container .faqs-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .faq-section .container .faqs-wrapper {
    margin-bottom: 30px;
  }
}
.faq-section .container .faqs-wrapper > .faq-category {
  width: calc( 50% - 88px );
  min-width: calc( 50% - 88px );
  max-width: calc( 50% - 88px );
  margin-right: 88px;
  margin-left: 88px;
  margin-bottom: 90px;
}
.faq-section .container .faqs-wrapper > .faq-category:nth-child(2n) {
  margin-right: 0px;
}
.faq-section .container .faqs-wrapper > .faq-category:nth-child(2n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 1280px) {
  .faq-section .container .faqs-wrapper > .faq-category {
    margin-right: 44px;
    margin-left: 44px;
    margin-bottom: 60px;
  }
  .faq-section .container .faqs-wrapper > .faq-category:nth-child(2n) {
    margin-right: 0px;
  }
  .faq-section .container .faqs-wrapper > .faq-category:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .faq-section .container .faqs-wrapper > .faq-category {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .faq-section .container .faqs-wrapper > .faq-category:last-child {
    margin-bottom: 0;
  }
}
.faq-section .container .faqs-wrapper > .faq-category .category-title-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .faq-section .container .faqs-wrapper > .faq-category .category-title-wrapper {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .faq-section .container .faqs-wrapper > .faq-category .category-title-wrapper {
    margin-bottom: 20px;
  }
}
.faq-section .container .faqs-wrapper > .faq-category .category-title-wrapper h3 {
  color: #221E20;
}
.faq-section .container .faqs-wrapper > .faq-category .questions h4 {
  font-size: 16px;
  color: #221E20;
  margin-bottom: 15px;
}
.faq-section .container .faqs-wrapper > .faq-category .questions h4:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .faq-section .container .faqs-wrapper > .faq-category .questions h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .faq-section .container .faqs-wrapper > .faq-category .questions h4:last-child {
    margin-bottom: 0;
  }
}
.faq-section .container .contact-us-question a {
  margin-left: 25px;
}
@media screen and (max-width: 780px) {
  .faq-section .container .contact-us-question a {
    margin-left: 0;
  }
}

.faq-question-section {
  padding-right: 20px;
  padding-left: 20px;
}
.faq-question-section .container h2 {
  margin-bottom: 65px;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  .faq-question-section .container h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 780px) {
  .faq-question-section .container h2 {
    margin-bottom: 25px;
  }
}
.faq-question-section .container h1 {
  color: #161615;
  font-size: 28px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .faq-question-section .container h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .faq-question-section .container h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.faq-question-section .container .answer {
  color: #3B3B3B;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .faq-question-section .container .answer {
    margin-bottom: 30px;
  }
}
.faq-question-section .container .further-questions-text {
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .faq-question-section .container .further-questions-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  .faq-question-section .container .contact-options {
    justify-content: space-between;
  }
}
.faq-question-section .container .contact-options .option {
  margin-right: 175px;
}
.faq-question-section .container .contact-options .option:last-child {
  margin-right: 0;
}
.faq-question-section .container .contact-options .option a {
  display: block;
}
@media screen and (max-width: 1280px) {
  .faq-question-section .container .contact-options .option {
    margin-right: 85px;
  }
  .faq-question-section .container .contact-options .option:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .faq-question-section .container .contact-options .option {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .faq-question-section .container .contact-options .option:last-child {
    margin-bottom: 0;
  }
}
.faq-question-section .container .contact-options .option img {
  margin-bottom: 22px;
}
@media screen and (max-width: 1280px) {
  .faq-question-section .container .contact-options .option img {
    margin-bottom: 11px;
  }
}
.faq-question-section .container .contact-options .option p {
  text-align: center;
  color: #1D1D1D;
}
.faq-question-section .container .contact-options .option p b {
  font-weight: 700;
  color: #221E20;
}
.faq-question-section .container .contact-options .option p a {
  color: #1D1D1D;
}

.files-wrapper .file {
  width: 100%;
  max-width: 435px;
  margin-bottom: 30px;
}
.files-wrapper .file:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .files-wrapper .file {
    margin-bottom: 20px;
  }
}
.files-wrapper .file .file-type-img {
  margin-right: 33px;
}
.files-wrapper .file span {
  margin-right: 10px;
}
.files-wrapper .file .deleter {
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}

.careers .career {
  border-top: 1px solid rgba(163, 163, 163, 0.5);
  border-bottom: 1px solid rgba(163, 163, 163, 0.5);
  padding: 60px 0;
  margin-bottom: 60px;
}
.careers .career:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .careers .career {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .careers .career:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .careers .career {
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .careers .career:last-child {
    margin-bottom: 0;
  }
}
.careers .career .info h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .careers .career .info h3 {
    margin-bottom: 15px;
  }
}
.careers .career .info .carrer-details-wrapper .detail {
  font-size: 17px;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  .careers .career .info .carrer-details-wrapper .detail {
    font-size: 15px;
  }
}
.careers .career .button-wrapper {
  margin-top: 15px;
}
.careers .career .button-wrapper .button {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1280px) {
  .careers .career .button-wrapper .button {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 780px) {
  .careers .career .button-wrapper .button {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.carrer-details-wrapper .detail {
  margin-right: 60px;
}
.carrer-details-wrapper .detail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .carrer-details-wrapper .detail {
    margin-right: 30px;
  }
  .carrer-details-wrapper .detail:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .carrer-details-wrapper .detail {
    margin-right: 15px;
  }
  .carrer-details-wrapper .detail:last-child {
    margin-right: 0;
  }
}
.carrer-details-wrapper .detail img {
  display: block;
  margin-right: 9px;
}

.career-header-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.career-header-section .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333333;
  opacity: 0.15;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.career-header-section .container {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 5;
}
.career-header-section .container h1 {
  font-size: 80px;
  z-index: 1;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .career-header-section .container h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  .career-header-section .container h1 {
    font-size: 30px;
  }
}
.career-header-section .container .carrer-details-wrapper .detail {
  color: #FFFFFF;
  z-index: 1;
  font-size: 25px;
}
@media screen and (max-width: 1280px) {
  .career-header-section .container .carrer-details-wrapper .detail {
    font-size: 21px;
  }
}
@media screen and (max-width: 780px) {
  .career-header-section .container .carrer-details-wrapper .detail {
    font-size: 18px;
  }
}
.career-header-section .container .carrer-details-wrapper .detail img {
  filter: invert(1);
  width: 25px;
}
@media screen and (max-width: 1280px) {
  .career-header-section .container .carrer-details-wrapper .detail img {
    width: 20px;
  }
}
@media screen and (max-width: 780px) {
  .career-header-section .container .carrer-details-wrapper .detail img {
    width: 15px;
  }
}

.pagination-wrapper {
  font-size: 19px;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  .pagination-wrapper {
    font-size: 17px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-wrapper {
    font-size: 15px;
  }
}
.pagination-wrapper .from-to {
  margin-right: 305px;
}
@media screen and (max-width: 1280px) {
  .pagination-wrapper .from-to {
    margin-right: 155px;
  }
}
@media screen and (max-width: 780px) {
  .pagination-wrapper .from-to {
    margin-right: 65px;
  }
}
.pagination-wrapper .pagination .page-numbers {
  margin-right: 10px;
}
.pagination-wrapper .pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination-wrapper .pagination .page-numbers.current {
  position: relative;
}
.pagination-wrapper .pagination .page-numbers.current::after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background-color: #EC6500;
  height: 2px;
  width: 100%;
}

.category-filters .filter {
  max-width: 160px;
  margin-right: 40px;
}
.category-filters .filter:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .category-filters .filter {
    max-width: 140px;
    margin-right: 30px;
  }
  .category-filters .filter:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .category-filters .filter {
    margin-right: 15px;
  }
  .category-filters .filter:last-child {
    margin-right: 0;
  }
}

.colored.orange {
  color: #EC6500;
}

.tooltip,
.arrow:after {
  background: white;
  border: 2px solid #979797;
}

.tooltip {
  transform: translateX(5px);
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  padding: 10px 10px;
  color: black;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px white, 5px 6px 9px -9px white;
  transform: rotate(45deg);
}

.tooltip.active {
  opacity: 1;
  margin-top: 5px;
  transition: all 0.2s ease;
}

.tooltip.out {
  opacity: 0;
  margin-top: -20px;
}

.bookmarks-section {
  padding-right: 20px;
  padding-left: 20px;
}
.bookmarks-section h1 {
  color: #161615;
  margin-bottom: 0.6em;
}
.bookmarks-section .product-count-row {
  color: #161615;
  font-size: 19px;
  margin-bottom: 73px;
}
@media screen and (max-width: 1280px) {
  .bookmarks-section .product-count-row {
    font-size: 17px;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 780px) {
  .bookmarks-section .product-count-row {
    font-size: 15px;
    margin-bottom: 33px;
  }
}
.bookmarks-section .product-count-row .share-wishlist-button img {
  margin-left: 14px;
}
.bookmarks-section .favorite-products-list {
  width: 100%;
}
.bookmarks-section .favorite-products-list .favorite-product {
  border-top: 1px solid rgba(163, 163, 163, 0.5);
}
.bookmarks-section .favorite-products-list .favorite-product:last-child {
  border-bottom: 1px solid rgba(163, 163, 163, 0.5);
}
.bookmarks-section .favorite-products-list .favorite-product h4 {
  font-size: 19px;
  margin-bottom: 31px;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  .bookmarks-section .favorite-products-list .favorite-product h4 {
    font-size: 17px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product h4 {
    font-size: 15px;
    margin-bottom: 21px;
  }
}
.bookmarks-section .favorite-products-list .favorite-product p, .bookmarks-section .favorite-products-list .favorite-product td {
  color: #3B3B3B;
}
.bookmarks-section .favorite-products-list .favorite-product > td {
  vertical-align: top;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .bookmarks-section .favorite-products-list .favorite-product > td {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td {
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .bookmarks-section .favorite-products-list .favorite-product > td:first-child {
    padding-top: 30px;
  }
  .bookmarks-section .favorite-products-list .favorite-product > td:last-child {
    padding-bottom: 30px;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td:last-child {
  padding-right: 0;
}
.bookmarks-section .favorite-products-list .favorite-product > td.img-col {
  width: 15%;
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.img-col {
    width: 100%;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.img-col img {
  display: block;
  min-width: 225px;
}
@media screen and (max-width: 1440px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.img-col img {
    min-width: 175px;
  }
}
@media screen and (max-width: 1280px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.img-col img {
    min-width: 125px;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.general-info-col {
  width: 40%;
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.general-info-col {
    width: 100%;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper {
  width: 90%;
}
.bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper h3 {
  font-size: 20px;
  color: #161615;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1280px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper h3 {
    font-size: 16px;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper p {
  margin-bottom: 37px;
}
@media screen and (max-width: 1280px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper p {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper p {
    margin-bottom: 27px;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper .remove-bookmark-button {
  color: #9B9B9B;
}
.bookmarks-section .favorite-products-list .favorite-product > td.general-info-col .inner-wrapper .remove-bookmark-button img {
  display: block;
  margin-right: 16px;
}
.bookmarks-section .favorite-products-list .favorite-product > td.dimensions-col {
  width: 15%;
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.dimensions-col {
    width: 100%;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.material-col {
  width: 18%;
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.material-col {
    width: 100%;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.button-col {
  width: 12%;
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.button-col {
    width: 100%;
  }
}
.bookmarks-section .favorite-products-list .favorite-product > td.button-col .button {
  margin-top: 35%;
}
@media screen and (max-width: 780px) {
  .bookmarks-section .favorite-products-list .favorite-product > td.button-col .button {
    margin-top: 0;
  }
}

.product-comparison-section {
  padding-right: 20px;
  padding-left: 20px;
}
.product-comparison-section h1 {
  color: #161615;
  margin-bottom: 0.7em;
  text-align: center;
}
.product-comparison-section .buttons-row {
  margin-bottom: 65px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .buttons-row {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .buttons-row {
    margin-bottom: 35px;
  }
}
.product-comparison-section .buttons-row .button {
  width: fit-content;
}
.product-comparison-section .product-count-row {
  color: #161615;
  margin-bottom: 125px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-count-row {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-count-row {
    margin-bottom: 45px;
  }
}
.product-comparison-section .product-count-row .product-count-text {
  font-size: 19px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-count-row .product-count-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-count-row .product-count-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-count-row .product-count-side-wrapper {
    justify-content: left;
  }
}
.product-comparison-section .product-count-row .product-count-side-wrapper .product-count-side {
  font-size: 19px;
  color: #9B9B9B;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-count-row .product-count-side-wrapper .product-count-side {
    font-size: 17px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-count-row .product-count-side-wrapper .product-count-side {
    font-size: 15px;
  }
}
.product-comparison-section .product-count-row .right-buttons {
  margin-left: 40px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-count-row .right-buttons {
    margin-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-count-row .right-buttons {
    margin-left: 20px;
  }
}
.product-comparison-section .product-count-row .right-buttons .right-button {
  height: 33px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-count-row .right-buttons .right-button {
    height: 28px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-count-row .right-buttons .right-button {
    height: 23px;
  }
}
.product-comparison-section .product-count-row .right-buttons .right-button:first-child {
  border-right: 1px solid #161615;
  padding-right: 10px;
  margin-right: 10px;
}
.product-comparison-section .product-comparison-list {
  margin-bottom: 190px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.product-comparison-section .product-comparison-list.edit-active .product-compare .compare-button {
  display: flex;
}
.product-comparison-section .product-comparison-list .product-compare {
  min-width: 20%;
  max-width: 20%;
}
.product-comparison-section .product-comparison-list .product-compare:first-child h3 {
  visibility: visible;
}
.product-comparison-section .product-comparison-list .product-compare:nth-child(5n+1) h3 {
  visibility: visible;
}
.product-comparison-section .product-comparison-list .product-compare .compare-button {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list .product-compare {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.product-comparison-section .product-comparison-list .product-compare .bordered-div {
  padding: 55px 45px 55px 0;
  border-bottom: 1px solid rgba(163, 163, 163, 0.5);
}
@media tablet {
  .product-comparison-section .product-comparison-list .product-compare .bordered-div {
    padding: 45px 35px 45px 0;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list .product-compare .bordered-div {
    padding: 35px 0 35px 0;
  }
}
.product-comparison-section .product-comparison-list .product-compare .bordered-div:first-child {
  padding-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list .product-compare .bordered-div:first-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list .product-compare .bordered-div:first-child {
    padding-bottom: 30px;
  }
}
.product-comparison-section .product-comparison-list .product-compare .bordered-div.image-box .image {
  padding-top: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-comparison-section .product-comparison-list .product-compare .bordered-div.scope-of-delivery p {
  font-weight: bold;
}
.product-comparison-section .product-comparison-list .product-compare .bordered-div.scope-of-delivery p b {
  font-weight: bold;
}
.product-comparison-section .product-comparison-list .product-compare .bordered-div .article-nubmber-title {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list .product-compare .bordered-div .article-nubmber-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list .product-compare .bordered-div .article-nubmber-title {
    margin-top: 20px;
  }
}
.product-comparison-section .product-comparison-list .product-compare .bordered-div .article-nubmber {
  font-weight: 400;
}
.product-comparison-section .product-comparison-list .product-compare .comparable.hidden {
  display: none;
}
.product-comparison-section .product-comparison-list .product-compare .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list .product-compare .image {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list .product-compare .image {
    padding-top: 10px;
  }
}
.product-comparison-section .product-comparison-list .product-compare .name {
  text-align: center;
  font-size: 21px;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list .product-compare .name {
    font-size: 19px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list .product-compare .name {
    font-size: 17px;
  }
}
.product-comparison-section .product-comparison-list .product-compare .show-gallery-button {
  display: block;
  color: #161615;
  font-size: 19px;
  padding-bottom: 3px;
  border-bottom: 1px solid #161615;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list .product-compare .show-gallery-button {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .product-comparison-list .product-compare .show-gallery-button {
    margin-bottom: 30px;
  }
}
.product-comparison-section .product-comparison-list .product-compare h3 {
  margin-bottom: 1em;
  visibility: hidden;
}
.product-comparison-section .product-comparison-list .product-compare .dimensions-table .comparable:last-child .content {
  margin-bottom: 0;
}
.product-comparison-section .product-comparison-list .product-compare .dimensions-table .comparable b {
  display: block;
  margin-bottom: 18px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list .product-compare .dimensions-table .comparable b {
    margin-bottom: 15px;
  }
}
.product-comparison-section .product-comparison-list .product-compare .dimensions-table .comparable .content {
  margin-bottom: 38px;
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .product-comparison-list .product-compare .dimensions-table .comparable .content {
    margin-bottom: 28px;
  }
}
.product-comparison-section h2 {
  margin-bottom: 1.77em;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-button {
  color: #000;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}
@media screen and (max-width: 1440px) {
  .product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell.double-image {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}
@media screen and (max-width: 1440px) {
  .product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell.double-image {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell.double-image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell.double-image .inner-wrapper .img-wrapper .image {
  background-size: cover;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .compare-button {
  display: none;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper {
  margin-right: 20px;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .img-wrapper {
  margin-bottom: 20px;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .img-wrapper .image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .img-wrapper img {
  display: none;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .text-wrapper {
  justify-content: center;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .text-wrapper .name-wrapper {
  justify-content: center;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .text-wrapper .name-wrapper .woocommerce-loop-product__title {
  margin-bottom: 50px;
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .text-wrapper .name-wrapper .woocommerce-loop-product__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .text-wrapper .name-wrapper .woocommerce-loop-product__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  .product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .text-wrapper .name-wrapper .woocommerce-loop-product__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .text-wrapper .product-options {
  display: none;
}
.product-comparison-section .slider-wrapper .post-type-slider .flickity-slider .carousel-cell .inner-wrapper .button-row .button {
  max-width: 80%;
}

.dimensions-table tr td {
  padding-bottom: 11px;
}
.dimensions-table tr td.heading {
  padding-right: 16px;
}
.dimensions-table tr:last-child td {
  padding-bottom: 0;
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 40px;
  height: 23px;
  display: flex;
  align-items: center;
}
.checkbox-container .checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-container .checkbox-input:checked ~ .input-checkmark {
  background-image: url("./img/checkbox-checked.svg");
}
.checkbox-container .input-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-image: url("./img/checkbox-unchecked.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-section {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 780px) {
  .breadcrumb-section {
    margin-bottom: 40px;
  }
}
.breadcrumb-section #breadcrumbs {
  color: #9B9B9B;
}
.breadcrumb-section #breadcrumbs a {
  color: #9B9B9B;
}
.breadcrumb-section #breadcrumbs .breadcrumb_last {
  color: #161615;
}

.product-families-slider-section .product-families-slider-wrapper {
  overflow: hidden;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper {
  margin-bottom: 0;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider {
  padding-bottom: 45px;
}
@media screen and (max-width: 1280px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider {
    padding-bottom: 35px;
  }
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .swiper-scrollbar {
  cursor: grab;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell:hover .content-wrapper .overlay {
  transition: all ease 0.3s;
  display: none;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell:hover .content-wrapper .inner-wrapper {
  overflow-y: auto;
  background-color: rgba(51, 51, 51, 0.6);
  top: 0;
  transition: all ease 0.3s;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell:hover .content-wrapper .inner-wrapper .text-wrapper {
  visibility: visible;
  transition: all ease 0.3s;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper {
  display: flex;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.25);
  transition: all ease 0.3s;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper {
  position: absolute;
  top: 60%;
  left: 0;
  display: block;
  transition: all ease 0.3s;
  width: 100%;
  padding: 12% 20px 30px 30px;
  height: 100%;
  width: 100%;
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .name {
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .name {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 780px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .name {
    font-size: 20px;
  }
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .text-wrapper {
  visibility: hidden;
  padding-top: 25px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1440px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .text-wrapper {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .text-wrapper {
    padding-top: 15px;
  }
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .text-wrapper .text {
  font-size: 16px;
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding-left: 12px;
}
@media screen and (max-width: 1440px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .text-wrapper .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider .carousel-cell .content-wrapper .inner-wrapper .text-wrapper .text {
    font-size: 13px;
  }
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider.has-arrows {
  overflow: hidden;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider.has-arrows {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 780px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider.has-arrows {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider.has-arrows .flickity-button.previous {
  left: -30px;
}
@media screen and (max-width: 1440px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider.has-arrows .flickity-button.previous {
    left: -25px;
  }
}
.product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider.has-arrows .flickity-button.next {
  right: -30px;
}
@media screen and (max-width: 1440px) {
  .product-families-slider-section .product-families-slider-wrapper.slider-wrapper .post-type-slider.has-arrows .flickity-button.next {
    right: -25px;
  }
}
.product-families-slider-section .product-families-slider-wrapper .swiper-button {
  background: transparent;
}
.product-families-slider-section .product-families-slider-wrapper .swiper-button.swiper-button-prev {
  left: -10px;
}
.product-families-slider-section .product-families-slider-wrapper .swiper-button.swiper-button-next {
  right: -10px;
}

.montage-videos-start-section {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  .montage-videos-start-section {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1280px) {
  .montage-videos-start-section {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 780px) {
  .montage-videos-start-section {
    margin-bottom: 35px;
  }
}
.montage-videos-start-section .container {
  max-width: 1230px;
}
.montage-videos-start-section .container h1 {
  margin-bottom: 2.45em;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .montage-videos-start-section .container h1 {
    margin-bottom: 30px;
  }
}
.montage-videos-start-section .container .description {
  text-align: center;
}

.montage-videos-section {
  padding-right: 20px;
  padding-left: 20px;
}
.montage-videos-section .container {
  max-width: 1380px;
}
.montage-videos-section .container .montage-videos .video {
  padding: 30px 0;
  margin-bottom: 130px;
}
@media screen and (max-width: 1280px) {
  .montage-videos-section .container .montage-videos .video {
    padding: 20px 0;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 780px) {
  .montage-videos-section .container .montage-videos .video {
    padding: 0;
    margin-bottom: 35px;
  }
}
.montage-videos-section .container .montage-videos .video .image-col .play-button {
  cursor: pointer;
  position: relative;
}
.montage-videos-section .container .montage-videos .video .image-col .play-button a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.montage-videos-section .container .montage-videos .video .info-col {
  padding: 60px 60px 60px 10%;
}
@media screen and (max-width: 1280px) {
  .montage-videos-section .container .montage-videos .video .info-col {
    padding: 40px 40px 40px 10%;
  }
}
@media screen and (max-width: 780px) {
  .montage-videos-section .container .montage-videos .video .info-col {
    padding: 20px;
  }
}
.montage-videos-section .container .montage-videos .video .info-col .name {
  margin-bottom: 1.1em;
}
.montage-videos-section .container .montage-videos .video video {
  display: none;
}
.montage-videos-section .container .montage-videos .video video.opened {
  display: block;
}

.tutorials-carousel-section.elementor-section.elementor-section-boxed {
  overflow-x: hidden;
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 50vw;
}
@media screen and (max-width: 780px) {
  .tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1740px;
  }
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel {
  padding-bottom: 110px;
}
@media screen and (max-width: 1280px) {
  .tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 780px) {
  .tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel {
    padding-bottom: 35px;
  }
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport {
  overflow: visible;
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell {
  height: auto;
  width: 100%;
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell.is-selected .inner-wrapper {
  opacity: 1;
  transform: scale(1);
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell .inner-wrapper {
  opacity: 0.5;
  transform: scale(0.8);
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell .play-button-wrapper {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell .play-button-wrapper {
    margin-bottom: 25px;
  }
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell .play-button-wrapper .play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell .name {
  text-align: center;
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell video {
  display: none;
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-viewport .carousel-cell video.opened {
  display: block;
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-page-dots {
  transform: translateY(50%);
}
@media screen and (max-width: 780px) {
  .tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-page-dots {
    width: 84%;
    left: 8%;
  }
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-button {
  background-color: transparent;
  color: #EC6500;
  top: 100%;
  bottom: auto;
  padding: 0;
  transform: translateY(-50%);
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-button .flickity-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-button.previous {
  left: -50px;
}
@media screen and (max-width: 780px) {
  .tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-button.previous {
    left: -20px;
  }
}
.tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-button.next {
  right: -50px;
}
@media screen and (max-width: 780px) {
  .tutorials-carousel-section.elementor-section.elementor-section-boxed > .elementor-container .tutorials-carousel .flickity-button.next {
    right: -20px;
  }
}

.living-style-wrapper .buttons-row {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .living-style-wrapper .buttons-row {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .living-style-wrapper .buttons-row {
    margin-bottom: 30px;
  }
}
.living-style-wrapper .buttons-row .button {
  max-width: 160px;
  margin-right: 20px;
  margin-left: 20px;
}
.living-style-wrapper .buttons-row .button:first-child {
  margin-left: 0;
}
.living-style-wrapper .buttons-row .button:last-child {
  margin-right: 0;
}
.living-style-wrapper .description-row {
  margin-bottom: 55px;
}
@media screen and (max-width: 1280px) {
  .living-style-wrapper .description-row {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  .living-style-wrapper .description-row {
    margin-bottom: 35px;
  }
}
.living-style-wrapper .description-row .description {
  text-align: center;
  display: none;
}
.living-style-wrapper .description-row .description.active {
  display: block;
}
.living-style-wrapper .images-row {
  margin-bottom: 90px;
}
@media screen and (max-width: 1280px) {
  .living-style-wrapper .images-row {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .living-style-wrapper .images-row {
    margin-bottom: 30px;
  }
}
.living-style-wrapper .images-row .img-canvas {
  width: calc(33.33% - 28px);
  margin-bottom: 25px;
  margin-right: 14px;
  margin-left: 14px;
}
@media screen and (max-width: 1280px) {
  .living-style-wrapper .images-row .img-canvas {
    width: calc(33.33% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 780px) {
  .living-style-wrapper .images-row .img-canvas {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.living-style-wrapper #hidden-container {
  display: none;
}
.living-style-wrapper .all-products-button-row .button {
  width: fit-content;
  display: none;
}
.living-style-wrapper .all-products-button-row .button.shown {
  display: flex;
}

@media screen and (max-width: 780px) {
  .form-theme-buttons .button-wrapper {
    font-size: 12px;
    text-align: center;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .form-theme-buttons .button-wrapper:first-child {
    margin-left: 0;
  }
  .form-theme-buttons .button-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .form-theme-buttons .button-wrapper:nth-child(2n+1) {
    margin-left: 0;
  }
}

.search section {
  padding-right: 20px;
  padding-left: 20px;
}
.search section.title-section {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .search section.title-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .search section.title-section {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 780px) {
  .search section.title-section {
    margin-bottom: 50px;
  }
}
.search section.title-section h1 {
  text-align: center;
}
.search section.search-section .search-results {
  margin-bottom: 75px;
}
@media screen and (max-width: 1280px) {
  .search section.search-section .search-results {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  .search section.search-section .search-results {
    margin-bottom: 35px;
  }
}
.search section.search-section .search-results .result {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .search section.search-section .search-results .result {
    margin-bottom: 30px;
  }
}
.search section.search-section .search-results .result .link {
  display: block;
}
.search section.search-section .search-results .result.video .img-wrapper {
  position: relative;
}
.search section.search-section .search-results .result.video .img-wrapper .play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search section.search-section .search-results .result.video video {
  display: none;
}
.search section.search-section .search-results .result.video video.opened {
  display: block;
}
.search section.search-section .search-results .result .result-img {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.search section.search-section .search-results .result .result-img.double {
  background-size: cover;
}
.search section.search-section .search-results .result .result-name {
  text-align: center;
}

.message {
  font-size: 25px;
  text-align: center;
  color: #161615;
}
@media screen and (max-width: 1280px) {
  .message {
    font-size: 20px;
  }
}

.swiper-button, .flickity-button {
  font-size: 30px;
  color: #EC6500;
  background-image: none;
  background: none;
  height: 30px;
  width: 30px;
  margin-top: auto;
  transform: translateY(-50%);
  padding: 0 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 1440px) {
  .swiper-button, .flickity-button {
    font-size: 25px;
    height: 25px;
    width: 25px;
  }
}
.swiper-button:hover, .flickity-button:hover {
  background: none;
}
.swiper-button .flickity-button-icon, .flickity-button .flickity-button-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
}
.swiper-button.swiper-button-prev, .swiper-button.previous, .flickity-button.swiper-button-prev, .flickity-button.previous {
  left: -40px;
}
@media screen and (max-width: 1440px) {
  .swiper-button.swiper-button-prev, .swiper-button.previous, .flickity-button.swiper-button-prev, .flickity-button.previous {
    left: -35px;
  }
}
.swiper-button.swiper-button-next, .swiper-button.next, .flickity-button.swiper-button-next, .flickity-button.next {
  right: -20px;
}
@media screen and (max-width: 1440px) {
  .swiper-button.swiper-button-next, .swiper-button.next, .flickity-button.swiper-button-next, .flickity-button.next {
    right: -15px;
  }
}

.search-form input {
  border-bottom: 1px solid #3B3B3B;
  padding: 0 5px 5px 5px;
}

.custom-captcha-wrapper input {
  display: inline-block;
  background-color: #ffffff;
  font-size: 16px;
  height: 72px !important;
  padding: 8px 24px !important;
  border-radius: 0 !important;
  max-height: 72px !important;
  border-width: 0 0 1px 0;
  border-color: #000;
  border-style: solid;
  width: 50% !important;
  color: #000 !important;
}