@charset "UTF-8";
/*!
    Theme Name: olta
    Theme URI:
    Description:
    Version: 1.4.0
    Author: Kamil Mendelski <kamil@frontlabs.pl
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: Bodoni;
  font-weight: 500;
  src: url(/wp-content/themes/olta/assets/fonts/Bodoni-16-Medium.eot);
  src:
    url(/wp-content/themes/olta/assets/fonts/Bodoni-16-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/olta/assets/fonts/Bodoni-16-Medium.woff)
      format("woff"),
    url(/wp-content/themes/olta/assets/fonts/Bodoni-16-Medium.ttf)
      format("truetype");
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 100;
  src: url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Th.eot);
  src:
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Th.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Th.woff)
      format("woff"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Th.ttf)
      format("truetype");
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 200;
  src: url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-ThEx.eot);
  src:
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-ThEx.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-ThEx.woff)
      format("woff"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-ThEx.ttf)
      format("truetype");
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 300;
  src: url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Lt.eot);
  src:
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Lt.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Lt.woff)
      format("woff"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Lt.ttf)
      format("truetype");
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 400;
  src: url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Roman.eot);
  src:
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Roman.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Roman.woff)
      format("woff"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Roman.ttf)
      format("truetype");
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  src: url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Md.eot);
  src:
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Md.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Md.woff)
      format("woff"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Md.ttf)
      format("truetype");
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 700;
  src: url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Bd.eot);
  src:
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Bd.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Bd.woff)
      format("woff"),
    url(/wp-content/themes/olta/assets/fonts/HelveticaNeueLTPro-Bd.ttf)
      format("truetype");
}
html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  min-width: 320px;
  padding: 0;
  width: 100%;
}
.overflow {
  overflow: hidden !important;
}
.overflow,
.overflow header {
  height: 100%;
}
body {
  margin: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
figure {
  margin: 1em 0;
}
figure:first-child {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
.text-content a {
  opacity: 0.4;
}
.text-content a:hover {
  opacity: 1;
}
.text-content a.button {
  margin-top: 20px;
  opacity: 1;
}
abbr[title] {
  border-bottom: 1px dotted #767676;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #eee;
  color: #222;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
.select-styled,
button,
input,
optgroup,
select,
textarea {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: sans-serif;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  height: 40px;
  line-height: 2;
  margin: 0;
  max-width: 100%;
  padding: 5px 23px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.select-styled[aria-invalid="true"],
button[aria-invalid="true"],
input[aria-invalid="true"],
optgroup[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: #ee4023;
}
.select-styled[aria-invalid="true"]
  + .select2.select2-container
  .select2-selection,
button[aria-invalid="true"] + .select2.select2-container .select2-selection,
input[aria-invalid="true"] + .select2.select2-container .select2-selection,
optgroup[aria-invalid="true"] + .select2.select2-container .select2-selection,
select[aria-invalid="true"] + .select2.select2-container .select2-selection,
textarea[aria-invalid="true"] + .select2.select2-container .select2-selection {
  border-color: #ee4023 !important;
}
button {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}
::-webkit-input-placeholder {
  color: #000;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  opacity: 0.3;
  text-transform: uppercase;
}
::-moz-placeholder {
  color: #000;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  opacity: 0.3;
  text-transform: uppercase;
}
::-ms-input-placeholder {
  color: #000;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  opacity: 0.3;
  text-transform: uppercase;
}
::placeholder {
  color: #000;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  opacity: 0.3;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #000;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  opacity: 0.3;
  text-transform: uppercase;
}
textarea {
  height: 80px;
  max-width: 100%;
  min-height: 80px;
  padding-top: 14px;
}
.select-styled {
  border: 1px solid #000;
  height: 40px;
  line-height: 2.6;
  position: relative;
}
.select-styled:after {
  color: #000;
  content: "\f3d0" !important;
  font-family: Ionicons !important;
  font-size: 24px !important;
  font-size: 27px !important;
  height: 38px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px !important;
}
.select2-search--dropdown {
  display: none !important;
}
.select-options {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  left: 0;
  line-height: 1.15;
  list-style: none;
  margin-top: 2px;
  max-height: 185px;
  overflow-y: scroll;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9000;
}
.select-options li {
  color: #798384;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  list-style: none;
  padding: 5px 20px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}
.select-options li:before {
  display: none !important;
}
.select-options li:first-child {
  opacity: 0;
  position: absolute;
}
.select-options li:hover {
  background: #c9c9c9;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 9999px #fff;
}
.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  z-index: 2;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  top: 0;
  visibility: hidden;
}
label,
select {
  left: 0;
  position: absolute;
}
label {
  bottom: 5px;
  color: grey;
  display: inline-block;
  font-size: 11.7px;
  font-size: 0.73125rem;
  line-height: 1;
  margin-left: 10px;
  padding: 0.40625rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}
label.empty,
label.has-value {
  bottom: 100%;
  font-size: 7.839px;
}
div.wpcf7-mail-sent-ng {
  background: #000;
  border: 0;
  color: #fff;
}
div.wpcf7-mail-sent-ok {
  border: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
}
.wpcf7-display-none {
  display: none !important;
}
.accept span.wpcf7-not-valid-tip {
  bottom: -12px;
  left: 40px;
}
.accept span.wpcf7-list-item {
  margin: 0;
}
.accept label {
  bottom: 0;
  color: grey;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.55;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.accept label a {
  opacity: 0.4;
}
.accept label a:hover {
  opacity: 1;
}
.accept label .wpcf7-list-item-label {
  color: grey;
  cursor: pointer;
  display: block;
  line-height: 1.55;
  margin: 0;
  padding: 4px 0 4px 25px;
  position: relative;
}
.accept label .wpcf7-list-item-label:before {
  border: 1px solid grey;
  border-radius: 3px;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 14px;
  z-index: 2;
}
.accept label input[type="checkbox"] {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: auto;
}
.accept label input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background: #000;
}
.accept label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  left: 2px;
  position: absolute;
  top: 7px;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 3;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.float-left {
  display: block !important;
  float: left;
}
.float-right {
  display: block !important;
  float: right;
}
@media screen and (min-width: 770px) {
  .text-right-sm {
    text-align: right;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media screen and (min-width: 970px) {
  .text-right-md {
    text-align: right;
  }
  .text-left-md {
    text-align: left;
  }
}
.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after {
  clear: both;
}
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: HelveticaNeue, helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.75em;
  padding: 0;
}
h1 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 100;
  margin: 0 0 0.55em;
}
@media screen and (min-width: 770px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 970px) {
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
h1 small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0 0 -0.214em;
  text-transform: uppercase;
}
@media screen and (min-width: 770px) {
  h1 small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
h1.gallery-title {
  font-weight: 100;
  letter-spacing: 1.2px;
}
h1.gallery-title small {
  font-weight: 500;
  letter-spacing: 0.42px;
}
@media screen and (min-width: 1366px) {
  h1.gallery-title small {
    margin-bottom: -1.284em;
  }
}
h1.no-margin-bottom {
  margin: 30px 0 0;
}
@media screen and (min-width: 770px) {
  h1.no-margin-bottom {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1366px) {
  h1.no-margin-bottom {
    margin: 100px 0 0;
  }
}
h1.product-category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.61em;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
h1.product-category-title span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 50px;
}
@media screen and (min-width: 550px) {
  h1.product-category-title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
h1.product-category-title:after,
h1.product-category-title:before {
  background: #c9c9c9;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 770px) {
  h1.product-category-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h2 {
  font-family: Bodini;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 770px) {
  h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 970px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (min-width: 770px) {
  h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 970px) {
  h3 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 770px) {
  h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 970px) {
  h4 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.25em;
}
h6 {
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: 400;
}
p {
  margin: 0.75em 0;
  padding: 0;
}
img {
  height: auto;
}
iframe,
img {
  max-width: 100%;
}
iframe {
  width: 100%;
}
.content p:last-child,
.entry-title p:last-child {
  margin: 0;
}
blockquote,
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 15px 0;
  padding: 20px;
  position: relative;
  z-index: 10;
}
blockquote > :first-child {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
blockquote > :first-child:before {
  background-size: 100% auto;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  right: -9px;
  top: -45px;
  width: 45px;
}
@media screen and (min-width: 970px) {
  blockquote > :first-child:before {
    height: 52px;
    right: -11px;
    top: -55px;
    width: 55px;
  }
}
@media screen and (min-width: 1366px) {
  blockquote > :first-child:before {
    height: 61px;
    right: -15px;
    top: -65px;
    width: 65px;
  }
}
blockquote p:last-child {
  margin: 0;
}
blockquote:before {
  border: 1px solid #000;
  border-right: 0;
  left: 0;
}
blockquote:after,
blockquote:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 18px;
  z-index: -1;
}
blockquote:after {
  border: 1px solid #000;
  border-left: 0;
  right: 0;
}
@media screen and (min-width: 970px) {
  blockquote {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 40px auto;
    padding: 20px 40px;
    width: 90%;
  }
  blockquote:after,
  blockquote:before {
    width: 38px;
  }
}
@media screen and (min-width: 1366px) {
  blockquote {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 60px auto;
    padding: 20px 60px;
  }
  blockquote:after,
  blockquote:before {
    width: 58px;
  }
}
.single blockquote {
  font-size: 16px;
  font-size: 1rem;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
address {
  margin: 0 0 1.5em;
}
big {
  font-size: 125%;
}
blockquote {
  quotes: "" "";
}
q {
  quotes: "“" "”" "‘" "’";
}
blockquote:after,
blockquote:before {
  content: "";
}
:focus {
  outline: none;
}
hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0 0 0.75em;
  width: 100%;
}
ol,
ul {
  list-style: none;
}
ol {
  counter-reset: counter;
}
ol li {
  counter-increment: counter;
  padding: 0 0 0 20px;
}
ol li:before {
  content: counter(counter) ". ";
  left: 0;
  position: absolute;
  top: 0;
}
ol li ol {
  counter-reset: list;
}
ol li ol li {
  counter-increment: list;
}
ol li ol li:before {
  content: counter(list, lower-alpha) ") ";
}
ol.lower-alpha {
  counter-reset: list;
}
ol.lower-alpha li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
li {
  position: relative;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #000;
}
td {
  padding: 0.4em;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  opacity: 0.5;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-block-start: calc(
    var(--wp-admin--admin-bar--height, 0px) + 141px
  );
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
}
.site-content-contain,
body {
  overflow: hidden;
  width: 100%;
}
.wrap {
  margin: 0 auto;
  max-width: 2500px;
  padding: 0 16px;
  text-align: center;
  width: 100%;
}
.wrap.projects {
  padding-bottom: 70px;
  padding-top: 30px;
}
@media screen and (min-width: 550px) {
  .wrap {
    padding: 0 25px;
  }
}
@media screen and (min-width: 970px) {
  .wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  .wrap.projects {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .wrap {
    padding-left: 140px;
    padding-right: 140px;
  }
  .wrap.projects {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.wrap li {
  padding: 0 0 0 35px;
  position: relative;
}
.wrap li:before {
  background: #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  left: 5px;
  position: absolute;
  top: 12px;
  width: 3px;
}
.swiper-container img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}
.mailpoet_paragraph {
  position: relative;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0;
}
.row:after {
  clear: both;
  content: "";
  display: block;
}
.row.medium-padding {
  margin: 0 -38px;
}
.row.medium-padding .col,
.row.medium-padding .col-12,
.row.medium-padding .col-6 {
  padding-left: 38px;
  padding-right: 38px;
}
.row.m-margin {
  margin: 0 -32px;
}
.row.m-margin .col,
.row.m-margin .col-12,
.row.m-margin .col-6 {
  padding: 32px;
}
@media screen and (min-width: 970px) {
  .row.m-margin .col,
  .row.m-margin .col-12,
  .row.m-margin .col-6 {
    padding: 67px 32px;
  }
}
.row.small-padding {
  padding: 0;
}
.row.small-padding .form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.row.small-padding .form-row .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.small-padding .form-row label {
  left: 10px;
}
.row.small-padding .form-row.no-margin {
  margin: 0;
}
.row.small-padding .form-row.no-margin .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.row.no-margin {
  margin: 0;
}
.row.no-margin .col,
.row.no-margin .col-12 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 970px) {
  .row.big-margin {
    margin: 0 -40px;
  }
  .row.big-margin .col,
  .row.big-margin .col-12 {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1366px) {
  .row.big-margin {
    margin: 0 -60px;
  }
  .row.big-margin .col,
  .row.big-margin .col-12 {
    padding: 0 60px;
  }
}
.shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
  max-width: 100% !important;
}
.wp-block-columns {
  margin: 0 -20px;
  padding: 40px 0;
}
.wp-block-columns .wp-block-column {
  margin: 0 !important;
  padding: 0 20px;
}
@media screen and (min-width: 970px) {
  .wp-block-columns {
    margin: 0 -20px;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1366px) {
  .wp-block-columns {
    margin: 0 -20px;
    padding: 70px 0;
  }
}
.wp-block-columns h2 {
  line-height: 1.315;
  margin-top: -0.1em;
}
.wp-block-columns.big-margin {
  margin: 0 1px;
}
.wp-block-columns.big-margin p {
  font-weight: 300;
  max-width: 420px;
}
@media screen and (max-width: 600px) {
  .wp-block-columns.big-margin {
    font-size: 14px;
  }
  .wp-block-columns.big-margin h2 {
    font-size: 21px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 550px) {
  .wp-block-columns.big-margin {
    margin: 0 -8px;
  }
}
@media screen and (min-width: 770px) {
  .wp-block-columns.big-margin {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 970px) {
  .wp-block-columns.big-margin {
    margin: 0 -40px;
    padding: 50px 0;
  }
  .wp-block-columns.big-margin .wp-block-column {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1366px) {
  .wp-block-columns.big-margin {
    margin: 0 -90px;
    padding: 70px 0;
  }
  .wp-block-columns.big-margin .wp-block-column {
    padding: 0 90px;
  }
}
.wp-block-columns .wp-block-image {
  margin: 20px 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .wp-block-columns .wp-block-image {
    margin: 0;
  }
}
.wp-block-columns .wp-block-image img {
  display: block;
  margin: 0 auto;
}
.wp-block-columns .wp-block-image figcaption {
  color: #989898;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 1.123;
}
.wp-block-image {
  margin: 0;
  padding: 30px 0;
  width: auto;
}
.wp-block-image img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  .wp-block-image {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1366px) {
  .wp-block-image {
    padding: 70px 0;
  }
}
@media screen and (min-width: 970px) {
  .wp-block-image.full-width {
    margin: 0 -40px;
  }
}
@media screen and (min-width: 1366px) {
  .wp-block-image.full-width {
    margin: 0 -120px;
  }
}
.wp-block-gallery {
  margin: 20px 0;
}
.wp-block-gallery a {
  opacity: 1;
}
@media screen and (min-width: 970px) {
  .wp-block-gallery {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1366px) {
  .wp-block-gallery {
    margin: 50px 0;
  }
}
.wp-block-gallery.full-width {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 970px) {
  .wp-block-gallery.full-width {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1366px) {
  .wp-block-gallery.full-width {
    margin-left: -120px;
    margin-right: -120px;
  }
}
.wp-block-gallery .blocks-gallery-grid {
  margin: 0 -20px;
  width: auto;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  margin: 0;
  padding: 20px 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 770px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    padding: 20px;
  }
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}
.wp-block-gallery .blocks-gallery-grid figure {
  display: block;
  height: auto;
}
.wp-block-gallery .blocks-gallery-grid figcaption {
  background: none;
  color: #989898;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 1.125;
  margin: 0;
  padding: 1.15em 10px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
figure.full-width {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width: 970px) {
  figure.full-width {
    margin-left: -5px;
    margin-left: -40px;
    margin-right: -5px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1366px) {
  figure.full-width {
    margin-left: -120px;
    margin-right: -120px;
  }
}
.full-row {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
@media screen and (min-width: 550px) {
  .full-row {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
}
@media screen and (min-width: 970px) {
  .full-row {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
}
@media screen and (min-width: 1366px) {
  .full-row {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }
}
.full-row .blocks-gallery-grid {
  margin: 0;
  width: 100%;
}
.full-row .blocks-gallery-grid .blocks-gallery-item {
  overflow: hidden;
  padding: 48.958% 0 0;
  position: relative;
}
.full-row .blocks-gallery-grid .blocks-gallery-item figure {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.small-content {
  margin: 50px auto !important;
  max-width: 1080px;
  padding: 0;
}
@media screen and (min-width: 970px) {
  .small-content {
    margin: 70px auto !important;
  }
}
@media screen and (min-width: 1366px) {
  .small-content {
    margin: 110px auto !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.small-margin-top {
  margin-top: 20px !important;
}
@media screen and (max-width: 400px) {
  .wp-block-gallery:not(.slide-gallery)
    .blocks-gallery-grid
    .blocks-gallery-item {
    padding-top: 96%;
    width: 100% !important;
  }
}
.nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around,
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.col {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col,
.col-12 {
  -webkit-box-flex: 0;
  max-width: none;
  padding: 20px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: none;
  padding: 20px;
  width: 50%;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.d-none {
  display: none !important;
}
.form-row,
.form-row.no-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}
.form-row.no-margin .reset {
  text-align: left;
}
.form-row .col-12 {
  margin: 8.5px 0;
  position: relative;
  z-index: 2;
}
.form-row .col-12,
.form-row .col-6 {
  padding: 0;
}
.form-row .col-6 {
  margin: 8.5px 0;
  text-align: right;
}
.form-row .title {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px;
  text-wrap: nowrap;
  z-index: 9;
}
.form-row .fa,
.form-row .title {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-row .fa {
  font-size: 19.5px;
  font-size: 1.21875rem;
}
.form-row .your-file {
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 12;
}
.form-row .wpcf7-reset,
.form-row .wpcf7-submit {
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  line-height: 1;
  outline: 0;
  padding: 10px 35px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.form-row .wpcf7-reset:hover,
.form-row .wpcf7-submit:hover {
  background: #000;
  color: #fff;
}
.hide-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hide-content.open {
  max-height: 1200px;
}
@media screen and (min-width: 400px) {
  .col-exsm-6 {
    width: 50%;
  }
  .exsm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .col-exsm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding: 20px;
    width: auto;
  }
}
@media screen and (min-width: 550px) {
  .display-small {
    display: none;
  }
  .row .right-position {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .row.hide-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .col-xsm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
  .col-xsm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .col-xsm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .col-xsm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }
  .col-xsm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }
}
@media (min-width: 770px) {
  .sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .col-sm {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm,
  .col-sm-4 {
    -webkit-box-flex: 0;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }
}
@media (min-width: 970px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block !important;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }
}
@media (min-width: 1450px) {
  .col-xlg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.hide-small {
  display: none;
}
.display-small .row {
  padding-bottom: 0;
}
body.no-scroll,
html.no-scroll {
  cursor: pointer;
  overflow: hidden !important;
  width: 100%;
}
.modal-wrapper .scrollbar {
  margin-right: -32px;
}
.modal-wrapper .scrollbar .mCustomScrollBox {
  padding-right: 32px;
}
div.asp_w.ajaxsearchpro .mCSBap_scrollTools .mCSBap_buttonDown,
div.asp_w.ajaxsearchpro .mCSBap_scrollTools .mCSBap_buttonUp {
  display: none !important;
}
div.asp_w.ajaxsearchpro .mCSBap_scrollTools .mCSBap_draggerRail {
  background: rgba(0, 0, 0, 0.1) !important;
  width: 4px !important;
}
div.asp_w.ajaxsearchpro
  .mCSBap_scrollTools
  .mCSBap_dragger
  .mCSBap_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75) !important;
  border-radius: 1px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 4px !important;
}
.safari #cookie-notice .cookie-notice-container #cn-accept-cookie:after,
.safari #cookie-notice .cookie-notice-container #cn-accept-cookie:before,
.safari .btn span:not(.wpcf7-spinner),
.safari .btn:before,
.safari .file-list .button-send span.mask,
.safari .page-template-account main .um .button-send span.mask,
.safari
  .page-template-contact
  .wpcf7-form
  .row.send-button-row
  .btn-col
  .button-send
  .button-hover,
.safari .page-template-reserved-area main .um .button-send span.mask,
.safari
  .section-info
  .tab-content
  .wpcf7
  .row.send-button-row
  .button-send
  .button-hover,
.safari footer .newsletter-col button span,
.safari footer .newsletter-col button:before {
  display: none;
}
.btn {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.42px;
  margin: 1em 0 0;
  opacity: 1 !important;
  padding: 11px 24px 8px;
  position: relative;
  z-index: 5;
}
.btn span:not(.wpcf7-spinner) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #fff;
  display: block;
  left: 0;
  padding: 11px 24px 8px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 2;
}
@supports (-ms-accelerator: true) {
  .btn span:not(.wpcf7-spinner) {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .btn span:not(.wpcf7-spinner) {
    display: none;
  }
}
.btn:before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 0;
  z-index: 1;
}
.btn:focus span:not(.wpcf7-spinner),
.btn:hover span:not(.wpcf7-spinner) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn:focus:before,
.btn:hover:before {
  width: 100%;
}
.btn-white {
  border-color: #fff !important;
  color: #fff !important;
}
.btn-white span:not(.wpcf7-spinner) {
  color: #000 !important;
}
.btn-white:before {
  background: #fff !important;
}
.modal-wrapper {
  background: hsla(0, 0%, 4%, 0.8);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal-wrapper .back-search,
.modal-wrapper .nostores-back-search {
  display: none !important;
}
.modal-wrapper .modal-store,
.modal-wrapper .modal-wrapper-content {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.modal-wrapper .modal-store a,
.modal-wrapper .modal-wrapper-content a {
  color: #fff;
}
.modal-wrapper .modal-store:before,
.modal-wrapper .modal-wrapper-content:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal-wrapper .modal {
  color: #fff;
  display: inline-block;
  margin: 10vh auto;
  max-width: 916px;
  position: relative;
  text-align: justify;
  text-align: center;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  vertical-align: middle;
  width: 98%;
}
.modal-wrapper .modal #modal-ready {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 1.7142;
  padding: 50px 30px;
  text-align: left;
}
@media screen and (min-width: 970px) {
  .modal-wrapper .modal #modal-ready {
    padding: 64px 50px 50px;
  }
}
.modal-wrapper .modal #modal-ready .newsletter-wrap {
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0 auto;
  max-width: 612px;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap strong {
  text-transform: uppercase;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap p {
  margin: 1.25em 0;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap h2 {
  letter-spacing: 0;
  margin-bottom: 0.816em;
  margin-top: -10px;
}
@media screen and (min-width: 970px) {
  .modal-wrapper .modal #modal-ready .newsletter-wrap h2 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.modal-wrapper .modal #modal-ready .newsletter-wrap h4 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.84px;
  margin: 0 0 1.33em;
  text-transform: uppercase;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .row.small-padding {
  margin: 0 -10px;
  padding: 20px 0 13px;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .row.small-padding .col-12 {
  padding: 10px;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .btn {
  margin: 1.43em auto 0;
  padding: 12px 27px 8px;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .btn .icon {
  fill: #000;
  display: inline-block;
  height: 13px;
  left: 0;
  margin: 0 0 2px 8px;
  padding: 0;
  position: relative;
  top: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  vertical-align: middle;
  width: 13px;
}
.modal-wrapper
  .modal
  #modal-ready
  .newsletter-wrap
  .btn
  span:not(.wpcf7-spinner) {
  padding: 12px 27px 8px;
}
.modal-wrapper
  .modal
  #modal-ready
  .newsletter-wrap
  .btn
  span:not(.wpcf7-spinner)
  .icon {
  fill: #fff;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .social-links-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
  padding: 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .social-links-menu li {
  margin: 0;
  padding: 0 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.modal-wrapper
  .modal
  #modal-ready
  .newsletter-wrap
  .social-links-menu
  li:before {
  display: none;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .social-links-menu li a {
  display: block;
  height: 15px;
  overflow: hidden;
  width: 15px;
}
.modal-wrapper
  .modal
  #modal-ready
  .newsletter-wrap
  .social-links-menu
  li
  a
  .screen-reader-text {
  display: none;
}
.modal-wrapper
  .modal
  #modal-ready
  .newsletter-wrap
  .social-links-menu
  li
  a
  svg {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  fill: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .social-links-menu li.fb a,
.modal-wrapper .modal #modal-ready .newsletter-wrap .social-links-menu li.in a,
.modal-wrapper
  .modal
  #modal-ready
  .newsletter-wrap
  .social-links-menu
  li.insta
  a {
  height: 14px;
  width: 14px;
}
.modal-wrapper .modal #modal-ready .newsletter-wrap .social-links-menu li.yt a {
  width: 16px;
}
.modal-wrapper .modal #modal-ready .newsletter-image {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 1.45;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
.modal-wrapper .modal #modal-ready .newsletter-image .newsletter-text {
  left: 0;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
}
.modal-wrapper .modal #modal-ready .newsletter-image .newsletter-title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.9px;
}
.modal-wrapper .modal #modal-ready .newsletter-image .newsletter-big-link {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.modal-wrapper .modal #modal-ready .newsletter-image a {
  color: #fff;
  cursor: pointer;
}
.modal-wrapper .modal #modal-ready .newsletter-image img {
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 2;
}
.modal-wrapper .modal #modal-ready .newsletter-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.modal-wrapper .modal #modal-ready h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  white-space: nowrap;
}
.modal-wrapper .modal #modal-ready h2:after,
.modal-wrapper .modal #modal-ready h2:before {
  background: #c9c9c9;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.modal-wrapper .modal #modal-ready .um {
  opacity: 1;
}
.modal-wrapper .modal #modal-ready li {
  line-height: 1.35;
  margin-bottom: 3px;
  margin-top: 3px;
}
.modal-wrapper .modal #modal-ready h1 {
  font-family: HelveticaNeue, Verdana, Arial, sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: 0.07px;
  line-height: 1.35;
  margin: 0 0 0.29em;
  padding: 0;
  text-transform: none;
}
.modal-wrapper .modal #modal-ready .scrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.modal-wrapper
  .modal
  #modal-ready
  .scrollbar
  .mCS-dark-2.mCSB_scrollTools
  .mCSB_draggerRail,
.modal-wrapper
  .modal
  #modal-ready
  .scrollbar
  .mCS-light-2.mCSB_scrollTools
  .mCSB_draggerRail {
  background: #dfdfdf;
  width: 2px;
}
.modal-wrapper
  .modal
  #modal-ready
  .scrollbar
  .mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar,
.modal-wrapper
  .modal
  #modal-ready
  .scrollbar
  .mCS-light-2.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background: #000;
  width: 2px;
}
.modal-wrapper .modal #modal-ready .scrollbar h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 1.25em 0;
  padding: 0;
}
.modal-wrapper .modal #modal-ready .scrollbar h4:first-child {
  margin: 0 0 1.25em;
}
.modal-wrapper .modal #modal-ready .scrollbar p {
  margin: 1.25em 0;
}
.modal-wrapper .modal .close-modal {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  display: block;
  filter: alpha(opacity=100);
  font-family:
    Helvetica Neue,
    Verdana,
    Arial,
    sans-serif;
  font-size: 44px;
  font-style: normal;
  height: 44px;
  line-height: 32px;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 7px;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  top: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 44px;
  z-index: 1046;
}
.modal-wrapper .modal .close-modal:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-wrapper .modal .close-modal:after,
.modal-wrapper .modal .close-modal:before {
  background: #000;
  content: "";
  height: 37%;
  left: 50%;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2px;
}
.modal-wrapper .modal .close-modal:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-wrapper .modal .loading {
  display: block;
  margin: auto;
  padding: 25vh 0;
  text-align: center;
  width: 100px;
}
.modal-wrapper.show {
  display: block;
}
.modal-wrapper .wrap.modal-wrap {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.button-file {
  background: #a5a5a5;
  display: inline-block;
  height: 47px;
  margin: 0 8px 0 0;
  position: relative;
  vertical-align: middle;
  width: 47px;
}
.button-file .icon {
  fill: #fff;
}
.lg-icon {
  width: auto;
}
.back-search,
.nostores-back-search {
  color: #fff;
  cursor: pointer;
  display: none !important;
  font-size: 18px;
  font-weight: 300;
  left: 25px;
  letter-spacing: 0.9px;
  padding: 0 0 0 25px;
  position: absolute;
  text-transform: uppercase;
  top: 158px;
  z-index: 100;
}
.back-search.hide,
.nostores-back-search.hide {
  display: none !important;
}
.back-search.show,
.nostores-back-search.show {
  display: block !important;
}
.back-search:before,
.nostores-back-search:before {
  background: url(/wp-content/themes/olta/assets/images/arrow_down.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 13px;
}
@media screen and (min-width: 770px) {
  .back-search,
  .nostores-back-search {
    display: block !important;
  }
}
@media screen and (min-width: 970px) {
  .back-search,
  .nostores-back-search {
    left: 60px;
    top: 188px;
  }
}
@media screen and (min-width: 1366px) {
  .back-search,
  .nostores-back-search {
    left: 140px;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUpUp {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeInUpUp {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
header {
  position: fixed;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  z-index: 99999;
}
header,
header .head {
  left: 0;
  top: 0;
  width: 100%;
}
header .head {
  background: #131313;
  color: #fff;
  color: #989898;
  display: none;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.3px;
  min-height: 40px;
  position: absolute;
  text-transform: uppercase;
  z-index: 201;
}
@media screen and (min-width: 970px) {
  header .head {
    display: block;
  }
}
header .head .wrap {
  padding-left: 25px;
  padding-right: 25px;
}
header .head .col {
  padding: 12px 20px;
}
header .head a {
  color: #989898;
  display: inline-block;
  font-weight: 300;
  margin: 2px 0 -2px 22px;
  vertical-align: middle;
}
header .head a.login {
  color: #fff;
}
header .head a.eulink {
  display: inline-block;
  height: 13px;
  margin: 0 0 0 29px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 19px;
}
header .head a.eulink svg {
  display: block;
  height: auto;
  left: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
header .head .contact-icons span {
  display: inline-block;
  margin: 2px 0 -2px;
  vertical-align: middle;
}
header .head .contact-icons a:not(.text-link) {
  display: inline-block;
  height: 14px;
  margin: 0 0 0 13px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
header .head .icon {
  height: auto;
  width: 100%;
  fill: #989898;
}
header .head .menu-social-links-menu-container {
  display: none;
}
@media screen and (min-width: 550px) {
  header .head .menu-social-links-menu-container {
    display: inline-block;
    vertical-align: middle;
  }
}
header .head #menu-social-links-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
header .head #menu-social-links-menu li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
header .head #menu-social-links-menu li .screen-reader-text {
  display: none;
}
header .head #menu-social-links-menu li a {
  display: block;
  height: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 12px;
}
.home header {
  padding-top: 0;
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar header {
    top: 32px;
  }
}
@media screen and (min-width: 970px) {
  header.on {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.navigation-top {
  background: hsla(0, 0%, 7%, 0.7);
  color: #fff;
  font-size: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  height: 88px;
  left: 0;
  letter-spacing: 0.84px;
  line-height: 1.35;
  max-height: 100%;
  min-width: 320px;
  overflow: hidden;
  padding: 24px 25px;
  position: relative;
  text-align: center;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  z-index: 10;
}
.navigation-top.nobackground {
  background: none;
}
.navigation-top ul {
  margin: 0;
  padding: 0;
}
.navigation-top li {
  padding: 7px 0;
}
.navigation-top a {
  color: #fff;
}
.navigation-top.toggled-on {
  background: hsla(0, 0%, 7%, 0.9);
  height: 100%;
  overflow: auto;
}
.navigation-top.toggled-on .logo-mobile {
  display: none;
}
@media screen and (min-width: 970px) {
  .navigation-top .main-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.navigation-top .main-menu-wrap .logo-desktop {
  display: none;
}
.navigation-top .main-menu-wrap .menu-menu-left-container,
.navigation-top .main-menu-wrap .menu-menu-right-container {
  width: 100%;
}
.navigation-top #site-navigation {
  margin-bottom: 30px;
  margin-left: 40px;
  margin-top: 20px;
  opacity: 0;
  padding: 0 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.navigation-top #site-navigation.toggled-on {
  margin-left: 0;
  opacity: 1;
}
.navigation-top .logo-mobile {
  width: 105px;
}
.navigation-top .logo-mobile a {
  opacity: 1;
}
.navigation-top .mobile-small-menu {
  display: block;
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  margin: 1.15em 0 0;
  text-transform: uppercase;
}
.navigation-top .mobile-small-menu a {
  color: #989898;
  display: block;
  padding: 0.3em 0;
}
@media screen and (min-width: 970px) {
  .navigation-top {
    font-family: HelveticaNeue;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    height: auto;
    margin-top: 40px;
    padding: 0;
    text-align: center;
  }
  .navigation-top.toggled-on {
    height: auto;
  }
  .navigation-top .mobile-small-menu {
    display: none;
  }
  .navigation-top #site-navigation {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    padding: 0 60px;
  }
  .navigation-top .logo-mobile {
    display: none;
  }
  .navigation-top .main-menu-wrap {
    line-height: 1;
    max-width: 2500px;
    padding: 27px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navigation-top .main-menu-wrap .menu-menu-left-container,
  .navigation-top .main-menu-wrap .menu-menu-right-container {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: none;
    width: 40%;
  }
  .navigation-top .main-menu-wrap .menu-menu-right-container {
    text-align: right;
  }
  .navigation-top .main-menu-wrap .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -12px;
    padding: 0;
    width: auto;
  }
  .navigation-top .main-menu-wrap .menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding: 0 12px;
    width: auto;
  }
  .navigation-top .main-menu-wrap .menu#main-menu-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .navigation-top .main-menu-wrap .logo-desktop {
    display: block;
    padding: 0;
    text-align: left;
    width: 126px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 auto;
    max-width: none;
  }
  .navigation-top .main-menu-wrap .logo-desktop a {
    display: block;
    max-width: 156px;
    opacity: 1;
  }
  .navigation-top .main-menu-wrap .logo-desktop a img {
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .navigation-top #site-navigation {
    padding: 0 140px;
  }
  .navigation-top .main-menu-wrap {
    padding: 27px 0;
  }
  .navigation-top .main-menu-wrap .menu {
    margin: 0 -22px;
  }
  .navigation-top .main-menu-wrap .menu li {
    padding: 0 22px;
  }
}
.menu-toggle {
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  height: 48px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 17px;
  text-shadow: none;
  top: 20px;
  width: 48px;
  z-index: 20;
}
.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-toggle .icon {
  height: 16px;
  width: 27px;
}
.icon {
  height: 1.559em;
  width: 1.559em;
  fill: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon.icon-close {
  height: 1.389em;
  width: 1.389em;
}
.js .menu-toggle {
  display: block;
}
@media screen and (min-width: 970px) {
  .js .menu-toggle {
    display: none;
  }
}
.main-navigation.toggled-on ul.nav-menu {
  display: block;
}
.menu-toggle .icon-close,
.toggled-on .menu-toggle .icon-bars {
  display: none;
}
.toggled-on .menu-toggle .icon-close {
  display: block;
}
.top-pagin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.15;
  margin: 0 -15px;
}
.top-pagin.flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.top-pagin .filter-content {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px 25px;
  text-align: left;
}
.top-pagin .filter-content #clear-filters {
  background: #fff;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  height: 30px;
  line-height: 2;
  padding: 4px 15px 0;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-pagin .filter-content #clear-filters:hover {
  background: #000;
  color: #fff;
}
.top-pagin .filter-content .alm-filters,
.top-pagin .filter-content .alm-filters + #clear-filters {
  display: inline-block;
  vertical-align: top;
}
.top-pagin .filter-content .alm-filters-edit {
  display: none;
}
.top-pagin .filter-content .alm-filter {
  display: inline-block;
  padding: 0 15px 0 0;
  vertical-align: top;
}
.top-pagin .filter-content .alm-filter .select-styled {
  border: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  height: 30px;
  line-height: 2;
  min-width: 130px;
  padding: 4px 35px 0 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.top-pagin .filter-content .alm-filter .select-styled:after {
  font-size: 20px !important;
  height: 28px;
  line-height: 30px;
  opacity: 0.5;
}
.top-pagin .filter-content .alm-filter .select-options {
  padding: 5px;
}
.top-pagin .filter-content .alm-filter .select-options li {
  margin: 0 -5px;
  padding: 5px 10px !important;
  text-align: left;
}
.top-pagin .filter-content .alm-filter .select-options li:first-child {
  opacity: 1;
  position: relative;
}
.top-pagin .filter-content .alm-filter[data-taxonomy="produkty_categories"] {
  display: none;
}
.top-pagin .filter-content .alm-filter--submit {
  display: inline-block;
  vertical-align: top;
}
.top-pagin .filter-content .alm-filter--submit button {
  background: #fff;
  border: 0 solid #000;
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  height: 30px;
  text-transform: uppercase;
}
.top-pagin .filter-content .alm-filter--submit button:hover {
  background: #000;
  color: #fff;
}
.top-pagin .filter-count,
.top-pagin .pfilter-count {
  padding: 7px 15px 25px;
  text-transform: uppercase;
}
.top-pagin .posts-pagination-wrap {
  padding: 0 15px;
  text-align: right;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-pagin .pagination {
  padding: 0 0 15px;
}
.wrap-content .ajax-load-more-wrap {
  position: relative;
}
.wrap-content .ajax-load-more-wrap[data-id="newslist"] {
  padding-bottom: 50px;
}
.wrap-content .alm-btn-wrap {
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.wrap-content .ajax-load-more-wrap.loading,
.wrap-content .alm-paging-wrap .alm-paging-loading {
  background-color: hsla(0, 0%, 100%, 0.85);
  background-image: url(/wp-content/themes/olta/assets/images/balls.gif);
  background-position: 50%;
  background-repeat: no-repeat;
}
.wrap-content .alm-paging-wrap .alm-paging-loading {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.alm-paging,
.pagination {
  padding: 20px 0 0;
  text-align: right;
}
.alm-paging li,
.pagination li {
  display: inline;
  margin: 0;
  padding: 0;
}
.alm-paging li.disabled,
.alm-paging li:before,
.pagination li.disabled,
.pagination li:before {
  display: none;
}
.alm-paging li.active a,
.pagination li.active a {
  background: #ececec;
}
.alm-paging li.next,
.alm-paging li.prev,
.pagination li.next,
.pagination li.prev {
  display: none;
}
.alm-paging a,
.pagination a {
  color: #000;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 29px;
}
.alm-paging a span,
.pagination a span {
  background: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.alm-paging a.arrow,
.pagination a.arrow {
  font-weight: 700;
}
.alm-paging a.active,
.alm-paging a:hover,
.pagination a.active,
.pagination a:hover {
  background: #ececec;
}
.alm-paging span,
.pagination span {
  background: #ececec;
  color: #000;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin: 0 5px;
  padding: 7px 0;
  text-decoration: none;
  vertical-align: middle;
  width: 29px;
}
.arrow-down {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrowdown;
  animation-name: arrowdown;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  bottom: 40px;
  display: none;
  height: 10px;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
  position: fixed;
  width: 19px;
  z-index: 20;
}
@-webkit-keyframes arrowdown {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
}
.arrow {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrowdown;
  animation-name: arrowdown;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  bottom: 40px;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.fp-viewing-1 .arrow-down {
  display: block;
}
#main.full-width,
#main.full-width .wrap {
  text-align: left;
}
.gallery-lightbox a {
  display: block;
  position: relative;
}
.gallery-lightbox a:hover {
  opacity: 1;
}
.modal-wrapper.full {
  background: #fff;
}
.modal-wrapper.full .modal {
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
}
.modal-wrapper.full .modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal-wrapper.full .modal #modal-content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.modal-wrapper.full .modal #modal-content form {
  text-align: left;
}
.modal-wrapper.full .modal #modal-content h1 {
  color: #000;
  font-size: 38px;
  font-size: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 770px) {
  .modal-wrapper.full .modal #modal-content h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.modal-wrapper.full .modal #modal-content h1 span {
  font-size: 50%;
}
.modal-wrapper.full .modal #modal-content h1.modal-title {
  font-weight: 700;
  margin: 0 0 0.75em;
}
.modal-wrapper.full .modal #modal-content input[type="tel"],
.modal-wrapper.full .modal #modal-content input[type="text"] {
  border: 1px solid #000;
  height: 40px;
  line-height: 2.6;
  width: 100% !important;
}
.modal-wrapper.full .modal #modal-content input[type="tel"].has-value,
.modal-wrapper.full .modal #modal-content input[type="text"].has-value {
  border-color: #000;
}
.modal-wrapper.full .modal #modal-content textarea {
  border: 1px solid #000;
  height: 140px;
  line-height: 1.55;
  padding: 10px 15px;
  width: 100% !important;
}
.modal-wrapper.full .modal #modal-content textarea.has-value {
  border-color: #000;
}
.modal-wrapper.full .modal #modal-content label {
  bottom: auto;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400 !important;
  left: 0;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 10;
}
@media screen and (min-width: 970px) {
  .modal-wrapper.full .modal #modal-content .image-salon-content {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .modal-wrapper.full .modal #modal-content .image-salon-content img {
    display: block;
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
  }
}
.modal-wrapper.full .modal .close-modal {
  right: 5px;
  top: 5px;
}
@media screen and (min-width: 550px) {
  .modal-wrapper.full .modal .close-modal {
    font-size: 44px;
    height: 44px;
    line-height: 32px;
    right: 10px;
    top: 10px;
    width: 44px;
  }
}
.modal-wrapper.full .modal #modal-ready {
  margin: 0 auto;
  padding: 60px 0 0;
  width: 90%;
}
@media screen and (min-width: 970px) {
  .modal-wrapper.full .modal #modal-ready {
    padding: 0;
  }
}
.modal-wrapper.full .modal #modal-ready .wrap,
.modal-wrapper.full .modal #modal-ready .wrap .row {
  padding: 0;
}
.modal-wrapper.full .modal #modal-ready .wrap .row .content-salon-wrap {
  padding: 30px 25px;
}
@media screen and (min-width: 970px) {
  .modal-wrapper.full .modal #modal-ready .wrap .row .content-salon-wrap {
    padding: 120px 25px;
  }
}
.modal-wrapper.full .modal .product-content-wrap {
  padding: 30px 25px;
}
@media screen and (min-width: 970px) {
  .modal-wrapper.full .modal .product-content-wrap {
    padding: 60px 25px;
  }
}
.modal-wrapper.full .modal .product-image-content {
  height: 100%;
}
.modal-wrapper.full .modal .product-image-content:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal-wrapper.full .modal .product-image-content img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.modal-wrapper.full .modal .shop-form-sendmail {
  position: relative;
}
.full-height {
  height: 100vh;
  width: 100%;
}
.full-height .section-wrap-padding {
  height: 100%;
  min-height: 350px;
  padding-top: 58px;
}
@media screen and (min-width: 970px) {
  .full-height .section-wrap-padding {
    padding-top: 89px;
  }
}
.full-height .slick-slider {
  height: 100%;
  position: relative;
}
.full-height .slick-slider .slick-list,
.full-height .slick-slider .slick-slide,
.full-height .slick-slider .slick-track {
  height: 100%;
}
.full-height .slick-slider .slick-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.full-height .slick-slider .slick-slide .section-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.full-height .slick-slider .slick-slide .text-slide-content a {
  color: inherit;
  display: block;
}
.full-height .slick-slider .slick-slide .text-slide-content a:hover {
  opacity: 1;
}
.full-height .slick-slider .slick-slide .text-slide-content.position-absolut {
  bottom: 10%;
  padding: 0 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 970px) {
  .full-height .slick-slider .slick-slide .text-slide-content.position-absolut {
    bottom: 60px;
    padding: 0 5%;
  }
}
.full-height .slick-slider .slick-slide .text-slide-content .title-slide {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
  padding: 4px 0 7px;
}
@media screen and (min-width: 970px) {
  .full-height .slick-slider .slick-slide .text-slide-content .title-slide {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .full-height .slick-slider .slick-slide .text-slide-content .title-slide {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.full-height .slick-slider .slick-slide .text-slide-content .text-slide-small {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.full-height .slick-slider .slick-slide .text-slide-content .content-slide {
  display: none;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 auto;
}
@media screen and (min-width: 770px) {
  .full-height .slick-slider .slick-slide .text-slide-content .content-slide {
    display: block;
  }
}
.full-height .slick-slider .slick-slide .text-slide-content .button-more {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: auto;
  z-index: 10;
}
.full-height .slick-slider .slick-slide .text-slide-content .button-more:hover {
  background: #000;
  color: #fff;
}
.full-height .slick-slider .slick-slide .row {
  height: 100%;
  margin: 0;
  padding: 0;
}
.full-height .slick-slider .slick-slide .row .text-slide {
  bottom: 10%;
  height: auto;
  position: absolute;
  text-align: center;
  z-index: 20;
}
@media screen and (min-width: 970px) {
  .full-height .slick-slider .slick-slide .row .text-slide {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    text-align: left;
    text-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
  }
  .full-height .slick-slider .slick-slide .row .text-slide .text-slide-content {
    color: #000 !important;
  }
  .full-height
    .slick-slider
    .slick-slide
    .row
    .text-slide
    .text-slide-content
    .content-slide {
    max-width: 100%;
  }
}
.full-height .slick-slider .slick-slide .row .text-slide .button {
  display: inline-block;
  font-weight: 400;
  margin-top: 40px;
  padding: 15px 50px 15px 25px;
  width: auto;
}
@media screen and (max-width: 970px) {
  .full-height .slick-slider .slick-slide .row .text-slide .button {
    background: #fff;
    border: 0;
    color: #000;
    display: none;
    text-shadow: none;
  }
  .full-height .slick-slider .slick-slide .row .text-slide .button:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width: 770px) {
  .full-height
    .slick-slider
    .slick-slide
    .row
    .text-slide
    .button
    .content-slide {
    display: none;
  }
}
.full-height .slick-slider .slick-slide .row .text-slide .button:after {
  background: url(/wp-content/themes/olta/assets/images/arrow-black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
}
.full-height .slick-slider .slick-slide .row .text-slide .button:hover {
  color: #fff;
}
.full-height .slick-slider .slick-slide .row .text-slide .button:hover:after {
  background: url(/wp-content/themes/olta/assets/images/arrow.svg) no-repeat 50%;
}
.full-height .slick-slider .slick-slide .row .image-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media screen and (min-width: 970px) {
  .full-height .slick-slider .slick-slide:before {
    display: none;
  }
  .full-height .slick-slider .slick-slide.slidewithtext:before {
    display: block;
  }
}
.full-height .slick-slider .slick-arrow {
  z-index: 20;
}
.full-height .slick-slider .slick-arrow.slick-next {
  right: 10px;
}
.full-height .slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
.full-height .slick-slider .slick-arrow:after,
.full-height .slick-slider .slick-arrow:before {
  background-color: #fff;
}
.social-panel {
  text-align: center;
}
.social-panel .wrap {
  padding-bottom: 60px;
  padding-top: 45px;
  text-align: center !important;
}
.social-panel h3 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 100;
  letter-spacing: 0.76px;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.social-panel .social-links-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}
.social-panel .social-links-menu li {
  display: block;
  list-style: none;
  padding: 0 12px;
}
.social-panel .social-links-menu li:before {
  display: none;
}
.social-panel .social-links-menu li a {
  display: block;
  height: 22px;
  overflow: hidden;
  position: relative;
  width: 22px;
}
.social-panel .social-links-menu li a .icon {
  height: auto;
  width: 100%;
  fill: #000;
}
.social-panel .social-links-menu li .screen-reader-text {
  display: none;
}
.social-panel .social-links-menu li.fb a,
.social-panel .social-links-menu li.in a,
.social-panel .social-links-menu li.insta a {
  height: 20px;
  width: 20px;
}
.social-panel .social-links-menu li.yt a {
  width: 23px;
}
@media screen and (min-width: 970px) {
  .social-panel {
    display: none;
  }
}
.olta-panel {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.olta-panel .video-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.olta-panel .video-wrap video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.olta-panel.news-panel .news-slider {
  height: 100%;
}
.olta-panel.news-panel .swiper-slide {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-transform: uppercase;
}
.olta-panel.news-panel .swiper-slide:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.olta-panel.news-panel .swiper-slide img {
  display: block;
  height: 100%;
  left: 50%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 5.35s ease;
  transition: all 5.35s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  width: 100%;
  z-index: 3;
}
.olta-panel.news-panel .swiper-slide .wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 200;
  left: 0;
  letter-spacing: 8px;
  letter-spacing: 3px;
  line-height: 1.25;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 15px 20px rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
  top: 53.3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 770px) {
  .olta-panel.news-panel .swiper-slide .wrap {
    font-size: 46px;
    font-size: 2.875rem;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 970px) {
  .olta-panel.news-panel .swiper-slide .wrap {
    font-size: 60px;
    font-size: 3.75rem;
    letter-spacing: 6px;
  }
  .olta-panel.news-panel .swiper-slide .wrap .news-category {
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1366px) {
  .olta-panel.news-panel .swiper-slide .wrap {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 8px;
  }
  .olta-panel.news-panel .swiper-slide .wrap .news-category {
    letter-spacing: 4px;
  }
}
.olta-panel.news-panel .swiper-slide .wrap .news-category {
  font-size: 50%;
  letter-spacing: 2px;
  overflow: hidden;
}
.olta-panel.news-panel .swiper-slide .wrap .news-category .news-category-wrap {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpUp;
  animation-name: fadeInUpUp;
}
.olta-panel.news-panel .swiper-slide .wrap .news-title {
  overflow: hidden;
}
.olta-panel.news-panel .swiper-slide .wrap .news-title .news-title-wrap {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpUp;
  animation-name: fadeInUpUp;
}
.olta-panel.news-panel .swiper-slide .wrap .btn {
  margin: 0.643em 0 0;
  opacity: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.olta-panel.news-panel .swiper-pagination {
  bottom: 15px;
  display: inline-block !important;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.olta-panel.news-panel .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  display: inline-block;
  height: 11px;
  margin: 0 7px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  vertical-align: middle;
  width: 11px;
}
.olta-panel.news-panel
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 970px) {
  .olta-panel.news-panel .swiper-pagination {
    bottom: auto;
    left: auto;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .olta-panel.news-panel .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 15px 0;
  }
}
.olta-panel.news-panel.active
  .swiper-slide-active
  .wrap
  .news-category
  .news-category-wrap {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1;
}
.olta-panel.news-panel.active
  .swiper-slide-active
  .wrap
  .news-title
  .news-title-wrap {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1;
}
.olta-panel.news-panel.active .swiper-slide-active .wrap .btn {
  opacity: 1 !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.olta-panel.store-panel {
  color: #fff;
}
.olta-panel.store-panel small {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media screen and (max-width: 770px) {
  .olta-panel.store-panel small {
    font-size: 10px;
  }
}
.olta-panel.store-panel h3 {
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 770px) {
  .olta-panel.store-panel h3 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 0.3em;
  }
}
.olta-panel.store-panel .btn {
  margin: 0;
}
.olta-panel.store-panel .btn,
.olta-panel.store-panel .btn span:not(.wpcf7-spinner) {
  padding-left: 27px;
  padding-right: 27px;
}
.olta-panel .product-row {
  height: 100%;
}
.olta-panel .product-row .col-12 {
  overflow: hidden;
  padding: 0;
}
.olta-panel .product-row .product-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
@media screen and (min-width: 770px) {
  .olta-panel .product-row .product-image {
    height: 100%;
  }
}
@media screen and (max-width: 770px) {
  .olta-panel .product-row .slick-slider {
    height: auto !important;
    padding-bottom: 35px;
  }
}
.olta-panel .product-slider .slide {
  position: relative;
}
.olta-panel .product-slider a.product-image-wrap {
  display: block;
  opacity: 1;
  overflow: hidden;
  padding-top: 57%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 770px) {
  .olta-panel .product-slider a.product-image-wrap {
    height: 100%;
    padding-top: 0;
    width: 100%;
  }
}
.olta-panel .product-slider a.product-image-wrap img {
  display: block;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.olta-panel .product-slider .slide-text {
  font-size: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.olta-panel .product-slider .slide-text a {
  display: inline;
}
@media screen and (min-width: 770px) {
  .olta-panel .product-slider .slide-text {
    bottom: 8%;
    left: 0;
    position: absolute;
  }
}
.olta-panel .product-slider .slide-text .slide-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (min-width: 770px) {
  .olta-panel .product-slider .slide-text .slide-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 970px) {
  .olta-panel .product-slider .slide-text .slide-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.olta-panel.product-section .fp-controlArrow {
  display: none;
}
.olta-panel.product-section .fp-slidesNav {
  bottom: 20px;
  display: inline-block !important;
  display: inline-block;
  left: 50% !important;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  vertical-align: middle;
  width: auto;
}
@media screen and (min-width: 770px) {
  .olta-panel.product-section .fp-slidesNav {
    bottom: auto;
    left: auto !important;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 970px) {
  .olta-panel.product-section .fp-slidesNav {
    right: 50px;
  }
}
.olta-panel.product-section .fp-slidesNav li {
  display: inline-block;
  height: 11px;
  margin: 0 6px !important;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 11px;
}
.olta-panel.product-section .fp-slidesNav li a span {
  background: none;
  border: 1px solid #989898;
  border-radius: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.olta-panel.product-section .fp-slidesNav li a span.fp-sr-only {
  display: none;
}
.olta-panel.product-section .fp-slidesNav li a.active span {
  background: #989898;
}
@media screen and (min-width: 770px) {
  .olta-panel.product-section .fp-slidesNav li {
    display: block;
    margin: 15px 0 !important;
  }
}
.olta-panel.catalog-panel {
  background: #f2f2f2
    url(/wp-content/themes/olta/assets/images/catalog-mask.svg) 0 0 no-repeat
    padding-box;
  font-size: 14px;
  font-weight: 500;
  padding: 2em 0;
  text-transform: uppercase;
}
.olta-panel.catalog-panel h3 {
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1366px) {
  .olta-panel.catalog-panel p {
    max-width: 55%;
  }
}
.olta-panel.catalog-panel .btn {
  margin: 1em 0 0;
  opacity: 1;
  padding: 13px 25px 12px;
}
.olta-panel.catalog-panel .btn span:not(.wpcf7-spinner) {
  padding: 13px 25px 12px;
}
@media screen and (max-width: 770px) {
  .olta-panel.catalog-panel {
    background: #f2f2f2
      url(/wp-content/themes/olta/assets/images/catalog-mask-mobile.svg) 0 0
      no-repeat padding-box;
  }
  .olta-panel.catalog-panel .catalogue-text {
    text-align: center !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .olta-panel.catalog-panel .catalogue-text p {
    display: none;
  }
  .olta-panel.catalog-panel .catalogue-text h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.25;
  }
  .olta-panel.catalog-panel .catalogue-text .btn,
  .olta-panel.catalog-panel .catalogue-text .btn span:not(.wpcf7-spinner) {
    padding: 9px 25px 5px;
  }
}
.select {
  position: relative;
}
.backTop {
  background: #989898;
  bottom: 65px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  height: 31px;
  line-height: 35px;
  opacity: 1;
  opacity: 0;
  padding: 0 6px;
  position: fixed;
  right: 80px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 31px;
  z-index: 99;
}
.backTop img {
  display: inline-block;
  height: 7px;
  margin-top: -4px;
  vertical-align: middle;
  width: 10px;
  z-index: 2;
}
.backTop.on {
  opacity: 1;
}
.back {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 4em 0 0;
  padding: 0 0 0 22px;
  position: relative;
  text-transform: uppercase;
}
.back:before {
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  width: 9px;
}
@-webkit-keyframes arrowup {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@keyframes arrowup {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
body .lg-backdrop {
  background: #fff;
}
body .lg-outer .lg-img-wrap {
  padding: 0;
}
body .lg-outer .lg-img-wrap img {
  border: 58px solid #fff;
}
body .lg-toolbar {
  background: #fff;
}
body .lg-toolbar .lg-close {
  background: #fff;
  border-radius: 0;
  color: #000;
  height: 46px;
  margin: 0 2px 0 0;
  padding: 0;
  position: relative;
  width: 46px;
}
body .lg-toolbar .lg-close:after,
body .lg-toolbar .lg-close:before {
  background: #000;
  content: "";
  height: 16px;
  left: 22px;
  position: absolute;
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2px;
}
body .lg-toolbar .lg-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .lg-hide-items .lg-next,
body .lg-hide-items .lg-prev,
body .lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
body .lg-actions .lg-next,
body .lg-actions .lg-prev {
  background: #fff url(/wp-content/themes/olta/assets/images/arrow-left.svg)
    no-repeat 50%;
  background-size: auto 50%;
  border: 0;
  border-radius: 0;
  height: 45px;
  margin: -22px 0 0;
  opacity: 1;
  padding: 0;
  width: 45px;
}
body .lg-actions .lg-next:before,
body .lg-actions .lg-prev:before {
  content: "";
}
@media (min-width: 970px) {
  body .lg-actions .lg-next,
  body .lg-actions .lg-prev {
    background: #fff url(/wp-content/themes/olta/assets/images/arrow-left.svg)
      no-repeat 50%;
    background-size: auto 25px;
    height: 58px;
    margin: -29px 0 0;
    width: 58px;
  }
}
body .lg-actions .lg-prev {
  left: 0;
}
body .lg-actions .lg-prev:after {
  display: none;
}
body .lg-actions .lg-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
body .lg-sub-html {
  background: none;
  padding: 20px 40px;
}
body .lg-sub-html #lg-counter {
  color: #989898;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
body.admin-bar .lg-toolbar {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .lg-toolbar {
    top: 32px;
  }
}
#wpfd-box-loading {
  background: #fff !important;
}
#wpfd-box-loading .loading {
  background: url(/wp-content/themes/olta/assets/images/balls.gif) no-repeat 50% !important;
  background-size: auto 110% !important;
}
#ajax-load-more {
  min-height: 78vw;
  position: relative;
}
@media screen and (min-width: 770px) {
  #ajax-load-more {
    min-height: 40vw;
  }
}
@media screen and (min-width: 970px) {
  #ajax-load-more {
    min-height: 24vw;
  }
}
#ajax-load-more .alm-btn-wrap {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0)),
      color-stop(32%, hsla(0, 0%, 100%, 0.522)),
      color-stop(72%, #fff)
    )
    0 0 no-repeat padding-box;
  background: transparent
    linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.522) 32%,
      #fff 72%
    )
    0 0 no-repeat padding-box;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(15%, #fff),
    color-stop(42%, hsla(0, 0%, 100%, 0.85)),
    color-stop(82%, hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(
    0deg,
    #fff 15%,
    hsla(0, 0%, 100%, 0.85) 42%,
    hsla(0, 0%, 100%, 0) 82%
  );
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 78vw;
  left: -5%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 110%;
  z-index: 10;
}
#ajax-load-more .alm-btn-wrap:after {
  display: none;
}
@media screen and (min-width: 770px) {
  #ajax-load-more .alm-btn-wrap {
    height: 40vw;
  }
}
@media screen and (min-width: 970px) {
  #ajax-load-more .alm-btn-wrap {
    height: 24vw;
  }
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn {
  background: none;
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 0 !important;
  background-size: 7px auto !important;
  bottom: 20px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  left: 50%;
  opacity: 1;
  position: absolute;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition:
    transform 0.35s ease,
    bottom 0.35s ease;
  -webkit-transition:
    bottom 0.35s ease,
    -webkit-transform 0.35s ease;
  transition:
    bottom 0.35s ease,
    -webkit-transform 0.35s ease;
  transition:
    transform 0.35s ease,
    bottom 0.35s ease;
  transition:
    transform 0.35s ease,
    bottom 0.35s ease,
    -webkit-transform 0.35s ease;
  width: auto;
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn.loading {
  background: url(/wp-content/themes/olta/assets/images/balls.gif) no-repeat 50% !important;
  background-size: auto 110% !important;
  bottom: 50%;
  text-indent: -9999px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ajax-load-more .alm-btn-wrap.done {
  display: none;
}
#wpfd-box-player {
  background: #fff !important;
}
#wpfd-box-player #wpfd-dropblock-close {
  position: fixed;
  right: 5px;
  top: 5px;
}
@media screen and (min-width: 770px) {
  #wpfd-box-player #wpfd-dropblock-close {
    right: 10px;
    top: 10px;
  }
}
.snp-builder .fa:before {
  background: url(/wp-content/themes/olta/assets/images/arrow-black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  width: 13px;
}
body .snppopup .snp-builder button.bld-el:hover {
  background: #000 !important;
  color: #fff;
}
body .snppopup .snp-builder button.bld-el:hover .fa:before {
  background: url(/wp-content/themes/olta/assets/images/arrow.svg) no-repeat 50%;
}
.dropblock #wpfd-dropblock-close .dashicons {
  font-size: 44px;
  height: 44px;
  line-height: 32px;
  width: 44px;
}
.dropblock #wpfd-dropblock-close .dashicons:before {
  background: #000;
  content: "";
  height: 70%;
  left: 23px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
}
.dropblock #wpfd-dropblock-close .dashicons:after {
  background: #000;
  content: "";
  height: 70%;
  left: 23px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1px;
}
iframe[frameborder="0"] {
  left: 50% !important;
  max-height: 400px;
  max-width: 900px;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body[data-pinterest-pinmarklet-rendered="true"]:before {
  background: hsla(0, 0%, 4%, 0.8);
  content: "";
  display: block !important;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
div iframe[frameborder="0"] {
  left: 0 !important;
  max-height: none;
  max-width: none;
  top: 0 !important;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.grecaptcha-badge {
  opacity: 0 !important;
}
.grecaptcha-badge iframe {
  left: 0 !important;
  top: 0 !important;
  -webkit-transform: translate(0);
  transform: translate(0);
}
#cookie-notice {
  border: 0 solid #131313;
  font-family: HelveticaNeue !important;
  font-weight: 400;
  letter-spacing: 0.36px;
  padding: 0 16px;
  text-align: center;
}
@media (min-width: 970px) {
  #cookie-notice {
    padding: 0 60px;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  #cookie-notice {
    padding: 0 140px;
  }
}
#cookie-notice.cookie-notice-hidden {
  display: none;
}
#cookie-notice .cookie-notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.36px;
  padding: 22px 0 16px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
}
@media (min-width: 770px) {
  #cookie-notice .cookie-notice-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 22px 0;
    text-align: left;
  }
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
  max-width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  max-width: none;
  text-align: center;
  width: auto;
}
@media (min-width: 770px) {
  #cookie-notice .cookie-notice-container #cn-notice-text {
    text-align: left;
  }
}
#cookie-notice .cookie-notice-container #cn-notice-buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto !important;
  max-width: none;
  width: auto;
}
@media (min-width: 770px) {
  #cookie-notice .cookie-notice-container #cn-notice-buttons {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
#cookie-notice .cookie-notice-container #cn-more-info {
  border: 0;
  display: inline;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
#cookie-notice .cookie-notice-container #cn-close-notice,
#cookie-notice .cookie-notice-container #cn-more-info:before {
  display: none;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  color: #000;
  margin: 20px 0 0;
  opacity: 1;
  padding: 13px 36px 10px;
}
@media (min-width: 770px) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie {
    margin: 0 0 0 20px;
  }
}
#cookie-notice .cookie-notice-container #cn-accept-cookie:after {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #000;
  content: "ACCEPT";
  display: none;
  left: 0;
  padding: 13px 36px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 2;
  z-index: 10;
}
@media screen and (min-width: 970px) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie:after {
    display: block;
  }
}
@supports (-ms-accelerator: true) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie:after {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie:after {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie:hover:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@supports (-ms-accelerator: true) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie:hover:after {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie:hover:after {
    display: none;
  }
}
.blog main .wrap {
  padding-bottom: 1.6875em;
  padding-top: 3.5em;
}
@media (min-width: 970px) {
  .blog main .wrap {
    padding-top: 4.5em;
  }
}
@media (min-width: 1366px) {
  .blog main .wrap {
    padding-top: 6.25em;
  }
}
.blog main .wrap h1 {
  margin-bottom: 0.27em;
}
@media (min-width: 970px) {
  .blog main .ajax-post-wrap {
    margin-top: -15px;
  }
}
@media (min-width: 1366px) {
  .blog main .ajax-post-wrap {
    margin-top: -30px;
  }
}
@media (min-width: 970px) {
  .news-item {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media (min-width: 1366px) {
  .news-item {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.news-item .news-item-content {
  position: relative;
}
.news-item img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}
.news-item .full-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.news-item .news-text {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  left: 0;
  letter-spacing: 0.84px;
  padding: 0 30px 26px;
  position: absolute;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
}
.news-item .news-text .row {
  opacity: 0.6;
  text-transform: uppercase;
}
.news-item .news-text .row .col {
  padding-top: 27px;
}
.news-item .news-text .row .col.ml-auto {
  font-weight: 500;
}
.news-item .news-text .news-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.9px;
  min-height: 53px;
}
.news-item .news-text .read-more {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 -20px;
  opacity: 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news-item .news-text .read-more a {
  color: #fff;
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
}
.news-item .news-text .read-more a:after {
  background: url(/wp-content/themes/olta/assets/images/arrow_down.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 4px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
}
.news-item:hover .news-text {
  background: rgba(0, 0, 0, 0.8);
}
.news-item:hover .news-text .row {
  opacity: 1;
}
.news-item:hover .news-text .read-more {
  margin: 2.362em 0 0;
  opacity: 1;
}
.alm-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px 10px;
  padding: 0 8px;
  position: relative;
}
@media screen and (min-width: 550px) {
  .alm-filters {
    margin: 0 auto 10px;
    width: 360px;
  }
}
@media screen and (min-width: 880px) {
  .alm-filters {
    margin: 0 -14px;
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .alm-filters {
    display: block;
    margin: 0;
  }
}
.alm-filters .select-category,
.alm-filters .select-year {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 4px 0 0 auto;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 14px;
}
@media screen and (min-width: 550px) {
  .alm-filters .select-category,
  .alm-filters .select-year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 172px;
    flex: 0 0 172px;
    max-width: 172px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .alm-filters .select-category,
  .alm-filters .select-year {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 144px;
  }
}
.alm-filters .select-category .select2-container .select2-selection--single,
.alm-filters .select-year .select2-container .select2-selection--single {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  height: 26px !important;
  padding: 0 !important;
}
.alm-filters
  .select-category
  .select2-container
  .select2-selection--single
  .select2-selection__placeholder,
.alm-filters
  .select-year
  .select2-container
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
  letter-spacing: 0.42px;
  line-height: 1.35;
  opacity: 0.5;
  text-transform: uppercase;
}
.alm-filters
  .select-category
  .select2-container
  .select2-selection--single
  .select2-selection__arrow,
.alm-filters
  .select-year
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 24px !important;
}
.alm-filters
  .select-category
  .select2-container
  .select2-selection--single
  .select2-selection__arrow:before,
.alm-filters
  .select-year
  .select2-container
  .select2-selection--single
  .select2-selection__arrow:before {
  background: transparent
    url(/wp-content/themes/olta/assets/images/arrow_down_black.svg) no-repeat
    50%;
  background-size: 100% auto;
  border: 0;
  content: "" !important;
  display: inline-block;
  height: 5px;
  margin: 0 0 8px;
  width: 9px !important;
}
.alm-filters
  .select-category
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.alm-filters
  .select-year
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
  font-size: 12px;
  letter-spacing: 0.42px;
  line-height: 1.35;
  padding-left: 0 !important;
  padding-top: 5px;
}
@media screen and (min-width: 770px) {
  .alm-filters
    .select-category
    .select2-container
    .select2-selection--single
    .select2-selection__rendered,
  .alm-filters
    .select-year
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
}
.alm-filters .select-category {
  margin: 4px auto 0 0;
}
@media screen and (min-width: 880px) {
  .alm-filters .select-category {
    display: none;
  }
}
body .select2-dropdown {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 14px;
  letter-spacing: 0.42px;
}
body
  .select2-container.select2-container--open
  .select2-dropdown
  .select2-results
  li,
body .select2-dropdown .select2-results__option {
  background-image: none;
  color: #000 !important;
  cursor: pointer;
  display: block !important;
  font-size: inherit !important;
  list-style: none;
  margin: 0 !important;
  min-height: none !important;
  padding: 6px 10px !important;
}
body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
body
  .select2-container.select2-container--open
  .select2-dropdown
  .select2-results
  li.select2-results__option.select2-results__option--highlighted {
  background: #f2f2f2 !important;
  color: grey !important;
}
.alm-filter-nav {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 2.29em;
  padding: 0;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  display: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.alm-filter-nav li {
  display: inline-block;
  margin: 0;
  padding: 9px 14px;
  vertical-align: middle;
}
.alm-filter-nav li:before {
  display: none;
}
.alm-filter-nav li a {
  cursor: pointer;
  opacity: 0.5;
}
.alm-filter-nav li a:hover,
.alm-filter-nav li.active a {
  opacity: 1;
}
@media screen and (min-width: 880px) {
  .alm-filter-nav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .alm-filter-nav {
    width: 100%;
  }
  .alm-filter-nav li {
    padding: 9px 17px 9px 18px;
  }
}
.single {
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.75;
}
.single p[style="font-size:21px"] {
  letter-spacing: 0;
  line-height: 1.52;
}
@media screen and (max-width: 770px) {
  .single p[style="font-size:21px"] {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.single .single-content p {
  margin: 1.7em 0;
}
.single .news-head-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.single .news-head-image img {
  height: auto;
  left: 50%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.single .news-head-image .arrow-down {
  -webkit-animation-delay: 5ms;
  animation-delay: 5ms;
  bottom: 50px;
  display: block;
  position: absolute;
}
.single .wrap.news {
  font-size: 14px;
  padding-top: 33px;
  text-align: left;
}
@media screen and (min-width: 770px) {
  .single .wrap.news {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 70px;
  }
}
@media screen and (min-width: 970px) {
  .single .wrap.news {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1366px) {
  .single .wrap.news {
    padding-top: 128px;
  }
}
.single .wrap.news h1 {
  border-bottom: 1px solid #7f7f7f;
  font-family: Bodoni;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.275;
  margin: 0 0 1.05em;
  padding: 0 0 0.825em;
}
@media screen and (min-width: 770px) {
  .single .wrap.news h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 970px) {
  .single .wrap.news h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.single .wrap.news h1 .info-title {
  color: #989898;
  font-family: HelveticaNeue;
  font-size: 11px;
  font-size: 0.6785rem;
  letter-spacing: 0.33px;
  line-height: 1.55;
  padding-top: 20px !important;
  text-transform: uppercase;
}
@media screen and (min-width: 970px) {
  .single .wrap.news h1 .info-title {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.36px;
    padding-bottom: 0.4em !important;
    padding-top: 0 !important;
  }
}
.single .wrap.news h1 .info-title span {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.single .wrap.news .news-date {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.36px;
  margin: 0 0 -15px;
  text-transform: uppercase;
}
.single .product-list .full-link .product-text:after,
.single .product-list .full-link .product-text:before,
.single .product-list .full-link:after,
.single .product-list .full-link:before {
  display: none;
}
.single .wp-block-columns.big-margin p {
  max-width: 100%;
}
.single .wp-block-columns.big-margin p:first-child {
  margin-top: 15px;
}
@media (max-width: 781px) and (min-width: 600px) {
  .single .wp-block-columns.big-margin p:first-child {
    margin-top: 1.7em;
  }
}
@media screen and (min-width: 1366px) {
  .single.single-projects .slide-gallery {
    margin: 100px auto 0 !important;
  }
}
.single.single-projects .wp-block-columns {
  padding: 0 0 15px;
}
@media screen and (min-width: 770px) {
  .single.single-projects .wp-block-columns {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1366px) {
  .single.single-projects .other-news {
    padding: 100px 0;
  }
  .single.single-projects .wrap.news {
    padding-top: 105px;
  }
}
.single.single-projects .wrap.news h1 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.7px;
  line-height: 1.15;
  margin-bottom: 0.05em;
  padding-bottom: 0.735em;
}
.single.single-projects .wrap.news h1 .info-title {
  font-weight: 300;
  text-transform: none;
}
.single.single-projects .wrap.news h1 .info-title span {
  text-transform: uppercase;
}
.single.single-projects .wrap.news h1 .col-12 {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (min-width: 770px) {
  .single.single-projects .wrap.news h1 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 970px) {
  .single.single-projects .wrap.news h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1366px) {
  .single.single-projects .wrap.news h1 {
    font-size: 64px;
    font-size: 4rem;
    letter-spacing: -1.6px;
  }
}
.single.single-product .head-image h1 {
  font-weight: 200;
  line-height: 1.15;
  top: 54.4%;
}
@media screen and (min-width: 1366px) {
  .single.single-product .video-section {
    margin-bottom: 152px;
    margin-top: 147px;
  }
}
.single.single-product .video-section .row .col-12 {
  padding-top: 0 !important;
}
@media screen and (min-width: 1366px) {
  .single.single-product .video-section .video {
    -ms-flex: 0 0 62.7%;
    -webkit-box-flex: 0;
    flex: 0 0 62.7%;
    width: 62.7%;
  }
  .single.single-product .video-section .vide-text {
    -ms-flex: 0 0 37.3%;
    -webkit-box-flex: 0;
    flex: 0 0 37.3%;
    width: 37.3%;
  }
}
.other-news {
  line-height: 1.35;
  padding: 40px 0;
}
@media screen and (min-width: 770px) {
  .other-news {
    padding: 60px 0 45;
  }
}
@media screen and (min-width: 970px) {
  .other-news {
    padding: 80px 0 65px;
  }
}
@media screen and (min-width: 1366px) {
  .other-news {
    padding: 130px 0 100px;
  }
}
.other-news .show-all-news {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0.65em 0 0;
  padding: 0 22px 0 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 82px;
}
@media screen and (min-width: 770px) {
  .other-news .show-all-news {
    display: inline-block;
    margin: 0 0 0.35em 28px;
  }
}
@media screen and (min-width: 970px) {
  .other-news .show-all-news {
    margin: 0 0 0.65em 28px;
  }
}
.other-news .show-all-news:after {
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 5px;
  margin: 4px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 9px;
}
.archive main,
.error404 main,
.page:not(.page-template-archive-projects) main {
  padding: 88px 0 0;
}
@media screen and (min-width: 970px) {
  .archive main,
  .error404 main,
  .page:not(.page-template-archive-projects) main {
    padding: 141px 0 0;
  }
}
.error404 main .wrap {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: left;
}
@media screen and (min-width: 970px) {
  .error404 main .wrap {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .error404 main .wrap {
    padding-bottom: 100px;
    padding-top: 120px;
  }
}
.error404 main .wrap p {
  line-height: 1.71;
  margin: 1.75em 0;
}
.error404 main .wrap h1 {
  font-family: Bodoni;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}
@media screen and (min-width: 770px) {
  .error404 main .wrap h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 970px) {
  .error404 main .wrap h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.page.home main {
  padding: 0 !important;
}
.products-category-button {
  background: #e1e1e1;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0 -16px 30px;
  padding: 16px 25px 14px;
  text-transform: uppercase;
}
.products-category-button span {
  display: inline-block;
  padding: 0 17px 0 0;
  position: relative;
}
.products-category-button span:after {
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 9px;
}
.products-category-button.active span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 550px) {
  .products-category-button {
    margin: 0 -25px 30px;
  }
}
@media screen and (min-width: 970px) {
  .products-category-button {
    display: none;
  }
}
.products-category {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.35s cubic-bezier(0.76, 0.015, 0.41, 1);
  transition: all 0.35s cubic-bezier(0.76, 0.015, 0.41, 1);
}
.products-category.active {
  max-height: 500px;
}
.products-category .row {
  margin: 8px -8px 12px;
}
.products-category .row .col {
  padding: 8px;
}
.products-category .row .col:last-child {
  margin-right: auto;
}
.products-category .row:after {
  display: none;
}
@media screen and (max-width: 550px) {
  .products-category .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 770px) {
  .products-category .row .col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 970px) {
  .products-category {
    font-size: 12px;
    font-size: 0.75rem;
    max-height: none;
    overflow: visible;
    padding: 2.5em 0 3.75em;
  }
  .products-category .row {
    margin: 0 -20px;
  }
  .products-category .row .col {
    padding: 20px;
  }
}
.products-category a {
  display: block;
  opacity: 1;
  position: relative;
}
.products-category a .product-category-image {
  height: 74px;
  margin: 0 auto;
  width: 124px;
}
@media screen and (min-width: 970px) {
  .products-category a .product-category-image {
    height: 82px;
    width: 138px;
  }
}
@media screen and (min-width: 1366px) {
  .products-category a .product-category-image {
    height: 117px;
    width: 197px;
  }
}
.products-category a .product-category-image img {
  display: block;
  position: relative;
  z-index: 2;
}
.products-category a .product-category-image img.imagehover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 3;
}
.products-category a .product-category-name {
  letter-spacing: 0.84px;
  padding: 1em 0 0;
}
.products-category a:hover .product-category-image img.imagehover {
  opacity: 1;
}
.product-list {
  padding: 1.5em 0 2.5em;
}
.product-list .col-12 {
  padding: 0;
}
.product-list .show-all {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0 0 0.65em 35px;
  padding: 0 22px 0 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: bottom;
}
.product-list .show-all:after {
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 5px;
  margin: 4px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 9px;
}
.product-list .full-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  opacity: 1;
  padding: 10px 0 25px;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 970px) {
  .product-list .full-link {
    padding: 25px 0 55px;
  }
}
.product-list .full-link .product-image {
  -webkit-box-flex: 0;
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
}
.product-list .full-link .product-text {
  color: #989898;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.product-list .full-link .product-text span:last-child {
  display: none;
}
.product-list .full-link .product-title {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.84px;
  padding: 2em 0 0;
  text-transform: uppercase;
}
.product-list .full-link .btn-get {
  background: #dfdfdf;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0 auto;
  opacity: 0;
  padding: 0.745em 18px 0.605em;
  position: relative;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 5;
}
.product-list .full-link .btn-get:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: -15px;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -2;
}
.product-list .full-link .btn-get:after {
  background: #dfdfdf;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: -1;
}
.product-list .full-link .btn-get:hover {
  background: transparent;
}
.product-list .full-link .btn-get:hover:after {
  background: transparent;
  border: 1px solid #000;
}
.product-list .full-link .hover-alpha {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  display: block;
}
.product-list .full-link .hover-alpha,
.product-list .full-link .product-image-hover {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
}
.product-list .full-link .product-image-hover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
}
.product-list .full-link:hover .hover-alpha {
  opacity: 1;
}
.product-list .full-link:hover .product-image-hover {
  opacity: 1;
  z-index: 5;
}
.product-list .full-link:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.product-list .full-link:hover:after {
  height: 100%;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product-list .full-link:hover .product-text:after,
.product-list .full-link:hover .product-text:before {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 50%;
}
.product-list .full-link:hover .btn-get {
  opacity: 1;
}
.head-image {
  background: rgba(0, 0, 0, 0.2);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.head-image .video-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}
.head-image .video-wrap video,
.head-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.head-image img {
  left: 50%;
  max-width: none;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.head-image .arrow-down {
  -webkit-animation-delay: 5ms;
  animation-delay: 5ms;
  bottom: 50px;
  display: block;
  position: absolute;
}
.head-image h1 {
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 100;
  left: 50%;
  letter-spacing: 16px;
  margin: 0;
  padding: 0 25px;
  position: absolute;
  text-align: center;
  text-shadow: 0 15px 20px rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 400px) {
  .head-image h1 {
    font-size: 60px;
    font-size: 3.75rem;
    font-size: 12vw;
    letter-spacing: 16px;
  }
}
@media screen and (min-width: 770px) {
  .head-image h1 {
    font-size: 100px;
    font-size: 6.25rem;
    letter-spacing: 24px;
  }
}
@media screen and (min-width: 970px) {
  .head-image h1 {
    font-size: 130px;
    font-size: 8.125rem;
    letter-spacing: 36px;
  }
}
@media screen and (min-width: 1366px) {
  .head-image h1 {
    font-size: 160px;
    font-size: 10rem;
    letter-spacing: 48px;
  }
}
.head-image.minus-margin {
  background: none;
  margin-top: -121px;
}
@media screen and (min-width: 970px) {
  .head-image.minus-margin {
    margin-top: -141px;
  }
}
@media screen and (max-width: 770px) {
  .product-section,
  .product-section .fp-tableCell {
    height: auto !important;
  }
}
.video-section {
  margin: 90px 0 40px;
}
@media screen and (min-width: 970px) {
  .video-section {
    margin: 130px 0 90px;
  }
}
@media screen and (min-width: 1366px) {
  .video-section {
    margin: 160px 0 140px;
  }
  .video-section .row:first-child .col-12 {
    padding-top: 46px;
  }
}
.video-section.no-margin-top {
  margin: 0 0 20px;
}
@media screen and (min-width: 770px) {
  .video-section.no-margin-top {
    margin: 0 0 47px;
  }
}
@media screen and (min-width: 1366px) {
  .video-section.no-margin-top {
    margin: 0 0 67px;
  }
}
.video-section .video {
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
@media screen and (max-width: 970px) {
  .video-section .video {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1366px) {
  .video-section .video {
    -ms-flex: 0 0 67.1%;
    -webkit-box-flex: 0;
    flex: 0 0 67.1%;
    width: 67.1%;
  }
}
.video-section .video .video-wrap {
  overflow: hidden;
  position: relative;
}
.video-section
  .video
  .video-wrap:hover
  .video-buttons.play
  button.button-pause {
  display: block;
}
.video-section .video .video-wrap.play video:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-section .video .video-wrap.play .video-buttons.play {
  display: none;
}
.video-section .video video {
  display: block;
  height: auto;
  margin: 0 auto;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 100%;
  z-index: 1;
}
.video-section .vide-text {
  font-family: Bodoni;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.3;
}
@media screen and (min-width: 550px) {
  .video-section .vide-text {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 770px) {
  .video-section .vide-text {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 970px) {
  .video-section .vide-text {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .video-section .vide-text {
    -ms-flex: 0 0 32.9%;
    font-size: 40px;
    font-size: 2.5rem;
    -webkit-box-flex: 0;
    flex: 0 0 32.9%;
    width: 32.9%;
  }
}
.video-section .vide-text .video-date-wrap {
  font-family: HelveticaNeue;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0.75em;
  overflow: hidden;
  text-transform: uppercase;
}
@media screen and (min-width: 770px) {
  .video-section .vide-text .video-date-wrap {
    margin: 0 0 1.5em;
  }
}
.video-section .vide-text .video-date-wrap .video-date {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpUp;
  animation-name: fadeInUpUp;
  color: #989898;
  font-family: HelveticaNeue;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.84px;
  margin: 0;
  text-transform: uppercase;
}
.video-section .vide-text .video-title-wrap {
  overflow: hidden;
}
.video-section .vide-text .video-title-wrap .video-title {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpUp;
  animation-name: fadeInUpUp;
}
.video-section .inview .vide-text .video-date,
.video-section .inview .vide-text .video-title,
.video-section .inview .video-title-wrap .video-date,
.video-section .inview .video-title-wrap .video-title {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1;
}
.video-section .inview .video-title-wrap .video-title {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.video-section .inview .video {
  opacity: 1;
}
.video-buttons {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-buttons button {
  background: none;
  border: 0;
  border-radius: 32px;
  height: 64px;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: relative;
  width: 64px;
}
.video-buttons button.button-pause,
.video-buttons button.button-pause-video {
  display: none;
}
.video-buttons button .icon {
  height: 100%;
  width: 100%;
  fill: #000;
}
.video-buttons.play button.button-play,
.video-buttons.play button.button-play-video {
  display: none;
}
.video-buttons.play button.button-pause,
.video-buttons.play button.button-pause-video {
  display: block;
}
.gallery-with-thumb {
  margin-bottom: 30px;
  margin-top: 30px;
  width: auto;
}
@media screen and (min-width: 970px) {
  .gallery-with-thumb {
    margin: 60px -35px;
  }
}
@media screen and (min-width: 1366px) {
  .gallery-with-thumb {
    margin: 120px -115px;
  }
}
.gallery-with-thumb .full-gallery {
  margin-bottom: 15px;
  overflow: visible;
  position: relative;
  z-index: 0;
}
.gallery-with-thumb .full-gallery .swiper-wrapper {
  margin: 0 auto 82px;
  width: 100%;
}
@media screen and (min-width: 462px) {
  .gallery-with-thumb .full-gallery .swiper-wrapper {
    margin: 0 auto 41px;
  }
}
@media screen and (min-width: 1366px) {
  .gallery-with-thumb .full-gallery .swiper-wrapper {
    margin: 0 auto;
  }
}
.gallery-with-thumb .full-gallery .swiper-wrapper .swiper-slide {
  height: 100%;
  opacity: 0 !important;
  position: relative;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 1088px;
  position: relative;
  width: 100%;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .swiper-slide-content {
  padding-top: 64.339%;
  position: relative;
  width: 100%;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .swiper-slide-main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .swiper-slide-main-wrap {
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .swiper-slide-main-wrap
  .icon-social {
  bottom: 18px;
  display: none;
  position: absolute;
  right: 17px;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .swiper-slide-main-wrap
  .icon-social
  a {
  background: #7b7b7b;
  display: block;
  height: 36px;
  margin: 0 5px;
  overflow: hidden;
  width: 36px;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .swiper-slide-main-wrap
  .icon-social
  a
  .icon {
  height: 18px;
  width: 18px;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .swiper-slide-main-wrap:hover
  .icon-social {
  display: block;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info {
  bottom: -94px;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.36px;
  margin: 1em 0 0;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 462px) {
  .gallery-with-thumb
    .full-gallery
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-wrap
    .slick-info {
    bottom: -53px;
  }
}
@media screen and (min-width: 1366px) {
  .gallery-with-thumb
    .full-gallery
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-wrap
    .slick-info {
    bottom: auto;
    font-size: 12px;
    left: auto;
    margin: 0;
    position: absolute;
    right: -193px;
    text-align: left;
    text-transform: uppercase;
    top: 50%;
    width: 160px;
  }
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  a {
  color: #989898;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px 20px 0;
  vertical-align: middle;
}
@media screen and (min-width: 1366px) {
  .gallery-with-thumb
    .full-gallery
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-wrap
    .slick-info
    a {
    display: block;
    padding: 0.4em 0;
  }
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  a:hover {
  color: #000;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  a:hover
  .ico
  svg {
  fill: #000;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  a:hover
  .ico
  svg.icon-download,
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  a:hover
  .ico
  svg.icon-print {
  stroke: #000;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  .ico {
  display: inline-block;
  height: 15px;
  margin: -3px 17px 0 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 15px;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  .ico
  svg {
  height: 100%;
  left: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  fill: #989898;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  .ico
  svg.icon-download,
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-wrap
  .slick-info
  .ico
  svg.icon-print {
  fill: none !important;
  stroke: #989898;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gallery-with-thumb .full-gallery .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide
  a.v-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-with-thumb .full-gallery .swiper-wrapper .swiper-slide a img {
  display: block;
  margin: auto;
  max-width: 100%;
  position: relative;
  width: auto;
}
.gallery-with-thumb
  .full-gallery
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.gallery-with-thumb .full-gallery .swiper-arrow {
  background: #fff url(/wp-content/themes/olta/assets/images/arrow-left.svg)
    no-repeat 50%;
  background-size: auto 25px;
  border: 0;
  height: 45px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  z-index: 10;
}
.gallery-with-thumb .full-gallery .swiper-arrow.swiper-button-prev {
  left: 0;
  right: auto;
}
@media screen and (min-width: 970px) {
  .gallery-with-thumb .full-gallery .swiper-arrow {
    background: transparent
      url(/wp-content/themes/olta/assets/images/arrow-left.svg) no-repeat 50%;
    background-size: auto 25px;
    right: -24px;
  }
  .gallery-with-thumb .full-gallery .swiper-arrow.swiper-button-prev {
    left: -24px;
  }
}
@media screen and (min-width: 1530px) {
  .gallery-with-thumb .full-gallery .swiper-arrow {
    right: 23px;
  }
  .gallery-with-thumb .full-gallery .swiper-arrow.swiper-button-prev {
    left: 23px;
  }
}
.gallery-with-thumb .full-gallery .swiper-arrow.swiper-button-next {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.gallery-with-thumb .thumb-gallery-wrap {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-with-thumb .thumb-gallery-wrap .swiper-scrollbar {
  bottom: 6px;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.gallery-with-thumb .thumb-gallery-wrap.selected {
  height: 200px;
}
.gallery-with-thumb .thumb-gallery {
  margin: 0;
  overflow: visible;
  padding: 0;
}
.gallery-with-thumb .thumb-gallery .swiper-slide {
  cursor: pointer;
  margin: 5px 5px 5px 0;
  padding: 0;
  position: relative;
  width: auto;
}
.gallery-with-thumb .thumb-gallery .swiper-slide img {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-with-thumb .thumb-gallery .swiper-slide:hover:after {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.gallery-with-thumb .thumb-gallery .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.gallery-with-thumb
  .thumb-gallery
  .swiper-slide.swiper-slide-thumb-active:after {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.gallery-with-thumb .thumb-gallery .swiper-slide:last-child {
  margin: 5px 0;
}
.gallery-with-thumb .btn-thumbs {
  background: url(/wp-content/themes/olta/assets/images/btn-thumbs.svg)
    no-repeat 50%;
  background-size: 70% auto;
  cursor: pointer;
  height: 34px;
  margin: 5px auto 0;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 34px;
}
.gallery-with-thumb .btn-thumbs.selected,
.gallery-with-thumb .btn-thumbs:hover {
  opacity: 1;
}
.gallery-with-thumb .btn-thumbs.selected {
  margin: 20px auto 0;
}
.section-info {
  margin: 30px -25px;
  text-align: left;
}
@media screen and (min-width: 970px) {
  .section-info {
    margin: 60px -60px;
  }
}
@media screen and (min-width: 1366px) {
  .section-info {
    margin: 133px -140px 120px;
  }
}
.section-info .content-noregistry {
  max-width: 1088px;
  padding-top: 24px;
  text-align: left;
}
.section-info .tabs-wrap {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-info .tabs-wrap .buttons-more {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0)),
      color-stop(32%, hsla(0, 0%, 100%, 0.522)),
      color-stop(72%, #fff)
    )
    0 0 no-repeat padding-box;
  background: transparent
    linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.522) 32%,
      #fff 72%
    )
    0 0 no-repeat padding-box;
  bottom: 0;
  height: 75%;
  left: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 10;
}
.section-info .tabs-wrap .buttons-more .info-close,
.section-info .tabs-wrap .buttons-more .info-more {
  background: none;
  bottom: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  left: 50%;
  opacity: 1;
  padding: 10px 15px;
  position: absolute;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.section-info .tabs-wrap .buttons-more .info-close:before,
.section-info .tabs-wrap .buttons-more .info-more:before {
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 0 !important;
  background-size: 7px auto !important;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 7px;
}
.section-info .tabs-wrap .buttons-more .info-close {
  display: none;
}
.section-info .tabs-wrap .buttons-more .info-close:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-info .tabs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.15;
  padding: 0 25px;
  text-transform: uppercase;
}
.section-info .tabs,
.section-info .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.section-info .tabs li {
  -webkit-box-flex: 0;
  cursor: pointer;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-height: 69px;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-info .tabs li span {
  display: block;
  margin: 0.2em 0 0;
  position: relative;
}
.section-info .tabs li:before {
  display: none;
}
.section-info .tabs li.current {
  background: #f6f6f6;
}
@media screen and (min-width: 550px) {
  .section-info .tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 770px) {
  .section-info .tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
}
@media screen and (min-width: 970px) {
  .section-info .tabs {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1366px) {
  .section-info .tabs {
    padding: 0 140px;
  }
}
.section-info .tab-content {
  background: #f6f6f6;
  letter-spacing: 0.8px;
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-info .tab-content .wrap {
  padding-bottom: 1em;
  padding-top: 1.5em;
  text-align: left;
}
.section-info .tab-content .wrap p {
  margin: 0 0 3em;
  padding: 0;
}
.section-info .tab-content .wrap p:last-child {
  margin: 0;
}
.section-info .tab-content.current {
  max-height: 2000px;
}
.section-info .tab-content.tab-download p {
  margin: 0;
  padding: 0;
}
.section-info .tab-content#tab-1.current {
  max-height: 375px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-info .tab-content#tab-1.current.active {
  max-height: 2500px;
  overflow: visible;
}
.section-info .tab-content#tab-1.current.active .buttons-more {
  bottom: -60px;
  height: auto;
  overflow: visible;
  position: relative;
}
.section-info .tab-content#tab-1.current.active .buttons-more .info-more {
  display: none;
}
.section-info .tab-content#tab-1.current.active .buttons-more .info-close {
  display: block;
}
.section-info .wpfd-content {
  --button-width: 14rem;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: HelveticaNeue, helvetica, arial, sans-serif;
  margin: 0 -20px;
  padding: 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media screen and (min-width: 770px) {
  .section-info .wpfd-content {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}
.section-info .wpfd-content .down-button-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: none;
  padding: 20px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 770px) {
  .section-info .wpfd-content .down-button-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
.section-info .wpfd-content .btn {
  background: transparent !important;
  border: 1px solid #000;
  border-radius: 0;
  color: transparent;
  color: #000 !important;
  cursor: not-allowed;
  float: none;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  height: auto;
  letter-spacing: 0.42px;
  line-height: 1.4;
  margin: 0 !important;
  opacity: 1 !important;
  opacity: 0.3 !important;
  padding: 11px 24px 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
.section-info .wpfd-content .btn.active {
  cursor: pointer;
  opacity: 1 !important;
}
.section-info .wpfd-content .default-download-category,
.section-info .wpfd-content .default-download-selected {
  width: var(--button-width);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  background: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 0;
  color: #000 !important;
  font-family: HelveticaNeue, helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.42px;
  opacity: 1 !important;
  order: 2;
  padding: 11px 24px 8px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.section-info .wpfd-content .default-download-category .zmdi,
.section-info .wpfd-content .default-download-category:before,
.section-info .wpfd-content .default-download-selected .zmdi,
.section-info .wpfd-content .default-download-selected:before {
  display: none;
}
.section-info .wpfd-content .default-download-category:focus,
.section-info .wpfd-content .default-download-category:hover,
.section-info .wpfd-content .default-download-selected:focus,
.section-info .wpfd-content .default-download-selected:hover {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.section-info .wpfd-content .wpfd-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - var(--button-width));
  flex: 0 0 calc(100% - var(--button-width));
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
  max-width: none;
  padding: 20px;
  width: calc(100% - var(--button-width));
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - var(--button-width)) !important;
  order: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-info .wpfd-content .wpfd-upload-form {
  display: none !important;
}
.section-info .wpfd-content .backcategory {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  font-family: HelveticaNeue, helvetica, arial, sans-serif;
  font-weight: 500;
  margin: 0 10px;
  text-align: left;
  text-transform: uppercase;
}
.section-info .wpfd-content .wpfd-container-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.section-info .wpfd-content .wpfd-container-default .wpfd-categories {
  margin: 0 -10px;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd-categories
  .wpfdcategory {
  border: 1px solid #000;
  border-radius: 0;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd-categories
  .wpfdcategory
  > span {
  color: #000;
  font-family: HelveticaNeue, helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.section-info .wpfd-content .wpfd-container-default .wpfd_list {
  margin: 0 -20px;
}
.section-info .wpfd-content .wpfd-container-default .wpfd_list .file {
  background: none;
  margin: 0 !important;
  min-width: 40px;
  padding: 20px;
  -webkit-box-flex: 0;
  border: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .section-info .wpfd-content .wpfd-container-default .wpfd_list .file {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 770px) {
  .section-info .wpfd-content .wpfd-container-default .wpfd_list .file {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
}
@media screen and (min-width: 970px) {
  .section-info .wpfd-content .wpfd-container-default .wpfd_list .file {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media screen and (min-width: 1366px) {
  .section-info .wpfd-content .wpfd-container-default .wpfd_list .file {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
  }
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  max-width: 100%;
  min-width: 100%;
  text-transform: uppercase;
  width: 100%;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  .ext,
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  .file-xinfo {
  display: none !important;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  .wpfd_downloadlink {
  color: #000;
  font-family: HelveticaNeue, helvetica, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  .wpfd_checkbox,
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  .wpfd_checkbox
  > span {
  height: 2.5rem;
  width: 2.5rem;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  .wpfd_checkbox
  > span {
  background: #fff;
  border: 1px solid #c9c9c9;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  .wpfd_checkbox
  > span:before {
  background: #000;
  content: "";
  height: 1.5rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 1.5rem;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  .cbox_file_download:checked
  + span:before {
  opacity: 1;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  label {
  bottom: auto;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.84px;
  line-height: 1.15;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
  z-index: 5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-align: left;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  label
  span {
  display: inline-block;
  vertical-align: middle;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  label
  input {
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  label
  input:checked
  + .checbox:after {
  opacity: 1;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  label
  .checbox {
  background: #fff;
  border: 1px solid #c9c9c9;
  height: 40px;
  margin-right: 24px;
  min-width: 40px;
  position: relative;
  width: 40px;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .filecontent
  h3
  label
  .checbox:after {
  background: #000;
  bottom: 6px;
  content: "";
  height: 26px;
  left: 6px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 26px;
}
.section-info
  .wpfd-content
  .wpfd-container-default
  .wpfd_list
  .file
  .file-right {
  display: none !important;
}
.project-image-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 200;
  letter-spacing: 8px;
  letter-spacing: 3.6px;
  line-height: 1.25;
  position: absolute;
  text-shadow: 0 15px 20px rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
  top: 57.4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-image-wrap .project-title {
  overflow: hidden;
}
.project-image-wrap .project-title .project-title-wrap {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpUp;
  animation-name: fadeInUpUp;
}
.project-image-wrap .project-localization {
  font-size: 1rem;
  font-size: 16px;
  letter-spacing: 1.6px;
  overflow: hidden;
}
.project-image-wrap .project-localization .project-localization-wrap {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpUp;
  animation-name: fadeInUpUp;
}
@media screen and (min-width: 770px) {
  .project-image-wrap {
    font-size: 46px;
    font-size: 2.875rem;
    letter-spacing: 4px;
  }
  .project-image-wrap .project-localization {
    font-size: 50%;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 970px) {
  .project-image-wrap {
    font-size: 60px;
    font-size: 3.75rem;
    letter-spacing: 6px;
  }
  .project-image-wrap .project-localization {
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1366px) {
  .project-image-wrap {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 8px;
  }
  .project-image-wrap .project-localization {
    letter-spacing: 4px;
  }
}
.active
  .swiper-slide-active
  .project-image-wrap
  .project-title
  .project-title-wrap {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1;
}
.active
  .swiper-slide-active
  .project-image-wrap
  .project-localization
  .project-localization-wrap {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1;
}
@media screen and (min-width: 970px) {
  .project-item {
    padding-bottom: 30px;
    padding-top: 25px;
  }
}
.project-item .project-item-content {
  position: relative;
}
.project-item .project-item-content .full-link {
  background: 0;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 5;
}
.project-item .project-item-content .full-link,
.project-item .project-item-content .full-link:before {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.project-item .project-item-content .full-link:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 970px) {
  .project-item .project-item-content .full-link:before {
    height: 0;
  }
}
.project-item .project-item-content .project-text {
  bottom: 9.7%;
  color: #fff;
  display: block;
  left: 0;
  padding: 0 25px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 6;
}
.project-item .project-item-content .project-text .project-title {
  font-family: Bodoni;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  -webkit-transition: all 0.55s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 970px) {
  .project-item .project-item-content .project-text .project-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.project-item .project-item-content .project-text .project-localization {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.42px;
  padding-bottom: 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
@media screen and (min-width: 970px) {
  .project-item .project-item-content .project-text .project-localization {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .project-item .project-item-content .project-text .project-localization,
  .project-item .project-item-content .project-text .project-title {
    opacity: 0;
  }
}
.project-item .project-item-content img {
  display: block;
  max-width: none;
  width: 100%;
}
.project-item .project-item-content:hover .full-link:before {
  height: 100%;
}
.project-item .project-item-content:hover .project-text .project-localization,
.project-item .project-item-content:hover .project-text .project-title {
  opacity: 1;
}
.slide-gallery {
  display: block !important;
  list-style: none;
  margin: 15px auto !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 0;
  position: relative;
  width: 76.9%;
  z-index: 1;
}
@media screen and (min-width: 970px) {
  .slide-gallery {
    margin: 60px auto 0 !important;
  }
}
@media screen and (min-width: 1366px) {
  .slide-gallery {
    margin: 120px auto 0 !important;
  }
}
.slide-gallery .blocks-gallery-grid {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
}
.slide-gallery .blocks-gallery-grid,
.slide-gallery .blocks-gallery-item {
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.slide-gallery .blocks-gallery-item {
  display: block !important;
  -ms-flex-negative: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-shrink: 0;
  opacity: 0.4;
  width: 100%;
}
.slide-gallery .blocks-gallery-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-top: 69.4%;
  position: relative;
  width: auto;
}
.slide-gallery .blocks-gallery-item a img {
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-gallery .blocks-gallery-item.swiper-slide-active {
  opacity: 1;
}
.slide-gallery .swiper-pagination {
  bottom: 3px !important;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.slide-gallery .swiper-pagination span {
  background: #c9c9c9;
  border: 0;
  display: inline-block;
  height: 2px;
  margin: 0 11px !important;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  vertical-align: middle;
  width: 25px;
}
.slide-gallery .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (max-width: 970px) {
  .pin-section {
    display: none !important;
  }
}
.pin__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.pin__wrapper img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}
.pin__wrapper .pin__type {
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pin__wrapper .pin__type:before {
  background: #fff;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  margin: -3px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
  z-index: 0;
}
.pin__wrapper .pin__type a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pin__wrapper .pin__type .pin__title {
  color: #fff;
  font-size: 14px;
  left: 39px;
  letter-spacing: 0.42px;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 4px;
  -webkit-transition: all 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.pin__wrapper .pin__type:hover {
  height: 34px;
  margin-left: -4px;
  margin-top: -4px;
  width: 34px;
}
.pin__wrapper .pin__type:hover .pin__title {
  left: 43px;
  opacity: 1;
  top: 8px;
}
.file-list .btn {
  margin: 0;
}
.file-list .button-send {
  display: inline-block;
  position: relative;
}
.file-list .button-send input {
  background: transparent !important;
  border: 1px solid #000;
  color: transparent;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.42px;
  margin: 0;
  opacity: 1 !important;
  padding: 11px 24px 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
.file-list .button-send input:disabled {
  cursor: not-allowed;
  opacity: 0.3 !important;
}
.file-list .button-send input:disabled + span.mask {
  display: none;
}
.file-list .button-send input:disabled ~ span {
  opacity: 0.3 !important;
}
.file-list .button-send span:not(.wpcf7-spinner) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  left: 0;
  padding: 11px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 4;
}
.file-list .button-send span:not(.wpcf7-spinner).mask {
  background: #000;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #fff;
  display: none;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 5;
}
@media screen and (min-width: 970px) {
  .file-list .button-send span:not(.wpcf7-spinner).mask {
    display: block;
  }
}
@supports (-ms-accelerator: true) {
  .file-list .button-send span:not(.wpcf7-spinner).mask {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .file-list .button-send span:not(.wpcf7-spinner).mask {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .file-list .button-send:hover span:not(.wpcf7-spinner).mask {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.file-list label {
  bottom: auto;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.84px;
  line-height: 1.15;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
  z-index: 5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.file-list label span {
  display: inline-block;
  vertical-align: middle;
}
.file-list label .checbox {
  background: #fff;
  border: 1px solid #c9c9c9;
  height: 40px;
  margin-right: 24px;
  min-width: 40px;
  position: relative;
  width: 40px;
}
.file-list label .checbox:after {
  background: #000;
  bottom: 6px;
  content: "";
  height: 26px;
  left: 6px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 26px;
}
.file-list label input {
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.file-list label input:checked + .checbox:after {
  opacity: 1;
}
.page-template-account main,
.page-template-reserved-area main {
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.75;
}
.page-template-account main p,
.page-template-reserved-area main p {
  margin: 2.4em 0;
}
.page-template-account main p.small-margin-bottom,
.page-template-reserved-area main p.small-margin-bottom {
  margin-bottom: 1.5em;
}
.page-template-account main p.small-margin-top,
.page-template-reserved-area main p.small-margin-top {
  margin-top: 1.5em;
}
.page-template-account main .btn,
.page-template-reserved-area main .btn {
  font-weight: 500;
  min-width: 174px;
  text-align: center;
  text-transform: uppercase;
}
.page-template-account main .btn span:not(.wpcf7-spinner),
.page-template-reserved-area main .btn span:not(.wpcf7-spinner) {
  text-align: center;
  width: 100%;
}
.page-template-account main #um-field-show-passwords,
.page-template-reserved-area main #um-field-show-passwords {
  max-width: 800px;
  position: relative;
  width: 100%;
}
.page-template-account main #um-field-show-passwords a,
.page-template-reserved-area main #um-field-show-passwords a {
  display: block;
  height: 40px;
  line-height: 44px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -40px;
  width: 56px;
  z-index: 50;
}
.page-template-account main p.small-margin,
.page-template-reserved-area main p.small-margin {
  margin: 0.5em 0 2em;
}
.page-template-account main .wrap,
.page-template-reserved-area main .wrap {
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 970px) {
  .page-template-account main .wrap,
  .page-template-reserved-area main .wrap {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .page-template-account main .wrap,
  .page-template-reserved-area main .wrap {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}
.page-template-account main h1,
.page-template-reserved-area main h1 {
  font-family: Bodoni;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}
@media screen and (min-width: 770px) {
  .page-template-account main h1,
  .page-template-reserved-area main h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 970px) {
  .page-template-account main h1,
  .page-template-reserved-area main h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.page-template-account main .um-row-heading,
.page-template-account main h3,
.page-template-reserved-area main .um-row-heading,
.page-template-reserved-area main h3 {
  color: #000;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 0.75em;
  padding: 0;
  text-transform: uppercase;
}
.page-template-account main .um-row-heading.register-title,
.page-template-account main h3.register-title,
.page-template-reserved-area main .um-row-heading.register-title,
.page-template-reserved-area main h3.register-title {
  font-weight: 300;
  margin: 2em 0 -0.5em;
  text-transform: none;
}
.page-template-account main .um .button-send,
.page-template-reserved-area main .um .button-send {
  display: inline-block;
  position: relative;
}
.page-template-account main .um .button-send span,
.page-template-reserved-area main .um .button-send span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  left: 0;
  padding: 13px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 4;
}
.page-template-account main .um .button-send span.mask,
.page-template-reserved-area main .um .button-send span.mask {
  background: #000;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #fff;
  display: none;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 5;
}
@media screen and (min-width: 970px) {
  .page-template-account main .um .button-send span.mask,
  .page-template-reserved-area main .um .button-send span.mask {
    display: block;
  }
}
@supports (-ms-accelerator: true) {
  .page-template-account main .um .button-send span.mask,
  .page-template-reserved-area main .um .button-send span.mask {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .page-template-account main .um .button-send span.mask,
  .page-template-reserved-area main .um .button-send span.mask {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .page-template-account main .um .button-send:hover span.mask,
  .page-template-reserved-area main .um .button-send:hover span.mask {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.page-template-account main .um .um-field-error,
.page-template-reserved-area main .um .um-field-error {
  background: #ee4023;
  border-radius: 0;
  display: none !important;
  font-size: 12px;
  max-width: 800px;
}
.page-template-account main .um .um-field-error .um-field-arrow,
.page-template-reserved-area main .um .um-field-error .um-field-arrow {
  color: #ee4023;
}
.page-template-account main .um.um-account .um-account-tab,
.page-template-reserved-area main .um.um-account .um-account-tab {
  border-bottom: 0 !important;
}
.page-template-account main .um.um-account .um-account-side,
.page-template-reserved-area main .um.um-account .um-account-side {
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  float: none;
  font-size: 12px;
  letter-spacing: 0.84px;
  margin: 0 0 20px;
  text-transform: uppercase;
  width: 100%;
}
.page-template-account main .um.um-account .um-account-side ul,
.page-template-reserved-area main .um.um-account .um-account-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 57px;
  margin: 0 -25px !important;
  padding: 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: auto;
}
.page-template-account main .um.um-account .um-account-side .logout,
.page-template-reserved-area main .um.um-account .um-account-side .logout {
  font-size: 12px;
  font-weight: 500;
  margin-left: auto !important;
  margin-left: auto;
  margin-right: 25px;
  padding: 5px 21px 0 25px !important;
  position: relative;
}
.page-template-account main .um.um-account .um-account-side .logout .icon,
.page-template-reserved-area
  main
  .um.um-account
  .um-account-side
  .logout
  .icon {
  height: 11px;
  left: auto;
  position: absolute;
  right: 0;
  top: 7px;
  width: 11px;
  fill: #000;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-template-account main .um.um-account .um-account-side li,
.page-template-reserved-area main .um.um-account .um-account-side li {
  background: none;
  border: 0;
  font-size: 12px;
  margin: 0;
  padding: 0 25px !important;
}
.page-template-account main .um.um-account .um-account-side li:before,
.page-template-reserved-area main .um.um-account .um-account-side li:before {
  display: none;
}
.page-template-account main .um.um-account .um-account-side li a,
.page-template-reserved-area main .um.um-account .um-account-side li a {
  color: #000 !important;
  font-size: 12px;
  height: auto;
  line-height: 1.25;
  padding: 5px 0 0;
}
.page-template-account main .um.um-account .um-account-side li a:hover,
.page-template-reserved-area main .um.um-account .um-account-side li a:hover {
  background: none;
}
.page-template-account
  main
  .um.um-account
  .um-account-side
  li
  a
  span.um-account-title,
.page-template-reserved-area
  main
  .um.um-account
  .um-account-side
  li
  a
  span.um-account-title {
  color: #000;
  float: none;
  font-weight: 500;
  height: auto;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.page-template-account main .um.um-account .um-account-nav a,
.page-template-reserved-area main .um.um-account .um-account-nav a {
  border-bottom: 1px solid #c9c9c9 !important;
  color: #000 !important;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.25;
  padding: 16px 0 12px;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page-template-account main .um.um-account .um-account-nav a span.arr,
.page-template-reserved-area main .um.um-account .um-account-nav a span.arr {
  display: block;
  height: 100%;
  top: 0;
  width: 20px;
}
.page-template-account
  main
  .um.um-account
  .um-account-nav
  a
  span.arr
  .um-faicon-angle-down,
.page-template-reserved-area
  main
  .um.um-account
  .um-account-nav
  a
  span.arr
  .um-faicon-angle-down {
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  display: block;
  height: 5px;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
}
.page-template-account
  main
  .um.um-account
  .um-account-nav
  a
  span.arr
  .um-faicon-angle-down:before,
.page-template-reserved-area
  main
  .um.um-account
  .um-account-nav
  a
  span.arr
  .um-faicon-angle-down:before {
  display: none;
}
.page-template-account
  main
  .um.um-account
  .um-account-nav
  a.current
  span.arr
  .um-faicon-angle-down,
.page-template-reserved-area
  main
  .um.um-account
  .um-account-nav
  a.current
  span.arr
  .um-faicon-angle-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.page-template-account main .um.um-account .um-account-main,
.page-template-reserved-area main .um.um-account .um-account-main {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-template-account main .um.um-account #um_field_general_user_login,
.page-template-account main .um.um-account .um-account-heading,
.page-template-reserved-area main .um.um-account #um_field_general_user_login,
.page-template-reserved-area main .um.um-account .um-account-heading {
  display: none;
}
.page-template-account main .um.um-account .um-button,
.page-template-reserved-area main .um.um-account .um-button {
  background: none;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  color: transparent !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.42px;
  padding: 16px 59px 13px !important;
  text-transform: uppercase !important;
  width: auto;
  z-index: 6;
}
.page-template-account main .um.um-account .um-button:hover,
.page-template-reserved-area main .um.um-account .um-button:hover {
  background: none;
}
.page-template-account main .um.um-password,
.page-template-reserved-area main .um.um-password {
  margin: 0 0 4em !important;
  max-width: 800px;
  text-align: left;
}
.page-template-account main .um.um-password label,
.page-template-reserved-area main .um.um-password label {
  bottom: auto;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.84px;
  margin: 2em 0 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.page-template-account main .um.um-password .um-field,
.page-template-reserved-area main .um.um-password .um-field {
  padding: 5px 0 0;
}
.page-template-account main .um.um-password .um-field-block,
.page-template-reserved-area main .um.um-password .um-field-block {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.page-template-account main .um.um-password .large-margin,
.page-template-reserved-area main .um.um-password .large-margin {
  margin: 2.5em 0 0;
}
.page-template-account main .um.um-password .large-margin p,
.page-template-reserved-area main .um.um-password .large-margin p {
  margin: 0 0 2em;
}
.page-template-account main .um.um-password input::-webkit-input-placeholder,
.page-template-reserved-area
  main
  .um.um-password
  input::-webkit-input-placeholder {
  color: #c9c9c9;
  opacity: 0.3;
}
.page-template-account main .um.um-password input::-moz-placeholder,
.page-template-reserved-area main .um.um-password input::-moz-placeholder {
  color: #c9c9c9;
  opacity: 0.3;
}
.page-template-account main .um.um-password input::-ms-input-placeholder,
.page-template-reserved-area main .um.um-password input::-ms-input-placeholder {
  color: #c9c9c9;
  opacity: 0.3;
}
.page-template-account main .um.um-password input::placeholder,
.page-template-reserved-area main .um.um-password input::placeholder {
  color: #c9c9c9;
  opacity: 0.3;
}
.page-template-account main .um.um-password input:-ms-input-placeholder,
.page-template-reserved-area main .um.um-password input:-ms-input-placeholder {
  color: #c9c9c9;
  opacity: 0.3;
}
.page-template-account main .um .um-field-label,
.page-template-reserved-area main .um .um-field-label {
  color: #000 !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  margin-top: 10px;
  text-transform: uppercase;
}
.page-template-account main .um .um-field-label label,
.page-template-reserved-area main .um .um-field-label label {
  bottom: auto;
  color: #000 !important;
  display: block;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.84px !important;
  margin: 0;
  padding: 0 0 2px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.page-template-account
  main
  .um
  .um-field-area
  select.um-error
  + .select2.select2-container
  .select2-selection,
.page-template-reserved-area
  main
  .um
  .um-field-area
  select.um-error
  + .select2.select2-container
  .select2-selection {
  border-color: #ee4023 !important;
}
.page-template-account main .um .um-field-area input,
.page-template-reserved-area main .um .um-field-area input {
  background: #f9f9f9;
  border: 1px solid #c9c9c9 !important;
  border-radius: 0;
  color: #000;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  max-width: 800px;
  padding: 5px 15px 0 !important;
}
.page-template-account main .um .um-field-area input.um-error,
.page-template-reserved-area main .um .um-field-area input.um-error {
  border-color: #ee4023 !important;
}
.page-template-account main .um .um-col-alt .um-center,
.page-template-reserved-area main .um .um-col-alt .um-center {
  text-align: left !important;
}
.page-template-account main .um .um-col-alt .um-center input,
.page-template-reserved-area main .um .um-col-alt .um-center input {
  background: none !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  color: transparent !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.42px;
  padding: 15px 50px 14px !important;
  text-transform: uppercase;
  z-index: 6;
}
.page-template-account main .um .select2,
.page-template-reserved-area main .um .select2 {
  max-width: 800px;
}
.page-template-account main .um .select2.select2-container .select2-selection,
.page-template-reserved-area
  main
  .um
  .select2.select2-container
  .select2-selection {
  background: #f9f9f9 !important;
  border: 1px solid #c9c9c9 !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  padding: 4px 0 0 15px !important;
}
.page-template-account
  main
  .um
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow:before,
.page-template-reserved-area
  main
  .um
  .select2.select2-container
  .select2-selection
  .select2-selection__arrow:before {
  background: url(/wp-content/themes/olta/assets/images/arrow_down_black.svg)
    no-repeat 50%;
  background-size: 100% auto;
  content: "" !important;
  display: inline-block;
  height: 7px !important;
  margin: 0 0 -2px;
  width: 12px !important;
}
.page-template-account
  main
  .um
  .select2.select2-container
  .select2-selection
  .select2-selection__clear,
.page-template-reserved-area
  main
  .um
  .select2.select2-container
  .select2-selection
  .select2-selection__clear {
  color: #000 !important;
  font-size: 23px;
  font-weight: 300 !important;
  margin: -2px 0 0 !important;
}
.page-template-account
  main
  .um
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered,
.page-template-reserved-area
  main
  .um
  .select2.select2-container
  .select2-selection
  .select2-selection__rendered {
  color: #000 !important;
  font-weight: 300 !important;
}
.page-template-account main .um .um-field-checkbox input,
.page-template-reserved-area main .um .um-field-checkbox input {
  position: absolute;
}
.page-template-account
  main
  .um
  .um-field-checkbox
  input:checked
  + .um-field-checkbox-state
  .um-icon-android-checkbox-outline:before,
.page-template-reserved-area
  main
  .um
  .um-field-checkbox
  input:checked
  + .um-field-checkbox-state
  .um-icon-android-checkbox-outline:before {
  border: 1px solid #000;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
.page-template-account
  main
  .um
  .um-field-checkbox
  input:checked
  + .um-field-checkbox-state
  .um-icon-android-checkbox-outline:after,
.page-template-reserved-area
  main
  .um
  .um-field-checkbox
  input:checked
  + .um-field-checkbox-state
  .um-icon-android-checkbox-outline:after {
  background: #000;
  content: "";
  display: block;
  height: 8px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 8px;
}
.page-template-account main .um .um-field-checkbox .um-field-checkbox-option,
.page-template-account main .um .um-field-checkbox label,
.page-template-reserved-area
  main
  .um
  .um-field-checkbox
  .um-field-checkbox-option,
.page-template-reserved-area main .um .um-field-checkbox label {
  color: #000 !important;
  font-size: 12px;
  font-weight: 400 !important;
  letter-spacing: 0.36px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 5;
}
.page-template-account main .um .um-field-checkbox .um-field-checkbox-option,
.page-template-reserved-area
  main
  .um
  .um-field-checkbox
  .um-field-checkbox-option {
  padding: 0 0 0 25px;
}
.page-template-account
  main
  .um
  .um-field-checkbox
  .um-icon-android-checkbox-outline-blank:before,
.page-template-reserved-area
  main
  .um
  .um-field-checkbox
  .um-icon-android-checkbox-outline-blank:before {
  border: 1px solid #000;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
.page-template-account main .um .um-field-checkbox.um-field-akceptacja,
.page-template-reserved-area main .um .um-field-checkbox.um-field-akceptacja {
  margin-top: 50px;
}
.page-template-account
  main
  .um
  .um-field-checkbox.um-error
  .um-icon-android-checkbox-outline-blank:before,
.page-template-reserved-area
  main
  .um
  .um-field-checkbox.um-error
  .um-icon-android-checkbox-outline-blank:before {
  border-color: #ee4023;
}
.page-template-account main .um.um-login label,
.page-template-reserved-area main .um.um-login label {
  z-index: 1;
}
.page-template-account main .um.um-login .um-field-c .um-field-checkbox,
.page-template-reserved-area main .um.um-login .um-field-c .um-field-checkbox {
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-account main .um.um-login .um-row,
.page-template-reserved-area main .um.um-login .um-row {
  margin: 0 !important;
}
.page-template-account main .um.um-login .button-send,
.page-template-reserved-area main .um.um-login .button-send {
  margin-top: 40px;
}
.page-template-account main .um.um-login .um-button,
.page-template-reserved-area main .um.um-login .um-button {
  font-weight: 500;
  margin-top: 0;
  min-width: 174px !important;
  width: auto !important;
}
.page-template-account main .um.um-login .um-col-alt-b,
.page-template-reserved-area main .um.um-login .um-col-alt-b {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin: 10px 0 0;
  padding: 0;
}
.page-template-account main .um.um-login .um-col-alt-b a.um-link-alt,
.page-template-reserved-area main .um.um-login .um-col-alt-b a.um-link-alt {
  color: #989898 !important;
  display: inline-block !important;
}
.page-template-account .um-postmessage,
.page-template-reserved-area .um-postmessage {
  color: #000 !important;
}
.page-template-account .um-postmessage h3,
.page-template-reserved-area .um-postmessage h3 {
  margin-top: 2em;
}
.page-template-account .um-postmessage p,
.page-template-reserved-area .um-postmessage p {
  margin: 1.5em 0;
}
.page-template-contact main {
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.75;
}
.page-template-contact main p {
  margin: 2.4em 0;
}
.page-template-contact main p.small-margin-bottom {
  margin-bottom: 1.5em;
}
.page-template-contact main p.small-margin-top {
  margin-top: 1.5em;
}
.page-template-contact main a {
  text-decoration: underline;
}
.page-template-contact main .entry-content {
  max-width: 465px;
}
.page-template-contact main .wrap {
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 970px) {
  .page-template-contact main .wrap {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .page-template-contact main .wrap {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}
.page-template-contact h1 {
  font-family: Bodoni;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 770px) {
  .page-template-contact h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 970px) {
  .page-template-contact h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.page-template-contact .site-content-contain .wpcf7-form {
  --olta-input-bg: #f9f9f9;
}
.header-branding {
  background: hsla(0, 0%, 7%, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  min-height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  letter-spacing: 0;
  line-height: 1.75;
  padding: 88px 0 0;
}
@media screen and (min-width: 770px) {
  .header-branding {
    font-size: 14px;
  }
}
@media screen and (min-width: 970px) {
  .header-branding {
    padding: 141px 0 0;
  }
}
.header-branding .content-wrap {
  margin: 0 auto;
  max-width: 1090px;
  padding: 25px;
}
.header-branding h3 {
  font-weight: 500;
  line-height: 1.13;
  text-transform: uppercase;
}
.header-branding h3 small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}
@media screen and (max-width: 770px) {
  .header-branding h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .header-branding h3 small {
    font-size: 10px;
  }
}
.page-template-default#sticky-header .site-content-contain {
  position: fixed;
  width: 100%;
}
.page-template-default#sticky-header .site-content-contain.scroll {
  position: absolute;
}
.page-template-default .header-branding {
  background: hsla(0, 0%, 7%, 0.7);
  height: auto;
  min-height: 70.76%;
}
.page-template-default .header-branding h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 1.6px;
  line-height: 1.15;
  margin: 0 0 0.75em;
  padding: 0;
  position: relative;
  text-shadow: none;
  text-transform: none;
  top: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-template-default .header-branding h1 small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.84px;
  margin-bottom: 3em;
  text-transform: uppercase;
}
@media screen and (min-width: 770px) {
  .page-template-default .header-branding h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .page-template-default .header-branding h1 small {
    font-size: 12px;
  }
}
@media screen and (min-width: 970px) {
  .page-template-default .header-branding h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.page-template-default .header-branding .content-wrap {
  max-width: 880px;
}
.page-template-default main .wrap {
  line-height: 1.75;
  text-align: left;
}
.page-template-default main .wrap h2 {
  font-family: HelveticaNeue;
  font-weight: 500;
  margin-bottom: 1em;
}
.page-template-default main .wrap p {
  margin-bottom: 1.75em;
  margin-top: 1.75em;
}
.page-template-default main .wrap p[style="font-size:28px"] {
  line-height: 1.3;
}
@media screen and (max-width: 770px) {
  .page-template-default main .wrap p[style="font-size:28px"] {
    font-size: 21px !important;
  }
  .page-template-default main .wrap p[style="font-size:12px"] {
    font-size: 11px !important;
  }
}
.page-template-default [style="font-size:12px"] {
  font-weight: 300;
  letter-spacing: 0.84px;
}
.page-template-default .has-background {
  margin: 20px 0;
}
@media screen and (min-width: 970px) {
  .page-template-default .has-background {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1366px) {
  .page-template-default .has-background {
    margin: 40px 0;
  }
}
.page-template-default .wp-block-columns.wrap-content {
  padding: 25px 0;
  text-align: left;
}
@media screen and (min-width: 970px) {
  .page-template-default .wp-block-columns.wrap-content {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1366px) {
  .page-template-default .wp-block-columns.wrap-content {
    padding: 70px 115px;
  }
}
.page-template-default .wp-block-columns.wrap-content .wp-block-column {
  padding: 25px;
}
.slide-text-image {
  font-weight: 300;
  padding: 25px 0;
  text-align: center;
}
.slide-text-image .wp-block-group__inner-container {
  overflow: hidden;
  width: 100%;
}
.slide-text-image .wp-block-media-text__content,
.slide-text-image .wp-block-media-text__media {
  padding: 25px;
}
@media (max-width: 600px) {
  .slide-text-image {
    font-size: 14px;
  }
  .slide-text-image .wp-block-media-text__content {
    padding: 20px 37px 0;
  }
  .slide-text-image .wp-block-media-text__media {
    padding: 10px 37px 5px;
  }
}
@media screen and (min-width: 970px) {
  .slide-text-image {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1366px) {
  .slide-text-image {
    padding: 70px 115px;
  }
}
.slide-text-image h3 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.slide-text-image .slide-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.slide-text-image .swiper-text {
  display: inline-block;
  font-weight: 300;
  margin: 0;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 970px) {
  .slide-text-image .swiper-text {
    max-width: 65.4%;
  }
}
.slide-text-image .slide-pagination {
  bottom: 10px;
  left: 0;
  margin: 0 -13px;
  position: absolute;
  text-align: left;
}
.slide-text-image .swiper-pagination-bullet {
  height: 2px;
  margin: 0 11px !important;
  width: 24px;
}
.slide-text {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .slide-text {
    font-size: 14px;
    padding: 20px 37px 0 !important;
  }
  .slide-text + .wp-block-column {
    padding: 10px 37px 5px !important;
  }
  .slide-text + .wp-block-column .wp-block-image {
    margin: 0 auto;
    padding: 0;
  }
}
.slide-text .swiper-text {
  display: inline-block;
  font-weight: 300;
  margin: 0 -16px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 970px) {
  .slide-text .swiper-text {
    max-width: 72.4%;
  }
}
.slide-text .swiper-text h2 {
  margin: 0 0 0.625em;
}
.slide-text .swiper-text .wp-block-group {
  padding: 0 16px;
}
@media screen and (min-width: 770px) {
  .slide-text .swiper-text {
    margin: 0 -25px;
  }
  .slide-text .swiper-text .wp-block-group {
    padding: 0 25px;
  }
}
.slide-text .wp-block-group {
  -ms-flex-negative: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
}
.slide-text .swiper-pagination {
  padding: 0 13px;
  text-align: left;
}
.slide-text .swiper-pagination-bullet {
  height: 2px;
  margin: 0 11px !important;
  width: 24px;
}
.slide-text h3 {
  font-size: 21px;
}
.slide-text h3,
.slide-text h4 {
  font-weight: 500;
  text-transform: uppercase;
}
.slide-text h4 {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 3.5em;
}
.slide-text li {
  padding: 0 0 0 25px;
}
.slide-text li:before {
  top: 10px;
}
.related-page {
  padding-top: 30px;
}
@media screen and (min-width: 970px) {
  .related-page {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .related-page {
    padding-top: 70px;
  }
}
.related-page .col-12 {
  padding: 0;
}
.related-page .full-link {
  color: #fff;
  display: block;
  height: 50vh;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 770px) {
  .related-page .full-link {
    height: 100vh;
  }
}
.related-page .full-link .related-image {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 770px) {
  .related-page .full-link .related-image {
    height: 100%;
    width: auto;
  }
}
.related-page .full-link .related-text {
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0;
  padding: 20px 40px 35px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.related-page .full-link .related-text small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  margin: 0 0 1.15em;
  text-transform: uppercase;
}
.related-page .full-link:after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 3;
}
.related-page .full-link:hover:after {
  opacity: 0.2;
}
.page-template-archive-katalogi h1 {
  letter-spacing: 1.2px;
}
.page-template-archive-katalogi h1 small {
  letter-spacing: 0.42px;
}

#map,
.acf-map {
  background: #000;
  height: 100vh;
  margin-top: -121px;
  width: 100%;
}
@media screen and (min-width: 970px) {
  #map,
  .acf-map {
    margin-top: -141px;
  }
}
.search-wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
  height: 100%;
  left: 50px;
  letter-spacing: 0.8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  width: calc(100% - 100px);
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-transition: top 1s;
  transition: top 1s;
  z-index: 20;
}
.search-wrap .wrap {
  padding: 0;
}
.search-wrap.hide-wrap {
  top: -100%;
}
.search-wrap .content {
  margin: 0 auto;
  max-width: 680px;
}
.search-wrap #my-ajax-filter-search .col,
.search-wrap #my-ajax-filter-search .col-12,
.search-wrap #search-panel .col,
.search-wrap #search-panel .col-12 {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 400px) {
  .search-wrap #my-ajax-filter-search .row,
  .search-wrap #search-panel .row {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .search-wrap #my-ajax-filter-search .row .col,
  .search-wrap #search-panel .row .col {
    padding-bottom: 25px;
    padding-top: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .search-wrap #my-ajax-filter-search .row .col-12,
  .search-wrap #search-panel .row .col-12 {
    padding-bottom: 0;
  }
}
.search-wrap #my-ajax-filter-search .select,
.search-wrap #my-ajax-filter-search select,
.search-wrap #search-panel .select,
.search-wrap #search-panel select {
  display: none !important;
}
.search-wrap #my-ajax-filter-search input,
.search-wrap #search-panel input {
  background: #f9f9f9;
  border: 1px solid #c9c9c9;
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 50px;
  line-height: 1.2;
  padding: 5px 26px 0;
}
.search-wrap #my-ajax-filter-search input#search-btn,
.search-wrap #search-panel input#search-btn {
  padding-left: 48px;
  padding-right: 48px;
  text-transform: uppercase;
}
.search-wrap h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 0.3em;
}
.search-wrap .alm-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 2.125em 0 0.6875em;
}
.search-wrap .alm-filters .alm-filter--search {
  width: 100%;
}
.search-wrap .alm-filters .alm-filter--search input {
  background: #f9f9f9;
  font-size: 12px;
  height: 50px;
  padding: 16px 26px;
}
.search-wrap .alm-filters button {
  background: #f9f9f9;
  border-left: 0;
  font-size: 12px;
  height: 50px;
  letter-spacing: 0.36px;
  padding: 16px 48px;
  text-transform: uppercase;
}
.search-wrap .btn-white-full {
  background: #fff;
  border-color: #fff;
  color: #000 !important;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.36px;
  padding: 0;
  position: relative;
}
.search-wrap .btn-white-full .icon {
  height: 14px;
  left: 23px;
  position: absolute;
  width: 14px;
  fill: #000;
}
.search-wrap .btn-white-full:after,
.search-wrap .btn-white-full:before {
  display: none;
}
.search-wrap .btn-white-full input {
  background: none;
  border: 0;
  font-size: 12px;
  font-weight: 500 !important;
  height: auto;
  letter-spacing: 0.36px;
  padding: 19px 19px 15px 43px !important;
}
body
  div[style="z-index:9999999 !important;position:fixed !important;top:20px !important;bottom:auto !important;left:20px !important;right:auto !important;background:red !important;padding:7px 15px !important;font-size:14px !important;font-family:arial !important;color:#fff !important;display:inline-block !important;transform:translate3d(0,0,0) !important;opacity:1 !important;height:auto !important;width:auto !important;zoom:1 !important;margin:auto !important;border:none !important;visibility:visible !important;clip-path:none !important;"] {
  display: none !important;
}
body .sti.style-flat-small .sti-share-box .sti-btn {
  background: #7b7b7b !important;
  height: 30px;
  margin: 0 5px;
  width: 30px;
}
body .sti .sti-share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .sti.style-flat-small .sti-share-box .sti-btn svg {
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  width: 14px;
}
.swiper-scrollbar {
  border-radius: 0 !important;
  bottom: 6px;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: rgbda(#000, 0.75);
  border-radius: 0;
}
#wpadminbar {
  position: fixed !important;
}
:root {
  --wp-toolbar-height: 0rem;
}
:root:has(body.admin-bar) {
  --wp-toolbar-height: 2.875rem;
}
@media (width >= 783px) {
  :root:has(body.admin-bar) {
    --wp-toolbar-height: 2rem;
  }
}
.page-template-about .site-about {
  text-align: left;
}
.page-template-about .site-about .container {
  margin: 0 auto;
  max-width: 50rem;
  padding-block: 3rem;
  padding-inline: 1rem;
  width: 100%;
}
@media screen and (min-width: 970px) {
  .page-template-about .site-about .container {
    -webkit-padding-before: 7.5rem;
    padding-block-start: 7.5rem;
  }
}
.page-template-about .site-about h1,
.page-template-about .site-about h2 {
  font-family: Bodoni;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}
.page-template-about .site-about h1:not(:last-child),
.page-template-about .site-about h2:not(:last-child) {
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
}
.page-template-about .site-about p + h1,
.page-template-about .site-about p + h2 {
  -webkit-margin-before: 1.5em;
  margin-block-start: 1.5em;
}
.page-template-about .site-about h1 {
  font-size: 1.75rem;
}
@media screen and (min-width: 770px) {
  .page-template-about .site-about h1 {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 970px) {
  .page-template-about .site-about h1 {
    font-size: 2.5rem;
  }
}
.page-template-about .site-about h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 770px) {
  .page-template-about .site-about h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 970px) {
  .page-template-about .site-about h2 {
    font-size: 2.125rem;
  }
}
.page-template-about .site-about .entry-content {
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-wrap: pretty;
}
.page-template-about .site-about .alignwide {
  max-width: 100vw;
}
@media (width > 70rem) {
  .page-template-about .site-about .alignwide {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
.page-template-about .site-about .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.page-template-about .site-about .alignfull img {
  width: 100vw;
}
.page.page-template .wpcf7-form {
  --olta-input-color: #000;
  --olta-input-bg: #fff;
  --olta-input-border: 1px solid #c9c9c9;
  --olta-input-padding-x: 0.5em;
  --olta-input-padding-y: 1em;
  --olta-column-spacing: 0.25rem;
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.page.page-template .wpcf7-form input:not([type="checkbox"]),
.page.page-template .wpcf7-form select,
.page.page-template .wpcf7-form textarea {
  background-color: var(--olta-input-bg, #fff);
  border: var(--olta-input-border, 1px solid #aaa);
  color: var(--olta-input-color, #000) !important;
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  height: auto;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  padding: var(--olta-input-padding-x, 1rem) var(--olta-input-padding-y, 1rem);
}
.page.page-template
  .wpcf7-form
  input:not([type="checkbox"])::-webkit-input-placeholder,
.page.page-template .wpcf7-form select::-webkit-input-placeholder,
.page.page-template .wpcf7-form textarea::-webkit-input-placeholder {
  color: inherit !important;
  font-size: 0.875em !important;
  line-height: 1.429 !important;
  margin: 0;
  opacity: 0.3;
  padding: 0;
}
.page.page-template .wpcf7-form input:not([type="checkbox"])::-moz-placeholder,
.page.page-template .wpcf7-form select::-moz-placeholder,
.page.page-template .wpcf7-form textarea::-moz-placeholder {
  color: inherit !important;
  font-size: 0.875em !important;
  line-height: 1.429 !important;
  margin: 0;
  opacity: 0.3;
  padding: 0;
}
.page.page-template
  .wpcf7-form
  input:not([type="checkbox"]):-ms-input-placeholder,
.page.page-template .wpcf7-form select:-ms-input-placeholder,
.page.page-template .wpcf7-form textarea:-ms-input-placeholder {
  color: inherit !important;
  font-size: 0.875em !important;
  line-height: 1.429 !important;
  margin: 0;
  opacity: 0.3;
  padding: 0;
}
.page.page-template
  .wpcf7-form
  input:not([type="checkbox"])::-ms-input-placeholder,
.page.page-template .wpcf7-form select::-ms-input-placeholder,
.page.page-template .wpcf7-form textarea::-ms-input-placeholder {
  color: inherit !important;
  font-size: 0.875em !important;
  line-height: 1.429 !important;
  margin: 0;
  opacity: 0.3;
  padding: 0;
}
.page.page-template .wpcf7-form input:not([type="checkbox"])::placeholder,
.page.page-template .wpcf7-form select::placeholder,
.page.page-template .wpcf7-form textarea::placeholder {
  color: inherit !important;
  font-size: 0.875em !important;
  line-height: 1.429 !important;
  margin: 0;
  opacity: 0.3;
  padding: 0;
}
.page.page-template .wpcf7-form textarea {
  padding: var(--olta-input-padding-y, 1rem);
}
.page.page-template .wpcf7-form .row {
  margin: 0 calc(var(--olta-column-spacing, 1rem) * -1);
}
.page.page-template .wpcf7-form .col,
.page.page-template .wpcf7-form .col-12,
.page.page-template .wpcf7-form .col-6 {
  padding: var(--olta-column-spacing, 1rem);
}
.page.page-template .wpcf7-form .send-button-row .text-left {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page.page-template .wpcf7-form .send-button-row .text-left a {
  color: #989898;
}
.page.page-template .wpcf7-form .send-button-row .text-left a:focus,
.page.page-template .wpcf7-form .send-button-row .text-left a:hover {
  text-decoration: underline;
}
.page.page-template .wpcf7-form .btn {
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-size: 0.875rem !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 600 !important;
  height: auto;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}
.page.page-template .wpcf7-form .btn,
.page.page-template .wpcf7-form .btn > span:not(.wpcf7-spinner) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  line-height: 1.5rem;
  padding: 0.75em 1.75em;
}
.page.page-template .wpcf7-form .btn > span:not(.wpcf7-spinner) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page.page-template .wpcf7-form .btn .wpcf7-spinner {
  display: none;
  height: 1.5rem;
  margin: 0;
  width: 1.5rem;
  z-index: 3;
}
.page.page-template .wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}
.page.page-template .wpcf7-form .wpcf7-response-output {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase;
}
.page.page-template .wpcf7-form .wpcf7-response-output:empty {
  display: none;
}
.page.page-template .wpcf7-form .wpcf7-response-output:not(:first-child) {
  margin-top: 1.5rem;
}
.page.page-template .wpcf7-form.failed .wpcf7-response-output,
.page.page-template .wpcf7-form.invalid .wpcf7-response-output {
  display: block !important;
}
.page.page-template .wpcf7-form .wpcf7-not-valid-tip {
  background-color: #989898;
  color: #fff;
  display: block;
  font-size: 0.625rem;
  line-height: 1.15;
  padding: 1em 2em;
}
.page.page-template .wpcf7-form .wpcf7-select:not(.select2-hidden-accessible) {
  position: static;
  visibility: visible;
}
.page.page-template .wpcf7-form .select2 {
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  letter-spacing: 0;
  max-width: none;
}
.page.page-template .wpcf7-form .select2.select2-container .select2-selection {
  background-color: var(--olta-input-bg, #fff) !important;
  border: var(--olta-input-border, 1px solid #aaa) !important;
  font-size: 1rem !important;
  height: auto;
  padding: 0 !important;
}
.page.page-template
  .wpcf7-form
  .select2.select2-container
  .select2-selection__rendered {
  color: var(--olta-input-color, #000) !important;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  opacity: 1;
  padding: var(--olta-input-padding-x, 1rem) var(--olta-input-padding-y, 1rem);
  padding-right: 2rem;
  text-align: left;
}
.page.page-template
  .wpcf7-form
  .select2.select2-container
  .select2-selection__placeholder {
  color: inherit !important;
  font-size: 0.875em !important;
  line-height: 1.15 !important;
  opacity: 0.3;
  text-transform: uppercase;
}
.page.page-template
  .wpcf7-form
  .select2.select2-container
  .select2-selection__arrow {
  height: 100%;
  width: 2rem;
}
.page.page-template
  .wpcf7-form
  .select2.select2-container
  .select2-selection__arrow:before {
  display: none !important;
}
.page.page-template .wpcf7-form .mc4wp-checkbox > label {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  position: static;
  -webkit-box-align: flex-center;
  -ms-flex-align: flex-center;
  align-items: flex-center;
  gap: 1rem;
}
.page.page-template
  .wpcf7-form
  .mc4wp-checkbox
  > label
  > input[type="checkbox"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family:
    Open Sans,
    sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  height: auto;
  width: auto;
}
.page.page-template .wpcf7-form .mc4wp-checkbox > label > span {
  display: block;
}
.select2-dropdown {
  border: 1px solid #c9c9c9 !important;
  margin-top: -2px;
}
.olta-wpcf__success {
  display: none;
}
.olta-wpcf__success.is-active {
  display: block;
}
.swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");
  left: auto;
  right: 10px;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #fff;
  display: inline-block;
  height: 18px;
  opacity: 0.4;
  width: 18px;
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    top 0.2s;
  transition:
    transform 0.2s,
    top 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s,
    -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.bottom {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.15;
  padding: 25px;
  text-align: center;
}
.bottom .button {
  color: #fff;
  max-width: 430px;
  padding: 25px;
}
.bottom .button .button-text:before {
  border: 2px solid #fff;
}
.bottom .button:after,
.bottom .button:before {
  background: #fff;
  width: 2px;
}
.bottom .button .button-frame:after,
.bottom .button .button-frame:before {
  background: #fff;
  height: 2px;
}
.bottom .button .button-blur {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 970px) {
  .bottom {
    background-position: bottom;
    background-size: 100% auto;
  }
  .bottom .button {
    padding: 25px 50px;
  }
  .bottom .button .button-blur {
    background-position: bottom;
    background-size: 100% auto;
  }
}
footer {
  background: #111;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
footer a {
  color: #989898;
}
footer li:before {
  display: none;
}
@media screen and (max-width: 550px) {
  footer .wrap {
    padding: 0 16px;
  }
}
@media screen and (max-width: 770px) {
  footer .wrap {
    padding: 0 25px;
  }
}
footer .top-footer .wrap .menu-footer-menu-container {
  border-bottom: 1px solid #232323;
  padding: 28px 0 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 770px) {
  footer .top-footer .wrap .menu-footer-menu-container {
    padding: 40px 0;
  }
}
footer .top-footer .wrap .menu-footer-menu-container .bottom-links-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: auto;
}
footer .top-footer .wrap .menu-footer-menu-container .bottom-links-menu > li {
  margin: 0;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  letter-spacing: 0.8px;
  max-width: none;
  padding: 20px;
  text-align: left;
}
@media screen and (min-width: 770px) {
  footer .top-footer .wrap .menu-footer-menu-container .bottom-links-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
footer
  .top-footer
  .wrap
  .menu-footer-menu-container
  .bottom-links-menu
  > li:before {
  display: none;
}
footer
  .top-footer
  .wrap
  .menu-footer-menu-container
  .bottom-links-menu
  > li
  > a {
  color: #fff;
  cursor: text;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 1;
  padding: 0 0 0.55em;
}
@media screen and (min-width: 770px) {
  footer
    .top-footer
    .wrap
    .menu-footer-menu-container
    .bottom-links-menu
    > li
    > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
footer
  .top-footer
  .wrap
  .menu-footer-menu-container
  .bottom-links-menu
  .sub-menu {
  font-weight: 500;
  letter-spacing: 0.84px;
  margin: 0;
  padding: 0;
}
footer
  .top-footer
  .wrap
  .menu-footer-menu-container
  .bottom-links-menu
  .sub-menu
  li {
  letter-spacing: 0.84px;
  margin: 0;
  padding: 0.45em 0;
}
footer
  .top-footer
  .wrap
  .menu-footer-menu-container
  .bottom-links-menu
  .sub-menu
  li:before {
  display: none;
}
footer .bottom-footer {
  padding: 40px 0;
}
@media screen and (max-width: 770px) {
  footer .bottom-footer {
    padding: 20px 0;
  }
}
footer .bottom-footer h3 {
  margin: 0 0 0.14em;
}
footer .bottom-footer small {
  color: #989898;
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 2.5em 0 0;
  opacity: 0.5;
  text-transform: uppercase;
}
footer .bottom-footer .social-links-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
footer .bottom-footer .social-links-menu li {
  display: block;
  padding: 0 12px;
}
footer .bottom-footer .social-links-menu li a {
  display: block;
  height: 22px;
  overflow: hidden;
  position: relative;
  width: 22px;
}
footer .bottom-footer .social-links-menu li a .icon {
  height: auto;
  width: 100%;
}
footer .bottom-footer .social-links-menu li .screen-reader-text {
  display: none;
}
footer .bottom-footer .social-links-menu li.fb a,
footer .bottom-footer .social-links-menu li.in a,
footer .bottom-footer .social-links-menu li.insta a {
  height: 20px;
  width: 20px;
}
footer .bottom-footer .social-links-menu li.yt a {
  width: 23px;
}
footer .newsletterForm {
  max-width: 595px;
}
footer .newsletter-col {
  color: #989898;
  text-transform: uppercase;
}
footer .newsletter-col p {
  margin: 0.45em 0;
}
footer .newsletter-col .newsletterForm {
  width: 100%;
}
footer .newsletter-col .col-button {
  padding-top: 0;
}
@media screen and (min-width: 320px) {
  footer .newsletter-col .col-button {
    padding-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
footer .newsletter-col .agree-terms {
  opacity: 0;
  padding: 0;
  position: relative;
}
footer .newsletter-col .agree-terms input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
footer .newsletter-col .agree-terms input.has-error + label,
footer .newsletter-col .agree-terms input.has-error + label a {
  color: #ee4023;
}
footer .newsletter-col .agree-terms input.has-error + label:before {
  border-color: #ee4023;
}
footer .newsletter-col .agree-terms input.has-error + label:after {
  background: #ee4023;
}
footer .newsletter-col .agree-terms label {
  bottom: auto;
  color: #989898;
  cursor: pointer;
  display: block;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  z-index: 1;
}
footer .newsletter-col .agree-terms label a {
  color: #fff;
  text-decoration: none;
}
footer .newsletter-col .agree-terms label:before {
  border: 1px solid #fff;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 12px;
}
footer .newsletter-col .agree-terms label:after {
  background: #fff;
  content: "";
  display: block;
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 2px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 6px;
}
footer .newsletter-col .agree-terms input:checked + label:after,
footer .newsletter-col .row.has-value .agree-terms {
  opacity: 1;
}
footer .newsletter-col input {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  height: 42px;
  padding: 3px 27px 0;
  text-transform: uppercase;
}
footer .newsletter-col input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
footer .newsletter-col input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
footer .newsletter-col input:-ms-input-placeholder {
  opacity: 1;
}
footer .newsletter-col input::-ms-input-placeholder {
  opacity: 1;
}
footer .newsletter-col input::placeholder {
  color: #fff;
  opacity: 1;
}
footer .newsletter-col input:-ms-input-placeholder {
  color: #fff;
}
footer .newsletter-col input::-ms-input-placeholder {
  color: #fff;
}
footer .newsletter-col input.has-error {
  border-color: #ee4023;
}
footer .newsletter-col button {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 500 !important;
  height: 42px;
  padding: 3px 40px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
footer .newsletter-col button span {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #000;
  display: none;
  font-weight: 500;
  height: 100%;
  left: 0;
  padding: 14px 40px 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: 2;
}
@media screen and (min-width: 970px) {
  footer .newsletter-col button span {
    display: block;
  }
}
@supports (-ms-accelerator: true) {
  footer .newsletter-col button span {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  footer .newsletter-col button span {
    display: none;
  }
}
footer .newsletter-col button:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 0;
  z-index: 1;
}
@supports (-ms-accelerator: true) {
  footer .newsletter-col button:before {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  footer .newsletter-col button:before {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  footer .newsletter-col button:hover span {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  footer .newsletter-col button:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  footer .newsletter-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .newsletter-col p:first-child {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
    padding-left: 19px;
    padding-right: 19px;
    text-align: center;
  }
  footer .newsletter-col .agree-terms {
    opacity: 1 !important;
  }
  footer .social-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
footer .logo-bottom {
  width: 142px;
}
footer .logo-bottom a {
  display: inline-block;
  margin: 0 auto;
  opacity: 0.35;
  padding: 18px 0 0;
  width: 92px;
}
footer .shrink {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 770px) {
  footer .shrink-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
footer input:-webkit-autofill,
footer input:-webkit-autofill:active,
footer input:-webkit-autofill:focus,
footer input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 9999px #000;
}
.errormsg,
.errormsgpopup {
  bottom: -18px;
  color: #ee4023;
  font-size: 12px;
  font-size: 0.75rem;
  left: 10px;
  line-height: 1.15;
  position: absolute;
}
.errormsgpopup {
  bottom: 0;
  left: 0;
  position: relative;
}
@media print {
  html {
    font-size: 12pt;
  }
}
.pulsate {
  -webkit-animation: pulsate 1.5s ease-out infinite;
  animation: pulsate 1.5s ease-out infinite;
  opacity: 0.5;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
#modal-ready-form .modal-wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#modal-ready-form .modal {
  width: auto;
}
#modal-ready-form .store-contact-form {
  max-width: 100%;
  width: 70rem;
}
