@charset "UTF-8";
/*
 *Theme Name: Oxyled 1
 *Author: Coolbrand
 *Description: Oxyled
 *Version: 1.0
 *License: GNU General Public License v2 or later
 *License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *Text Domain: Oxyled */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 16px; }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 14px; } }

body {
  background-color: #ffffff;
  font-family: "Atkinson Hyperlegible", sans-serif;
  color: #7c7c7c;
  font-size: 1rem;
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden; }
  @media screen and (max-width: 1920px) {
    body {
      max-width: 100%; } }

.realization {
  display: block; }

.container {
  width: calc(100% - 320px);
  margin-left: 320px;
  padding: 0 3em;
  max-width: 1680px; }
  @media screen and (max-width: 900px) {
    .container {
      width: 100%;
      padding: 0 1.5em;
      margin: 0 auto; } }

a {
  text-decoration: none;
  color: #000000;
  transition: color .3s ease; }
  a:hover, a:focus {
    color:#f1cb26
; }

select,
input,
textarea,
option,
button {
  font-family: "Atkinson Hyperlegible", sans-serif; }

input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
select {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  outline: 0;
  padding: 0 1em;
  color: #7c7c7c; }

textarea {
  padding: 1em;
  min-height: 150px; }

button {
  outline: 0;
  border: 0;
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700; }

h1 {
  font-size: 3rem; }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 1.875rem; }
  @media screen and (max-width: 1200px) {
    h2 {
      font-size: 1.714rem; } }

h3 {
  font-size: 1.5rem; }
  @media screen and (max-width: 1200px) {
    h3 {
      font-size: 1.3rem; } }

h4 {
  font-size: 1.3125rem; }
  @media screen and (max-width: 1200px) {
    h4 {
      font-size: 1.15rem; } }

h5 {
  font-size: 1.125rem; }
  @media screen and (max-width: 1200px) {
    h5 {
      font-size: 1.05rem; } }

h6 {
  font-size: 1rem; }

.exitIcon {
  position: absolute;
  height: 30px;
  width: 30px;
  cursor: pointer;
  right: 5px;
  top: 5px; }
  .exitIcon::before, .exitIcon::after {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transition: background-color .3s ease; }
  .exitIcon::before {
    transform: translateX(-13px) rotate(45deg); }
  .exitIcon::after {
    transform: translateX(-13px) rotate(135deg); }
  .exitIcon:hover::before, .exitIcon:hover::after, .exitIcon:focus::before, .exitIcon:focus::after {
    background-color:#f1cb26
; }

.cookies {
  background-color: #000000;
  color: #ffffff;
  padding: 1.5em 3em 2.5em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: .8125rem;
  z-index: 50; }
  @media screen and (max-width: 1500px) {
    .cookies {
      flex-direction: column; } }
  @media screen and (max-width: 800px) {
    .cookies {
      padding: 2em 2em; } }
  .cookies__content {
    width: 70%; }
    @media screen and (max-width: 1500px) {
      .cookies__content {
        width: 85%; } }
    @media screen and (max-width: 900px) {
      .cookies__content {
        line-height: 1.4em; } }
    @media screen and (max-width: 800px) {
      .cookies__content {
        width: 95%; } }
  .cookies__buttons {
    width: 25%;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1650px) {
      .cookies__buttons {
        width: 28%; } }
    @media screen and (max-width: 1500px) {
      .cookies__buttons {
        width: fit-content;
        margin-top: 1.4em; } }
  .cookies__exit {
    right: 2%;
    top: 15%;
    transform: scale(0.8); }
    @media screen and (max-width: 1500px) {
      .cookies__exit {
        right: .5em;
        top: 5%; } }
    @media screen and (max-width: 900px) {
      .cookies__exit {
        right: .2em;
        top: 3%; } }
  .cookies__button {
    margin-right: 1em; }
    .cookies__button:last-child {
      margin-right: 0; }

.logo {
  margin-bottom: 3em;
  display: block; }
  .logo--footer {
    margin-bottom: 2em; }
    .logo--footer .logo__img {
      filter: brightness(0); }
  .logo__img {
    object-fit: contain;
    max-height: 50px;
    object-position: center;
    filter: brightness(0) invert(1); }
    @media screen and (max-width: 900px) {
      .logo__img {
        max-height: 35px; } }

.gotToTop {
  width: 42px;
  height: 42px;
  background-color: #000000;
  line-height: 38px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  transition: background-color .3s ease; }
  .gotToTop:hover, .gotToTop:focus {
    background-color:#f1cb26
; }
  .gotToTop::before {
    content: '';
    width: 12px;
    height: 8px;
    background-image: url("img/arrow.png");
    display: inline-block; }

.preloader *,
.preloader *::before,
.preloader *::after {
  transition: none !important; }

.section__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: .4em;
  margin-bottom: 1.2em; }
  @media screen and (max-width: 900px) {
    .section__top-title {
      font-size: 1.71rem; } }
  .section__top-more {
    font-weight: bold;
    text-transform: uppercase;
    color: #000000; }
    @media screen and (max-width: 900px) {
      .section__top-more {
        font-size: 1.14rem; } }

.pagination {
  margin-top: 2em; }
  .pagination .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    margin-right: .6em;
    background-color: transparent;
    transition: all .3s ease;
    font-size: .8125rem; }
    .pagination .page-numbers:last-child {
      margin-right: 0; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:focus {
      background-color: #000000;
      color: #ffffff; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      border: 0;
      opacity: .5; }
      .pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus, .pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus {
        background-color: transparent;
        color: #7c7c7c;
        opacity: 1; }
    .pagination .page-numbers.prev {
      transform: rotate(180deg);
      margin-right: 1em; }
    .pagination .page-numbers.next {
      margin-left: .4em; }
  .pagination__arrow {
    width: 14px;
    height: 21px;
    background-image: url("img/arrow-pagination.png");
    display: block; }

.main {
  font-size: .875rem; }
  @media screen and (max-width: 1200px) {
    .main {
      font-size: 1rem; } }
  .main .biggerText {
    font-size: 1.3125rem;
    font-weight: bold; }
    @media screen and (max-width: 1200px) {
      .main .biggerText {
        font-size: 1.28rem;
        margin-top: .5em;
        display: inline-block; } }

.acf-map {
  width: 100%;
  height: 430px; }
  .acf-map img {
    max-width: inherit !important; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color:#f1cb26
;
  border-color:#f1cb26
;
  color: #ffffff;
  margin: 2em 0; }

.slick-slide {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 1200px) {
  .wp-block-columns {
    flex-direction: column; }
    .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 0; } }

@media screen and (max-width: 1200px) {
  .column-reverse {
    flex-direction: column-reverse; } }

.dark {
  position: relative; }
  .dark::before {
    content: '';
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed; }

@keyframes sliderHideToLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-20px);
    opacity: 0; } }

@keyframes sliderShowToLeft {
  0% {
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes sliderHideToTop {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

@keyframes sliderShowToTop {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes sliderZoom {
  0% {
    transform-origin: 50% 50%;
    transform: scale(1, 1); }
  50% {
    transform-origin: 50% 50%;
    transform: scale(1.1, 1.1); }
  100% {
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

.slider {
  margin: 0 -3em 2em;
  width: calc(100vw - 320px); }
  @media screen and (max-width: 900px) {
    .slider {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .slider {
      margin: 0 -1.5em 2em;
      width: 100vw; } }
  .slider__image {
    height: 700px; }
    @media screen and (max-width: 1400px) {
      .slider__image {
        height: 500px; } }
    @media screen and (max-width: 700px) {
      .slider__image {
        height: 400px; } }
    .slider__image-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .slider__content {
    position: absolute;
    width: 1360px;
    top: 50%;
    left: 140px;
    transform: translateY(-50%);
    z-index: 2;
    color: #ffffff; }
    @media screen and (max-width: 1400px) {
      .slider__content {
        width: calc(100% - 280px); } }
    @media screen and (max-width: 1000px) {
      .slider__content {
        width: calc(100% - 80px);
        left: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 700px) {
      .slider__content {
        transform: translateX(-50%);
        left: 50%;
        bottom: 70px;
        top: initial; } }
    .slider__content h1, .slider__content h2, .slider__content h3, .slider__content h4, .slider__content h5, .slider__content h6 {
      color: #ffffff;
      margin-bottom: .1em; }
      @media screen and (max-width: 1000px) {
        .slider__content h1, .slider__content h2, .slider__content h3, .slider__content h4, .slider__content h5, .slider__content h6 {
          font-size: 1.71rem; } }
    @media screen and (max-width: 800px) {
      .slider__content p {
        display: none; } }
    .slider__content-button {
      margin-top: 1.2em; }
  .slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    font-size: 0;
    width: 24px;
    height: 36px;
    background-image: url("img/arrow-next.png");
    background-color: transparent;
    transition: opacity .3s ease;
    opacity: .8; }
    @media screen and (max-width: 1000px) {
      .slider .slick-arrow {
        transform: translateY(-50%) scale(0.6); } }
    @media screen and (max-width: 700px) {
      .slider .slick-arrow {
        display: none !important; } }
    .slider .slick-arrow:hover, .slider .slick-arrow:focus {
      opacity: 1; }
    .slider .slick-arrow.slick-next {
      right: 60px; }
      @media screen and (max-width: 1000px) {
        .slider .slick-arrow.slick-next {
          right: 10px; } }
    .slider .slick-arrow.slick-prev {
      left: 60px;
      transform: translateY(-50%) rotate(180deg); }
      @media screen and (max-width: 1000px) {
        .slider .slick-arrow.slick-prev {
          transform: translateY(-50%) rotate(180deg) scale(0.6);
          left: 10px; } }
  .slider .slick-dots {
    position: absolute;
    bottom: 35px;
    left: 60px;
    list-style: none;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 700px) {
      .slider .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px; } }
    .slider .slick-dots li {
      margin-right: 1em; }
      .slider .slick-dots li:last-child {
        margin-right: 0; }
      .slider .slick-dots li.slick-active button {
        background-color:#f1cb26
; }
    .slider .slick-dots button {
      width: 54px;
      height: 4px;
      background-color: #616161;
      font-size: 0;
      transform: skew(-50deg);
      transition: background-color .3s ease; }
      .slider .slick-dots button:hover, .slider .slick-dots button:focus {
        background-color:#f1cb26
; }
  .slider__single {
    position: relative; }
    .slider__single .slider__content-text {
      animation: sliderHideToLeft .5s both; }
    .slider__single .slider__content-button {
      animation: sliderHideToTop .5s both; }
  .slider .slick-active .slider__content-text {
    animation: sliderShowToLeft .5s both 1s; }
  .slider .slick-active .slider__content-button {
    animation: sliderShowToTop .5s both 1s; }
  .slider .slick-active .slider__image-img {
    animation: sliderZoom 10s ease both infinite 1.5s; }

.pageDescription {
  position: relative;
  margin: 100px 0; }
  @media screen and (max-width: 1400px) {
    .pageDescription {
      margin: 60px 0; } }
  .pageDescription__image {
    width: 60%;
    min-width: 320px;
    min-height: 550px;
    object-fit: cover;
    object-position: center;
    display: block; }
    @media screen and (max-width: 1400px) {
      .pageDescription__image {
        min-height: 400px; } }
    @media screen and (max-width: 1000px) {
      .pageDescription__image {
        width: 100%;
        min-height: 200px;
        height: 300px;
        min-width: initial; } }
    @media screen and (max-width: 650px) {
      .pageDescription__image {
        height: 200px; } }
  .pageDescription__content {
    border-left: 8px solid #000000;
    padding: 5.5em 3em;
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    max-width: 720px;
    z-index: 2;
    transition: transform .3s ease;
    font-size: 1rem; }
    @media screen and (max-width: 1400px) {
      .pageDescription__content {
        max-width: 500px;
        padding: 4em 2em; } }
    @media screen and (max-width: 1000px) {
      .pageDescription__content {
        position: initial;
        top: initial;
        right: initial;
        transform: none;
        margin-top: 1.5em;
        padding: 2em;
        max-width: 100%; } }
    @media screen and (max-width: 700px) {
      .pageDescription__content {
        padding: .5em 2em 1.4em; } }
    .pageDescription__content::after, .pageDescription__content::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      @media screen and (max-width: 1000px) {
        .pageDescription__content::after, .pageDescription__content::before {
          display: none; } }
    .pageDescription__content::before {
      z-index: -2;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      opacity: 0;
      transition: opacity .3s ease; }
    .pageDescription__content::after {
      left: 0;
      z-index: -1;
      background-color: #ffffff; }
    .pageDescription__content-button {
      margin-top: 2em; }
    .pageDescription__content:hover {
      transform: translateY(calc(-50% - 10px)); }
      @media screen and (max-width: 1000px) {
        .pageDescription__content:hover {
          transform: none; } }
    .pageDescription__content:hover::before {
      opacity: 1; }
    @media screen and (max-width: 800px) {
      .pageDescription__content-text h1 {
        font-size: 1.71rem; } }

.parentCategoryGrid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1000px) {
    .parentCategoryGrid {
      flex-direction: column; } }
  .parentCategoryGrid__single {
    flex-basis: calc(50% - 5px);
    position: relative; }
    @media screen and (max-width: 1400px) {
      .parentCategoryGrid__single {
        height: 400px; } }
    @media screen and (max-width: 1200px) {
      .parentCategoryGrid__single {
        height: 300px; } }
    @media screen and (max-width: 1000px) {
      .parentCategoryGrid__single {
        margin-bottom: 10px;
        height: initial; }
        .parentCategoryGrid__single:last-child {
          margin-bottom: 0; } }
    .parentCategoryGrid__single:nth-child(2) .parentCategoryGrid__content {
      left: initial;
      right: 0; }
      @media screen and (max-width: 1000px) {
        .parentCategoryGrid__single:nth-child(2) .parentCategoryGrid__content {
          left: 0;
          right: initial; } }
    .parentCategoryGrid__single:nth-child(3n) {
      flex-basis: 100%;
      margin-top: 10px; }
      @media screen and (max-width: 1000px) {
        .parentCategoryGrid__single:nth-child(3n) {
          margin-top: 0; } }
      .parentCategoryGrid__single:nth-child(3n) .parentCategoryGrid__content {
        left: 50%;
        top: initial;
        bottom: 0;
        transform: translateX(-50%); }
        @media screen and (max-width: 1000px) {
          .parentCategoryGrid__single:nth-child(3n) .parentCategoryGrid__content {
            left: 0;
            transform: none;
            transform: translateY(-50%);
            top: 50%; } }
        @media screen and (max-width: 800px) {
          .parentCategoryGrid__single:nth-child(3n) .parentCategoryGrid__content {
            transform: none;
            margin-bottom: 0; } }
  .parentCategoryGrid__image {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
    max-height: 400px; }
    @media screen and (max-width: 1200px) {
      .parentCategoryGrid__image {
        height: 300px; } }
    @media screen and (max-width: 800px) {
      .parentCategoryGrid__image {
        height: 250px; } }
    @media screen and (max-width: 600px) {
      .parentCategoryGrid__image {
        height: 200px; } }
  .parentCategoryGrid__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1em;
    width: 380px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 1400px) {
      .parentCategoryGrid__content {
        width: 360px;
        height: 165px; } }
    @media screen and (max-width: 1200px) {
      .parentCategoryGrid__content {
        width: 90%; } }
    @media screen and (max-width: 1000px) {
      .parentCategoryGrid__content {
        width: max-content;
        padding: 1em 3em; } }
    @media screen and (max-width: 800px) {
      .parentCategoryGrid__content {
        top: 0;
        position: initial;
        transform: none;
        width: initial;
        height: initial;
        background-color: transparent;
        font-size: 1rem;
        padding: 0;
        margin: 2em 0; }
        .parentCategoryGrid__content h2, .parentCategoryGrid__content h1 {
          font-size: 1.71rem; } }
    .parentCategoryGrid__content-button {
      margin-top: 1.5em; }

.realization {
  padding: 5em 0;
  position: relative; }
  .realization--front {
    padding: 0; }
    .realization--front .realization__tabs {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 2em; }
      @media screen and (max-width: 1200px) {
        .realization--front .realization__tabs {
          font-size: 1.28rem;
          margin-bottom: 0em; } }
    .realization--front .realizationList__grid {
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 1.5em; }
      @media screen and (max-width: 1200px) {
        .realization--front .realizationList__grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 550px) {
        .realization--front .realizationList__grid {
          grid-template-columns: 1fr;
          grid-gap: 2em; } }
    .realization--front .realizationList__single {
      grid-column: span 2; }
      @media screen and (max-width: 1200px) {
        .realization--front .realizationList__single {
          grid-column: span 1; } }
      .realization--front .realizationList__single:nth-child(5n + 1), .realization--front .realizationList__single:nth-child(5n + 2) {
        grid-column: span 3;
        grid-row: span 3; }
        @media screen and (max-width: 1200px) {
          .realization--front .realizationList__single:nth-child(5n + 1), .realization--front .realizationList__single:nth-child(5n + 2) {
            grid-column: span 1;
            grid-row: span 1; } }
  .realization__background {
    position: absolute;
    top: 0;
    left: -3em;
    width: calc(100vw - 320px);
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    max-width: 100vw; }
    @media screen and (max-width: 900px) {
      .realization__background {
        width: 100%; } }
    @media screen and (max-width: 900px) {
      .realization__background {
        width: 100vw;
        left: -1.5em; } }
  .realization__title {
    text-align: center; }
    @media screen and (max-width: 900px) {
      .realization__title {
        font-size: 1.71rem; } }
  .realization__centerButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 3em; }
  .realization__tabs {
    margin-top: 2em;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .realization__tabs-single {
      margin-right: .75em;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      color: #9c9c9c; }
      .realization__tabs-single::after {
        margin-left: .75em;
        content: '';
        width: 1px;
        height: 14px;
        display: block;
        background-color: #9c9c9c; }
      .realization__tabs-single:hover, .realization__tabs-single:focus {
        color: #000000; }
      .realization__tabs-single:last-child {
        margin-right: 0; }
        .realization__tabs-single:last-child::after {
          display: none; }
    .realization__tabs--active-single {
      color: #000000; }
  .realizationList {
    margin-top: 3em; }
    .realizationList__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-gap: .5em;
      transform: scale(1);
      opacity: 1;
      transition: transform 0.7s ease, opacity 0.3s ease;
      overflow: hidden; }
      @media screen and (max-width: 1600px) {
        .realizationList__grid {
          grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
          grid-template-rows: auto; } }
      @media screen and (max-width: 1400px) {
        .realizationList__grid {
          grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } }
      .realizationList__grid--hidden {
        transform: scale(0);
        opacity: 0;
        height: 0;
        visibility: hidden; }
    .realizationList__single {
      position: relative; }
      .realizationList__single:nth-child(5n+1) {
        grid-column: span 2;
        grid-row: span 2; }
        @media screen and (max-width: 1400px) {
          .realizationList__single:nth-child(5n+1) {
            grid-column: span 1;
            grid-row: span 1; } }
      .realizationList__single-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block; }
      .realizationList__single-url {
        position: relative;
        z-index: 3;
        display: block; }
        .realizationList__single-url::after, .realizationList__single-url::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .realizationList__single-url::after {
          z-index: 2;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-transform: uppercase;
          color: #ffffff;
          text-shadow: 0 0 10px black;
          font-size: 1.2rem;
          opacity: 0;
          transform: translateY(40px);
          transition: opacity .3s ease, transform .3s ease; }
        .realizationList__single-url::before {
          background: linear-gradient(180deg, white 0%, black 100%);
          mix-blend-mode: multiply;
          opacity: 0;
          transition: opacity .3s ease;
          z-index: 1; }
      .realizationList__single:hover .realizationList__single-url::after {
        opacity: 1;
        transform: translateY(0); }
      .realizationList__single:hover .realizationList__single-url::before {
        opacity: .6; }

.latestNews {
  margin: 3em 0 5em;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .latestNews {
      margin-bottom: 3em; } }
  .latestNews__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1.5em; }
    @media screen and (max-width: 1000px) {
      .latestNews__grid {
        grid-template-columns: 1fr;
        grid-gap: 3em; } }
    @media screen and (max-width: 900px) {
      .latestNews__grid {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 2em; } }
    @media screen and (max-width: 700px) {
      .latestNews__grid {
        grid-template-columns: 1fr; } }
  .latestNews__single {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    font-size: 14px; }
    @media screen and (max-width: 1500px) {
      .latestNews__single {
        flex-direction: column; } }
    .latestNews__single--column {
      flex-direction: column;
      align-items: flex-start; }
      .latestNews__single--column .latestNews__single-title {
        font-size: 1.5rem; }
        @media screen and (max-width: 1400px) {
          .latestNews__single--column .latestNews__single-title {
            font-size: 1rem; } }
    .latestNews__single:first-child {
      grid-area: 1 / 1 / 4 / 2; }
      @media screen and (max-width: 1500px) {
        .latestNews__single:first-child {
          grid-area: 1; } }
    .latestNews__single-content {
      margin-left: 1em;
      align-self: center; }
      @media screen and (max-width: 1400px) {
        .latestNews__single-content {
          margin-left: 0; } }
    .latestNews__single-img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      display: block; }
      @media screen and (max-width: 1500px) {
        .latestNews__single-img {
          height: 290px; } }
      @media screen and (max-width: 1000px) {
        .latestNews__single-img {
          height: 200px; } }
    .latestNews__single-title {
      font-size: 1.3125rem;
      text-transform: none;
      margin-top: .5em; }
      @media screen and (max-width: 1400px) {
        .latestNews__single-title {
          font-size: 1rem; } }
    .latestNews__single-text {
      margin: .6em 0; }
      @media screen and (max-width: 1500px) {
        .latestNews__single-text {
          margin: .3em 0; } }
    .latestNews__single-more {
      font-weight: bold;
      color: #000000; }

.download {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 1.2em;
  font-size: .875rem; }
  @media screen and (max-width: 1200px) {
    .download {
      font-size: 1rem;
      grid-gap: 2em; } }
  .download__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .download__section:last-child {
    margin-bottom: 2em; }
  .download__section-title {
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #d9d9d9; }
  .download__single {
    flex-basis: 30%;
    margin-bottom: 1.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 4.5%; }
    @media screen and (max-width: 1300px) {
      .download__single {
        flex-basis: 48%;
        margin-right: 0; } }
    @media screen and (max-width: 650px) {
      .download__single {
        flex-basis: 100%; }
        .download__single:last-child {
          margin-bottom: 3em; } }
    .download__single:nth-child(3n) {
      margin-right: 0; }
    .download__single-icon {
      width: 24px;
      margin-right: .5em; }
    .download__single-img {
      max-width: 100%;
      object-fit: contain;
      object-position: left center;
      display: block; }

.privatePolicy__list {
  list-style: none;
  counter-reset: step-counter; }
  .privatePolicy__list-single {
    padding-left: 0;
    margin-bottom: 2.5em; }
    @media screen and (max-width: 900px) {
      .privatePolicy__list-single {
        margin-bottom: 1.5em; } }
    .privatePolicy__list-single:last-child {
      margin-bottom: 0; }
    .privatePolicy__list-single .privatePolicy__list-title::before {
      counter-increment: step-counter;
      content: counter(step-counter) "."; }
  .privatePolicy__list-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: .3em;
    display: block; }
    @media screen and (max-width: 900px) {
      .privatePolicy__list-title {
        font-size: 1.71rem; } }

.attitudeCount__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-template-rows: auto;
  grid-gap: 4em;
  counter-reset: attidueCount; }
  @media screen and (max-width: 1400px) {
    .attitudeCount__list {
      grid-gap: 2em; } }

.attitudeCount__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .attitudeCount__single-number {
    font-weight: 200;
    color:#f1cb26
;
    font-size: 4.5rem;
    line-height: 1em; }
    @media screen and (max-width: 1200px) {
      .attitudeCount__single-number {
        font-size: 5.14rem; } }
    .attitudeCount__single-number::before {
      counter-increment: attidueCount;
      content: counters(attidueCount, ".", decimal-leading-zero);
      display: block; }
  .attitudeCount__single-title {
    margin: .6em 0;
    font-size: 1.3125rem; }
    @media screen and (max-width: 1200px) {
      .attitudeCount__single-title {
        font-size: 1.5rem; } }
  .attitudeCount__single-description {
    padding: 0 .5em; }

.counterIcons {
  padding: 3em 0;
  position: relative; }
  .counterIcons__background {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 320px);
    height: 100%;
    z-index: -1;
    max-width: 100vw;
    margin-left: -3em; }
    @media screen and (max-width: 900px) {
      .counterIcons__background {
        width: 100vw; } }
    @media screen and (max-width: 900px) {
      .counterIcons__background {
        margin-left: -1.5em; } }
  .counterIcons__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-template-rows: auto;
    grid-gap: 2em; }
    @media screen and (max-width: 900px) {
      .counterIcons__grid {
        grid-gap: 3em; } }
  .counterIcons__single {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-transform: uppercase; }
    .counterIcons__single-img {
      height: 65px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 1em; }
    .counterIcons__single-icon {
      display: block;
      object-position: top center;
      object-fit: contain;
      max-height: 80%; }
    .counterIcons__single-text {
      color: #000000;
      font-weight: bold;
      font-size: 1.3125rem; }
      @media screen and (max-width: 1200px) {
        .counterIcons__single-text {
          font-size: 1.5rem; } }
    .counterIcons__single-number {
      color:#f1cb26
; }

.faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 5em;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1000px) {
    .faq__grid {
      max-width: 100%; } }

.faq__title {
  font-size: 1.5rem;
  padding-bottom: .4em;
  margin-bottom: .8em;
  border-bottom: 1px solid #d9d9d9; }
  @media screen and (max-width: 1100px) {
    .faq__title {
      font-size: 1.35rem; } }
  @media screen and (max-width: 600px) {
    .faq__title {
      font-size: 1.28rem;
      line-height: 1em; } }

.faq__single {
  margin-bottom: 1.3em; }
  .faq__single:last-child {
    margin-bottom: 0; }
  .faq__single--active .faq__name-arrow {
    transform: rotate(0); }

.faq__name {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.05em 1.5em;
  cursor: pointer; }
  @media screen and (max-width: 900px) {
    .faq__name {
      padding: .75em 1em;
      height: initial; } }
  .faq__name-title {
    font-size: 1rem;
    text-transform: none; }
    @media screen and (max-width: 900px) {
      .faq__name-title {
        margin-right: 1.75em; } }
  .faq__name-arrow {
    width: 17px;
    min-width: 17px;
    height: 12px;
    display: block;
    background-image: url("img/arrow-faq.png");
    transform: rotate(180deg);
    transition: transform .3s ease;
    margin-left: .4em; }

.faq__content {
  margin-top: .7em;
  padding: 0 1.5em;
  display: none;
  margin-bottom: 2.5em; }
  @media screen and (max-width: 900px) {
    .faq__content {
      padding: 0 .75em; } }

.contact__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .contact__row {
      flex-direction: column; } }

.contact__block {
  flex-basis: 28%;
  display: flex;
  flex-direction: column;
  color: #7c7c7c; }
  @media screen and (max-width: 1200px) {
    .contact__block {
      margin-bottom: 2em; } }
  .contact__block a {
    color: #7c7c7c; }
    .contact__block a:hover, .contact__block a:focus {
      color:#f1cb26
; }
  .contact__block-title {
    margin-bottom: .5em;
    font-size: 2rem; }
    @media screen and (max-width: 1200px) {
      .contact__block-title {
        font-size: 1.315rem;
        margin-bottom: 1em; } }
  .contact__block-single {
    margin-bottom: 1em;
    display: flex;
    flex-direction: row; }
    .contact__block-single:last-child {
      margin-bottom: 0; }
  .contact__block-icon {
    width: 20px;
    margin-right: .7em; }
  .contact__block-img {
    max-width: 17px;
    object-fit: contain;
    object-position: center; }
  .contact__block p {
    margin-bottom: .5em; }
    .contact__block p:last-child {
      margin-bottom: 0; }

.contact__form {
  flex-basis: 65%; }

.projectOffice__tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
  text-transform: uppercase;
  font-weight: bold; }
  @media screen and (max-width: 1200px) {
    .projectOffice__tabs {
      margin-bottom: 2em; } }
  .projectOffice__tabs-single {
    margin-right: .6em;
    font-size: 1.5rem;
    color: #9c9c9c;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 1400px) {
      .projectOffice__tabs-single {
        font-size: 1.2rem; } }
    @media screen and (max-width: 1200px) {
      .projectOffice__tabs-single {
        font-size: 1.28rem; } }
    .projectOffice__tabs-single::after {
      content: '';
      height: 20px;
      width: 1px;
      margin-left: .6em;
      background-color: #9c9c9c;
      display: block; }
    .projectOffice__tabs-single:last-child {
      margin-right: 0; }
      .projectOffice__tabs-single:last-child::after {
        display: none; }
  .projectOffice__tabs--single-active {
    color: #000000; }

.projectOffice__single {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.7s ease, opacity 0.3s ease; }
  .projectOffice__single--hidden {
    transform: scale(0);
    opacity: 0;
    height: 0;
    visibility: hidden; }

.projectOffice__post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3em; }
  @media screen and (max-width: 1200px) {
    .projectOffice__post {
      flex-direction: column; } }
  .projectOffice__post--revere {
    flex-direction: row-reverse; }
    @media screen and (max-width: 1200px) {
      .projectOffice__post--revere {
        flex-direction: column; } }
  .projectOffice__post-left, .projectOffice__post-right {
    flex-basis: 49%;
    overflow: hidden; }
  .projectOffice__post-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    height: auto; }
    @media screen and (max-width: 1200px) {
      .projectOffice__post-image {
        width: auto;
        max-width: 100%;
        margin-bottom: 1em; } }

.projectOffice__processes {
  margin-top: 4em; }
  .projectOffice__processes-title {
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    line-height: 1.25em; }
    @media screen and (max-width: 1400px) {
      .projectOffice__processes-title {
        font-size: 1.6rem; } }

.projectOffice__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(725px, 1fr));
  grid-template-rows: auto;
  grid-gap: 2em;
  counter-reset: processNumber; }
  @media screen and (max-width: 1200px) {
    .projectOffice__grid {
      grid-template-columns: 1fr; } }

.projectOffice__proccess {
  position: relative;
  padding: 3em 1em 2em 90px;
  background-color: #f7f7f7;
  counter-increment: processNumber; }
  @media screen and (max-width: 1200px) {
    .projectOffice__proccess {
      padding: 70px 2em 2em 2em; } }
  .projectOffice__proccess-title {
    position: relative;
    font-size: 1.3125rem;
    text-transform: none;
    margin-bottom: 1em;
    line-height: 1.3em; }
    @media screen and (max-width: 1200px) {
      .projectOffice__proccess-title {
        font-size: 1.28rem;
        margin-bottom: .4em; } }
    .projectOffice__proccess-title::before {
      content: counter(processNumber, decimal-leading-zero);
      color: #ffffff;
      background-color: #000000;
      font-size: 3rem;
      font-weight: 200;
      width: 90px;
      height: 70px;
      padding: .5em;
      position: absolute;
      left: -105px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1200px) {
        .projectOffice__proccess-title::before {
          font-size: 3.42rem;
          top: -80px;
          transform: translateY(0);
          left: 0; } }

.hamburger {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  display: none;
  margin-left: auto; }
  @media screen and (max-width: 900px) {
    .hamburger {
      display: block; } }
  .hamburger--active .hamburger__inner {
    background-color: transparent; }
    .hamburger--active .hamburger__inner:before {
      transform: translateY(10px) rotate(45deg); }
    .hamburger--active .hamburger__inner:after {
      transform: translateY(-10px) rotate(-45deg); }
  .hamburger__box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
    z-index: 10; }
  .hamburger__inner {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .1s .2s ease-in-out; }
    .hamburger__inner::before, .hamburger__inner::after {
      width: 100%;
      height: 3px;
      background-color: #fff;
      position: absolute;
      content: '';
      left: 0;
      transition: transform .2s .2s ease-in-out; }
    .hamburger__inner::before {
      top: -10px; }
    .hamburger__inner::after {
      top: 10px; }

.button {
  color: #ffffff;
  background-color: transparent;
  height: 50px;
  font-weight: 600;
  padding: 0 2em;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: color .3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: max-content;
  margin-left: .5em; }
  @media screen and (max-width: 800px) {
    .button {
      margin-left: 0; } }
  .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: skew(-15deg);
    z-index: -1;
    transition: all .3s ease; }
  .button:hover, .button:focus {
    color: #ffffff; }
    .button:hover::before, .button:focus::before {
      background-color:#f1cb26
; }
  .button--small {
    height: 40px; }
  .button--accent::before {
    background-color: #f1cb26; }
  .button--accent:hover::before, .button--accent:focus::before {
    background-color: #f1cb26; }
  .button--whiteBorder::before {
    border: 2px solid #ffffff; }
  .button--whiteBorder:hover, .button--whiteBorder:focus {
    color: #000000; }
    .button--whiteBorder:hover::before, .button--whiteBorder:focus::before {
      background-color: #ffffff; }
  .button--darkBorder::before {
    border: 2px solid #000000;
    transition: color .3s ease, background-color .3s ease; }
  .button--darkBorder:hover, .button--darkBorder:focus {
    color: #000000; }
    .button--darkBorder:hover::before, .button--darkBorder:focus::before {
      border-color: #ffffff; }
    .button--darkBorder:hover::before, .button--darkBorder:focus::before {
      background-color: #ffffff; }

.social {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: .5em; }
  .social--footer {
    justify-content: flex-start;
    margin-top: 0; }
    .social--footer .social__single {
      margin-right: 1em; }
      .social--footer .social__single-img {
        filter: none; }
      .social--footer .social__single-url {
        opacity: 1;
        border: 1px solid #a6a6a6;
        width: 32px;
        height: 32px;
        max-width: initial;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        transition: transform .3s ease; }
        .social--footer .social__single-url:hover, .social--footer .social__single-url:focus {
          transform: translateY(2px); }
  .social__single {
    margin-right: 1.8em;
    opacity: .7;
    transition: opacity .3s ease; }
    .social__single:hover, .social__single:focus {
      opacity: 1; }
    .social__single:last-child {
      margin-right: 0; }
    .social__single-url, .social__single-img {
      height: 16px;
      max-width: 18px; }
    .social__single-img {
      object-fit: contain;
      object-position: center;
      filter: brightness(0) invert(1); }

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform .3s ease, opacity .3s ease;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none; }
  .modal--active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  .modal__container {
    background-color: #ffffff;
    width: 470px; }
    @media screen and (max-width: 500px) {
      .modal__container {
        width: calc(100vw - 2em); } }
  .modal__top {
    background-color: #000000;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .modal__top {
        padding: 0 20px; } }
    .modal__top-title {
      color: #ffffff; }
      @media screen and (max-width: 1200px) {
        .modal__top-title {
          font-size: 1.28rem; } }
  .modal__content {
    padding: 1em 1.5em 2em;
    display: flex;
    flex-direction: column; }
  .modal__full {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .modal__full {
        font-size: 1.14rem; } }
  .modal .woocommerce-error {
    list-style: none;
    background-color:#f1cb26
;
    color: #ffffff;
    padding: .5em 1em;
    margin-bottom: .65em; }

.contactInfo {
  list-style: none;
  display: flex;
  flex-direction: column; }
  .contactInfo__single {
    margin-bottom: .75em;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 1100px) {
      .contactInfo__single {
        flex-direction: column; } }
    @media screen and (max-width: 700px) {
      .contactInfo__single {
        flex-direction: row; } }
    .contactInfo__single:last-child {
      margin-bottom: 0; }
    .contactInfo__single-icon {
      width: 20px;
      margin-right: 15px; }
      @media screen and (max-width: 1100px) {
        .contactInfo__single-icon {
          margin-right: 0;
          margin-bottom: 10px; } }
      @media screen and (max-width: 700px) {
        .contactInfo__single-icon {
          margin-bottom: 0;
          margin-right: 10px; } }
    .contactInfo__single-img {
      max-width: 18px;
      object-position: left center;
      object-fit: contain; }
    .contactInfo__single-text, .contactInfo__single-url {
      color: #575757; }

.hero {
  position: relative;
  width: calc(100vw - 320px);
  margin: 0 -3em 4em; }
  @media screen and (max-width: 900px) {
    .hero {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .hero {
      width: 100vw;
      margin: 0 -1.5em 3em; } }
  .hero__background {
    height: 300px; }
    @media screen and (max-width: 900px) {
      .hero__background {
        height: 120px; } }
    .hero__background::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .hero__background img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .hero__content {
    position: absolute;
    bottom: 5em;
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .8125rem;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .hero__content {
        text-align: center;
        padding: 0 1em;
        bottom: 3em; } }
    .hero__content-title {
      color: #ffffff;
      line-height: 1.2em; }
      @media screen and (max-width: 900px) {
        .hero__content-title {
          font-size: 2.14rem;
          margin-bottom: .2em; } }
  .hero__date {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    padding: 0 1em;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -15px;
    z-index: 2;
    font-size: .875rem; }

.breadcrumbs a {
  color: #ffffff; }
  .breadcrumbs a:hover {
    color:#f1cb26
; }

.breadcrumbs__seperator {
  display: inline-block;
  margin: 0 .75em; }
  @media screen and (max-width: 1200px) {
    .breadcrumbs__seperator {
      margin: 0 .4em; } }

.breadcrumbs--dark {
  color: #7c7c7c; }
  .breadcrumbs--dark a {
    color: #7c7c7c; }
    .breadcrumbs--dark a:hover {
      color:#f1cb26
; }

.cf7__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .cf7__row {
      flex-direction: column; } }
  .cf7__row--full .cf7__single {
    flex-basis: 100%; }
  @media screen and (max-width: 900px) {
    .cf7__row--button button {
      width: 100%; } }

.cf7__single {
  flex-basis: 49%;
  margin-bottom: .9em;
  position: relative; }
  .cf7__single-label {
    color: #000000;
    display: block;
    margin-bottom: .4em; }

.cf7__star {
  color:#f1cb26
; }

.cf7__required {
  font-size: .75rem;
  margin-bottom: 1.7em; }

.cf7 input:not([type='checkbox']):not([type='radio']), .cf7 textarea {
  width: 100%;
  height: 40px; }

.cf7 textarea {
  height: initial;
  resize: vertical; }

.cf7__checkbox {
  color: #4b4762; }
  .cf7__checkbox-rule {
    display: inline-block;
    margin-left: 4px; }
    .cf7__checkbox-rule:hover {
      color: #ffffff;
      text-decoration: underline; }
  .cf7__checkbox .wpcf7-list-item-label {
    display: flex; }
  .cf7__checkbox span.wpcf7-list-item {
    margin: 0; }
  .cf7__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .cf7__checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
      opacity: 1; }
  .cf7__checkbox label {
    display: flex;
    position: relative; }
  .cf7__checkbox input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: '';
    background-color:#f1cb26
;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    position: absolute;
    left: 4px;
    top: 4px;
    opacity: 0;
    transition: opacity .3s ease; }
  .cf7__checkbox input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: '';
    border: 1px solid #cac7df;
    background-color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .6em;
    vertical-align: middle;
    transition: .3s ease;
    min-width: 20px;
    min-height: 20px; }

.categoryGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-template-rows: auto;
  grid-gap: 2em;
  padding-top: 3em; }
  @media screen and (max-width: 1540px) {
    .categoryGrid {
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      grid-gap: 1.5em; } }
  @media screen and (max-width: 1000px) {
    .categoryGrid {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } }
  @media screen and (max-width: 900px) {
    .categoryGrid {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      padding-top: 2em;
      grid-gap: 1em; } }
  .categoryGrid__single {
    display: flex;
    flex-direction: column;
    position: relative; }
    .categoryGrid__single::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      opacity: 0;
      transition: opacity .3s ease; }
    .categoryGrid__single:hover::before {
      opacity: 1; }
    .categoryGrid__single:hover .categoryGrid__single-img {
      transform: scale(1.1); }
    .categoryGrid__single-image {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .categoryGrid__single-image::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.821166) 100%);
        opacity: .2; }
    .categoryGrid__single-title {
      position: absolute;
      left: 10%;
      bottom: 10%;
      color: #000000; }
      @media screen and (max-width: 900px) {
        .categoryGrid__single-title {
          font-size: 1.28rem; } }
    .categoryGrid__single-blank, .categoryGrid__single-img {
      width: 100%;
      height: 320px; }
      @media screen and (max-width: 1540px) {
        .categoryGrid__single-blank, .categoryGrid__single-img {
          height: 260px; } }
      @media screen and (max-width: 900px) {
        .categoryGrid__single-blank, .categoryGrid__single-img {
          height: 200px; } }
    .categoryGrid__single-blank {
      background-color:#f1cb26
;
      background: url(img/blank.jpg) no-repeat;
      background-size: cover;
      background-position: bottom; }
    .categoryGrid__single-img {
      object-position: bottom;
      object-fit: cover;
      transition: transform .63s ease;
      display: block; }
    .categoryGrid__single-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }

.productPage {
  padding-top: 3em; }
  @media screen and (max-width: 900px) {
    .productPage {
      padding-top: 2em; } }
  .productPage__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3em; }
    @media screen and (max-width: 1400px) {
      .productPage__row {
        flex-direction: column; } }
    @media screen and (max-width: 900px) {
      .productPage__row {
        margin-bottom: 1.5em; } }
  .productPage__images {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 1600px) {
      .productPage__images {
        flex-direction: column-reverse;
        width: 50%; } }
    @media screen and (max-width: 1400px) {
      .productPage__images {
        width: 100%; } }
  .productPage__nav {
    width: 20%;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1600px) {
      .productPage__nav {
        width: 100%;
        padding-right: 100px;
        margin-top: 10px; } }
    @media screen and (max-width: 1000px) {
      .productPage__nav {
        padding-right: 70px; } }
    .productPage__nav .slick-arrow {
      position: absolute;
      font-size: 0;
      bottom: 0;
      left: 50%;
      width: 25px;
      height: 16px;
      background-image: url("img/arrow-product.png");
      background-color: transparent;
      transform: translateX(-50%);
      transition: opacity .3s ease;
      opacity: .7; }
      @media screen and (max-width: 1600px) {
        .productPage__nav .slick-arrow {
          left: initial;
          transform: none;
          right: 37.5px; } }
      @media screen and (max-width: 900px) {
        .productPage__nav .slick-arrow {
          transform: scale(0.6); } }
      .productPage__nav .slick-arrow:hover, .productPage__nav .slick-arrow:focus {
        opacity: 1; }
      .productPage__nav .slick-arrow.slick-prev {
        transform: translateX(-50%) rotate(180deg);
        bottom: 20px; }
        @media screen and (max-width: 1600px) {
          .productPage__nav .slick-arrow.slick-prev {
            bottom: initial;
            top: 50px;
            transform: rotate(90deg);
            right: 0; } }
        @media screen and (max-width: 900px) {
          .productPage__nav .slick-arrow.slick-prev {
            transform: rotate(90deg); } }
      .productPage__nav .slick-arrow.slick-next {
        bottom: 80px; }
        @media screen and (max-width: 1600px) {
          .productPage__nav .slick-arrow.slick-next {
            bottom: initial;
            top: 50px;
            transform: rotate(270deg);
            right: 40px; } }
        @media screen and (max-width: 900px) {
          .productPage__nav .slick-arrow.slick-next {
            transform: rotate(270deg); } }
    .productPage__nav-single {
      display: flex !important;
      align-items: center;
      justify-content: center;
      height: 200px !important;
      margin-bottom: .5em;
      width: 100%;
      cursor: pointer;
      background-color: #fcfcfc; }
      @media screen and (max-width: 1000px) {
        .productPage__nav-single {
          height: 170px !important; } }
      .productPage__nav-single img {
        mix-blend-mode: multiply;
        max-width: 100%;
        object-fit: contain;
        object-position: top; }
  .productPage__carousel {
    width: 78%; }
    @media screen and (max-width: 1600px) {
      .productPage__carousel {
        width: 100%; } }
    .productPage__carousel .slick-track {
      display: flex !important; }
    .productPage__carousel .slick-slide {
      height: inherit !important; }
    .productPage__carousel-single {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: #fcfcfc; }
    .productPage__carousel img {
      object-fit: contain;
      object-position: top;
      width: auto !important;
      max-width: 100% !important;
      mix-blend-mode: multiply; }
  .productPage__content {
    width: 35%; }
    @media screen and (max-width: 1600px) {
      .productPage__content {
        width: 45%; } }
    @media screen and (max-width: 1400px) {
      .productPage__content {
        width: 100%; } }
    .productPage__content-title {
      margin: .3em 0; }
      @media screen and (max-width: 1200px) {
        .productPage__content-title {
          font-size: 2.14rem; } }
  .productPage__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    grid-template-rows: auto;
    grid-gap: 4em; }
    @media screen and (max-width: 900px) {
      .productPage__grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } }
  .productPage__single {
    display: flex;
    flex-direction: column; }
  .productPage__block {
    margin-bottom: 2em; }
    .productPage__block:last-child {
      margin-bottom: 0; }
    .productPage__block-title {
      font-size: 1rem;
      margin-bottom: 1em;
      padding-bottom: .3em;
      border-bottom: 1px solid #d9d9d9; }
      @media screen and (max-width: 1200px) {
        .productPage__block-title {
          font-size: 1.14rem; } }
  .productPage__attributes, .productPage__info, .productPage__files {
    list-style: none; }
    .productPage__attributes-single, .productPage__info-single, .productPage__files-single {
      margin-bottom: .6em; }
      .productPage__attributes-single:last-child, .productPage__info-single:last-child, .productPage__files-single:last-child {
        margin-bottom: 0; }
    .productPage__attributes-name, .productPage__info-name, .productPage__files-name {
      color: #000000;
      transition: color .3s ease; }
  .productPage__files-single {
    margin-bottom: 1.3em; }
    .productPage__files-single:last-child {
      margin-bottom: 0; }
  .productPage__files-url {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .productPage__files-url:hover .productPage__files-name, .productPage__files-url:focus .productPage__files-name {
      color:#f1cb26
; }
  .productPage__files-icon {
    width: 22px;
    margin-right: .5em; }
  .productPage__files-img {
    max-width: 20px;
    object-fit: contain;
    object-position: center;
    display: block; }
  .productPage .reset_variations {
    display: none; }
  .productPage .single_variation_wrap .price {
    display: none; }
  .productPage__releted {
    margin-top: 3em; }
    .productPage__releted-title {
      font-size: 1rem;
      margin-bottom: 2.5em;
      padding-bottom: .3em;
      border-bottom: 1px solid #d9d9d9; }

.variations {
  display: flex;
  flex-direction: column; }
  .variations__single {
    width: 100%;
    margin-bottom: .75em; }
    .variations__single:last-child {
      margin-bottom: 0; }
    .variations__single select {
      width: 100%; }
  .variations__label {
    color: #000000;
    margin-bottom: .4em; }

.productPrice {
  display: flex;
  flex-direction: row;
  margin-top: 2em;
  align-items: flex-start; }
  .productPrice__brutto {
    color: #000000; }
    .productPrice__brutto-name {
      font-size: .875rem; }
  .productPrice__price {
    font-size: 2.25rem;
    line-height: 1em; }
    @media screen and (max-width: 1200px) {
      .productPrice__price {
        font-size: 2.57rem; } }
    .productPrice__price-type {
      font-size: 1rem;
      margin-left: -.4em; }
    .productPrice__price-value {
      font-weight: bold; }
  .productPrice__netto {
    background-color: #000000;
    color: #ffffff;
    padding: .35em .6em;
    font-size: .875rem;
    margin-left: 1.5em;
    margin-top: 1.6em; }
    @media screen and (max-width: 1200px) {
      .productPrice__netto {
        font-size: 1.28rem;
        margin-left: .5em;
        padding: .15em .3em;
        margin-top: 1em; } }
    .productPrice__netto-value {
      font-weight: bold; }
    @media screen and (max-width: 1200px) {
      .productPrice__netto-type {
        font-size: .857rem; } }

.header {
  width: 320px;
  height: 100vh;
  background-color: #000000;
  position: fixed;
  color: #b0b0b0;
  display: flex;
  flex-direction: column;
  padding: 2em 2.5em 1em; }
  @media screen and (max-width: 900px) {
    .header--desktop {
      display: none; } }
  .header--mobile {
    display: none;
    position: fixed;
    color: #ffffff;
    padding: .5em 2em;
    z-index: 99;
    top: 0;
    left: 0; }
    .header--mobile::before {
      position: absolute;
      content: '';
      width: 100vw;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: #000000;
      z-index: -1; }
    @media screen and (max-width: 900px) {
      .header--mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; } }
  .header::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #000000;
    top: 0;
    right: 100%;
    z-index: -1; }
  .header__logo {
    margin-bottom: 3em; }
    @media screen and (max-width: 900px) {
      .header__logo {
        margin-bottom: 0; } }
  .header__language {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 1.5em; }
    .header__language a {
      color: #8b8b8b; }
      .header__language a:hover, .header__language a:focus {
        color: #ffffff; }
    .header__language li {
      display: none;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .header__language li::after {
        content: '';
        width: 1px;
        height: 16px;
        background-color: #383838;
        display: block;
        margin: 0 1em; }
      .header__language li.current-lang a {
        color: #ffffff; }
      .header__language li:last-child {
        margin-right: 0; }
        .header__language li:last-child::after {
          display: none; }
  .header__footer {
    border-top: 1px solid #383838;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4em;
    padding-top: 1.5em;
    font-size: 14px; }
    .header__footer-login {
      margin-bottom: 1.5em;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #b0b0b0; }
      .header__footer-login::before {
        content: '';
        display: block;
        width: 24px;
        height: 20px;
        background-image: url("img/user.png");
        margin-right: .85em; }

.nav--mobile {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #ffffff;
  z-index: 100;
  padding: 0 2em 3em 2em;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  width: 100vw;
  display: flex;
  flex-direction: column;
  transform: translateX(calc(-100% - 20px));
  overflow: hidden;
  transition: transform .3s ease;
  overflow-y: scroll; }
  .nav--mobile--active {
    transform: translateX(0); }
  .nav--mobile .nav__item {
    margin-bottom: 1em; }
  .nav--mobile .nav__arrow {
    filter: brightness(0); }
  .nav--mobile .nav__sub-link {
    font-size: 1.14rem;
    color: #7c7c7c; }
  .nav--mobile .nav__link {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold; }
  .nav--mobile .header__footer {
    border-top-color: rgba(0, 0, 0, 0.2); }
    .nav--mobile .header__footer-login {
      color: #000000; }
      .nav--mobile .header__footer-login:hover, .nav--mobile .header__footer-login:focus {
        color:#f1cb26
; }
      .nav--mobile .header__footer-login::before {
        filter: brightness(0); }
  .nav--mobile .social__single-img {
    filter: brightness(0); }

.nav__list, .nav__sub {
  list-style: none; }

.nav__exit {
  background-color: #000000;
  color: #ffffff;
  height: 40px;
  margin-bottom: 1em;
  margin: 0 -1.6em 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.6em;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: bold; }
  .nav__exit-icon {
    position: relative;
    height: 30px; }
    .nav__exit-icon::before, .nav__exit-icon::after {
      content: '';
      width: 2px;
      height: 30px;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 0; }
    .nav__exit-icon::before {
      transform: rotate(45deg); }
    .nav__exit-icon::after {
      transform: rotate(135deg); }

.nav__item {
  text-transform: uppercase;
  margin-bottom: .5em; }
  .nav__item--parent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
  .nav__item:hover .nav__arrow, .nav__item:focus .nav__arrow {
    transform: rotate(0deg); }
  .nav__item--expanded .nav__arrow {
    transform: rotate(0deg); }
  .nav__item--current .nav__link, .nav__item--ancestor-current .nav__link, .nav__item--parent--current .nav__link {
    color:#f1cb26
; }
  .nav__item--current.nav__sub-item .nav__sub-link,
  .nav__item--parent--current.nav__sub-item .nav__sub-link {
    color:#f1cb26
; }

.nav__link {
  color: #ffffff; }

.nav__arrow {
  display: block;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  transform: rotate(180deg);
  transition: transform .3s ease; }
  .nav__arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    background-image: url("img/arrow.png"); }

.nav__sub {
  margin-top: .3em;
  display: none;
  font-size: 14px;
  margin-left: .7em;
  flex-basis: 100%; }
  .nav__sub-link {
    color: #b0b0b0; }
  .nav__sub-item {
    text-transform: none;
    margin-bottom: .5em; }
    .nav__sub-item:last-child {
      margin-bottom: 0; }

.footer {
  color: #575757;
  font-size: .8125rem;
  position: relative;
  padding: 2.5em 3em;
  margin-top: 4em; }
  @media screen and (max-width: 900px) {
    .footer {
      padding: 2.5em 2em;
      font-size: .92rem; } }
  @media screen and (max-width: 700px) {
    .footer {
      margin-top: 4em; } }
  .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 320px);
    height: 100%;
    z-index: -1;
    max-width: 100vw;
    background-color: #f7f7f7; }
    @media screen and (max-width: 900px) {
      .footer::before {
        width: 100vw; } }
  .footer__main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 700px) {
      .footer__main {
        flex-direction: column; } }
  .footer__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    margin-top: 2.5em;
    padding-top: 2em; }
    @media screen and (max-width: 880px) {
      .footer__info {
        flex-direction: column;
        text-align: center;
        margin-top: 2em; }
        .footer__info-copy {
          margin-bottom: .5em; } }
  .footer__single {
    flex-basis: 20%; }
    @media screen and (max-width: 1300px) {
      .footer__single {
        flex-basis: 23%; } }
    @media screen and (max-width: 1100px) {
      .footer__single {
        flex-basis: 48%;
        margin-bottom: 2em;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center; }
        .footer__single:last-child, .footer__single:nth-last-child(2) {
          margin-bottom: 0; } }
  @media screen and (max-width: 1100px) and (max-width: 700px) {
    .footer__single {
      flex-basis: 100%;
      align-items: stretch;
      text-align: left; }
      .footer__single:nth-last-child(2) {
        margin-bottom: 1em; } }
    .footer__single-title {
      font-size: 1.125rem;
      margin-bottom: .8em;
      text-transform: none; }
      @media screen and (max-width: 1200px) {
        .footer__single-title {
          font-size: 1.28rem; } }
      @media screen and (max-width: 700px) {
        .footer__single-title {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          .footer__single-title.footer__single--active-title .footer__single-arrow {
            transform: rotate(0); } }
    .footer__single-arrow {
      width: 12px;
      height: 8px;
      background-image: url("img/arrow.png");
      display: block;
      filter: brightness(0);
      transform: rotate(180deg);
      transition: transform .3s ease; }
  .footer .menu {
    list-style: none;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 700px) {
      .footer .menu {
        display: none; } }
    .footer .menu li {
      margin-bottom: .5em; }
      .footer .menu li:last-child {
        margin-bottom: 0; }
  .footer a {
    color: #575757; }
    .footer a:hover, .footer a:focus {
      color:#f1cb26
; }

.woocommerce-form .form-row {
  display: flex;
  flex-direction: column; }
  .woocommerce-form .form-row label {
    color: #000000; }

.blog__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .blog__row {
      flex-direction: column; } }

.blog__widget {
  margin-bottom: 1.5em; }
  .blog__widget:last-child {
    margin-bottom: 0; }

.blog__sidebar {
  flex-basis: 28%;
  display: flex;
  flex-direction: column;
  font-size: .8125rem; }
  @media screen and (max-width: 1200px) {
    .blog__sidebar {
      margin-top: 3em;
      font-size: 1rem; } }
  .blog__sidebar-title {
    font-size: 1.3125rem;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #d9d9d9; }
    @media screen and (max-width: 1200px) {
      .blog__sidebar-title {
        font-size: 1.5rem; } }
  .blog__sidebar ul {
    list-style: none; }
    .blog__sidebar ul li {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: .3em; }
      .blog__sidebar ul li::before {
        content: '';
        width: 7px;
        height: 7px;
        display: block;
        background-color:#f1cb26
;
        margin-right: 10px; }
      .blog__sidebar ul li:last-child {
        margin-bottom: 0; }

.blog__content {
  flex-basis: 70%; }

.blog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-template-rows: auto;
  grid-gap: 2em;
  margin-bottom: 2em; }
  @media screen and (max-width: 1750px) {
    .blog__grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } }
  @media screen and (max-width: 800px) {
    .blog__grid {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } }

.blog__single {
  display: flex;
  flex-direction: column; }
  .blog__single-content {
    font-size: .8125rem; }
  .blog__single-image, .blog__single-blank {
    width: 100%;
    height: 310px;
    margin-bottom: .6em; }
  .blog__single-blank {
    background-color: #f7f7f7;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem; }
  .blog__single-image {
    display: block;
    object-fit: cover;
    object-position: center; }
  .blog__single-title {
    font-size: 1.5rem; }
  .blog__single-text {
    margin: .65em 0; }
  .blog__single-more {
    font-weight: 600; }

.blogBigger {
  position: relative; }
  .blogBigger__single {
    width: calc(100vw - 320px);
    height: 100vh;
    margin-left: -3em;
    position: relative;
    min-height: 300px; }
    @media screen and (max-width: 900px) {
      .blogBigger__single {
        width: 100vw;
        margin-left: -1.5em; } }
  .blogBigger__image, .blogBigger__blank {
    width: 100%;
    height: 100%; }
  .blogBigger__blank {
    background-color:#f1cb26
;
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .blogBigger__image {
    display: block;
    object-fit: cover; }
  .blogBigger__content {
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 790px;
    min-width: 320px;
    position: absolute;
    bottom: 2em;
    left: 2em;
    z-index: 2;
    color: #ffffff; }
    @media screen and (max-width: 1200px) {
      .blogBigger__content {
        max-width: 90%; } }
    @media screen and (max-width: 800px) {
      .blogBigger__content {
        max-width: 75%;
        min-width: 200px; } }
    .blogBigger__content-title {
      color: #ffffff;
      font-size: 1.5rem;
      line-height: 1.2em; }
      @media screen and (max-width: 900px) {
        .blogBigger__content-title {
          font-size: 1.28rem; } }
      .blogBigger__content-title a {
        color: #ffffff; }
        .blogBigger__content-title a:hover, .blogBigger__content-title a:focus {
          color:#f1cb26
; }
    .blogBigger__content-text {
      margin: .5em 0 .7em;
      color: #bfbfbf;
      text-align: justify; }
      @media screen and (max-width: 900px) {
        .blogBigger__content-text {
          display: none; } }
    .blogBigger__content-more {
      font-size: .875rem;
      font-weight: bold;
      color: #ffffff; }
      @media screen and (max-width: 1200px) {
        .blogBigger__content-more {
          font-size: 1rem; } }
      @media screen and (max-width: 900px) {
        .blogBigger__content-more {
          color:#f1cb26
; }
          .blogBigger__content-more:hover, .blogBigger__content-more:focus {
            color: #ffffff; } }
      .blogBigger__content-more:hover, .blogBigger__content-more:focus {
        color:#f1cb26
; }
  .blogBigger__panels {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    flex-direction: column;
    padding: .5em;
    z-index: 5;
    transition: all .3s ease; }
    @media screen and (max-width: 1200px) {
      .blogBigger__panels {
        right: 5px; } }
    .blogBigger__panels--hidden {
      opacity: 0;
      pointer-events: none; }
    .blogBigger__panels--dark {
      background-color: #ffffff;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
      .blogBigger__panels--dark .blogBigger__panels-single {
        border-color: rgba(0, 0, 0, 0.3); }
        .blogBigger__panels--dark .blogBigger__panels-single.blogBigger__panels--active-single, .blogBigger__panels--dark .blogBigger__panels-single:hover, .blogBigger__panels--dark .blogBigger__panels-single:focus {
          background-color: #000000;
          border-color: #000000; }
    .blogBigger__panels-single {
      width: 24px;
      height: 24px;
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      margin-bottom: 1em;
      transition: all .3s ease; }
      @media screen and (max-width: 1200px) {
        .blogBigger__panels-single {
          width: 16px;
          height: 16px; } }
      .blogBigger__panels-single.blogBigger__panels--active-single, .blogBigger__panels-single:hover, .blogBigger__panels-single:focus {
        background-color:#f1cb26
;
        border-color:#f1cb26
; }
      .blogBigger__panels-single:last-child {
        margin-bottom: 0; }
  .blogBigger__next {
    margin-top: 3.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1200px) {
      .blogBigger__next {
        margin-top: 2.5em; } }

.woocommerce-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: .4em; }
  @media screen and (max-width: 1200px) {
    .woocommerce-form .form-row {
      margin-bottom: 1em; } }
  .woocommerce-form .form-row:last-child {
    margin-bottom: 0; }
  .woocommerce-form .form-row label {
    color: #000000;
    margin-bottom: .4em; }

.woocommerce-form .lost_password {
  text-align: right;
  margin: .6em 0 1.2em; }
  .woocommerce-form .lost_password a {
    color: #000000; }
    .woocommerce-form .lost_password a:hover {
      color:#f1cb26
; }

.woocommerce-form .status {
  display: none;
  background-color:#f1cb26
;
  color: #ffffff;
  padding: .6em 1em;
  margin-bottom: .5em; }

.productPage__releted .productsLoopGrid__single:nth-child(3n) {
  grid-row: span 1;
  grid-column: span 1; }

.productsLoopGrid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-template-rows: auto;
  grid-gap: 0; }
  @media screen and (max-width: 1500px) {
    .productsLoopGrid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } }
  @media screen and (max-width: 1100px) {
    .productsLoopGrid {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } }
  @media screen and (max-width: 900px) {
    .productsLoopGrid {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } }
  @media screen and (max-width: 700px) {
    .productsLoopGrid {
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } }
  @media screen and (max-width: 551px) {
    .productsLoopGrid {
      grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); } }
  @media screen and (max-width: 461px) {
    .productsLoopGrid {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); } }
  .productsLoopGrid__single {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .3s ease;
    background-color: #fcfcfc;
    padding: 1em 2em; }
    .productsLoopGrid__single:nth-child(2n) {
      background-color: #f8f8f8; }
      @media screen and (max-width: 900px) {
        .productsLoopGrid__single:nth-child(2n) {
          background-color: #fcfcfc; } }
    @media screen and (max-width: 900px) {
      .productsLoopGrid__single {
        align-items: center; }
        .productsLoopGrid__single:nth-child(3n) {
          grid-row: span 2;
          grid-column: span 2; }
        .productsLoopGrid__single:nth-child(3n+2) {
          background-color: #f8f8f8; } }
    .productsLoopGrid__single:hover {
      transform: translateY(5px); }
      .productsLoopGrid__single:hover .productsLoopGrid__single-title {
        color:#f1cb26
; }
    .productsLoopGrid__single-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .productsLoopGrid__single-img {
      display: block;
      object-fit: contain; }
    .productsLoopGrid__single-title {
      font-size: 1.3125rem;
      margin-top: .5em;
      transition: color .3s ease; }
      @media screen and (max-width: 900px) {
        .productsLoopGrid__single-title {
          font-size: 1.14rem;
          text-align: center; } }

.wheretobuy__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-template-rows: auto;
  grid-gap: 2em;
  margin-bottom: 4em; }
  @media screen and (max-width: 520px) {
    .wheretobuy__grid {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      grid-gap: 1em; } }
  .wheretobuy__grid-single {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:0px solid #dfdfdf; }
    @media screen and (max-width: 1200px) {
      .wheretobuy__grid-single {
        height: 120px; } }
    @media screen and (max-width: 700px) {
      .wheretobuy__grid-single {
        height: 90px; } }
  .wheretobuy__grid-img {
    max-width: 90%;
    max-height: 80%;
    display: block;
    object-fit: contain;
    object-position: center; }
    @media screen and (max-width: 700px) {
      .wheretobuy__grid-img {
        max-width: 80%; } }

.distributor__title, .findus__title {
  font-size: 1.875rem;
  text-transform: none;
  text-align: center;
  margin-bottom: 1em; }
  @media screen and (max-width: 1400px) {
    .distributor__title, .findus__title {
      font-size: 1.5rem; } }
  @media screen and (max-width: 800px) {
    .distributor__title, .findus__title {
      font-size: 1.28rem; } }

.findus__title {
  margin-top: 2em;
  margin-bottom: 2em; }

.findus__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .findus__row-single {
    flex-basis: 24%; }
    @media screen and (max-width: 1500px) {
      .findus__row-single {
        flex-basis: 48%;
        margin-bottom: 1.5em; } }
    @media screen and (max-width: 1300px) {
      .findus__row-single {
        flex-basis: 100%; } }
    @media screen and (max-width: 900px) {
      .findus__row-single {
        flex-basis: 48%; } }
    @media screen and (max-width: 650px) {
      .findus__row-single {
        flex-basis: 100%; } }

.findus__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-template-rows: auto;
  grid-gap: 0.5em;
  margin-top: 2em; }
  @media screen and (max-width: 900px) {
    .findus__grid {
      grid-row-gap: 3em; } }

.findus__single {
  position: relative;
  background-color: #f7f7f7;
  color: #7c7c7c;
  padding: 2em;
  transition: background-color .3s ease, color .3s ease;
  display: flex;
  flex-direction: column; }
  .findus__single:hover .findus__single-more, .findus__single:focus .findus__single-more {
    opacity: 1;
    transform: translateY(0); }
  .findus__single-title {
    font-size: 1rem;
    margin-bottom: .3em;
    backdrop-filter: brightness(0.6);
    color: white;
    padding: 5px;
    transition: backdrop-filter .3s ease; }
    .findus__single-city {
      backdrop-filter: brightness(0.6);
      color: white;
      padding: 5px;
      transition: backdrop-filter .3s ease; }
    .findus__single-title:hover, .findus__single-title:focus {
      backdrop-filter: brightness(0); }
  .findus__single-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .findus__single-more {
    position: absolute;
    right: 2em;
    bottom: -20px;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .3s ease, transform .3s ease; }
    @media screen and (max-width: 900px) {
      .findus__single-more {
        opacity: 1;
        transform: translateY(0);
        bottom: -7px; } }

.wheretobuySingle {
  padding-top: 3em; }
  @media screen and (max-width: 1200px) {
    .wheretobuySingle {
      padding-top: 2em; } }
  .wheretobuySingle__title {
    margin: .3em 0 .5em;
    line-height: 1.3em; }
    @media screen and (max-width: 900px) {
      .wheretobuySingle__title {
        font-size: 2.14rem; } }
  .wheretobuySingle__attributes {
    list-style: none; }
    .wheretobuySingle__attributes-single {
      margin-bottom: .5em; }
      .wheretobuySingle__attributes-single:last-child {
        margin-bottom: 0; }
    .wheretobuySingle__attributes-title {
      color: #000000; }
    .wheretobuySingle__attributes-url {
      color: #7c7c7c; }
  .wheretobuySingle__map {
    margin-top: 3em; }

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

.distributor__title, .findus__title2 {
  font-size: 1.875rem;
  text-transform: none;
  text-align: center;
  margin-bottom: 1em; }
  @media screen and (max-width: 1400px) {
    .distributor__title, .findus__title2{
      font-size: 1.5rem; } }
  @media screen and (max-width: 800px) {
    .distributor__title, .findus__title2 {
      font-size: 1.28rem; } }

.findus__title2 {
  padding-top: 2em;
  margin-bottom: 2em; 
  text-align: center;
  
}
.findus_single{
  
  background-position: center; 
  background-size: cover;
  background-repeat: no-repeat;
}
.wheretobuy-scroll__wrapper {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

.wheretobuy-single {
  flex: 0 0 auto;
  width: 300px;
  scroll-snap-align: start;
}

.wheretobuy-single__image img {
  Width:300px;
  height: 400px;
  object-fit: cover;
}

.wheretobuy-single__address {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.wheretobuy-single__btn {
  display: inline-block;
  background: black;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
.wheretobuy-scroll {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wheretobuy-scroll__wrapper {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  scroll-behavior: smooth;
}

.wheretobuy-single {
  flex: 0 0 auto;
  width: 300px;
  scroll-snap-align: start;
}

.scroll-arrow {
  background: black;
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  z-index: 10;
  transition: background 0.3s;
  line-height: 1;
}

.scroll-arrow:hover {
  background: #333;
}

#sales-map{
  z-index: 1;
}