/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --color-primary: #ff5330;
  --font-primary: "Neue Haas", sans-serif;
}

.page-title { margin-bottom: 40px; }

.text-page-content {
  padding-top: 20px;
  padding-bottom: 100px;
}

.text-page-content.terms-and-conditions-page .page-title {
  margin-bottom: 64px;
}

.text-page-content.terms-and-conditions-page .editor {
  font-size: 20px;
  line-height: 28px;
}

.text-page-content.terms-and-conditions-page .editor p {
  font-size: inherit;
  line-height: inherit;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.ar {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}

.row,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1100px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1100px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}



@media (min-width: 1100px) {
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

.container {
  max-width: 1384px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container.narrow {
  max-width: 1254px;
}

.container.narrow-2 {
  max-width: 1180px;
}

.container.narrow-3 {
  max-width: 1322px;
}

.container.narrow-4 {
  max-width: 980px;
}

.container.narrow-5 {
  max-width: 740px;
}

.container.narrow-6 {
  max-width: 1038px;
}

.container.narrow-7 {
  max-width: 1034px;
}

.container.narrow-8 {
  max-width: 698px;
}

.container.narrow-9 {
  max-width: 446px;
}

.container.wide {
  max-width: 1440px;
}

@media (max-width: 1099px) {
  .container,
.container.narrow,
.container.narrow-2,
.container.narrow-3,
.container.narrow-5 {
    max-width: 540px;
  }

  .container-md-wide {
    max-width: 640px;
  }

  .single .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}

.woocommerce-billing-fields__field-wrapper [class*="col-"],
.woocommerce-shipping-fields__field-wrapper [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 1099px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 639px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 479px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1099px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 639px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Layout */
.h-100 {
  height: 100%;
}

.h-100v {
  height: 100vh;
}

@media (min-width: 1100px) {
  .h-100v-lg {
    height: 100vh;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .h-100v-md {
    height: 100vh;
  }
}
@media (max-width: 639px) {
  .h-100v-sm {
    height: 100vh;
  }
}


.flex-grow {
  flex-grow: 1;
}

.m-l-auto {
  margin-left: auto;
}

.flex-x-sb {
  justify-content: space-between;
}

.block-fit-parent {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-c {
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-y-c {
  position: absolute;
  display: block;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.block-y-b {
  position: absolute;
  display: block;
  top: auto;
  bottom: 0;
}

.block-x-c {
  position: absolute;
  display: block;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.block-x-right {
  position: absolute;
  display: block;
  right: 0;
  left: auto;
}

.margin-auto,
.row .margin-auto.row {
  margin-right: auto;
  margin-left: auto;
}

.contained-child {
  max-width: 100%;
  max-height: 100%;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 1360px) {
  .pull-left-xl {
    float: left !important;
  }

  .pull-right-xl {
    float: right !important;
  }

  .float-none-xl {
    float: none !important;
  }
}
@media (min-width: 1100px) and (max-width: 1359px) {
  .pull-left-lg {
    float: left !important;
  }

  .pull-right-lg {
    float: right !important;
  }

  .float-none-lg {
    float: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .pull-left-md {
    float: left !important;
  }

  .pull-right-md {
    float: right !important;
  }

  .float-none-md {
    float: none !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .pull-left-sm {
    float: left !important;
  }

  .pull-right-sm {
    float: right !important;
  }

  .float-none-sm {
    float: none !important;
  }
}
@media (max-width: 479px) {
  .pull-left-xs {
    float: left !important;
  }

  .pull-right-xs {
    float: right !important;
  }

  .float-none-xs {
    float: none !important;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-important {
  display: flex !important;
}

.flex-inline {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-inline-important {
  display: inline-flex !important;
}

.block-important {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.inline-block-important {
  display: inline-block !important;
}

.inline {
  display: inline;
}

.inline-important {
  display: inline !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@media (min-width: 1360px) {
  .hide-xl {
    display: none !important;
  }

  .show-xl {
    display: block !important;
  }
}
@media (min-width: 1100px) and (max-width: 1359px) {
  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}
.visually-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.visually-shown {
  position: initial;
  opacity: initial;
  pointer-events: initial;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.max-w-none {
  max-width: none !important;
}

.min-w-0 {
  min-width: 0 !important;
}

@media (min-width: 1360px) {
  .max-w-none-xl {
    max-width: none !important;
  }

  .min-w-0-xl {
    min-width: 0 !important;
  }
}
@media (min-width: 1100px) and (max-width: 1359px) {
  .max-w-none-lg {
    max-width: none !important;
  }

  .min-w-0-lg {
    min-width: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .max-w-none-md {
    max-width: none !important;
  }

  .min-w-0-md {
    min-width: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .max-w-none-sm {
    max-width: none !important;
  }

  .min-w-0-sm {
    min-width: 0 !important;
  }
}
@media (max-width: 479px) {
  .max-w-none-xs {
    max-width: none !important;
  }

  .min-w-0-xs {
    min-width: 0 !important;
  }
}

html,
body {
  font-kerning: auto;
  /* overflow-x: hidden; */
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.site-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.site-content {
  flex: 1 1 auto !important;
}

.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

img,
.img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.gm-style img,
.gm-style .img {
  max-width: none;
  max-height: none;
}

.all-caps,
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-decor-none {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline;
}

.fw-500 {
  font-weight: 500;
}

.list-style-none {
  list-style-type: none;
}

.line-1 {
  line-height: 1;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: initial !important;
}

.overflow-hidden {
  overflow: hidden;
}

.nbsp-after:after {
  content: " ";
}

.bold,
strong {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-primary {
  color: #ff5330;
}

.c-secondary {
  color: #dadbdf;
}

.bg-primary {
  background-color: #ff5330;
}

.bg-secondary {
  background-color: #dadbdf;
}

.bg-grey-d {
  background-color: #7c7c7c;
}

.bg-grey-l {
  background-color: #f2f2f2;
}

.bg-black {
  background-color: #000;
}

.inline-y-c {
  vertical-align: middle;
}

.inline-y-b {
  vertical-align: bottom;
}

.inline-y-t {
  vertical-align: top;
}

.inline-x-c {
  text-align: center;
}

.inline-x-r {
  text-align: right;
}

.select:hover,
.select *:hover,
select:hover,
select *:hover,
.arrow:hover,
.arrow *:hover,
.btn,
input[type=submit]:hover {
  cursor: pointer !important;
}

/*
 * Buttons
 */
.btn,
.wp-block-button__link,
.single_add_to_cart_button {
  position: relative;
  display: inline-block;
  padding: 11px;
  text-align: center;
  white-space: nowrap;
  line-height: 1 !important;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  font-family: "Neue Haas", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn[disabled] {
  opacity: .7;
  cursor: not-allowed !important;
}

/*
 * Buttons: Colors
 */
.btn-default,
.single_add_to_cart_button {
  color: #fff;
  background: #000;
  border-color: #000;
}

.btn-default:hover,
.single_add_to_cart_button:hover {
  color: #000;
  background: transparent;
}

.btn-alt {
  color: #000;
  background: transparent;
  border-color: #000;
}

.btn-alt:hover {
  color: #fff;
  background: #000;
}

/*
 * Buttons: Sizes
 */
.btn.size-1 {
  min-width: 178px;
}

.btn.size-2 {
  min-width: 130px;
}

.btn.size-3 {
  min-width: 196px;
}

.btn.full-width {
  width: 100%;
}

.btn.large {
  padding-top: 16px;
  padding-bottom: 16px;
}

.flex-fit {
  min-width: 0;
  flex: 1;
}

.on-top {
  position: relative;
  z-index: 1;
}

/*
 * Buttons: Loading
 */
.btn.loading:after,
div.wpcf7 .ajax-loader,
.bapf_loader_page::before,
.single_add_to_cart_button.loading:after {
  animation: rotate 1s linear infinite;
  background: transparent;
  border: 2px solid #f2f2f2;
  border-bottom-color: #ff5330;
  border-radius: 50%;
  height: 24px;
  left: 100%;
  margin-left: 10px;
  margin-top: -12px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 9999;
  content: "";
}

.btn.loading,
.single_add_to_cart_button.loading {
  color: #000 !important;
  background: #000 !important;
  border-color: #000 !important;
  pointer-events: none;
}

.single_add_to_cart_button.loading:after,
.btn.loading::after {
  left: 50%;
  margin-left: -12px;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
/*
 * Buttons: Styles
 */
.btn-back {
  position: relative;
  display: inline-block;
  padding-left: 29px;
  cursor: pointer;
  transition: color 0.3s;
}

.btn-back:hover {
  color: #ff5330;
}

.btn-back .icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  color: #ff5330;
}

@media ( max-width: 1099px ) {
  .btn-back {
    font-size: 18px;
    line-height: 27px;
  }
}

/*
 * Gradients
 */
.gradient {
  background: #decf00;
  background: -moz-linear-gradient(top, #decf00 0%, #ff7407 50%, #b00000 100%);
  background: -webkit-linear-gradient(top, #decf00 0%, #ff7407 50%, #b00000 100%);
  background: linear-gradient(to bottom, #decf00 0%, #ff7407 50%, #b00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#decf00", endColorstr="#b00000",GradientType=0 );
}

.gradient.horizontal {
  background: #b00000;
  background: -moz-linear-gradient(left, #b00000 0%, #ff7407 50%, #decf00 100%);
  background: -webkit-linear-gradient(left, #b00000 0%, #ff7407 50%, #decf00 100%);
  background: linear-gradient(to right, #b00000 0%, #ff7407 50%, #decf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b00000", endColorstr="#decf00",GradientType=1 );
}

.gradient.horizontal.op-70 {
  background: -moz-linear-gradient(left, rgba(222, 207, 0, 0.7) 0%, rgba(255, 116, 7, 0.7) 50%, rgba(176, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(left, rgba(222, 207, 0, 0.7) 0%, rgba(255, 116, 7, 0.7) 50%, rgba(176, 0, 0, 0.7) 100%);
  background: linear-gradient(to right, rgba(222, 207, 0, 0.7) 0%, rgba(255, 116, 7, 0.7) 50%, rgba(176, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3decf00", endColorstr="#b3b00000",GradientType=1 );
}

.gradient.op-70 {
  background: -moz-linear-gradient(top, rgba(222, 207, 0, 0.7) 0%, rgba(255, 116, 7, 0.7) 50%, rgba(176, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(222, 207, 0, 0.7) 0%, rgba(255, 116, 7, 0.7) 50%, rgba(176, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(222, 207, 0, 0.7) 0%, rgba(255, 116, 7, 0.7) 50%, rgba(176, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3decf00", endColorstr="#b3b00000",GradientType=0 );
}

/**
 * Regular
 */
@font-face {
  font-family: "PFEncoreSansPro";
  src: url(../fonts/PFEncoreSansPro-Regular.woff) format("woff"), url(../fonts/PFEncoreSansPro-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro";
  src: url(../fonts/PFEncoreSansPro-Italic.woff) format("woff"), url(../fonts/PFEncoreSansPro-Italic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro";
  src: url(../fonts/PFEncoreSansPro-Bold.woff) format("woff"), url(../fonts/PFEncoreSansPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro";
  src: url(../fonts/PFEncoreSansPro-BoldItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/**
 * Book
 */
@font-face {
  font-family: "PFEncoreSansPro-Book";
  src: url(../fonts/PFEncoreSansPro-Book.woff) format("woff"), url(../fonts/PFEncoreSansPro-Book.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-Book";
  src: url(../fonts/PFEncoreSansPro-BookItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-BookItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-Book";
  src: url(../fonts/PFEncoreSansPro-Bold.woff) format("woff"), url(../fonts/PFEncoreSansPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/**
 * Black
 */
@font-face {
  font-family: "PFEncoreSansPro-Black";
  src: url(../fonts/PFEncoreSansPro-Black.woff) format("woff"), url(../fonts/PFEncoreSansPro-Black.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-Black";
  src: url(../fonts/PFEncoreSansPro-BlackItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-BlackItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/**
 * Ultra black
 */
@font-face {
  font-family: "PFEncoreSansPro-UltraBlack";
  src: url(../fonts/PFEncoreSansPro-UltraBlack.woff) format("woff"), url(../fonts/PFEncoreSansPro-UltraBlack.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-UltraBlack";
  src: url(../fonts/PFEncoreSansPro-UltraBlackItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-UltraBlackItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/**
 * Medium
 */
@font-face {
  font-family: "PFEncoreSansPro-Medium";
  src: url(../fonts/PFEncoreSansPro-Medium.woff) format("woff"), url(../fonts/PFEncoreSansPro-Medium.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-Medium";
  src: url(../fonts/PFEncoreSansPro-MediumItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-MediumItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/**
 * Light
 */
@font-face {
  font-family: "PFEncoreSansPro-Light";
  src: url(../fonts/PFEncoreSansPro-Light.woff) format("woff"), url(../fonts/PFEncoreSansPro-Light.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-Light";
  src: url(../fonts/PFEncoreSansPro-LightItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-LightItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/**
 * Hairline
 */
@font-face {
  font-family: "PFEncoreSansPro-Hairline";
  src: url(../fonts/PFEncoreSansPro-Hairline.woff) format("woff"), url(../fonts/PFEncoreSansPro-Hairline.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-HairlineItalic";
  src: url(../fonts/PFEncoreSansPro-HairlineItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-HairlineItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Thin
 */
@font-face {
  font-family: "PFEncoreSansPro-Thin";
  src: url(../fonts/PFEncoreSansPro-Thin.woff) format("woff"), url(../fonts/PFEncoreSansPro-Thin.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-ThinItalic";
  src: url(../fonts/PFEncoreSansPro-ThinItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-ThinItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Extra thin
 */
@font-face {
  font-family: "PFEncoreSansPro-ExtraThin";
  src: url(../fonts/PFEncoreSansPro-ExtraThin.woff) format("woff"), url(../fonts/PFEncoreSansPro-ExtraThin.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-ExtraThinItalic";
  src: url(../fonts/PFEncoreSansPro-ExtraThinItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-ExtraThinItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Ultra thin
 */
@font-face {
  font-family: "PFEncoreSansPro-UltraThin";
  src: url(../fonts/PFEncoreSansPro-UltraThin.woff) format("woff"), url(../fonts/PFEncoreSansPro-UltraThin.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFEncoreSansPro-UltraThinItalic";
  src: url(../fonts/PFEncoreSansPro-UltraThinItalic.woff) format("woff"), url(../fonts/PFEncoreSansPro-UltraThinItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Icon
 */
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Neue Haas";
  src: url(../fonts/NeueHaasUnicaW1G-Regular.woff2) format("woff2"), url(../fonts/NeueHaasUnicaW1G-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas";
  src: url(../fonts/NeueHaasUnicaW1G-Black.woff2) format("woff2"), url(../fonts/NeueHaasUnicaW1G-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas";
  src: url(../fonts/NeueHaasUnicaW1G-Bold.woff2) format("woff2"), url(../fonts/NeueHaasUnicaW1G-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.ic, .ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-twitter:before {
  content: "\e906";
}

.ic-youtube:before {
  content: "\e903";
}

.ic-linkedin:before {
  content: "\e902";
}

.ic-facebook:before {
  content: "\e904";
}

.ic-arrow-left:before {
  content: "\e905";
}

.ic-arrow-right:before, .ul li:before {
  content: "\e900";
}

.ic-chat:before {
  content: "\e901";
}

.ic-minus:before {
  content: "\e907";
}

.ic-checkmark:before {
  content: "\e908";
}

body {
  color: #000;
}

body,
.p {
  font-family: "Neue Haas", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.p {
  line-height: 19px;
}

.p-smaller {
  font-family: "Neue Haas", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.p-larger,
p.has-medium-font-size {
  font-size: 20px;
  line-height: 30px;
}

.p-xtra-small {
  font-family: "Neue Haas", sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.p-xtra-small-2 {
  font-size: 12px;
  line-height: 18px;
}

.quote {
  font-family: "Neue Haas", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
}

a {
  color: #000;
  transition: color 0.3s;
}

a:hover {
  color: #ff5330;
}

.h1,
.editor h1.small {
  font-family: "Neue Haas", sans-serif;
  font-size: 100px;
  line-height: 120px;
  font-weight: 900;
}

.h1.small,
.editor h1.small {
  font-size: 72px;
  line-height: 72px;
}

.h2 {
  font-family: "Neue Haas", sans-serif;
  font-size: 50px;
  line-height: 60px;
   font-weight: 900;
   letter-spacing: -.013em;
}

.h3,
.editor h3:not([class]) {
  font-family: "Neue Haas", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

.h4,
.editor h4:not([class]),
.editor h4.no-margin,
.editor h4.has-text-align-center {
  font-family: "Neue Haas", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 25px;
  line-height: 30px;
}

.editor-heading-4,
.editor-h4,
.editor h4:not([class]) {
  margin-bottom: 42px;
}

.h5 {
  font-family: "Neue Haas", sans-serif;
  font-size: 16px;
  line-height: 20.5px;
}

.editor-heading-4.no-margin,
.editor h4.no-margin {
  margin-bottom: 0;
}

/*
.single-service {
  .h1,
  .h3,
  .h4 { font-family: 'NeueHaasUnicaW1G-Black'; }

  .editor p { font-family: 'NeueHaasUnicaW1G-Light'; }
}
*/
.editor p,
.wp-block-column > p {
  margin-bottom: 24px;
}

.editor ul:not([class]),
.wp-block-list {
  margin-bottom: 38px;
}

.editor ul:not([class]) li,
.wp-block-list li {
  position: relative;
  padding-left: 36px;
}

.editor ul:not([class]) li:not(:last-child),
.wp-block-list li:not(:last-child) {
  margin-bottom: 20px;
}

.editor ul:not([class]) li:before,
.wp-block-list li:before {
  position: absolute;
  top: 11px;
  left: 13px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  content: "";
}

.editor p.has-medium-font-size {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .editor > *:last-child,
.wp-block-column > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1099px) {
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 639px) {
  body,
.p,
.p-larger,
p.has-medium-font-size {
    font-size: 16px;
    line-height: 20px;
  }

  .h1,
.h1.small,
.editor h1.small {
    font-size: 30px;
    line-height: 30px;
  }

  .h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .text-page-content.terms-and-conditions-page .page-title {
    margin-bottom: 48px;
  }

  .text-page-content.terms-and-conditions-page .editor,
  .text-page-content.terms-and-conditions-page .editor p {
    font-size: 18px;
    line-height: 24px;
  }

  .h3 {
    font-size: 23px;
    line-height: 23px;
  }

  .h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .quote {
    font-size: 18px;
    line-height: 21px;
  }
}
.site-logo {
  display: block;
  width: 80px;
  height: 80px;
}

.site-footer {
  padding-bottom: 40px;
}

.site-footer__main {
  margin-bottom: 30px;
}

.site-footer .logo {
  margin-bottom: 66px;
}

.site-footer .menu {
  margin-bottom: 131px;
}

.site-footer__details-title {
  margin-bottom: 10px;
}

.site-footer__details-content { line-height: 1.6 !important; }

.copyright {
  font-family: "Neue Haas", sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1099px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
  }

  .site-header .container {
    max-width: 100%;
  }

  .site-header .menu .inner {
    align-items: center;
  }

  .site-header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .site-header .mobile-nav-header {
    margin-bottom: 27px;
  }

  .site-footer {
    padding-top: 43px;
  }

  .site-footer .logo {
    margin-bottom: 43px;
  }

  .site-footer .contacts {
    max-width: 500px;
    margin-right: 0 !important;
    margin-bottom: 33px;
  }

  .site-footer .contacts a {
    display: inline-block;
    margin-bottom: 4px;
  }

  .site-footer .menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 31px;
  }

  .copyright {
    text-align: left;
  }
}
@media (max-width: 1099px) {
  .site-logo {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 639px) {
  .copyright {
    font-size: 12px;
  }
}
@media (min-width: 1100px) {
  .site-footer__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
  }

  .site-footer__col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .site-footer__logo-col {
    width: 128px;
  }

  .site-footer__details { width: 250px; }

  .site-footer__menu-col-1 {
    width: 498px;
    width: auto;
    max-width: 360px;
  }

  .site-footer__menu-col-2 {
    width: 600px;
  }
}
@media (max-width: 1220px) and (min-width: 1100px) {
  .site-footer__menu-col-1 {
    width: 400px;
  }

  .site-footer__menu-col-2 {
    width: 500px;
  }
}
@media ( max-width: 1099px ) and ( min-width: 768px ) {
  .site-footer__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
  }

  .site-footer__col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .site-footer__details,
  .site-footer__contacts { margin-bottom: 24px; }

  .site-footer__logo-col { width: 100%; }

  .site-footer__details,
  .site-footer__menu-col-1,
  .site-footer__contacts,
  .site-footer__menu-col-2 { width: 50%; }
}
@media (max-width: 1099px) {
  .site-footer__main {
    margin-bottom: 44px;
  }

  .site-footer__main.narrow-3,
.site-footer__copyright.wide {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .site-footer__logo-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;
  }

  .site-footer__contacts {
    margin-bottom: 30px;
  }

  .site-footer__contacts .contacts {
    margin-bottom: 0;
  }
}

@media ( max-width: 767px ) { .site-footer__details { margin-bottom: 24px; } }

@media (max-width: 500px) {
  .site-footer__main.narrow-3,
.site-footer__copyright.wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/**
 * Info bar
 */
.info-bar {
  padding-top: 16px;
  padding-bottom: 17px;
}

.site-footer .info-bar {
  margin-bottom: 45px;
}

.info-bar,
.info-bar a {
  color: #fff;
}

.info-bar a:hover {
  color: #ff5330;
}

.info-bar .contacts,
.site-footer .contacts {
  margin-right: 25px;
  font-family: "Neue Haas", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.info-bar .contacts a,
.site-footer .contacts a {
  margin-right: 17px;
}

.info-bar .contacts a:last-child,
.site-footer .contacts a:last-child {
  margin-right: 0;
}

.info-bar .contacts .email-1,
.site-footer .contacts .email-1 {
  margin-right: 0;
}

.info-bar .contacts .email-2,
.site-footer .contacts .email-2 {
  margin-right: 22px;
}

.info-bar .contacts .phone-2,
.site-footer .contacts .phone-2 {
  margin-right: 14px;
}

.social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
  padding-left: 7px;
}

.social li:first-child {
  margin-right: 31px !important;
}

.social li:not(:last-child) {
  margin-right: 24px;
}

.social a {
  color: #fff;
}

.social a:hover {
  color: #ff5330;
}

.social .ic-facebook {
  font-size: 17px;
}

.social .ic-twitter {
  font-size: 16px;
}

.social .ic-youtube {
  font-size: 15px;
}

.social .ic-linkedin {
  font-size: 16px;
}

.language-switcher a {
  font-weight: 900;
  font-family: "Neue Haas", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.language-switcher li:not(:last-child) {
  margin-right: 26px;
}

.language-switcher .active a {
  font-family: "Neue Haas", sans-serif;
  font-weight: 700;
  color: #ff5330;
}

@media (max-width: 1099px) {
  .language-switcher { margin-right: 2px; }

  .language-switcher li:not(:last-child) { margin-right: 22px; }

  .social {
    padding-left: 0;
    padding-right: 1px;
  }

  .site-footer .contacts a {
    color: #fff;
  }
}
@media (max-width: 639px) {
  .social {
    margin-top: 10px;
  }
}
/**
 * Menu bar
 */
.site-header .menu {
  padding-top: 35px;
}

.site-header .menu .inner {
  padding-bottom: 19px;
  border-bottom: 10px solid #e8e8e8;
}

.burger {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
}

.burger span {
  position: absolute;
  left: 3px;
  width: 18px;
  height: 4px;
  background: #222;
}

.burger .top {
  top: 3px;
}

.burger .mid {
  top: 10px;
}

.burger .bot {
  top: 17px;
}

@media (max-width: 1099px) {
  .site-header .menu {
    padding-top: 21px;
  }

  .site-header .menu .inner {
    padding-bottom: 20px;
  }

  .site-header .nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .site-header .nav-wrap {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 4;
    width: 380px;
    max-width: 90%;
    height: 100%;
    padding: 43px 40px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: right 0.3s;
    overflow: auto;
  }

  .nav-open .site-header .nav-bg {
    opacity: 0.9;
    pointer-events: all;
  }

  .nav-open .site-header .nav-wrap {
    right: 0;
  }


  .nav-wrap.sub-menu-open .search-form,
  .nav-wrap.sub-menu-open .header-shop-links,
  .nav-wrap.sub-menu-open .nav-main > ul > li:not(.is-active),
  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active-sub-menu > a,
  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active-sub-menu > .sub-menu > li:not(.is-active) {
    display: none !important;
  }

  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active > .sub-menu,
  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active-sub-menu > .sub-menu > li.is-active .sub-menu {
    display: block;
  }

  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active-sub-menu > .sub-menu > li.is-active > a {
    padding-left: 0;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
  }

  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active-sub-menu > .sub-menu > li.is-active > a,
  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active > a { pointer-events: none; }

  .nav-wrap.sub-menu-open .nav-main > ul > li.is-active-sub-menu > .sub-menu > li.is-active > a .menu-item-icon { display: none; }

  .nav-main > ul > li > .sub-menu { margin-top: 24px; }
  .nav-main > ul > li:not(.is-active-sub-menu) > .sub-menu { margin-top: 54px; }

  .nav-main .sub-menu a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
  }

  .nav-main > ul > li > .sub-menu > li:not(:last-child) { margin-bottom: 28px; }

  .nav-main > ul > li > .sub-menu > li > a {
    position: relative;
    padding-left: 28px;
  }

  .nav-main > ul > li > .sub-menu > li > a .menu-item-icon {
    position: absolute;
    top: -3px;
    left: 0;
    width: 21px;
    height: 21px;
  }

  .nav-main > ul > li > .sub-menu > li > .sub-menu { margin-top: 52px; }

  .nav-main > ul > li > .sub-menu > li > .sub-menu > li:not(:last-child) { margin-bottom: 26px; }

  .nav-main > ul > li > .sub-menu > li > .sub-menu > li > a {
    font-weight: 900;
  }

  .nav-main .sub-menu .sub-menu .sub-menu { margin-top: 27px; }

  .nav-main .sub-menu .sub-menu .sub-menu li:not(:last-child) { margin-bottom: 28px; }


  .nav-main .menu-item-has-children > a {
    position: relative;
    display: inline-block;
    padding-right: 32px;
  }

  .nav-main .submenu-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
    margin-top: 4px;
    cursor: pointer;
  }

  .nav-main .submenu-toggle svg {
    width: 100%;
    height: 100%;
  }

  .nav-main .sub-menu .submenu-toggle {
    width: 14px;
    height: 8px;
  }

  .nav-main .sub-menu .menu-item-has-children > a { padding-right: 20px; }

  .nav-main .is-active > a .submenu-toggle { display: none !important; }

  .nav-main .sub-menu .sub-menu .submenu-toggle { display: none !important; }


  .nav-wrap.sub-menu-open .nav-close__nav { display: none !important; }
  .nav-wrap.sub-menu-open .nav-close__sub-menu { display: block !important; }

  .mobile-nav-socials .social { margin-top: 28px; }

  .mobile-nav-socials .social a { color: #000; }
}
/**
 * Alt navigation
 */
.nav-alt {
  margin-bottom: 18px;
}

.nav-alt a {
  font-size: 18px;
  color: #000;
}

.nav-alt a:hover {
  color: #ff5330;
}

@media (min-width: 1100px) {
  .nav-alt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-alt li:not(:last-child) {
    margin-right: 32px;
  }

  .nav-alt li:first-child {
    margin-right: 43px;
  }
}
@media (max-width: 1099px) {
  .nav-alt {
    margin-bottom: 36px;
  }

  .nav-alt li:not(:last-child) {
    margin-bottom: 18px;
  }
}
/**
 * Main navigation
 */
.nav-main a {
  font-family: "Neue Haas", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 900;
}

.nav-main .current-menu-item > a {
  color: #ff5330;
}

.nav-main .current-menu-item > a path { stroke: #ff5330; }

.nav-main .sub-menu { display: none; }

@media (min-width: 1100px) {
  .nav-main ul {
    display: flex;
    flex-wrap: wrap;
  }

  .nav-main li:not(:last-child) {
    margin-right: 41px;
  }

  .nav-main a:hover {
    color: #ff5330;
  }
}
@media (max-width: 1099px) {
  .nav-main-wrap { margin-top: 24px; }

  .nav-main li:not(:last-child) {
    margin-bottom: 24px;
  }

  .nav-main a {
    font-size: 36px;
    line-height: 40px;
  }
}
/**
 * Footer navigation
 */
.nav-footer {
  margin-bottom: 28px;
}

.nav-footer li:not(:last-child) {
  margin-bottom: 24px;
}

.nav-footer a {
  position: relative;
  display: block;
  padding-left: 42px;
  display: block;
  font-family: "Neue Haas", sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}

.nav-footer a:hover,
.nav-footer a:hover:before {
  color: #ff5330;
}

.nav-footer a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 17px;
  color: #fff;
}

@media (max-width: 1099px) {
  .nav-footer {
    width: 100%;
    margin-left: 2px;
  }

  .nav-footer,
.nav-footer li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 639px) {
  .nav-footer a {
    font-size: 18px;
  }
}
.toolbar-link {
  display: block;
  margin-top: 2px;
  margin-right: 20px;
  font-size: 16px;
}

@media (max-width: 1099px) {
  .toolbar-link {
    margin-right: 0;
    margin-top: 16px;
    font-size: 18px;
  }
}
body.body-bg-white {
  background: #fff;
}

@media (max-width: 1099px) {
  .site-wrap {
    padding-top: 94px;
  }

  .single:not(.single-product) .site-wrap {
    padding-top: 105px;
  }
}
/**
 * Form styles
 */
.wpcf7 br {
  display: none;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}

.input-block {
  display: block;
  margin-bottom: 14px;
}

.input-block.mg-large {
  margin-bottom: 24px;
}

.label {
  display: block;
  margin-bottom: 7px;
  font-family: "Neue Haas", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.input {
  display: block;
  width: 100%;
  padding: 13px 11px;
  font-family: "Neue Haas", sans-serif;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: border-color 0.3s;
}

.input:hover,
.input:focus {
  border-color: #000;
}

.textarea {
  height: 215px;
}

div.wpcf7-response-output {
  display: none !important;
}

div.wpcf7-response-output {
  margin: 40px 0 0;
  padding: 20px;
  font-family: "Neue Haas", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border-width: 1px;
}

div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #ee1144;
  background: #fff1f4;
  border-color: #ee1144;
}

.input.wpcf7-not-valid {
  border: 2px solid rgba(208, 2, 27, 0.2);
}

span.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-family: "Neue Haas", sans-serif;
  font-size: 12px;
  color: #ee1144;
  line-height: 12px;
}

@media (max-width: 1099px) {
  .input-block {
    margin-bottom: 12px;
  }
}
/**
 * Unordered list
 */
.ul li {
  position: relative;
  padding-left: 49px;
  font-family: "Neue Haas", sans-serif;
  font-weight: 900;
  font-size: 24px;
}

.ul li:not(:last-child) {
  margin-bottom: 12px;
}

.ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  color: #ff5330;
}

@media (max-width: 639px) {
  .ul li {
    font-size: 18px;
  }
}
/**
 * Content rectangle
 */
.content-rectangle {
  width: 100%;
  height: 17px;
  margin-bottom: 49px;
  background: #e8e8e8;
}

@media (max-width: 1099px) {
  .content-rectangle {
    height: 10px;
    margin-bottom: 33px;
  }
}
/**
 * Single Service
 */
@media (min-width: 1100px) {
  .wp-block-column {
    display: flex;
    flex-direction: column;
  }

  .main-columns > .wp-block-column:not(:first-child),
  .main-columns-reversed > .wp-block-column:not(:first-child) {
    margin-left: 40px;
  }

  .main-columns > .wp-block-column:first-child,
  .main-columns-reversed > .wp-block-column:last-child {
    flex-basis: 33% !important;
  }

  .main-columns > .wp-block-column:last-child,
  .main-columns-reversed > .wp-block-column:first-child {
    flex-basis: 66% !important;
  }

  .main-columns-reversed-narrow > .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }

  .main-columns.sidebar-justify > .wp-block-column:first-child {
    justify-content: space-between;
  }
}
@media (max-width: 1099px) {
  .main-columns {
    flex-wrap: wrap;
  }

  .main-columns > .wp-block-column,
  .main-columns-reversed > .wp-block-column {
    flex-basis: 100% !important;
    flex-shrink: 0;
  }
}


/**
 * Popup
 */
.fancybox-bg {
  background: #fff;
}

.fancybox-content {
  padding: 0;
  overflow: visible;
}

.fancybox-slide--html .fancybox-close-small {
  right: -2px;
  width: 64px;
  height: 64px;
  padding: 15px;
}

@media (max-width: 1099px) {
  .fancybox-slide--html {
    padding: 0;
  }

  .fancybox-content {
    vertical-align: top;
  }
}
/**
 * Request form
 */
.request-form {
  width: 640px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.request-form .inner {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.request-form .form-title {
  margin-bottom: 25px;
  font-family: "Neue Haas", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.request-form .form-sub-title {
  margin-bottom: 24px;
}

.request-form .submit-wrap {
  position: relative;
}

div.wpcf7 .request-form .ajax-loader {
  top: 50%;
  left: 100%;
}

@media (max-width: 639px) {
  .request-form {
    max-width: 100%;
  }

  .request-form .inner {
    max-width: 90%;
  }
}
.tax-equipment_category .page-title {
  margin-bottom: 24px;
}

.tax-equipment_category .content-rectangle {
  height: 10px;
  margin-bottom: 29px;
}

@media (max-width: 1099px) {
  .tax-equipment_category .content-rectangle {
    margin-bottom: 58px;
  }

  .tax-equipment_category .page-title {
    margin-bottom: 42px;
  }

  .posts-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .posts-container > .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .posts-container .post-equipment-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/**
 * Contacts
 */
.page-template-contacts .site-header {
  margin-bottom: 7px;
}

.page-template-contacts .site-content {
  padding-top: 21px;
}



.contacts-additional {
  margin-bottom: 89px;
}

.map {
  width: 100%;
  height: 335px;
}

@media (max-width: 1099px) {
  .page-template-contacts .site-content {
    padding-top: 69px;
  }

  .page-template-contacts .content-rectangle {
    margin-bottom: 59px;
  }

  .contacts-additional {
    margin-bottom: 78px;
  }

  .contacts-additional .c-col {
    width: 48%;
  }
}

/*
 * Animations
 */
[data-an] {
  min-height: 1px;
}

[data-an=scale-in-fade-in] {
  transform: scale(2);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}

[data-an=scale-in-fade-in][data-an-complete=true] {
  transform: scale(1);
  opacity: 1;
}

[data-an=fade-in] {
  opacity: 0;
  transition: opacity 0.5s;
}

[data-an=fade-in][data-an-complete=true] {
  opacity: 1;
}

[data-an=fade-in-from-top] {
  position: relative;
  top: -30px;
  opacity: 0;
  transition: top 0.5s, opacity 0.5s;
}

[data-an=fade-in-from-top][data-an-complete=true] {
  top: 0;
  opacity: 1;
}

[data-an=fade-in-from-bottom] {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: top 0.5s, opacity 0.5s;
}

[data-an=fade-in-from-bottom][data-an-complete=true] {
  top: 0;
  opacity: 1;
}

[data-an=fade-in-from-left] {
  position: relative;
  left: -30px;
  opacity: 0;
  transition: left 0.5s, opacity 0.5s;
}

[data-an=fade-in-from-left][data-an-complete=true] {
  left: 0;
  opacity: 1;
}

[data-an=fade-in-from-right] {
  position: relative;
  right: -30px;
  opacity: 0;
  transition: right 0.5s, opacity 0.5s;
}

[data-an=fade-in-from-right][data-an-complete=true] {
  right: 0;
  opacity: 1;
}

[data-an=slide-in-from-bottom] {
  position: relative;
  top: 80px;
  transition: top 0.3s;
}

[data-an=slide-in-from-bottom][data-an-complete=true] {
  top: 0;
}

.wp-block-buttons.aligncenter {
  justify-content: center;
}

.modal {
  display: flex;
  justify-content: center;
}

.btn-orange {
  min-width: auto !important;
  background-color: #ff5330;
  color: #FFFFFF;
}

@media screen and (min-width: 1366px) {
  .col-check .btn-orange {
    min-width: 172px !important;
    background-color: #ff5330;
    color: #FFFFFF;
  }
}
@media (max-width: 1099px) {
  .closeblock {
    z-index: 999999;
    opacity: 1;
    color: #000;
  }

  div.service-template-default.container {
    max-width: 642px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  div.service-template-default.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/**
 * Content slider
 */
.csc-block-content-slider {
  margin-bottom: 41px;
  border-bottom: 10px solid #E8E8E8;
}

.csc-block-content-slider .slide {
  position: relative;
  display: block;
  height: 420px;
}

.csc-block-content-slider .slick-arrow .ic { color: #000; }

.csc-block-content-slider .slide.bg-type-single {
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}

.csc-block-content-slider .slide.bg-type-separate .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.csc-block-content-slider .slide.bg-type-separate .image {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: auto;
}

.csc-block-content-slider .slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 740px;
}

.csc-block-content-slider .slide-content .title {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.csc-block-content-slider .slide-content .sub-title {
  margin-bottom: 20px;
  margin-left: 7px;
  font-family: "Neue Haas", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.csc-block-content-slider .slide-content .btn {
  min-width: 220px;
  margin-left: 7px;
}

.csc-block-content-slider .slick-arrow {
  position: absolute;
  top: 30px;
  z-index: 1;
  font-size: 18px;
  cursor: pointer;
}

.csc-block-content-slider .slick-prev {
  right: 82px;
}

.csc-block-content-slider .slick-next {
  right: 31px;
}

@media (max-width: 1099px) {
  .csc-block-content-slider .slide-content {
    width: 51%;
    right: 0;
  }

  .csc-block-content-slider .slide-content br {
    display: none;
  }

  .csc-block-content-slider .slide-content .title {
    margin-bottom: 31px;
    margin-left: 7px;
    font-size: 32px;
	font-size: 24px;
    line-height: 40px;
	line-height: 34px;
  }

  .csc-block-content-slider .slide-content .sub-title {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 22px;
  }

  .csc-block-content-slider .slide-content .sub-title:not(:last-child) {
    margin-bottom: 24px;
  }

  .csc-block-content-slider .slick-arrow {
    top: 38px;
  }

  .csc-block-content-slider .slick-next {
    right: 21px;
  }

  .csc-block-content-slider .slick-prev {
    right: 72px;
  }
}
@media (max-width: 639px) {
  .csc-block-content-slider .slide {
    height: 390px;
    overflow: hidden;
  }

  .csc-block-content-slider .slide-content {
    width: 60%;
  }

  .csc-block-content-slider .slide.bg-type-single {
    background-position: left center;
  }

  .csc-block-content-slider .slide.bg-type-separate .image {
    left: -70px;
  }

  .csc-block-content-slider .slide-content .title {
    margin-bottom: 15px;
  }

  .csc-block-content-slider .slide-content .sub-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 400px) {
  .csc-block-content-slider .slide-content .title {
    font-size: 15px !important;
    line-height: 20px;
  }

  .csc-block-content-slider .slide-content .btn {
    min-width: 100px;
  }
}

/**
 * Gutenberg columns
 */
.wp-block-column .wp-block-image {
  flex-shrink: 0;
}

@media (min-width: 1100px) {
  .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }

  .wp-block-column {
    flex-basis: calc(50% - 10px);
  }

  .wp-block-columns {
    margin-bottom: 0;
  }

  .wp-block-columns.columns-2-narrow .wp-block-column,
.wp-block-columns.columns-3-narrow .wp-block-column {
    flex-basis: calc(50% - 10px);
  }

  .wp-block-columns.columns-2-narrow .wp-block-column:not(:first-child),
.wp-block-columns.columns-3-narrow .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 1099px) {
  .wp-block-columns {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .wp-block-column,
.wp-block-column:nth-child(2n) {
    flex-basis: 100% !important;
    margin: 0;
    flex-shrink: 0;
  }
}
/**
 * Info block
 */
.csc-block-info-block {
  display: flex;
  flex-direction: column;
  padding: 86px 85px 75px 75px;
}

.csc-block-info-block.image-pos-top {
  padding-top: 0;
}

.csc-block-info-block .title {
  margin-bottom: 37px;
}

.csc-block-info-block .title.mg-large {
  margin-bottom: 20px;
}

.csc-block-info-block .text {
  margin-bottom: 43px;
}

.csc-block-info-block .text.mg-small {
  margin-bottom: 32px;
}

.csc-block-info-block.image-pos-top .image-wrap {
  margin-bottom: 68px;
}

.csc-block-info-block .image {
  width: 100%;
  height: 0;
}

.csc-block-info-block .ul li:before {
  color: #000;
}

@media (min-width: 1100px) {
  .csc-block-info-block:first-child:last-child {
    height: 100%;
  }

  .csc-block-info-block.image-pos-bottom {
    padding-bottom: 0;
  }

  .csc-block-info-block .image-wrap {
    margin-left: -75px;
    margin-right: -85px;
  }

  .csc-block-info-block.image-pos-bottom .image-wrap-position {
    margin-top: auto;
  }

  .csc-block-info-block.image-pos-bottom .image-wrap {
    margin-top: 164px;
  }

  .csc-block-info-block .image {
    padding-bottom: 60.6%;
  }
}
@media (max-width: 1099px) {
  .csc-block-info-block {
    margin-bottom: 19px;
    padding: 86px 49px 63px 49px;
  }

  .csc-block-info-block .inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .csc-block-info-block.no-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .csc-block-info-block.no-bg.no-image {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .csc-block-info-block.no-image {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .csc-block-info-block .image-wrap {
    margin-left: -49px;
    margin-right: -49px;
  }

  .csc-block-info-block.image-pos-top,
.csc-block-info-block.image-pos-bottom {
    padding-top: 0;
  }

  .csc-block-info-block.image-pos-top .image-wrap,
.csc-block-info-block.image-pos-bottom .image-wrap {
    margin-bottom: 56px;
  }

  .csc-block-info-block .image {
    padding-bottom: 33.4%;
  }
}
@media (max-width: 639px) {
  .csc-block-info-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .csc-block-info-block .image-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  .csc-block-info-block.image-pos-top .image-wrap,
.csc-block-info-block.image-pos-bottom .image-wrap {
    margin-bottom: 25px;
  }

  .csc-block-info-block .title {
    margin-bottom: 25px;
  }
}


/**
 * Image block
 */
.wp-block-image {
  margin-bottom: 32px;
}

/**
 * Embed
 */
.main-columns .wp-block-embed {
  max-width: 550px;
}

.wp-block-embed .embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Quote
 */
.csc-block-quote {
  padding-top: 33px;
  border-top: 2px solid #000;
}

@media (max-width: 1099px) {
  .csc-block-quote {
    margin-bottom: 34px;
  }
}
/**
 * Post list
 */
.csc-block-post-list:last-child {
  margin-top: auto;
}

.main-columns.sidebar-justify .csc-block-post-list:last-child {
  margin-top: 0;
}

.csc-block-post-list .title {
  margin-bottom: 25px;
}

@media (max-width: 1099px) {
  .csc-block-post-list:last-child {
    padding-top: 20px;
  }
}

@media (max-width: 1099px) {
  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

#klaro {
  opacity: 0;
  transition: all .2s;
}



/* Shop links */
.header-shop-links { margin-bottom: 13px; }
.header-shop-links--compact {
  margin-bottom: 0;
  margin-right: 40px;
}



/* Shop links */
.shop-link {
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.shop-link:not(:last-child) { margin-right: 40px; }

.shop-link svg { margin-right: 6px; }


.header-shop-links--compact .shop-link__label { display: none; }

.header-shop-links--compact .shop-link button > svg,
.header-shop-links--compact .shop-link > svg {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.header-shop-links--compact .cart-link__count {
  bottom: -2px;
  margin-right: -11px;
}

@media ( max-width: 1099px ) {
  .header-shop-links:not(.header-shop-links--compact) .shop-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}



/* Authorization menu */
.auth-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  width: 340px;
  display: none;
  margin-top: 14px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.auth-menu::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 14px;
  content: '';
}

.auth-link { color: #000; }

.auth-link,
.auth-link path { transition: all .2s; }

.auth-menu-wrap:hover .auth-menu { display: block; }

.auth-menu-wrap:hover .auth-link { color: #ff5330; }

.auth-menu-wrap:hover .auth-link path { fill: #ff5330; }

.auth-menu__title { margin-bottom: 14px; }

.auth-menu__separator-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

.auth-menu__nav li:not(:last-child) { margin-bottom: 14px; }

.auth-menu__nav a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: 900;
  font-size: 12px;
  line-height: 18px;
}

.auth-menu__nav a svg {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
}

.auth-menu__nav a path { transition: all .2s; }

.auth-menu__nav .type-logout { color: #EE1144; }


.auth-menu__nav a:hover { color: #ff5330; }

.auth-menu__nav a:hover path { fill: #ff5330; }

@media ( max-width: 580px ) {
  .auth-menu {
    width: 260px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}



/* Cart link */
.cart-link__count {
  position: absolute;
  bottom: -1px;
  right: 100%;
  margin-right: -9px;
  padding: 4px;
  padding: 2.5px 4.5px;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #EE1144;
  border-radius: 4px;
}



/* Search form */
.search-form {
  width: 24px;
  height: 40px;
  margin-left: 40px;
  transition: width .2s;
}

.search-form__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: left .2s;
}

.search-form__inner {
  max-height: 100%;
  width: 0;
  overflow: hidden;
  transition: max-width .2s;
}

.search-form__input {
  flex: 1;
  padding: 8px;
  padding-left: 45px;
  border-color: #828282;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-form__input::placeholder { color: #B5B5B5; }


.search-form__submit {
  width: 90px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
}

.search-form.is-active { width: 356px; }

.search-form.is-active .search-form__icon { left: 12px; }

.search-form.is-active .search-form__inner { width: 100%; }

@media ( min-width: 1100px ) {
  .search-form { order: 2; }
}

@media ( max-width: 1099px ) {
  .search-form,
  .search-form.is-active {
    width: 100%;
    margin-left: 0;
  }

  .search-form { margin-bottom: 24px; }

  .search-form__inner { width: 100%; }

  .search-form__icon { left: 12px; }
}



/* Typography */
.ff-neue-haas { font-family: "Neue Haas", sans-serif; }

.fw-black { font-weight: 900; }
.fw-bold { font-weight: 700; }
.fw-normal { font-weight: 400; }

.heading {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.012em;
}

.heading-small {
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
}

.heading-xtra-small {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
}

.sub-heading {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
}

.sub-heading-reg {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.text-small {
    font-size: 14px;
    line-height: 18px;
}

.text-xtra-small {
    font-size: 12px;
    line-height: 18px;
}

.woocommerce-error:not(:empty),
.woocommerce-notices-wrapper:not(:empty) { margin-bottom: 24px; }


@media ( max-width: 1099px ) {
    .container {
      max-width: 100%;
      padding-left: 40px;
      padding-right: 40px;
    }
}

@media ( max-width: 480px ) {
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }
}



/* Handheld contacts */
.mobile-nav-contacts {
  margin-top: 54px;
  font-size: 12px;
  line-height: 18px;
}

.mobile-nav-contacts a {
  font-size: 13px;
  font-weight: 900;
}

.mobile-nav-contacts .contact-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mobile-nav-contacts .contact-block__label {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.mobile-nav-contacts .contact-block__separator {
  order: 1;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
}

.mobile-nav-contacts [class*="phone"] { order: 0; }
.mobile-nav-contacts [class*="email"] { order: 2; }

.site-header .mobile-nav-contacts .info-bar-block.contacts .contact-block:not(:last-child) { margin-bottom: 27px !important; }

.link-after-social {
  display: block;
  margin-top: 2px;
  margin-left: 20px;
  font-size: 16px;
}

#omnivaLtModal { display: none !important; }

@media ( max-width: 1099px ) {
  .link-after-social {
    margin-top: 15px;
    margin-left: 0;
    font-size: 18px;
  }

  .site-footer .info-bar-block.contacts .contact-block:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 24px !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
}



.nav-legal ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav-legal li:not(:last-child) { margin-right: 24px; }

.nav-legal a { transition: color .2s; }

.nav-legal a:hover { color: #ff5330; }

@media ( max-width: 1099px ) {
  .nav-legal {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media ( max-width: 767px ) {
  .nav-legal ul { display: block; }

  .nav-legal li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* Pagination */
.woocommerce-pagination {
  text-align: right;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 8px;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 10px;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: background .3s, color .3s;
    padding: 11px 7px;
}

.woocommerce-pagination ul.page-numbers li a:hover {
  background: var(--color-primary);
}

.woocommerce-pagination ul.page-numbers li span.current {
  background: var(--color-primary);
  font-weight: bold;
}

.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-pagination ul.page-numbers li a.prev {
  font-weight: bold;
}

/* Breadcrumbs */
.breadcrumbs {
  flex-wrap: nowrap;
  min-width: 0;
}
.breadcrumbs > span {
  white-space: nowrap;
}
.breadcrumbs > span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
