@charset "UTF-8";
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@-webkit-keyframes pagination-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pagination-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*******************************************/
/****** GLOBAL SETTINGS AND CLASSES *******/
/******************************************/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.7;
  background-color: #121519;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul > li,
ol > li {
  list-style-type: none;
}

address, address * {
  font-style: initial;
}

h1, .fake-h1 {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2, .fake-h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.h2-sm {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.h4-sm {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
}

h6 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  outline: 1px solid #E52F0B;
}
a:hover {
  color: #E52F0B;
  outline: none;
}

.primary-bg {
  background-color: #E52F0B;
}
.primary-bg a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.primary-bg a:focus {
  outline: 1px solid #ffffff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fafafa;
}

::-webkit-scrollbar-thumb {
  background: #E52F0B;
}

::-webkit-scrollbar-thumb:hover {
  background: #f66346;
}

table th, table td {
  text-align: center;
  padding: 20px;
  border: 1px solid #ffffff;
}

/******** WYSIWYG editor ********/
.wp-editor strong {
  font-weight: 700;
}
.wp-editor p, .wp-editor div, .wp-editor ul, .wp-editor ol, .wp-editor h4, .wp-editor h5, .wp-editor h6, .wp-editor iframe {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wp-editor p:first-child, .wp-editor div:first-child, .wp-editor ul:first-child, .wp-editor ol:first-child, .wp-editor h4:first-child, .wp-editor h5:first-child, .wp-editor h6:first-child, .wp-editor iframe:first-child {
  margin-top: 0;
}
.wp-editor p:last-child, .wp-editor div:last-child, .wp-editor ul:last-child, .wp-editor ol:last-child, .wp-editor h4:last-child, .wp-editor h5:last-child, .wp-editor h6:last-child, .wp-editor iframe:last-child {
  margin-bottom: 0;
}
.wp-editor h1, .wp-editor h2, .wp-editor h3 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.wp-editor h1:first-child, .wp-editor h2:first-child, .wp-editor h3:first-child {
  margin-top: 0;
}
.wp-editor h1:last-child, .wp-editor h2:last-child, .wp-editor h3:last-child {
  margin-bottom: 0;
}
.wp-editor ul > li,
.wp-editor ol > li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-editor ul > li:first-child,
.wp-editor ol > li:first-child {
  margin-top: 0;
}
.wp-editor ul > li:last-child,
.wp-editor ol > li:last-child {
  margin-bottom: 0;
}
.wp-editor--sm ul > li,
.wp-editor--sm ol > li {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-editor ul > li {
  position: relative;
  padding-left: 1.5em;
}
.wp-editor ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: #E52F0B;
}
.wp-editor ol {
  counter-reset: li;
}
.wp-editor ol > li {
  counter-increment: li;
}
.wp-editor ol > li:before {
  content: counters(li, ".", decimal-leading-zero);
  color: #E52F0B;
  margin-right: 2.5em;
  font-size: 1.4rem;
}
.wp-editor iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.wp-editor blockquote {
  padding-left: 1em;
  font-style: italic;
  border-left: 3px solid #E52F0B;
}
.wp-editor img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.wp-editor img.emoji {
  width: 1em;
  height: 1em;
}
.wp-editor img.alignright,
.wp-editor div.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.wp-editor img.alignleft,
.wp-editor div.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.wp-editor img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-editor .alignright {
  float: right;
}
.wp-editor .alignleft {
  float: left;
}
.wp-editor .aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-editor .wp-caption-text {
  font-size: 1.3rem;
}

/********** Containers ************/
.cont-x,
.cont-x--exlg,
.cont-x--md,
.cont-x--sm,
.cont-x--exsm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.cont-x {
  max-width: 1700px;
}

.cont-x--exlg {
  max-width: 1900px;
}

.cont-x--md {
  max-width: 1460px;
}

.cont-x--sm {
  max-width: 1400px;
}

.cont-x--exsm {
  max-width: 1150px;
}

.cont-y {
  padding-top: 8.5vw;
  padding-bottom: 8.5vw;
}

/********************************/
/************ Grids ***********/
/********************************/
.grid-col-2,
.grid-col-3,
.grid-col-3-sm,
.grid-col-4--eq,
.grid-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.grid-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-centered > .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* col2 */
.grid-col-2 > .grid-item {
  width: 50%;
  margin-top: 60px;
}
.grid-col-2 > .grid-item:nth-of-type(1), .grid-col-2 > .grid-item:nth-of-type(2) {
  margin-top: 0;
}
.grid-col-2 > .grid-item:nth-of-type(odd) {
  padding: 0 30px 0 0;
}
.grid-col-2 > .grid-item:nth-of-type(even) {
  padding: 0 0 0 30px;
}

/* col3 */
.grid-col-3 > .grid-item {
  width: 33.33%;
  margin-top: 60px;
}
.grid-col-3 > .grid-item:nth-of-type(1), .grid-col-3 > .grid-item:nth-of-type(2), .grid-col-3 > .grid-item:nth-of-type(3) {
  margin-top: 0;
}
.grid-col-3 > .grid-item:nth-of-type(3n+1) {
  padding: 0 10.6666666667px 0 0;
}
.grid-col-3 > .grid-item:nth-of-type(3n+2) {
  padding: 0 5.3333333333px;
}
.grid-col-3 > .grid-item:nth-of-type(3n) {
  padding: 0 0 0 10.6666666667px;
}

/* col4 */
.grid-col-4 > .grid-item {
  width: 25%;
  margin-top: 60px;
}
.grid-col-4 > .grid-item:nth-of-type(1), .grid-col-4 > .grid-item:nth-of-type(2), .grid-col-4 > .grid-item:nth-of-type(3), .grid-col-4 > .grid-item:nth-of-type(4) {
  margin-top: 0;
}
.grid-col-4 > .grid-item:nth-of-type(4n + 1) {
  padding: 0 12px 0 0;
}
.grid-col-4 > .grid-item:nth-of-type(4n + 2) {
  padding: 0 8px 0 4px;
}
.grid-col-4 > .grid-item:nth-of-type(4n + 3) {
  padding: 0 4px 0 8px;
}
.grid-col-4 > .grid-item:nth-of-type(4n) {
  padding: 0 0 0 12px;
}

/* col4 equal gaps */
.grid-col-4--eq > .grid-item {
  width: 25%;
  margin-top: 32px;
}
.grid-col-4--eq > .grid-item:nth-of-type(1), .grid-col-4--eq > .grid-item:nth-of-type(2), .grid-col-4--eq > .grid-item:nth-of-type(3), .grid-col-4--eq > .grid-item:nth-of-type(4) {
  margin-top: 0;
}
.grid-col-4--eq > .grid-item:nth-of-type(4n + 1) {
  padding: 0 24px 0 0;
}
.grid-col-4--eq > .grid-item:nth-of-type(4n + 2) {
  padding: 0 16px 0 8px;
}
.grid-col-4--eq > .grid-item:nth-of-type(4n + 3) {
  padding: 0 8px 0 16px;
}
.grid-col-4--eq > .grid-item:nth-of-type(4n) {
  padding: 0 0 0 24px;
}

/**********************************/
/************ LAZY LOAD ***********/
/**********************************/
.lazy-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
.lazy-img-src {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.lazy-img--bg > .lazy-img-src {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.lazy-img--img > .lazy-img-src {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.lazy-img-src--loaded {
  opacity: 1;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-placeholder--no-size {
  width: 350px;
  height: 200px;
}
.photo-placeholder__icon {
  width: 40px;
  height: 40px;
}

/**************************/
/******** LOADER **********/
/*************************/
.nloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.nloader--hidden {
  opacity: 0;
}
.nloader--removed {
  display: none !important;
}
.nloader__icon {
  width: 60px;
  height: 60px;
}

.slider-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
}
.slider-loader--shrinked {
  height: 0;
}
.slider-loader .nloader__icon {
  width: 120px;
  height: 120px;
}

/**************************/
/******** BUTTONS *******/
/*************************/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 20px 35px;
  border-radius: 64px;
}
.btn.invalid {
  opacity: 0.5;
  pointer-events: none;
}
.btn__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.btn--primary {
  background-color: #E52F0B;
}
.btn--primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: inherit;
  background-color: #ff2a00;
}
.btn--primary:hover:before, .btn--primary:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.btn--secondary {
  background-color: #121519;
}
.btn--secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: inherit;
  background-color: #3F4650;
}
.btn--secondary:hover:before, .btn--secondary:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.btn--grey {
  background-color: #858FA4;
}
.btn--grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: inherit;
  background-color: #3F4650;
}
.btn--grey:hover:before, .btn--grey:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.btn--dotted {
  background-color: rgba(255, 255, 255, 0);
  border: 2px dashed #ffffff;
}
.btn--dotted:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: inherit;
  background-color: #ff2a00;
}
.btn--dotted:hover, .btn--dotted:focus {
  border: 2px dashed rgba(255, 255, 255, 0);
}
.btn--dotted:hover:before, .btn--dotted:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.btn--pin {
  padding: 20px 25px 20px 0;
}
.btn--pin:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 100%;
  background-color: #ffffff;
  width: 0.7em;
  height: 0.7em;
}
.btn--pin .btn__title {
  font-weight: 400;
}
.btn--transp {
  background-color: rgba(255, 255, 255, 0);
}
.btn--transp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: inherit;
  background-color: #ff683f;
}
.btn--transp:hover:before, .btn--transp:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/**************************/
/******** FANCYBOX *******/
/*************************/
.fancybox-infobar span {
  color: #ffffff !important;
}

/*********************************/
/******** SWIPER COMMON *********/
/*******************************/
.slider-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.slider-pag__bullet {
  cursor: pointer;
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  margin-bottom: 10px;
}
.slider-pag__bullet:not(:last-child) {
  margin-right: 20px;
}
.slider-pag__title {
  font-size: 1.4rem;
  opacity: 0.5;
}
.slider-pag__bullet--active .slider-pag__title {
  opacity: 1;
}
.slider-pag__line {
  position: relative;
  overflow: hidden;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-pag__line:not(:first-child) {
  margin-top: 5px;
}
.slider-pag__line:after {
  content: "";
  background-color: #E52F0B;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.slider-pag__bullet--active .slider-pag__line:after {
  -webkit-animation: pagination-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: pagination-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.slider-pag-def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.slider-pag-def .swiper-pagination-bullet {
  padding: 30px;
  opacity: 1;
  border: none;
  background: rgba(255, 255, 255, 0);
  width: initial;
  height: initial;
}
.slider-pag-def .swiper-pagination-bullet > span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 2px;
  width: 136px;
  background-color: rgba(255, 255, 255, 0.25);
}
.slider-pag-def .swiper-pagination-bullet > span:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.slider-pag-def .swiper-pagination-bullet-active > span:after {
  -webkit-animation: pagination-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: pagination-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

/**************************************/
/******** TOGGLE HIDDEN ITEMS ********/
/************************************/
.toggled-list__item {
  display: none;
}
.toggled-list--show .toggled-list__item {
  display: initial;
}
.toggled-list__btn-label-show {
  display: initial;
}
.toggled-list__btn-label-hide {
  display: none;
}
.toggled-list--show .toggled-list__btn-label-show {
  display: none;
}
.toggled-list--show .toggled-list__btn-label-hide {
  display: initial;
}

/**************************************/
/******** SELECTS & SELECTRIC ********/
/************************************/
.select--selectric {
  border: none;
  border-bottom: 1px solid #E52F0B;
  padding: 0 0 15px 0;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}

.selectric {
  background: #121519;
  border: none;
  border-bottom: 1px solid #E52F0B;
}
.selectric .label {
  font-size: 1.8rem;
  color: #ffffff;
  margin: 0 50px 0 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectric .button {
  background-color: #121519;
  height: 100%;
  width: 50px;
}
.selectric .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121519;
  background: url("/wp-content/themes/blank/assets/img/arrow-expand-select.svg") no-repeat right;
}
.selectric .button:after {
  content: none;
}
.selectric-items {
  background: #3F4650;
}
.selectric-items li {
  color: #ffffff !important;
  font-size: 1.8rem;
}
.selectric-items li:hover,
.selectric-items li.highlighted,
.selectric-items li.selected {
  background: #E52F0B;
}

.projects-select {
  margin-bottom: 80px;
}
.projects-select label {
  display: block;
}
.projects-select .selectric-wrapper {
  max-width: 420px;
}

/************************************/
/************ SCROLL DOWN ***********/
/**********************************/
.scroll-down {
  position: absolute;
  cursor: pointer;
}
.scroll-down svg {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-down:hover svg {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/***********************************/
/*********** MOVIE (MP4) ***********/
/***********************************/
.lazy-movie {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lazy-movie video {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.lazy-movie--loaded video {
  opacity: 1;
}
.lazy-movie__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}

.movie-controls {
  position: absolute;
  z-index: 3;
  width: 80%;
  left: 10%;
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie-controls__btn {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.movie-controls__btn-icon-play, .movie-controls__btn-icon-pause {
  width: auto;
  height: auto;
  max-width: 100%;
}
.movie-controls__btn-icon-pause {
  display: none;
}
.movie-controls__btn--playing .movie-controls__btn-icon-play {
  display: none;
}
.movie-controls__btn--playing .movie-controls__btn-icon-pause {
  display: block;
}
.movie-controls__bar {
  width: calc(100% - 100px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.movie-controls__bar-progress {
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 3px;
  background-color: #E52F0B;
}

/************************************************/
/*************** DEFAULT LOOP ******************/
/***********************************************/
.loop-default.cont-x,
.loop-default .sec__inner.cont-x {
  max-width: 1460px;
}

.post-box {
  display: block;
  height: 583px;
  position: relative;
  background-color: #3F4650;
  overflow: hidden;
}
.post-box > .lazy-img, .post-box > .photo-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}
.post-box > .lazy-img {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.post-box:hover > .lazy-img, .post-box:focus > .lazy-img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.post-box:focus {
  outline: none;
}
.post-box__overlay {
  position: relative;
  height: 100%;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
.post-box__cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-box__meta {
  font-weight: 400;
  text-transform: uppercase;
}
.post-box__meta, .post-box__title {
  color: #ffffff !important;
}

/************************************************/
/*************** PAGINATION ********************/
/***********************************************/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 80px;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  font-size: 1.4rem;
  color: #858FA4;
}
.pagination .page-numbers > span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #858FA4;
}
.pagination .page-numbers.current {
  color: #E52F0B;
}
.pagination .page-numbers.current > span {
  background-color: #E52F0B;
}
.pagination .prev, .pagination .next {
  width: 64px;
  height: 20px;
  position: relative;
  top: 5px;
}
.pagination .prev {
  margin-right: 30px;
  background: url("/wp-content/themes/blank/assets/img/pag-arrow-prev.svg") no-repeat center;
}
.pagination .next {
  margin-left: 30px;
  background: url("/wp-content/themes/blank/assets/img/pag-arrow-next.svg") no-repeat center;
}

/***************************************/
/************ COOKIE NOTICE ***********/
/**************************************/
.cookie-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 7px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.cookie-notice--visible {
  bottom: 0;
}
.cookie-notice--displayed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie-notice__text {
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
  margin-right: 25px;
  text-align: center;
}
.cookie-notice__bttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.cookie-notice__btn {
  padding: 5px 10px;
  background-color: #E52F0B;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}
.cookie-notice__btn:not(:last-child) {
  margin-right: 5px;
}
.cookie-notice__btn:hover, .cookie-notice__btn:focus {
  background-color: #f54f2e;
  color: #ffffff;
}

/********************************/
/*********** LISTING ***********/
/******************************/
.listing {
  font-size: 1.6rem;
}
.listing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing__row:not(:last-child) {
  margin-bottom: 10px;
}
.listing__row-key {
  color: #858FA4;
}
.listing__row-val {
  text-align: right;
  margin-left: 20px;
}
.listing--summary .listing__row:not(:last-child) {
  margin-bottom: 20px;
}
.listing--summary .listing__row-val {
  text-align: initial;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
}

/**************************************/
/*********** BOOKLY PLUGIN ***********/
/************************************/
.booking > .bookly-form * {
  font-size: 1.8rem;
}
.booking > .bookly-form img[alt="Loading..."] {
  content: url("/wp-content/themes/blank/assets/img/spinner.png");
  width: auto;
  height: auto;
  max-width: 60px;
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}
.booking > .bookly-form label,
.booking > .bookly-form .bookly-form-group > label {
  font-size: 1.6rem !important;
  color: #858FA4 !important;
}
.booking > .bookly-form select {
  color: #858FA4;
  background-color: rgba(255, 255, 255, 0);
  border: none !important;
  border-bottom: 1px solid #E52F0B !important;
  border-radius: 0 !important;
  cursor: pointer;
}
.booking > .bookly-form input[type=text],
.booking > .bookly-form input[type=number],
.booking > .bookly-form input[type=password],
.booking > .bookly-form textarea {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  border-bottom: 1px solid #E52F0B !important;
  border-radius: 0 !important;
  font-size: 1.6rem !important;
}
.booking > .bookly-form .intl-tel-input .country-list {
  background-color: #21272F !important;
}
.booking > .bookly-form .intl-tel-input .country-list * {
  color: #ffffff !important;
}
.booking > .bookly-form .bookly-progress-tracker .step {
  background-color: #3F4650;
  height: 2px;
}
.booking > .bookly-form .bookly-progress-tracker > div {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.booking > .bookly-form .bookly-progress-tracker > div.active {
  color: #ff2a00;
}
.booking > .bookly-form .bookly-columnizer .bookly-day, .booking > .bookly-form .bookly-columnizer .bookly-hour {
  border: none !important;
  margin: 15px 0 !important;
  border-radius: 5px !important;
}
.booking > .bookly-form .bookly-columnizer .bookly-hour {
  background-color: #3F4650 !important;
}
.booking > .bookly-form .bookly-columnizer .bookly-hour span {
  color: #ffffff !important;
  font-size: 1.4rem !important;
}
.booking > .bookly-form .bookly-columnizer .bookly-hour i {
  display: none !important;
}
.booking > .bookly-form .bookly-nav-steps {
  border-top: 1px solid #3F4650 !important;
}
.booking > .bookly-form .bookly-btn {
  padding: 20px 35px !important;
  border-radius: 64px !important;
}
.booking > .bookly-form .bookly-btn:hover, .booking > .bookly-form .bookly-btn:focus {
  background-color: #ff2a00 !important;
}
.booking > .bookly-form .bookly-btn, .booking > .bookly-form .bookly-btn > span {
  font-size: 1.4rem !important;
  letter-spacing: 0.05em;
}
.booking > .bookly-form .bookly-time-prev,
.booking > .bookly-form .bookly-time-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booking--staff-hidden .bookly-form-group[data-type=staff] {
  display: none !important;
}

.booking--category-hidden .bookly-form-group[data-type=category] {
  display: none !important;
}
.booking--category-hidden .bookly-form-group[data-type=service] > div {
  max-width: 600px;
}

.booking--time-range-hidden .bookly-service-step .bookly-available-date,
.booking--time-range-hidden .bookly-service-step .bookly-week-days,
.booking--time-range-hidden .bookly-service-step .bookly-time-range {
  display: none !important;
}

/*********************************************/
/*********** FOOTER CERTS. SLIDER ***********/
/*******************************************/
.cefoot-slider {
  overflow: hidden;
  height: 80px;
  cursor: -webkit-grab;
  cursor: grab;
}
.cefoot-slider__slide {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cefoot-slider__slide-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cefoot-slider__slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************/
/*********** SITE FOOTER ***********/
/***********************************/
.sfoot__top {
  position: relative;
  padding: 80px 0 60px 0;
}
.sfoot__top-waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sfoot__top-waves .lazy-img-src {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.sfoot--certs .sfoot__top:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #121519;
}
.sfoot__cols {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.sfoot__col-title {
  text-transform: uppercase;
  margin-bottom: 60px;
}
.sfoot__contacts:not(:only-child) {
  width: 50%;
  padding-right: 90px;
}
.sfoot .pr-contacts {
  max-width: 500px;
}
.sfoot .pr-contacts__name:not(:last-child) {
  margin-bottom: 20px;
}
.sfoot .pr-contacts p {
  font-size: 1.6rem;
}
.sfoot__certs:not(:only-child) {
  width: 50%;
  padding-left: 90px;
}
.sfoot__btm {
  padding: 60px 0 50px 0;
  background-color: #000;
  font-size: 1.4rem;
  color: #3F4650;
}
.sfoot__btm-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sfoot__btm a:hover {
  color: #3F4650;
}

/**************************************/
/************ NAVBAR ****************/
/*************************************/
.navbar {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.navbar:before {
  content: "";
  background-color: #121519;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.navbar--black {
  background-color: #121519;
}
.navbar--black:before {
  content: none;
}
.navbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.navbar .primary-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.navbar .primary-logo > img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 80px;
  -webkit-transition: inherit;
  transition: inherit;
}
.navbar__left, .navbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__left > *:not(:first-child) {
  margin-left: 40px;
}
.navbar__right > *:not(:first-child) {
  margin-left: 20px;
}
.navbar .nav-btn {
  right: 5vw;
}
.navbar__shop-icon {
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__shop-icon svg {
  position: relative;
  width: auto;
  height: auto;
  max-width: 80%;
}
.navbar__shop-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #E52F0B;
}
.navbar__shop-icon:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.navbar--shrinked:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar--shrinked .navbar__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*******************************/
/************ HERO ************/
/*****************************/
.hero {
  height: 100vh;
  min-height: 700px;
  position: relative;
}
.hero__swiper {
  height: 100%;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.hero__slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__slide .nloader__icon {
  width: 120px;
  height: 120px;
}
.hero__slide-overlay {
  height: 100%;
  padding-top: 150px;
  padding-bottom: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 21, 25, 0.8)), color-stop(rgba(18, 21, 25, 0.2)), color-stop(rgba(18, 21, 25, 0)), color-stop(rgba(18, 21, 25, 0)), to(rgba(18, 21, 25, 0)));
  background-image: linear-gradient(rgba(18, 21, 25, 0.8), rgba(18, 21, 25, 0.2), rgba(18, 21, 25, 0), rgba(18, 21, 25, 0), rgba(18, 21, 25, 0));
}
.hero__slide-cont {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero__slide-btn {
  display: inline-block;
  max-width: 1000px;
  color: #ffffff !important;
  position: relative;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 1s;
  transition: transform 1.5s, opacity 1s, -webkit-transform 1.5s;
}
.hero__slide-btn-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__slide-btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #E52F0B;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hero__slide-btn-circle:not(:first-child) {
  margin-left: 20px;
}
.hero__slide-btn-circle > svg {
  width: auto;
  height: auto;
  max-width: 80%;
}
.hero__slide-btn:hover .hero__slide-btn-circle {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  background-color: #ff2a00;
}
.hero .swiper-slide-active .hero__slide-btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.hero .scroll-down {
  right: 25px;
  bottom: 0;
}
.hero__sub {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 0;
}

/**************************************/
/************ HEADER BANNER ************/
/*************************************/
.h-banner {
  position: relative;
  min-height: 511px;
}
.h-banner--low {
  min-height: 420px;
}
.h-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h-banner__overlay {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 160px;
  padding-bottom: 120px;
}
.h-banner--bg .h-banner__overlay {
  background-color: rgba(0, 0, 0, 0.25);
}
.h-banner--low .h-banner__overlay {
  padding-bottom: 0;
}
.h-banner__cont {
  position: relative;
  width: 100%;
}
.h-banner__title {
  max-width: 1100px;
  margin-right: 200px;
}
.h-banner .scroll-down {
  right: 0;
  bottom: -50px;
}

.custom-crumbs {
  font-size: 1.4rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 15px;
}
.custom-crumbs__div {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 0.7em;
  position: relative;
  top: -0.1em;
}

/*******************************/
/********** BURGER ************/
/******************************/
.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
}
.burger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #E52F0B;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.burger:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.burger__bar {
  position: relative;
  width: 25px;
  height: 2.5px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.burger__bar:before, .burger__bar:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.burger__bar:before {
  top: -8px;
}
.burger__bar:after {
  top: 8px;
}
.burger--active .burger__bar {
  background: transparent;
}
.burger--active .burger__bar:before, .burger--active .burger__bar:after {
  top: 0;
}
.burger--active .burger__bar:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger--active .burger__bar:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/***********************************/
/********** MOBILE MENU ************/
/**********************************/
body.mobile-menu-opened {
  overflow-y: hidden;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0, 1);
  z-index: 90;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #121519;
}
.mobile-menu--visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: 0 15%;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.mobile-menu__cont {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu__col-nav, .mobile-menu__col-side {
  width: 50%;
  height: 100%;
}
.mobile-menu__col-nav {
  padding: 150px 100px 50px 140px;
}
.mobile-menu__col-nav-scroll {
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__nav {
  font-weight: 700;
  color: #858FA4;
}
.mobile-menu__nav:not(:last-child) {
  margin-bottom: 20px;
}
.mobile-menu__nav .mobile-menu-expander {
  display: none;
  position: relative;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: -0.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile-menu__nav .mobile-menu-expander path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile-menu__nav > li:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-menu__nav > li > a {
  font-size: 4rem;
  line-height: 1;
}
.mobile-menu__nav > li.menu-item-has-children > a {
  margin-right: 0.2em;
  outline: none;
}
.mobile-menu__nav > li.menu-item-has-children > .mobile-menu-expander {
  display: inline-block;
}
.mobile-menu__nav > li.menu-item-has-children:hover > .mobile-menu-expander path {
  stroke: #E52F0B;
}
.mobile-menu__nav > li.menu-item-has-children.expanded > a {
  color: #E52F0B;
}
.mobile-menu__nav > li.menu-item-has-children.expanded > .mobile-menu-expander {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-menu__nav > li.menu-item-has-children.expanded > .mobile-menu-expander path, .mobile-menu__nav > li.menu-item-has-children.current-menu-item > .mobile-menu-expander path, .mobile-menu__nav > li.menu-item-has-children.current-menu-ancestor > .mobile-menu-expander path, .mobile-menu__nav > li.menu-item-has-children.current-page-ancestor > .mobile-menu-expander path {
  stroke: #E52F0B;
}
.mobile-menu__nav > li > .sub-menu {
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
  padding-left: 1em;
  font-size: 2.2rem;
}
.mobile-menu__nav > li > .sub-menu > li:first-child {
  margin-top: 15px;
}
.mobile-menu__nav > li.expanded > .sub-menu {
  max-height: 1000px;
}
.mobile-menu__nav li.current-menu-item > a,
.mobile-menu__nav li.current-menu-ancestor > a,
.mobile-menu__nav li.current-page-ancestor > a {
  color: #E52F0B;
}
.mobile-menu .nav-btn {
  display: none;
  background-color: #E52F0B;
  text-align: center;
}
.mobile-menu .search-form {
  display: none;
  width: 100%;
}
.mobile-menu__col-side {
  position: relative;
}
.mobile-menu__col-side-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% + (100vw - 1650px) / 2);
}
.mobile-menu__col-side-overlay {
  position: relative;
  height: 100%;
  padding: 150px 0 50px 100px;
  background-color: rgba(18, 21, 25, 0.7);
}
.mobile-menu__col-side-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((100vw - 1650px) / 2);
  background-color: rgba(18, 21, 25, 0.7);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mobile-menu__col-side-scroll {
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__col-side-cont {
  max-width: 600px;
}
.mobile-menu__col-side-cont > article h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
.mobile-menu__col-side-cont > article:not(:last-child) {
  margin-bottom: 20px;
}

body.shop-area .burger, body.shop-area .mobile-menu {
  display: none;
}
body.shop-area .navbar .primary-logo {
  margin-left: 0;
}

/*****************************/
/********* COMMON ***********/
/***************************/
.sec--secondary {
  background-color: #3F4650;
}
.sec--ytop-off {
  padding-top: 0 !important;
}
.sec--ybtm-off {
  padding-bottom: 0 !important;
}
.sec--has-waves {
  position: relative;
}
.sec__waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sec__waves .lazy-img-src {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.sec--waves-to-right .sec__waves .lazy-img-src {
  background-size: contain;
  background-position: bottom right;
}
.sec--waves-opacity .sec__waves {
  opacity: 0.5;
}
.sec--waves-70 .sec__waves .lazy-img-src {
  background-size: 70%;
}
.sec--has-waves .sec__inner {
  position: relative;
}
.sec.cont-y:first-child {
  padding-top: 4vw;
}
.sec--force-contxsm.cont-x,
.sec--force-contxsm .sec__inner.cont-x {
  max-width: 1400px;
}

.sec-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 80px auto;
}

.sec-footer {
  margin-top: 60px;
  text-align: center;
}

/*****************************************/
/********* ARTICLE IN COLUMNS ***********/
/***************************************/
.art-cols__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.art-cols__col {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  margin-top: 60px;
}
.art-cols__col--full {
  width: 100%;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}
.art-cols__col--full:first-child {
  margin-top: 0;
}
.art-cols__col .wp-editor:not(:last-child) {
  margin-bottom: 60px;
}

/******************************/
/********* COLUMNS ***********/
/****************************/
.cols__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.cols--reversed .cols__grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cols__col-text, .cols__col-img {
  width: calc(50% - 25px);
}
.cols__col-text {
  padding: 60px 0;
}
.cols__text:not(:last-child) {
  margin-bottom: 60px;
}
.cols__text ol {
  color: #858FA4;
}
.cols__col-img .lazy-img {
  text-align: right;
}
.cols__col-img:only-child .lazy-img {
  text-align: center;
}
.cols__col-img .lazy-img-src {
  max-height: 650px;
}
.cols--reversed .cols__col-img .lazy-img {
  text-align: left;
}

/*************************************/
/********* BANNER CLASSIC ***********/
/***********************************/
.banner-classic {
  text-align: center;
}
.banner-classic__body {
  position: relative;
}
.banner-classic__body > .lazy-img {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-classic--parallax .banner-classic__body > .lazy-img .lazy-img-src {
  background-attachment: fixed;
}
.banner-classic__overlay {
  position: relative;
  padding: 8.5vw 25px;
}
.banner-classic--dark .banner-classic__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-classic__title {
  max-width: 800px;
  margin: 0 auto;
}
.banner-classic__btn:not(:only-child) {
  margin-top: 60px;
}

/************************************/
/********* BANNER SLIDER ***********/
/**********************************/
.banner-sl {
  height: 100vh;
  min-height: 700px;
  position: relative;
}
.banner-sl__swiper {
  height: 100%;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.banner-sl__slide {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-sl__slide .nloader__icon {
  width: 120px;
  height: 120px;
}
.banner-sl__slide-overlay {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 21, 25, 0)), color-stop(rgba(18, 21, 25, 0)), color-stop(rgba(18, 21, 25, 0)), color-stop(rgba(18, 21, 25, 0.2)), to(rgba(18, 21, 25, 0.8)));
  background-image: linear-gradient(rgba(18, 21, 25, 0), rgba(18, 21, 25, 0), rgba(18, 21, 25, 0), rgba(18, 21, 25, 0.2), rgba(18, 21, 25, 0.8));
}
.banner-sl__slide-cont {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner-sl__slide-title {
  max-width: 1000px;
  position: relative;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 1s;
  transition: transform 1.5s, opacity 1s, -webkit-transform 1.5s;
}
.banner-sl .swiper-slide-active .banner-sl__slide-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.banner-sl__sub {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 0;
}

/*************************************/
/********* GALLERY SLIDER ***********/
/***********************************/
.gallery-sl__swiper {
  height: 35vw;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.gallery-sl__swiper:not(:last-child) {
  margin-bottom: 40px;
}
.gallery-sl__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*************************************/
/********* GALLERY GRID ***********/
/***********************************/
.gallery-grid__item {
  height: 21vw;
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery-grid__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: inherit;
}
.gallery-grid__overlay-icon {
  position: absolute;
  bottom: -100px;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.gallery-grid__item:hover .gallery-grid__overlay, .gallery-grid__item:focus .gallery-grid__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-grid__item:hover .gallery-grid__overlay-icon, .gallery-grid__item:focus .gallery-grid__overlay-icon {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.gallery-grid .sec-footer {
  margin-top: 80px;
}

/*********************************/
/********* CHESSBOARD ***********/
/*******************************/
.chess {
  position: relative;
  overflow: hidden;
}
.chess .sec__waves {
  opacity: 0.75;
}
.chess .sec__waves .lazy-img-src {
  background-size: 70%;
  background-position: -15% 20%;
}
.chess--reversed .sec__waves .lazy-img-src {
  background-position: 130% 20%;
}
.chess__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
}
.chess--reversed .chess__cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.chess__col-text {
  width: 58%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chess__col-text-inner {
  max-width: 600px;
  padding: 0 20px 0 0;
}
.chess--reversed .chess__col-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chess--reversed .chess__col-text-inner {
  padding: 0 0 0 20px;
}
.chess__bttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.chess__bttns-item {
  margin: 20px 20px 0 0;
}
.chess__col-img {
  width: 42%;
  height: auto;
  min-height: 400px;
  position: relative;
}
.chess__col-img > .lazy-img {
  position: absolute;
  left: 0;
  width: calc(100% + (100vw - 1650px) / 2);
}
.chess--reversed .chess__col-img > .lazy-img {
  right: 0;
  left: auto;
}
.chess--contx-md .chess__col-img > .lazy-img {
  width: calc(100% + (100vw - 1410px) / 2);
}
.chess__btn-img {
  position: absolute;
  top: 8.5vw;
  right: 25px;
}
.chess--reversed .chess__btn-img {
  left: 25px;
  right: auto;
}

/************************************/
/********* CERTS SLIDER ***********/
/**********************************/
.ce-slider {
  padding: 50px 0;
}
.ce-slider__title {
  text-align: center;
  margin-bottom: 60px;
}
.ce-slider__swiper {
  overflow: hidden;
  height: 100px;
  cursor: -webkit-grab;
  cursor: grab;
}
.ce-slider__slide {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ce-slider__slide-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ce-slider__slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**********************************/
/********* CERTS CHESS ***********/
/********************************/
.ce-chess__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ce-chess__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ce-chess__row:not(:last-child) {
  margin-bottom: 8.5vw;
}
.ce-chess__col-img, .ce-chess__col-text {
  width: 50%;
}
.ce-chess__col-img:only-child, .ce-chess__col-text:only-child {
  width: 100%;
}
.ce-chess__col-img {
  text-align: center;
}
.ce-chess__col-img:not(:only-child) {
  padding: 0 50px;
}
.ce-chess__col-img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*************************************/
/********* CALL TO ACTION ***********/
/***********************************/
.cta.sec--has-waves {
  background-color: rgba(255, 255, 255, 0);
}
.cta__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cta--align-center .cta__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__title {
  -ms-flex-preferred-size: 750px;
      flex-basis: 750px;
}
.cta__title:not(:only-child) {
  margin-right: 50px;
}

/******************************/
/********* REVIEWS ***********/
/****************************/
.reviews {
  position: relative;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.reviews__slider {
  position: relative;
}
.reviews__swiper {
  height: 368px;
}
.reviews__swiper:not(:last-child) {
  margin-bottom: 80px;
}
.reviews__slide {
  -ms-flex-preferred-size: 1086px;
      flex-basis: 1086px;
  height: 100%;
  text-align: center;
  color: #121519;
}
.reviews__slide-card {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #ffffff;
  height: 100%;
  border-radius: 8px;
  padding: 60px 20px 50px 40px;
}
.reviews__slide.swiper-slide-active .reviews__slide-card {
  opacity: 1;
}
.reviews__slide-scroll {
  height: 100%;
  padding-right: 20px;
  overflow-y: auto;
}
.reviews__slide-text {
  font-weight: 400;
}
.reviews__slide-sub {
  margin-top: 20px;
  font-size: 1.6rem;
}

/****************************/
/********* CONTACT *********/
/**************************/
.contact__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__col-text {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
}
.contact__col-text:not(:last-child) {
  margin-right: 50px;
}
.contact__text:not(:last-child) {
  margin-bottom: 45px;
}
.contact__text p {
  color: #858FA4;
}
.contact .pr-contacts {
  max-width: 500px;
}
.contact .pr-contacts__name:not(:last-child) {
  margin-bottom: 30px;
}
.contact .pr-contacts p {
  color: #858FA4;
}
.contact__col-form {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}
.contact__col-title {
  margin-bottom: 45px;
}

.pr-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pr-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pr-socials li {
  margin-right: 10px;
}
.pr-socials svg {
  height: 30px;
  fill: #f5f5f5;	
}

/****************************/
/********* ICONS ***********/
/**************************/
.icons__grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.icons__item:nth-child(3n+1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.icons__item:nth-child(3n+2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons__item:nth-child(3n) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.icons__item-cont {
  max-width: 420px;
}
.icons__item-name:not(:last-child) {
  margin-bottom: 40px;
}
.icons__item .lazy-img {
  height: auto;
}
.icons__item-sub:not(:first-child) {
  margin-top: 30px;
}

/********************************/
/********* ACCORDION ***********/
/******************************/
.acco__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.acco__rows {
  max-width: 600px;
}
.acco__rows:not(:only-child) {
  width: 48%;
  padding-right: 100px;
}
.acco__row {
  color: #858FA4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.acco__row--expanded {
  color: #ffffff;
}
.acco__row:not(:last-child) {
  margin-bottom: 40px;
}
.acco__row-header {
  cursor: pointer;
}
.acco__row-header-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E52F0B;
  margin-bottom: 10px;
}
.acco__row-header-index-dot {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  border-radius: 100%;
  background-color: #E52F0B;
}
.acco__row-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acco__row-header-title {
  max-width: 450px;
  margin-right: 50px;
}
.acco__row-header-expander {
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.acco__row-header-expander:before, .acco__row-header-expander:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.acco__row-header-expander:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.acco__row--expanded .acco__row-header-expander:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
}
.acco__row-content {
  max-height: 0;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
  overflow: hidden;
}
.acco__row-content-inner {
  padding-top: 40px;
}
.acco__row-content-inner p:not(:last-child) {
  margin-bottom: 20px;
}
.acco__row--expanded .acco__row-content {
  max-height: 1000px;
}
.acco__slider {
  width: 100%;
}
.acco__slider:not(:only-child) {
  width: 52%;
}
.acco__swiper {
  height: 35vw;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.acco__swiper:not(:last-child) {
  margin-bottom: 40px;
}
.acco__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/******************************/
/********* PROCESS ***********/
/****************************/
.process__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
}
.process__row:not(:last-child) {
  padding-bottom: 80px;
}
.process__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.process__row:before {
  content: "";
  height: 100%;
  width: 0;
  border-right: 2px dashed #ffffff;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
.process__row:last-child:before {
  content: none;
}
.process__row-index {
  width: 92px;
  height: 92px;
  border: 2px dashed #ffffff;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 46px);
  top: 0;
  padding: 20px;
  background-color: #3F4650;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6.4rem;
  color: #858FA4;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.process__row--active .process__row-index {
  color: #E52F0B;
  border: 2px dashed #E52F0B;
}
.process__col-text, .process__col-img {
  width: 50%;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.process__row--active .process__col-text, .process__row--active .process__col-img {
  opacity: 1;
}
.process__col-text {
  padding: 0 70px 0 0;
}
.process__row:nth-child(even) .process__col-text {
  padding: 0 0 0 70px;
}
.process__col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
}
.process__col-img img {
  width: auto;
  height: auto;
  max-width: 244px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
textarea {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #E52F0B;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 1px solid #E52F0B;
}

label {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #858FA4;
}

textarea {
  height: auto;
  resize: none;
  max-height: 120px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
}

input[type=checkbox] {
  cursor: pointer;
  display: inline-block !important;
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #E52F0B;
  margin-right: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 1em;
}
input[type=checkbox]:checked:before {
  content: "✓";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.wpcf7-form {
  max-width: 600px;
  font-size: 1.6rem;
  /* gdpr checkbox */
  /* submit */
  /* validation */
  /* turn off default text validation */
  /* text validation only on checkbox acceptance: */
}
.wpcf7-form > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.wpcf7-form > span:last-of-type {
  margin-bottom: 35px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=number],
.wpcf7-form textarea {
  display: block;
  width: 100%;
}
.wpcf7-form span.your-message {
  display: block;
  width: 100%;
}
.wpcf7-form .wpcf7-acceptance > .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance > .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 400;
}
.wpcf7-form .wpcf7-acceptance > .wpcf7-list-item > label a {
  color: #E52F0B;
  text-decoration: underline;
}
.wpcf7-form .wpcf7-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-form .wpcf7-submit {
  border: none;
  width: auto;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 25px 35px;
  border-radius: 64px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #E52F0B;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
  background-color: #ff2a00;
}
.wpcf7-form .wpcf7-selector-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.wpcf7-form .wpcf7-selector-nav > div {
  margin: 0 15px 15px 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #E52F0B;
}
.wpcf7-form .selectric-wrapper + .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7-form .wpcf7-acceptance + .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-checkbox + .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7-form .wpcf7-response-output {
  text-align: center;
  padding: 15px !important;
  margin: 20px 0 0 0 !important;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  border: none !important;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output {
  background-color: #E52F0B;
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #ffffff;
  color: #21272F;
}
.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form input[type=url].wpcf7-not-valid,
.wpcf7-form input[type=number].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-right: 5px solid #E52F0B;
}

.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  word-wrap: normal;
  border: none;
}
.screen-reader-response:active, .screen-reader-response:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  height: auto;
  width: auto;
  z-index: 100000;
  text-decoration: none;
}

.selector.loading {
  pointer-events: none;
}
.selector__main {
  position: relative;
  min-height: 300px;
}
.selector__main > .nloader {
  display: none;
  background-color: #121519;
}
.selector__main > .nloader .nloader__icon {
  width: 120px;
  height: 120px;
}
.selector.loading .selector__main > .nloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.selector__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 60px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.selector__nav > .btn {
  margin-bottom: 15px;
}
.selector__nav > .btn:not(:last-child) {
  margin-right: 15px;
}
.selector__validation {
  display: none;
  padding: 20px;
  background-color: #ff2a00;
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.selector.invalid .selector__validation {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.sel-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px auto;
  text-align: center;
}
.sel-progress__step {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  padding: 0 20px 10px 20px;
  position: relative;
}
.sel-progress__step-uptitle {
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sel-progress__step.active .sel-progress__step-uptitle {
  color: #ff2a00;
}
.sel-progress__step-title {
  color: #858FA4;
  font-size: 1.6rem;
}
.sel-progress__step-dot {
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #3F4650;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sel-progress__step.active .sel-progress__step-dot, .sel-progress__step.completed .sel-progress__step-dot {
  background-color: #ff2a00;
}
.sel-progress__step:before, .sel-progress__step:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 50%;
  border-top: 2px solid #3F4650;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sel-progress__step:before {
  left: 0;
}
.sel-progress__step:after {
  right: 0;
}
.sel-progress__step:first-child:before {
  content: none;
}
.sel-progress__step:last-child:after {
  content: none;
}
.sel-progress__step.active:before {
  border-top: 2px solid #ff2a00;
}
.sel-progress__step.completed:before, .sel-progress__step.completed:after {
  border-top: 2px solid #ff2a00;
}

.sel-cat {
  width: 100%;
  overflow: hidden;
}
.sel-cat__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.sel-cat__term {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  margin: 0 8px 200px 8px;
}
.sel-cat__term-box {
  position: relative;
  cursor: pointer;
  height: 260px;
  padding: 20px 20px 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed #3F4650;
  border-radius: 5px;
}
.sel-cat__term-box > img {
  width: auto;
  height: auto;
  max-width: 90%;
}
.sel-cat__term.selected .sel-cat__term-box {
  border: 1px solid #ff2a00;
}
.sel-cat__term-name {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  max-width: 140px;
  line-height: 1.2;
}
.sel-cat__term-desc {
  position: absolute;
  overflow-y: auto;
  left: 0;
  bottom: -5px;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 200px;
  width: 152%;
  padding: 30px 0 0 0;
  background-color: #121519;
}
.sel-cat__term-desc > h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.sel-cat__term-desc p {
  font-size: 1.6rem;
}
.sel-cat__term.selected .sel-cat__term-desc {
  pointer-events: initial;
  opacity: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.sel-cube {
  width: 940px;
  max-width: 100%;
  height: 495px;
  margin: 0 auto;
  position: relative;
  padding: 100px 170px 0 170px;
}
.sel-cube label {
  display: block;
  margin-bottom: 5px;
}
.sel-cube input::-webkit-outer-spin-button,
.sel-cube input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sel-cube input[type=number] {
  -moz-appearance: textfield;
  width: 100%;
  border: 1px solid #E52F0B;
  padding: 18px 10px;
  text-align: center;
}
.sel-cube__img {
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sel-cube__dim {
  position: absolute;
  width: 154px;
  max-width: 100%;
  text-align: center;
}
.sel-cube__dim:nth-child(1) {
  left: 0;
  bottom: 20%;
}
.sel-cube__dim:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.sel-cube__dim:nth-child(3) {
  right: 0;
  bottom: 20%;
}

.sel-quest__question:not(:last-child) {
  margin-bottom: 25px;
}
.sel-quest__label {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 700px;
  font-weight: 600;
  line-height: 1.2;
}
.sel-quest__label > svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 0.5em;
  margin-top: 0.15em;
}
.sel-quest__answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sel-quest__answer {
  font-size: 1.6rem;
  color: #858FA4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.sel-quest__answer:not(:last-child) {
  margin-bottom: 15px;
}
.sel-quest__answer-chk {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.8em;
  min-width: 1.8em;
  height: 1.8em;
  border-radius: 100%;
  border: 1px solid #ff2a00;
  margin-right: 1em;
}
.sel-quest__answer.selected .sel-quest__answer-chk:before {
  content: "✓";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.sel-var__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.sel-var__variant {
  width: 50%;
  margin-bottom: 16px;
}
.sel-var__variant:nth-child(odd) {
  padding-right: 8px;
}
.sel-var__variant:nth-child(even) {
  padding-left: 8px;
}
.sel-var__variant-box {
  cursor: pointer;
  height: 100%;
  border-radius: 5px;
  padding: 30px 30px 60px 30px;
}
.sel-var__variant--bronze .sel-var__variant-box {
  border: 1px dashed #5D4023;
}
.sel-var__variant--bronze.selected .sel-var__variant-box {
  border: 1px solid #5D4023;
}
.sel-var__variant--silver .sel-var__variant-box {
  border: 1px dashed #A5ADAD;
}
.sel-var__variant--silver.selected .sel-var__variant-box {
  border: 1px solid #A5ADAD;
}
.sel-var__variant--gold .sel-var__variant-box {
  border: 1px dashed #D5C154;
}
.sel-var__variant--gold.selected .sel-var__variant-box {
  border: 1px solid #D5C154;
}
.sel-var__variant--platinum .sel-var__variant-box {
  border: 1px dashed #667995;
}
.sel-var__variant--platinum.selected .sel-var__variant-box {
  border: 1px solid #667995;
}
.sel-var__variant-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.sel-var__variant-title:not(:last-child) {
  margin-bottom: 60px;
}
.sel-var__variant-desc {
  font-size: 1.6rem;
}
.sel-var__variant-desc:not(:last-child) {
  margin-bottom: 25px;
}
.sel-var__variant-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sel-var__variant-meta-col {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
}
.sel-var__variant-meta-col:not(:last-child) {
  margin-right: 50px;
}
.sel-var__variant-meta-title {
  font-size: 1.6rem;
  color: #858FA4;
}
.sel-var__variant-meta-val {
  font-size: 1.4rem;
}
.sel-var__variant-desc, .sel-var__variant-meta {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sel-var__variant.selected .sel-var__variant-desc, .sel-var__variant.selected .sel-var__variant-meta {
  opacity: 1;
}
.sel-var__empty-bttns {
  margin-top: 40px;
}
.sel-var__empty-bttns > li {
  display: block;
  text-align: center;
}
.sel-var__empty-bttns > li:not(:last-child) {
  margin-bottom: 20px;
}

.sel-summary {
  max-width: 700px;
  margin: 0 auto;
}
.sel-summary__listing-block:not(:last-child) {
  margin-bottom: 30px;
}
.sel-summary__listing-block-title {
  margin-bottom: 30px;
}
.sel-summary__form-title {
  margin-bottom: 30px;
}
.sel-summary__form .wpcf7-form {
  max-width: initial;
}

.selector--from-mail .sel-summary__form {
  display: none;
}

div#selector-ajax-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sel-quest {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*****************************************/
/******** ADD TO CART CONTROLLER *********/
/***************************************/
.add-to-cart-controller--off {
  cursor: not-allowed;
}
.add-to-cart-controller__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-to-cart-controller--off .add-to-cart-controller__main {
  pointer-events: none;
}
.add-to-cart-controller--off .add-to-cart-controller__btn {
  background-color: #858FA4;
}
.add-to-cart-controller .prod-qty-controller {
  margin-top: 10px;
}
.add-to-cart-controller__loader {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 100%;
}
.add-to-cart-controller__loader .nloader {
  width: 30px;
  height: 30px;
  position: static;
  margin-left: 20px;
}
.add-to-cart-controller__loader .nloader__icon {
  width: 100%;
  height: 100%;
}
.add-to-cart-controller.loading .add-to-cart-controller__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-to-cart-controller__notice {
  display: none;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.add-to-cart-controller__notice.success {
  background: #E52F0B;
}
.add-to-cart-controller__notice.success:hover {
  background: #ff2a00;
}
.add-to-cart-controller__notice.error {
  background: #858FA4;
  pointer-events: none;
}
.add-to-cart-controller.notice-on .add-to-cart-controller__notice {
  display: block;
}

.prod-qty-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prod-qty-controller-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #E52F0B;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.prod-qty-controller-btn:hover {
  background: #ff2a00;
}
.prod-qty-controller > .quantity > input.qty {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E52F0B;
  font-weight: 400;
}
.prod-qty-controller input::-webkit-outer-spin-button,
.prod-qty-controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.prod-qty-controller input[type=number] {
  -moz-appearance: textfield;
}

/***********************************/
/******** PRODUCT PRICE ************/
/**********************************/
.prod-price {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.prod-price__current {
  color: #E52F0B;
}
.prod-price__old {
  margin-left: 1em;
  color: #858FA4;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-size: 0.7em;
}

/****************************************/
/******** SHOP PRIMARY MENU ************/
/**************************************/
.shop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
}
.shop-menu li {
  margin: 0 25px;
}
.shop-menu a {
  display: inline-block;
  padding: 15px 0;
}
.shop-menu li.current-menu-item > a,
.shop-menu li.current-page-ancestor > a,
.shop-menu li.current-menu-ancestor > a {
  color: #E52F0B;
}
.shop-menu li.dont-highlight-parent.current-page-ancestor > a {
  color: #ffffff;
}
.shop-menu__expander {
  display: none;
  margin-left: 0.2em;
  position: relative;
  top: 0.2em;
}
.shop-menu__expander path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shop-menu li.menu-item-has-children > a {
  outline: none;
}
li.menu-item-has-children > .shop-menu__expander {
  display: initial;
}
a:hover ~ .shop-menu__expander path, li.current-menu-item > .shop-menu__expander path, li.current-page-ancestor > .shop-menu__expander path {
  stroke: #E52F0B;
}
.shop-menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 129px;
  left: 0;
  width: 100%;
  background-color: #21272F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}
.shop-menu li.expanded > .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
}

.navbar--shrinked .shop-menu .sub-menu {
  top: 84px;
}

/*************************************/
/************ SEARCH FORM ***********/
/***********************************/
.search-form {
  position: relative;
  width: 250px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 14px 25px;
}
.search-form input[type=text] {
  width: 100%;
  padding: 10px 25px 10px 0;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #121519;
}
.search-form input[type=text]:focus {
  outline: none;
  border-bottom: 1px solid #E52F0B;
}
.search-form__icon {
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: auto;
  height: auto;
  max-width: 24px;
}

/*********************************/
/******** NAVBAR CART ************/
/********************************/
.nav-cart {
  position: relative;
}
.nav-cart__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-cart--has-ajax-prev .nav-cart__link {
  display: none;
}
.nav-cart__count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3F4650;
  font-size: 1.2rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.nav-cart--empty .nav-cart__count {
  display: none;
}

/*********************************/
/******** CART PREVIEW **********/
/********************************/
.cart-preview {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  min-width: 550px;
  padding: 75px 25px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #3F4650;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.3s, transform 0.5s ease-in-out;
  transition: opacity 0.3s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  pointer-events: none;
}
.cart-preview__close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #E52F0B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-preview__close:hover {
  background-color: #9c2007;
}
.cart-preview__close > span {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.cart-preview__loader {
  position: relative;
  width: 100%;
  height: 200px;
  display: none;
}
.cart-preview__go-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.nav-cart--preview-visible .cart-preview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
}

.nav-cart--loading .cart-preview__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-preview-summary {
  font-size: 1.6rem;
}
.cart-preview-summary__products-scroll {
  max-height: 300px;
  overflow: hidden;
}
.cart-preview-summary__products-list {
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart-preview-summary__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-preview-summary__product:not(:last-child) {
  margin-bottom: 15px;
}
.cart-preview-summary__product-col {
  width: 20%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.cart-preview-summary__product-col:first-child {
  padding-left: 0;
}
.cart-preview-summary__product-col:last-child {
  padding-right: 0;
}
.cart-preview-summary__product-col--thumb > img {
  width: auto;
  height: auto;
  max-width: 50px;
}
.cart-preview-summary__product-col--name {
  width: 40%;
  text-align: initial;
}
.cart-preview-summary__subtotal {
  font-size: 2rem;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-preview-summary__subtotal > span:last-child {
  text-align: right;
  margin-left: 20px;
}
.cart-preview-summary__msg {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff !important;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  background: #E52F0B;
  border-radius: 5px;
}

.nav-cart--empty .cart-preview__go-to-cart {
  display: none;
}

/******************************************/
/********** WOOCOMMERCE TEMPLATES ********/
/****************************************/
.shop-template {
  padding-top: 0 !important;
}
.shop-template .woocommerce-error,
.shop-template .woocommerce-info,
.shop-template .woocommerce-message {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #3F4650;
}
.shop-template .cart-empty {
  width: 100%;
}
.shop-template .woocommerce-button,
.shop-template #respond input#submit,
.shop-template a.button,
.shop-template button.button,
.shop-template input.button {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 20px 35px !important;
  border-radius: 64px !important;
  background-color: #E52F0B !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shop-template .woocommerce-button:hover,
.shop-template #respond input#submit:hover,
.shop-template a.button:hover,
.shop-template button.button:hover,
.shop-template input.button:hover {
  background-color: #ff2a00 !important;
}
.shop-template .woocommerce-button:disabled[disabled],
.shop-template #respond input#submit:disabled[disabled],
.shop-template a.button:disabled[disabled],
.shop-template button.button:disabled[disabled],
.shop-template input.button:disabled[disabled] {
  background-color: #858FA4 !important;
}
.shop-template p {
  margin-bottom: 25px;
}
.shop-template p:only-child {
  margin-bottom: 0;
}
.shop-template h1, .shop-template h2, .shop-template h3 {
  margin-bottom: 45px;
}
.shop-template h1:only-child, .shop-template h2:only-child, .shop-template h3:only-child {
  margin-bottom: 0;
}
.shop-template h4, .shop-template h5, .shop-template h6 {
  margin-bottom: 25px;
}
.shop-template h4:only-child, .shop-template h5:only-child, .shop-template h6:only-child {
  margin-bottom: 0;
}
.shop-template .form-row input {
  margin-bottom: 35px;
}
.shop-template .form-row input:only-child {
  margin-bottom: 0;
}
.shop-template .form-row input[type=checkbox] {
  margin-bottom: 0;
  top: initial;
}
.shop-template .form-row textarea {
  height: 200px !important;
  max-height: 200px;
}
.shop-template table th, .shop-template table td {
  text-align: initial;
}
.shop-template table.shop_table {
  border: none;
}
.shop-template .quantity input[type=number] {
  padding: 0;
  border-bottom: none;
  text-align: initial;
}
.shop-template address {
  padding: 25px !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop-template .woocommerce-Addresses {
  margin-top: 50px;
}
.shop-template .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 25px !important;
}
.shop-template .woocommerce-Address-title:before {
  content: none !important;
}
.shop-template .woocommerce-Address-title h3 {
  margin: 0 !important;
  font-size: 2.2rem;
}
.shop-template .woocommerce-Address-title .edit {
  font-size: 1.8rem;
}
.shop-template .woocommerce-Address {
  background-color: #3F4650;
}
.shop-template .woocommerce-form-login,
.shop-template .woocommerce-form-register,
.shop-template form.checkout_coupon {
  background-color: #21272F;
  border: none !important;
  border-radius: 0 !important;
  padding: 50px 25px !important;
}
.shop-template .woocommerce-ResetPassword {
  background-color: #21272F;
  padding: 50px 25px !important;
}

/********************************************/
/************* ACCOUNT PAGE ****************/
/******************************************/
.shop-account .woocommerce-MyAccount-navigation {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #21272F;
}
.shop-account .woocommerce-MyAccount-navigation li {
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shop-account .woocommerce-MyAccount-navigation li > a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.shop-account .woocommerce-MyAccount-navigation li:hover,
.shop-account .woocommerce-MyAccount-navigation li.is-active {
  background-color: #E52F0B;
}
.shop-account .woocommerce-MyAccount-content {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #21272F;
}
.shop-account .woocommerce table.my_account_orders td,
.shop-account .woocommerce table.my_account_orders th {
  padding: 10px 15px;
}
.shop-account .woocommerce-EditAccountForm .button[type=submit] {
  margin-top: 35px;
}

/****************************************/
/************* CART PAGE ****************/
/***************************************/
.shop-cart .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.shop-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.shop-cart .woocommerce .woocommerce-cart-form,
.shop-cart .woocommerce .cart-collaterals {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #21272F;
}
.shop-cart .woocommerce .woocommerce-cart-form {
  width: 60%;
}
.shop-cart .woocommerce .woocommerce-cart-form .cart-before-form-notice {
  margin-bottom: 25px;
  background-color: #E52F0B;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.shop-cart .woocommerce .woocommerce-cart-form #coupon_code {
  min-width: 120px;
}
.shop-cart .woocommerce .woocommerce-cart-form .return .btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shop-cart .woocommerce .woocommerce-cart-form .return .btn__label:not(:last-child) {
  margin-right: 0;
  margin-left: 20px;
}
.shop-cart .woocommerce .woocommerce-cart-form .return .btn__arrow {
  width: auto !important;
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}
.shop-cart .woocommerce .woocommerce-cart-form .return .btn:hover .btn__arrow {
  -webkit-transform: translateX(-20px) rotate(180deg);
          transform: translateX(-20px) rotate(180deg);
}
.shop-cart .woocommerce .cart-collaterals {
  width: calc(40% - 50px);
  margin-left: 50px;
}
.shop-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.shop-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 2.4rem;
}
.shop-cart .woocommerce .cart-collaterals .woocommerce-shipping-destination,
.shop-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
  display: none;
}

/********************************************/
/************* CHECKOUT PAGE ****************/
/******************************************/
.shop-checkout .woocommerce-checkout,
.shop-checkout .woocommerce-order {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #21272F;
}
.shop-checkout #order_review_heading {
  margin-top: 35px;
}
.shop-checkout--hide-country #billing_country_field {
  display: none;
}

.checkout-acceptance-hidden {
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #3F4650;
}

/****************************************/
/******** PRODUCTS ARCHIVE **************/
/***************************************/
.products-archive__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}
.products-archive__top .orderby-custom {
  border: none;
  padding: 0 0 15px 0;
  background-color: rgba(255, 255, 255, 0);
  color: #858FA4;
}
.products-archive__top .selectric {
  border-bottom: none;
}
.products-archive__top .selectric .label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #858FA4;
  margin: 0 25px 0 0;
}
.products-archive__top .selectric .button {
  width: 25px;
}
.products-archive__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-archive__sidebar {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-right: 50px;
  position: relative;
}
.products-archive__sidebar-toggle-filters {
  display: none;
}
.products-archive__sidebar-scroll {
  position: sticky;
  overflow-y: auto;
  top: 150px;
  max-height: calc(100vh - 150px);
  padding: 0 20px 0 0;
}
.products-archive__primary {
  -ms-flex-preferred-size: 1250px;
      flex-basis: 1250px;
}

.products {
  display: -ms-grid;
  display: grid;
  gap: 60px 16px;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.products__item-fullw {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
.products--cols-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.products--cols-4 .products__item-fullw {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

.product-groups__group:not(:last-child) {
  margin-bottom: 6vw;
}
.product-groups__group-header {
  margin-bottom: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-groups__group-header-title:not(:last-child) {
  margin-right: 100px;
}
.product-groups__group-header-title, .product-groups__group-header-desc {
  max-width: 600px;
}

.p-filters {
  padding-bottom: 100px;
}
.p-filters__title {
  margin-bottom: 60px;
}
.p-filters__group-title {
  margin-bottom: 20px;
  font-weight: 700;
}
.p-filters__group:not(:last-child) {
  margin-bottom: 60px;
}
.p-filters__term {
  font-size: 1.6rem;
  font-weight: 700;
  color: #858FA4;
}
.p-filters__term--active {
  color: #E52F0B;
}
.p-filters__term:not(:last-child) {
  margin-bottom: 10px;
}

.products-empty-notice__top {
  text-align: center;
}
.products-empty-notice__top:not(:last-child) {
  margin-bottom: 60px;
}
.products-empty-notice__msg {
  margin-bottom: 20px;
}

.shop-cta {
  background-color: #3F4650;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.shop-cta__title {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}
.shop-cta__title:not(:only-child) {
  margin-right: 50px;
}

.products-query.sec--waves-to-right .sec__waves .lazy-img-src {
  background-size: 70%;
}

/***********************************************/
/******** SINGLE PRODUCT IN A LOOP ************/
/*********************************************/
.prod-box {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.prod-box__img {
  display: block;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #3F4650;
}
.prod-box__img .lazy-img {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.prod-box__img:hover .lazy-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.prod-box__widget {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #E52F0B;
  padding: 7px 20px 7px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  border-radius: 0 20px 20px 0;
  color: #ffffff !important;
}
.prod-box__widget svg {
  width: auto;
  height: auto;
  max-width: 16px;
  margin-right: 7px;
}
.prod-box__bottom {
  margin-top: 20px;
  text-align: center;
}
.prod-box__bottom > *:not(:last-child) {
  margin-bottom: 15px;
}
.prod-box__title {
  font-weight: 400;
}
.prod-box__title:not(:last-child) {
  margin-bottom: 0;
}
.prod-box__meta {
  text-transform: uppercase;
}

/*************************************/
/********** PRODUCT DETAILS **********/
/************************************/
.prod-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prod-details__col-secondary {
  -ms-flex-preferred-size: 675px;
      flex-basis: 675px;
  margin-right: 50px;
}
.prod-details__col-secondary-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prod-details__thumb {
  position: relative;
  width: 100%;
  max-width: 536px;
  height: 536px;
  border-radius: 5px;
  overflow: hidden;
}
.prod-details__thumb-fb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prod-details__col-primary {
  -ms-flex-preferred-size: 750px;
      flex-basis: 750px;
}
.prod-details__header {
  margin-bottom: 60px;
}
.prod-details__header--mobile {
  display: none;
}
.prod-details__header-title {
  font-weight: 400;
}
.prod-details__header-brand {
  text-transform: uppercase;
  margin-top: 20px;
}
.prod-details__subcols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prod-details__subcols-secondary {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  margin-right: 25px;
}
.prod-details__subcols-primary {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
.prod-details__subcols-title {
  margin-bottom: 25px;
  font-weight: 700;
}
.prod-details__subcols-title:not(:first-child) {
  margin-top: 25px;
}
.prod-details .listing {
  max-width: 270px;
}
.prod-details__desc {
  font-size: 1.6rem;
}
.prod-details__variants:not(:last-child) {
  margin-bottom: 40px;
}
.prod-details__variants-title {
  font-weight: 700;
}
.prod-details .prod-price {
  font-size: 4.8rem;
}
.prod-details .prod-price:not(:last-child) {
  margin-bottom: 30px;
}
.prod-details .prod-price__old {
  display: block;
  margin-left: 0;
  font-size: 0.5em;
}
.prod-details .add-to-cart-controller:not(:last-child) {
  margin-bottom: 20px;
}
.prod-details .add-to-cart-controller__main {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.prod-details .prod-qty-controller {
  margin-left: auto;
  margin-right: auto;
}
.prod-details .add-to-cart-controller__btn,
.prod-details .prod-conf-btn {
  padding: 20px;
  width: 100%;
  text-align: center;
}

.prod-badges {
  font-size: 1.6rem;
}
.prod-badges:not(:first-child) {
  margin-top: 60px;
}
.prod-badges__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prod-badges__item:not(:last-child) {
  margin-bottom: 20px;
}
.prod-badges__item svg {
  width: auto;
  height: auto;
  max-width: 24px;
  margin-right: 15px;
}
.prod-badges__item--tuning {
  color: #ffffff;
}
.prod-badges__item--ava {
  color: #1ae257;
}
.prod-badges__item--ava-not {
  color: #ff2a00;
}
.prod-badges__item--ava-low {
  color: #ffbe0b;
}

.prod-related:nth-child(2) {
  padding-top: 0 !important;
}

.prod-gallery {
  width: 120px;
  height: 536px;
  overflow: hidden;
}
.prod-gallery:not(:last-child) {
  margin-right: 16px;
}
.prod-gallery__slide {
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.prod-gallery__slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-height: 600px) {
  .mobile-menu__col-nav-scroll {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .mobile-menu__col-side-scroll {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
/************************************/
/************ 1700 ******************/
/***********************************/
@media all and (max-width: 1700px) {
  .mobile-menu__col-side-bg {
    width: calc(100% + 25px);
  }
  .mobile-menu__col-side-overlay:after {
    width: calc(100% + 25px);
  }

  .chess__col-img > .lazy-img {
    width: calc(100% + 25px);
  }
  .chess--contx-md .chess__col-img > .lazy-img {
    width: calc(100% + 25px);
  }
}
/************************************/
/************ 1600 ******************/
/***********************************/
@media all and (max-width: 1600px) {
  .shop-menu li {
    margin: 0 10px;
  }
}
/************************************/
/************ 1440 ******************/
/***********************************/
@media all and (max-width: 1440px) {
  .slider-pag {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .movie__header {
    padding: 70px 30px;
  }
  .movie__player {
    height: auto;
    min-height: 300px;
  }
}
/************************************/
/************ 1380 ******************/
/***********************************/
@media all and (max-width: 1380px) {
  .shop-menu {
    display: none;
  }

  body.shop-area .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.shop-area .mobile-menu {
    display: initial;
  }
  body.shop-area .navbar .primary-logo {
    margin-left: 20px;
  }
}
/************************************/
/************ 1280 ******************/
/***********************************/
@media all and (max-width: 1280px) {
  .mobile-menu__col-nav {
    width: 40%;
    padding: 150px 50px 50px 50px;
  }
  .mobile-menu__col-side {
    width: 60%;
  }
  .mobile-menu__col-side-overlay {
    padding: 150px 0 50px 50px;
  }

  .sfoot__contacts:not(:only-child) {
    padding-right: 20px;
  }
  .sfoot__certs:not(:only-child) {
    padding-left: 20px;
  }
}
/************************************/
/************ 1200 ******************/
/***********************************/
@media all and (max-width: 1200px) {
  .grid-col-3 > .grid-item {
    width: 50%;
  }
  .grid-col-3 > .grid-item:nth-of-type(3), .grid-col-3 > .grid-item:nth-of-type(4) {
    margin-top: 60px;
  }
  .grid-col-3 > .grid-item:nth-of-type(odd) {
    padding: 0 8px 0 0;
  }
  .grid-col-3 > .grid-item:nth-of-type(even) {
    padding: 0 0 0 8px;
  }

  .grid-col-4 > .grid-item {
    width: 50%;
  }
  .grid-col-4 > .grid-item:nth-of-type(3), .grid-col-4 > .grid-item:nth-of-type(4) {
    margin-top: 60px;
  }
  .grid-col-4 > .grid-item:nth-of-type(odd) {
    padding: 0 8px 0 0;
  }
  .grid-col-4 > .grid-item:nth-of-type(even) {
    padding: 0 0 0 8px;
  }

  .grid-col-4--eq > .grid-item {
    width: 50%;
  }
  .grid-col-4--eq > .grid-item:nth-of-type(3), .grid-col-4--eq > .grid-item:nth-of-type(4) {
    margin-top: 32px;
  }
  .grid-col-4--eq > .grid-item:nth-of-type(odd) {
    padding: 0 16px 0 0;
  }
  .grid-col-4--eq > .grid-item:nth-of-type(even) {
    padding: 0 0 0 16px;
  }

  .reviews {
    padding-left: 25px;
    padding-right: 25px;
  }
  .reviews__slider {
    overflow: hidden;
  }
  .reviews__slide {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }

  .movie__header, .movie__player {
    width: 100%;
  }
  .movie__header {
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .movie__player {
    min-height: initial;
    height: 40vw;
  }

  .products-archive__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products-archive__cols {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .products-archive__sidebar {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
  }
  .products-archive__sidebar-toggle-filters {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .products-archive__sidebar-scroll {
    position: static;
    top: initial;
    max-height: initial;
    padding: 0;
  }
  .products-archive__primary {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }

  .p-filters {
    padding-bottom: 0;
    padding-top: 40px;
    display: none;
  }
  .p-filters.displayed {
    display: block;
  }
  .p-filters__title {
    display: none;
  }

  .products--cols-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .products--cols-4 .products__item-fullw {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .prod-details__col-secondary {
    width: 50%;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  .prod-details__col-secondary-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .prod-details__col-primary {
    width: 50%;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  .prod-details__subcols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .prod-details__subcols-secondary {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    margin-right: 0;
    margin-top: 25px;
  }
  .prod-details__subcols-primary {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }

  .prod-gallery {
    width: 500px;
    max-width: 100%;
    height: 120px;
  }
  .prod-gallery:not(:last-child) {
    margin-right: 0;
    margin-top: 40px;
  }

  .shop-cart .woocommerce {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
  }
  .shop-cart .woocommerce .woocommerce-cart-form td.return {
    text-align: left !important;
  }
  .shop-cart .woocommerce .woocommerce-cart-form td.return:before {
    content: none;
  }
  .shop-cart .woocommerce .cart-collaterals {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .sel-cat__term-desc {
    width: 100%;
  }
}
/************************************/
/************ 992 ******************/
/***********************************/
@media all and (max-width: 992px) {
  h1, .fake-h1 {
    font-size: 5.4rem;
  }

  .wp-editor p, .wp-editor div, .wp-editor ul, .wp-editor ol, .wp-editor h4, .wp-editor h5, .wp-editor h6, .wp-editor iframe {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .wp-editor p:first-child, .wp-editor div:first-child, .wp-editor ul:first-child, .wp-editor ol:first-child, .wp-editor h4:first-child, .wp-editor h5:first-child, .wp-editor h6:first-child, .wp-editor iframe:first-child {
    margin-top: 0;
  }
  .wp-editor p:last-child, .wp-editor div:last-child, .wp-editor ul:last-child, .wp-editor ol:last-child, .wp-editor h4:last-child, .wp-editor h5:last-child, .wp-editor h6:last-child, .wp-editor iframe:last-child {
    margin-bottom: 0;
  }
  .wp-editor h1, .wp-editor h2, .wp-editor h3 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .wp-editor h1:first-child, .wp-editor h2:first-child, .wp-editor h3:first-child {
    margin-top: 0;
  }
  .wp-editor h1:last-child, .wp-editor h2:last-child, .wp-editor h3:last-child {
    margin-bottom: 0;
  }

  .btn {
    padding: 20px;
    border-radius: 32px;
  }

  .sec__waves {
    display: none;
  }

  .navbar__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar .primary-logo > img {
    max-width: 200px;
  }
  .navbar .nav-btn {
    display: none;
  }
  .navbar__shop-icon {
    width: 48px;
    height: 48px;
  }

  .search-form {
    padding: 7px 12px;
    border-radius: 24px;
    width: 200px;
  }

  .burger {
    width: 50px;
    height: 50px;
  }

  .mobile-menu {
    width: initial;
    max-width: 400px;
    background-color: #21272F;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .mobile-menu__col-nav {
    width: 100%;
    padding: 150px 20px 50px 20px;
  }
  .mobile-menu__nav {
    max-width: initial;
  }
  .mobile-menu__nav > li > a {
    font-size: 2.4rem;
  }
  .mobile-menu__nav > li > .sub-menu {
    font-size: 1.8rem;
  }
  .mobile-menu__nav .mobile-menu-expander > svg {
    width: auto;
    height: auto;
    max-width: 1em;
  }
  .mobile-menu .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu__col-side {
    display: none;
  }
  .mobile-menu__waves {
    display: none;
  }

  body.mobile-menu-opened {
    overflow-y: initial;
  }

  .hero {
    text-align: center;
  }
  .hero__slide-cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__slide-btn {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .hero .scroll-down {
    display: none;
  }

  .slider-pag {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .slider-pag-def .swiper-pagination-bullet {
    padding: 15px;
  }
  .slider-pag-def .swiper-pagination-bullet > span {
    width: 60px;
  }

  .h-banner {
    min-height: initial;
    text-align: center;
  }
  .h-banner--low {
    min-height: initial;
  }
  .h-banner__overlay {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .h-banner__title {
    margin-right: 0;
  }
  .h-banner .scroll-down {
    display: none;
  }

  .custom-crumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .projects-select {
    margin-bottom: 40px;
    text-align: center;
  }
  .projects-select .selectric-wrapper {
    margin: 0 auto;
    max-width: 250px;
  }

  .post-box {
    height: 450px;
  }
  .post-box__overlay {
    padding: 30px 20px;
  }
  .post-box__cont {
    text-align: center;
  }
  .post-box__title {
    font-size: 3rem;
  }

  .art-cols__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .art-cols__col {
    margin-top: 30px;
  }
  .art-cols__col--full {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
  }
  .art-cols__col .wp-editor:not(:last-child) {
    margin-bottom: 30px;
  }

  .cols__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cols--reversed .cols__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cols__col-text, .cols__col-img {
    width: 100%;
  }
  .cols__col-text {
    max-width: 600px;
  }
  .cols__col-img .lazy-img {
    text-align: center !important;
  }

  .chess__cont {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .chess__cont--reserved {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .chess__col-text {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .chess__col-text-inner {
    padding: 0 25px !important;
  }
  .chess__bttns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chess__col-img {
    width: 100%;
    height: 60vw;
    min-height: initial;
  }
  .chess__col-img > .lazy-img {
    width: 100%;
  }
  .chess__btn-img {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    top: initial;
    background-color: #121519;
  }
  .chess__btn-img:after {
    content: none;
  }

  .cta__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .cta__title {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  .cta__title:not(:only-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .reviews__swiper:not(:last-child) {
    margin-bottom: 40px;
  }

  .banner-sl {
    min-height: 400px;
    text-align: center;
  }
  .banner-sl__slide-cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-sl__slide-title {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .banner-sl__sub {
    padding: 30px 0;
  }

  .gallery-grid__item {
    height: 30vw;
  }

  .acco__cols {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .acco__rows:not(:only-child) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .acco__slider:not(:only-child) {
    width: 100%;
  }

  .contact {
    text-align: center;
  }
  .contact__cols {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .contact__col-text, .contact__col-form {
    width: 100%;
  }
  .contact__col-text:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .contact .wpcf7-form {
    text-align: initial;
  }

  .wpcf7-form .wpcf7-submit-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wpcf7-form .wpcf7-submit {
    padding: 20px;
    border-radius: 32px;
  }

  .products-archive__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-archive__sidebar-toggle-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-filters {
    text-align: center;
  }

  .products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .products__item-fullw {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .prod-details {
    text-align: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .prod-details__col-secondary {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .prod-details__thumb {
    margin: 0 auto;
    max-width: 400px;
    height: 400px;
  }
  .prod-details__col-primary {
    width: 100%;
  }
  .prod-details__header--mobile {
    display: block;
  }
  .prod-details__header--desktop {
    display: none;
  }
  .prod-details .listing {
    margin: 0 auto;
  }
  .prod-details__desc {
    max-width: 500px;
    margin: 0 auto;
    text-align: initial;
  }

  .prod-badges__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .prod-gallery {
    width: 100%;
  }

  .shop-cta {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .shop-cta__title {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  .shop-cta__title:not(:only-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .selector__nav {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .selector__nav > .btn:not(:last-child) {
    margin-right: 0;
  }

  .sel-cat__term {
    margin: 0 8px 30px 8px;
  }
  .sel-cat__term-desc {
    display: none;
  }

  .sel-cube {
    height: initial;
    padding: 0;
  }
  .sel-cube__dims-list {
    margin-bottom: 40px;
    text-align: center;
  }
  .sel-cube__dim {
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sel-cube__dim:not(:last-child) {
    margin-bottom: 20px;
  }
  .sel-cube__img {
    height: 50vw;
  }

  .sel-summary__listing-block-title {
    text-align: center;
  }
  .sel-summary__form-title {
    text-align: center;
  }

  .wpcf7-selector-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wpcf7-selector-nav .wpcf7-submit {
    padding: 25px 20px;
    width: 100%;
  }

  .sfoot__cols {
    padding: 0 !important;
  }
  .sfoot__col-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .sfoot__top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sfoot--certs .sfoot__top:before {
    content: none;
  }
  .sfoot__contacts {
    padding: 40px 15px;
  }
  .sfoot__contacts:not(:only-child) {
    width: 100%;
  }
  .sfoot .pr-contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: initial;
    text-align: center;
  }
  .sfoot__certs {
    background-color: #121519;
    padding: 40px 15px;
  }
  .sfoot__certs:not(:only-child) {
    width: 100%;
  }

  .cookie-notice__text {
    width: 100%;
    margin-right: 0;
  }
}
/************************************/
/************ 768 ******************/
/***********************************/
@media all and (max-width: 768px) {
  .grid-col-2 > .grid-item {
    width: 100%;
  }
  .grid-col-2 > .grid-item:not(:first-child) {
    margin-top: 60px;
  }
  .grid-col-2 > .grid-item:nth-of-type(odd), .grid-col-2 > .grid-item:nth-of-type(even) {
    padding: 0;
  }

  .grid-col-3 > .grid-item, .grid-col-4 > .grid-item, .grid-col-4--eq > .grid-item {
    width: 100%;
  }
  .grid-col-3 > .grid-item:not(:first-child), .grid-col-4 > .grid-item:not(:first-child), .grid-col-4--eq > .grid-item:not(:first-child) {
    margin-top: 60px;
  }
  .grid-col-3 > .grid-item:nth-of-type(odd), .grid-col-3 > .grid-item:nth-of-type(even), .grid-col-4 > .grid-item:nth-of-type(odd), .grid-col-4 > .grid-item:nth-of-type(even), .grid-col-4--eq > .grid-item:nth-of-type(odd), .grid-col-4--eq > .grid-item:nth-of-type(even) {
    padding: 0;
  }

  #wpadminbar {
    display: none;
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid #ffffff;
  }
}
/************************************/
/************ 700 ******************/
/***********************************/
@media all and (max-width: 700px) {
  .navbar .search-form {
    display: none;
  }

  .mobile-menu .search-form {
    display: block;
  }

  .process__row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process__row:not(:last-child) {
    padding-bottom: 40px;
  }
  .process__row:before {
    content: none;
  }
  .process__row-index {
    position: static;
    margin-bottom: 20px;
  }
  .process__col-text, .process__col-img {
    width: 100%;
  }
  .process__col-text {
    padding: 0 !important;
    max-width: 400px;
  }
  .process__col-img {
    padding: 0;
    margin-bottom: 20px;
  }

  .products {
    gap: 30px 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .products > .product {
    text-align: center;
  }
  .products__item-fullw {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .products--cols-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .products--cols-4 .products__item-fullw {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .sel-progress {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 40px auto;
  }
  .sel-progress__step {
    display: none;
  }
  .sel-progress__step.active {
    display: block;
  }
  .sel-progress__step-dot {
    display: none;
  }
  .sel-progress__step:before, .sel-progress__step:after {
    content: none;
  }

  .sel-var__variant {
    width: 100%;
  }
  .sel-var__variant:nth-child(odd) {
    padding-right: 0;
  }
  .sel-var__variant:nth-child(even) {
    padding-left: 0;
  }
  .sel-var__variant-box {
    padding: 30px 20px 40px 30px;
  }
  .sel-var__variant-title:not(:last-child) {
    margin-bottom: 25px;
  }
  .sel-var__variant-meta-col:not(:last-child) {
    margin-right: 20px;
  }
}
/************************************/
/************ 576 ******************/
/***********************************/
@media all and (max-width: 576px) {
  body {
    font-size: 1.6rem;
  }

  h1, .fake-h1 {
    font-size: 4.4rem;
  }

  h2, .fake-h2, .h2-sm {
    font-size: 3.8rem;
  }

  h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  h4, .h4-sm {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.2rem;
  }

  .cont-x,
.cont-x--exlg,
.cont-x--md,
.cont-x--sm,
.cont-x--exsm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-loader .nloader__icon {
    width: 60px;
    height: 60px;
  }

  .wp-editor img.alignright, .wp-editor div.alignright {
    float: none;
    margin: 0 auto 15px auto;
    display: block;
  }
  .wp-editor img.alignleft, .wp-editor div.alignleft {
    float: none;
    margin: 0 auto 15px auto;
    display: block;
  }
  .wp-editor .alignright {
    float: none;
  }
  .wp-editor .alignleft {
    float: none;
  }
  .wp-editor ol > li:before {
    margin-right: 1.5em;
  }

  table th, table td {
    padding: 10px;
  }

  input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    top: 0.5em;
  }

  .slider-loader .nloader__icon {
    width: 60px;
    height: 60px;
  }

  .navbar {
    background-color: #121519;
  }
  .navbar__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar__left > *:not(:first-child) {
    margin-left: 20px;
  }
  .navbar .primary-logo > img {
    max-width: 175px;
  }
  .navbar .nav-btn {
    display: none;
  }

  .burger {
    width: 30px;
    height: 30px;
  }
  .burger__bar {
    width: 20px;
  }
  .burger__bar:before, .burger__bar:after {
    width: 20px;
  }

  .mobile-menu {
    max-width: 80vw;
  }
  .mobile-menu__col-nav {
    padding: 120px 20px 20px 20px;
  }
  .mobile-menu__col-nav-scroll {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .mobile-menu__nav > li > a {
    font-size: 2rem;
  }
  .mobile-menu__nav > li > .sub-menu {
    font-size: 1.6rem;
  }

  .h-banner__overlay {
    padding-bottom: 50px;
  }

  .hero {
    min-height: 400px;
  }
  .hero__slide-overlay {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero__slide-btn {
    font-size: 3.8rem;
  }
  .hero__slide-btn-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__slide-btn-circle {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .hero__slide-btn-circle:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
  .hero__sub {
    padding: 20px 0;
  }

  .slider-pag__bullet:not(:last-child) {
    margin-right: 0;
  }
  .slider-pag__title {
    font-size: 1rem;
  }
  .slider-pag__line {
    height: 1px;
  }

  .post-box {
    height: initial;
  }
  .post-box__title {
    font-size: 2.4rem;
    padding-top: 200px;
  }

  .pagination {
    margin-top: 40px;
  }

  .listing--summary .listing__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .listing--summary .listing__row-key {
    text-align: center;
  }
  .listing--summary .listing__row-val {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }

  .chess__col-img {
    height: 400px;
  }
  .chess__btn-img {
    width: 90%;
    text-align: center;
  }

  .ce-slider__title {
    margin-bottom: 30px;
  }

  .ce-chess__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .ce-chess__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ce-chess__col-img, .ce-chess__col-text {
    width: 100%;
  }
  .ce-chess__col-img img {
    max-width: 200px;
  }
  .ce-chess__col-img:not(:only-child) {
    padding: 0;
    margin-bottom: 30px;
  }

  .banner-classic--parallax .banner-classic__body > .lazy-img .lazy-img-src {
    background-attachment: initial;
  }
  .banner-classic__btn:not(:only-child) {
    margin-top: 30px;
  }

  .banner-sl {
    height: initial;
    min-height: 400px;
  }

  .gallery-sl__swiper {
    height: 50vw;
  }

  .gallery-grid__item {
    height: 50vw;
  }

  .reviews__slide-card {
    padding: 40px 20px 20px 40px;
  }
  .reviews__slide-text {
    font-size: 2.2rem;
  }

  .acco__swiper {
    height: 50vw;
  }

  .cookie-notice__btn {
    padding: 5px 10px !important;
  }
  .cookie-notice__btn > span {
    font-size: 1.2rem !important;
  }

  .cart-preview {
    position: fixed;
    top: 78px;
    width: 100%;
    min-width: initial;
    padding: 50px 15px 15px 15px;
  }

  .cart-preview-summary__products-scroll {
    max-height: 250px;
  }
  .cart-preview-summary__product-col {
    padding: 0 7px;
  }
  .cart-preview-summary__subtotal {
    font-size: 1.6rem;
  }

  .sec-header {
    margin: 0 auto 40px auto;
  }

  .sec-footer {
    margin-top: 30px;
  }

  .nav-cart__count {
    font-size: 1rem;
    width: 15px;
    height: 15px;
  }

  .prod-box {
    max-width: 300px;
  }
  .prod-box__img {
    height: 300px;
  }

  .prod-details__thumb {
    max-width: 300px;
    height: 300px;
  }

  .sfoot__btm-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
/************************************/
/************ 400 ******************/
/***********************************/
@media all and (max-width: 400px) {
  .navbar__left > *:not(:first-child) {
    margin-left: 10px;
  }
  .navbar .primary-logo > img {
    max-width: 135px;
  }
  .navbar .nav-btn {
    display: none;
  }
  .navbar__shop-icon {
    width: 24px;
    height: 24px;
  }
}
/************************************/
/************ 350 ******************/
/***********************************/
@media all and (max-width: 350px) {
  body {
    font-size: 1.4rem;
  }
}

/* Dezaktywacja elementów WooCommerce */

.navbar__shop-icon,
.nav-cart,
.add-to-cart-controller__main,
.prod-badges {
  display: none;
}

.btn-hero-cta {
	margin-top: 25px;
}

.hero__slide-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 15px;
}

.hero__slide-btn--textonly {
    pointer-events: none;
    background: none;
    text-align: left;
}

.hero__slide-btn--textonly .hero__slide-btn-top {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}

.hero__slide-btn--textonly .hero__slide-btn-bottom {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.hero__slide-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    max-width: 600px;
}

.hero__slide-cta {
	margin-top: 25px;
}

@media (max-width: 992px) {
  .hero__slide-btn-wrapper {
    align-items: center;
    text-align: center;
  }

  .hero__slide-btn--textonly {
    text-align: center;
  }

  .hero__slide-desc {
    text-align: center;
  }

  .hero__slide-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

.movie__youtube-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.movie__youtube-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.movie__youtube-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.movie__header {
    margin: 0 auto 40px auto;
	text-align: center;
}

.gallery-section__header {
	margin: 0 auto 40px auto;
}

.gallery-sec_btn {
	margin-bottom: 60px;
}

.gallery-section__subtitle {
	font-size: 24px;
}

/* === Cinema Pro — Forminator w stylu starego formularza === */

/* kontener */
.contact__col-form .forminator-ui {
  max-width: 600px;
  font-size: 1.6rem;
}

/* etykiety */
.contact__col-form .forminator-label {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #858FA4;
}

/* pola tekstowe i textarea */
.contact__col-form .forminator-input,
.contact__col-form .forminator-textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff !important;
  padding: 10px !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #E52F0B !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* focus */
.contact__col-form .forminator-input:focus,
.contact__col-form .forminator-textarea:focus {
  outline: 1px solid #E52F0B !important;
  box-shadow: none !important;
}

/* placeholdery */
.contact__col-form ::placeholder {
  opacity: 1;
  color: #858FA4;
}

/* odstępy między polami */
.contact__col-form .forminator-field {
  margin-bottom: 25px;
}
.contact__col-form .forminator-field:last-of-type {
  margin-bottom: 35px;
}

/* textarea */
.contact__col-form .forminator-textarea {
  height: auto !important;
  resize: none !important;
  max-height: 120px !important;
}

/* checkbox (RODO) */
.contact__col-form .forminator-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact__col-form .forminator-checkbox .forminator-checkbox-box {
  cursor: pointer;
  display: inline-block;
  width: 2em;
  height: 2em;
  background: transparent;
  border: 1px solid #E52F0B;
  margin-right: 1em;
  position: relative;
  top: 1em;
}
.contact__col-form .forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box::before {
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  color: #ffffff;
  font-weight: 700;
}
.contact__col-form .forminator-checkbox .forminator-checkbox-label {
  font-weight: 400;
  color: #858FA4;
}
.contact__col-form .forminator-checkbox .forminator-checkbox-label a {
  color: #E52F0B;
  text-decoration: underline;
}

/* przycisk wysyłki */
.contact__col-form .forminator-button-submit {
  border: none !important;
  cursor: pointer;
  transition: 0.4s;
  padding: 25px 35px !important;
  border-radius: 64px !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #E52F0B !important;
}
.contact__col-form .forminator-button-submit:hover,
.contact__col-form .forminator-button-submit:focus {
  background-color: #ff2a00 !important;
}

/* komunikaty */
.contact__col-form .forminator-response-message.forminator-error {
  text-align: center;
  padding: 15px !important;
  margin: 20px 0 0 !important;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #E52F0B;
  border: none !important;
}
.contact__col-form .forminator-response-message.forminator-success {
  text-align: center;
  padding: 15px !important;
  margin: 20px 0 0 !important;
  font-size: 1.6rem;
  font-weight: 700;
  color: #21272F;
  background-color: #ffffff;
  border: none !important;
}

/* błędy na polach */
.contact__col-form .forminator-has_error .forminator-input,
.contact__col-form .forminator-has_error .forminator-textarea {
  border-right: 5px solid #E52F0B !important;
}

.page-id-1897 .hero__slide-btn--textonly .hero__slide-btn-top {
	font-size: 6.4rem;
    font-weight: 700;
	text-transform: none;
	letter-spacing: unset;
    line-height: 1.2;
    color: #fff;
}

.icons__item-btn {
	margin-top: 50px;
}

.movie .cont-y {
	padding-top: unset !important;
}

.gallery-section__title {
	white-space: nowrap;
    margin-bottom: 24px;
}

.gallery-section__text {
	max-width: 1400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.movie__grid {
	margin-top: -100px;
}

.contact__col-form .forminator-checkbox .forminator-checkbox-box {
	top: unset !important;
}

.contact__col-form .forminator-checkbox input[type=checkbox]:checked+.forminator-checkbox-box:before {
	top: 9px !important;
	left: 9px !important;
	color: #e52f0b !important;
}
.movie__grid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.movie-controls__btn-icon-play,.movie-controls__btn-icon-pause {
    width: auto;
    height: auto;
    max-width: 100%;
    padding-top: 7px;
}
/* 2. ODTWARZACZ NA 1920px */
.movie__player {
    width: 100vw !important; /* 100vw wymusza pełną szerokość okna przeglądarki */
    max-width: 1920px !important;
    margin: 0 auto !important;
}

/* 3. WYMUSZENIE PROPORCJI 16:9 */
.movie__ratio-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    background-color: #000 !important;
    overflow: hidden !important;
    display: block !important;
}

/* 4. ROZCIĄGNIĘCIE FUNKCJI MOTYWU */
.movie__ratio-wrap > div,
.movie__ratio-wrap .lazy-movie,
.movie__ratio-wrap .lazy-movie-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* --- WYGLĄD TWOICH PRZYCISKÓW (Tych przeniesionych do paska) --- */
.custom-controls {
    /* Ustawiają się zaraz obok okrągłego Play */
    margin-left: 20px !important; /* Odstęp od przycisku Play - możesz zmienić tę wartość */
    margin-right: 15px !important; /* Odstęp od czerwonej linii czasu */
    gap: 10px !important; /* Odstęp między Twoimi dwoma przyciskami */
    padding-right: 0 !important;
}

/* Rezerwowe ułożenie */
.custom-controls.fallback-position {
    position: absolute !important;
    bottom: 30px !important;
    left: 80px !important; /* Zmienione na lewą stronę */
    z-index: 9999 !important;
}

/* Stylowanie przycisków */
.custom-controls .movie__btn {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important; /* Blokuje łamanie tekstu na dwa wiersze */
}
/* 1. BEZPIECZNE ŁAMANIE OGRANICZEŃ MOTYWU (Bez latania na boki!) */
.movie__grid {
    width: 100vw !important;
    max-width: 100% !important; /* To zdanie blokuje błąd z paskiem przewijania */
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important; /* Wypośrodkowuje kontener wyciągnięty na pełną szerokość */
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. ODTWARZACZ NA MAX 1920px */
.movie__player {
    width: 100% !important; /* Ważne: tu musi być 100%, a nie 100vw */
    max-width: 1920px !important;
    margin: 0 auto !important;
}
.custom-controls .movie__btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
/* 5. DOPASOWANIE WIDEO (object-fit: cover ucina paski i wypełnia ramę) */
.movie__ratio-wrap video,
.movie__ratio-wrap iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    transform: none !important;
}
.movie-controls__bar {
    width: calc(100% - 100px);
    height: 1px;
    background-color: rgba(255,255,255,.5);
    position: relative
}
/* --- POPRAWKI NA WERSJĘ MOBILNĄ (RWD) --- */
/* --- POPRAWKI NA WERSJĘ MOBILNĄ (RWD) --- */
@media (max-width: 768px) {
    
    /* 1. Celujemy bezpośrednio w ikonę SVG Play/Pauza, żeby na 100% urosła */
    .movie__ratio-wrap svg,
    .movie__ratio-wrap [class*="play"] {
    
        transform-origin: left center !important;
        padding-top: 10px;
    }

    /* 2. Robimy miejsce dla czerwonej linii - ciaśniejszy układ */
    .custom-controls {
        margin-left: 15px !important;
        margin-right: 10px !important;
        gap: 5px !important; /* Bardzo mały odstęp między Twoimi guzikami */
        flex-shrink: 0 !important; /* Zabezpiecza przyciski przed całkowitym zgnieceniem */
    }

    /* 3. Znaczne pomniejszenie Twoich przycisków na RWD */
    .custom-controls .movie__btn {
        padding: 5px 8px !important;
        font-size: 9px !important; /* Dużo mniejszy font na telefonie */
        letter-spacing: 0 !important; /* Wyłączamy rozstrzelenie liter, żeby zaoszczędzić miejsce */
        white-space: nowrap !important; /* Zakaz łamania tekstu na dwie linijki */
    }
}

.movie-controls__btn--playing .movie-controls__btn-icon-pause {
    display: block;
    padding-top: 5px;
}