i[class*='-ic'] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

/* Title */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-family: var(--font-title, "Bitter", sans-serif);
  font-weight: var(--font-weight-title-2, 900);
  line-height: 1.2;
  color: var(--color-text, #000000);
}

h1 {
  line-height: 1;
  font-size: var(--font-title-big, 5rem);
  color: var(--color-title-main, #0a363e);
}

h2 {
  font-size: var(--font-title-medium, 3rem);
}

h3 {
  font-size: var(--font-title-small, 2.5rem);
}

.text-accent {
  color: var(--color-accent-text, #8ab9c2);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

button {
  outline: none !important;
  border: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

ol,
ul,
li,
form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

header ol,
header ul,
header li,
footer ol,
footer ul,
footer li,
nav ol,
nav ul,
nav li {
  list-style: none;
  padding-left: 0;
}

ol,
ul {
  padding-left: 1em;
}

.btn, .contact-form .btn-inner {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 100px;
  font-size: var(--font-default-small, 1.8rem);
  font-weight: var(--font-weight-btn, 700);
  line-height: 1;
  color: var(--color-btn, #ffffff);
  padding: 0.7em 1em 0.7em 2.5em;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  background-color: var(--color-bg-btn, #0a363e);
  border: 1px solid var(--color-bg-btn, #0a363e);
}

.btn path, .contact-form .btn-inner path {
  fill: var(--color-btn, #ffffff);
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
}

.btn:hover, .contact-form .btn-inner:hover, .btn:active, .contact-form .btn-inner:active {
  color: var(--color-btn-hover, #0a363e);
  background-color: var(--color-bg-btn-hover, #8ab9c2);
  border-color: var(--color-bg-btn-hover, #8ab9c2);
}

.btn:hover path, .contact-form .btn-inner:hover path, .btn:active path, .contact-form .btn-inner:active path {
  fill: var(--color-btn-hover, #0a363e);
}

.btn .btn-ic, .contact-form .btn-inner .btn-ic {
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-ic svg {
  display: block;
  width: 100%;
}

.btn-top {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  background-color: var(--color-bg-btn, #0a363e);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.btn-top:hover, .btn-top:active {
  background-color: var(--color-bg-btn-hover, #8ab9c2);
}

.btn-top span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/_style/_svg/arrow-up.svg");
  -webkit-background-size: 50% 50%;
     -moz-background-size: 50%;
       -o-background-size: 50%;
          background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

@-webkit-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-moz-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-o-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@keyframes animation_name {
  0% {
  }
  100% {
  }
}

.img-wrap, .text-column-sect .text-wrap-small,
.icon-wrap {
  display: block;
}

.img-wrap img, .text-column-sect .text-wrap-small img,
.icon-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-img {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}

.cover-img img {
  margin: 0 !important;
}

.cover-img .base-img {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.cover-img .base-img img {
  display: block;
  width: 100%;
}

.cover-img .main-img {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

html,
body {
  max-width: 100vw;
}

body {
  position: relative;
  min-width: 320px;
  font-family: var(--font-text, "Roboto", sans-serif);
  font-size: var(--font-default, 2.2rem);
  line-height: 1.25;
  font-weight: var(--font-weight-text, 400);
  color: var(--color-text, #000000);
  background-color: var(--color-bg-body, #ffffff);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.modal-open, body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.layout {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}

header,
.layout,
footer {
  overflow-x: hidden;
}

.content-container {
  position: relative;
  padding-left: var(--padding-default, 25px);
  padding-right: var(--padding-default, 25px);
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.spacer {
  width: 100vw;
  height: 40px;
}

strong {
  font-weight: 700;
}

p {
  margin: 0;
}

p + p {
  margin-top: 0.7em;
}

.txt-box p,
.txt-box ul,
.txt-box ol,
.txt-box img,
.txt-box table {
  margin-bottom: 1em;
}

.txt-box p:last-child,
.txt-box ul:last-child,
.txt-box ol:last-child,
.txt-box img:last-child,
.txt-box table:last-child {
  margin-bottom: 0;
}

.txt-box img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.txt-box ol {
  padding-left: 1em;
}

.txt-box ol li {
  list-style-type: decimal;
}

.txt-box ul {
  padding-left: 1em;
}

.txt-box ul li {
  list-style-type: disc;
}

.txt-box h1:not([class]),
.txt-box h2:not([class]),
.txt-box h3:not([class]),
.txt-box h4:not([class]),
.txt-box h5:not([class]),
.txt-box h6:not([class]) {
  margin: 0.75em 0 0.5em;
  display: block;
}

.txt-box a {
  color: var(--color-links-text, #8ab9c2);
}

.txt-box a:hover {
  color: var(--color-links-text, #8ab9c2);
  text-decoration: underline;
}

.txt-box table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.txt-box table .mobile-cell-title {
  display: none;
}

.txt-box table td {
  border: 1px solid var(--color-text, #000000);
  padding: 1rem;
  vertical-align: middle;
  height: 5rem;
  min-width: 10rem;
}

.txt-box table td:first-child {
  border-left: none;
}

.txt-box table td:last-child {
  border-right: none;
}

.txt-box table tr:first-child td {
  border-top: none;
}

.txt-box table tr:last-child td {
  border-bottom: none;
}

.pagination-wrap {
  width: 100%;
}

.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-numbers li {
  font-size: 16px;
  line-height: 1;
  padding-right: 4px;
  color: var(--color-light, #ffffff);
}

.page-numbers li > a,
.page-numbers li > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background-color: var(--color-bg-btn, #0a363e);
}

.page-numbers li > a.current,
.page-numbers li > span.current {
  background-color: var(--color-bg-btn-hover, #8ab9c2);
  color: var(--color-light, #ffffff);
  cursor: default;
}

.page-numbers li > a.prev .arr-left-ic,
.page-numbers li > a.prev .arr-right-ic, .page-numbers li > a.next .arr-left-ic,
.page-numbers li > a.next .arr-right-ic,
.page-numbers li > span.prev .arr-left-ic,
.page-numbers li > span.prev .arr-right-ic,
.page-numbers li > span.next .arr-left-ic,
.page-numbers li > span.next .arr-right-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.page-numbers li a:hover {
  background-color: var(--color-bg-btn-hover, #8ab9c2);
  color: var(--color-light, #ffffff);
}

.arr-left-ic,
.arr-right-ic {
  width: 14px;
  height: 14px;
}

.arr-left-ic {
  background-image: url("../img/_style/_svg/arrow-left.svg");
}

.arr-right-ic {
  background-image: url("../img/_style/_svg/arrow-right.svg");
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-response-output {
  font-size: 1.75rem;
}

/* ================= Header ================= */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--color-bg-header, #ffffff);
  z-index: 1000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header.fixed .head-line {
  padding: 1rem 0;
}

.header .content-container {
  width: 100%;
  max-width: 1370px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.header.menu-open .menu-toggle-btn::before, .header.menu-open .menu-toggle-btn::after {
  background-color: var(--color-menu-toggle-btn-open, #ffffff);
}

.header-has-invert-logo .header.menu-open .logo {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.header-menu-disable .menu-toggle-btn {
  cursor: default;
  z-index: -100 !important;
  pointer-events: none !important;
  opacity: 0;
}

.header-menu-disable .menu-wrap {
  display: none !important;
}

.head-line {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1010;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.head-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 320px;
  background-color: transparent;
}

.head-line .logo-wrap,
.head-line .menu-toggle-btn {
  position: relative;
  z-index: 5;
}

.header-overlay-on .header.menu-open .logo {
  -webkit-filter: none;
          filter: none;
}

.header-overlay-on .head-line {
  background-color: var(--color-bg-header, #ffffff);
}

.header-overlay-on .head-line::before {
  background-color: var(--color-bg-header, #ffffff);
}

.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 180px;
  padding-bottom: 5vh;
  overflow-y: auto;
  background-color: var(--color-bg-menu, #0a363e);
  z-index: 1000;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color-menu, #ffffff);
  font-family: var(--font-menu, "Bitter", sans-serif);
}

.menu-wrap .soc-btn * {
  fill: var(--color-menu, #ffffff);
}

.menu-wrap.open {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.menu-wrap .contact-block-wrapper {
  color: var(--color-menu, #ffffff);
}

.menu-wrap .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

.menu-wrap a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-wrap a:hover, .menu-wrap a:active {
  color: var(--color-menu, #ffffff);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.main-menu {
  font-family: var(--font-menu, "Bitter", sans-serif);
  font-weight: var(--font-weight-menu, 700);
  font-size: var(--font-menu-size, 3rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.menu-item {
  padding-left: 1.5em;
}

.menu-item.active .menu-link {
  color: var(--color-menu, #ffffff);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.menu-link-wrapper .plus-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.menu-link-wrapper .plus-icon::before, .menu-link-wrapper .plus-icon::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 3px;
  background-color: var(--color-menu, #ffffff);
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-link-wrapper .plus-icon::after {
  width: 3px;
  height: 80%;
}

.menu-link-wrapper .plus-icon.open {
  -webkit-filter: none;
          filter: none;
}

.menu-link-wrapper .plus-icon.open::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
     -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.menu-link-wrapper .menu-link.open {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.sub-menu {
  display: none;
  margin-top: 1.5rem;
  color: var(--color-menu, #ffffff);
}

.sub-menu-item {
  font-family: var(--font-menu, "Bitter", sans-serif);
  font-size: var(--font-submenu-size, 2.5rem);
  font-weight: var(--font-weight-menu-sub, 400);
  padding-left: 1.25em;
  margin-top: 8px;
}

.sub-menu-item.active .sub-menu-link {
  color: var(--color-menu, #ffffff);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.sub-menu-item:first-child {
  margin-top: 0;
}

.logo-wrap {
  margin-right: 3.5rem;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0;
  height: 80px;
}

.logo-wrap .logo {
  height: 80px;
  display: inline-block;
}

.logo-wrap .logo img {
  display: block;
  height: 100%;
}

.menu-toggle-btn {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
}

.menu-toggle-btn::before, .menu-toggle-btn::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-menu-toggle-btn, #0a363e);
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-toggle-btn::after {
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
}

.menu-toggle-btn.open::before {
  -webkit-transform: translateY(0) rotate(-45deg);
     -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
       -o-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.menu-toggle-btn.open::after {
  -webkit-transform: translateY(0) rotate(45deg);
     -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
       -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.contact-block-wrapper {
  font-size: var(--font-default-small, 1.8rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 255px;
  margin-right: 3.5rem;
  line-height: 1.35;
  font-weight: var(--font-weight-title, 700);
  gap: 2em;
}

.contact-block-wrapper a:hover {
  color: var(--color-links-text, #8ab9c2);
}

.contact-block-wrapper .address,
.contact-block-wrapper .address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-block-wrapper .address-wrapper,
.contact-block-wrapper .add-links {
  font-weight: var(--font-weight-text, 400);
  text-transform: none;
}

.contact-block-wrapper .contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-block-wrapper .contact-link-wrapper .add-links {
  margin-top: auto;
}

.contact-block-wrapper .contact-link-wrapper a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.header-offset-logo .logo-wrap .logo {
  height: 130px;
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 1.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-center .head-line .logo-wrap {
  margin-right: auto;
  padding-right: 3.5rem;
}

.header-center .head-line .logo-wrap:only-child {
  padding-right: 0;
}

.header-reverse .head-line {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header-reverse .head-line .logo-wrap {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .header-vertical .layout,
  .header-vertical .footer {
    margin-left: 150px;
  }
  .header-vertical .menu-wrap {
    padding-left: 150px;
  }
  .header-vertical .header {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .header-vertical .header .content-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-vertical .header .head-line {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 0;
  }
  .header-vertical .header .logo-wrap {
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100px;
    padding-bottom: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .header-vertical .header .logo-wrap .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 120px;
  }
  .header-vertical .header.fixed .head-line {
    padding: 2.5rem 0;
  }
  .header-vertical.logo-rotate .header .logo-wrap .logo {
    height: 60px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
       -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
         -o-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}

.top-screen .img-wrap, .top-screen .text-column-sect .text-wrap-small, .text-column-sect .top-screen .text-wrap-small {
  width: 100%;
}

.top-screen .img-wrap img, .top-screen .text-column-sect .text-wrap-small img, .text-column-sect .top-screen .text-wrap-small img {
  -o-object-fit: contain;
     object-fit: contain;
}

.top-screen .main-title {
  margin-top: 1.2em;
  margin-bottom: 15px;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.section-title {
  color: var(--color-title, #000000);
  font-weight: var(--font-weight-title-section, 900);
}

.text-section {
  padding: 15px 0;
  font-size: var(--font-default, 2.2rem);
}

.text-section .section-title {
  margin-bottom: 1.2em;
  font-family: var(--font-title, "Bitter", sans-serif);
  color: var(--color-title, #000000);
}

.text-section .text-wrapper {
  width: 66%;
  margin-left: auto;
}

.text-section .text-wrapper > * {
  margin-top: 25px;
}

.text-section .text-wrapper > *:first-child {
  margin-top: 0;
}

.text-section.without-title .section-title {
  display: none;
}

.text-section.text-left .text-wrapper {
  margin-left: 0;
}

.bg-image-block {
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.bg-image-block.contain-image {
  background-image: none !important;
  height: auto;
  aspect-ratio: auto;
}

.bg-image-block.contain-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

html.ios .bg-image-block {
  background-attachment: scroll;
}

.quote-block {
  padding: 12rem var(--padding-default, 25px) 7.5rem;
  font-family: var(--font-title, "Bitter", sans-serif);
  font-weight: var(--font-weight-title, 700);
  font-size: var(--font-title-small, 2.5rem);
  color: var(--color-quote, #0a363e);
  background-color: var(--color-bg-quote, #8ab9c2);
}

.quote-wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.quote-caption {
  font-family: var(--font-text, "Roboto", sans-serif);
  font-weight: var(--font-weight-title, 700);
  font-size: var(--font-default-small, 1.8rem);
  margin-top: 7.5rem;
}

.team-members {
  padding: 15px 0;
}

.team-members .content-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem 4rem;
}

.person-card .person-photo {
  aspect-ratio: 1 / 1;
}

.person-card .person-photo img {
  height: 100%;
}

.person-card .person-name {
  margin: 1em 0 0.3em;
  font-size: var(--font-title-medium, 3rem);
  font-weight: var(--font-weight-title, 700);
}

.person-email a {
  color: var(--color-links-text, #8ab9c2);
}

.person-email a:hover {
  text-decoration: none;
}

.slide-text a,
.person-position a {
  text-decoration: none;
  color: var(--color-links-text, #8ab9c2);
}

.slide-text a:hover,
.person-position a:hover {
  text-decoration: underline;
}

.text-image-sect, .text-column-sect {
  --gap: 4rem;
  padding: 15px 0;
}

.text-image-sect .content-container, .text-column-sect .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap, 4rem);
}

.text-image-sect .content-container > .section-title, .text-column-sect .content-container > .section-title {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  font-size: var(--font-title-medium, 3rem);
}

.text-image-sect .img-wrap, .text-column-sect .img-wrap, .text-column-sect .text-wrap-small {
  width: -webkit-calc(((100% - var(--gap, 4rem)) / 3) * 2);
  width: -moz-calc(((100% - var(--gap, 4rem)) / 3) * 2);
  width: calc(((100% - var(--gap, 4rem)) / 3) * 2);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 3 / 2;
}

.text-image-sect .img-wrap img, .text-column-sect .img-wrap img, .text-column-sect .text-wrap-small img {
  height: 100%;
}

.text-image-sect .text-wrap, .text-column-sect .text-wrap {
  width: -webkit-calc(((100% - var(--gap, 4rem)) / 3));
  width: -moz-calc(((100% - var(--gap, 4rem)) / 3));
  width: calc(((100% - var(--gap, 4rem)) / 3));
}

.text-image-sect .section-title, .text-column-sect .section-title {
  margin-top: 0.5em;
  margin-bottom: 1.2em;
}

.text-image-sect .section-subtitle, .text-column-sect .section-subtitle {
  color: var(--color-text, #000000);
  font-weight: var(--font-weight-title, 700);
}

.text-image-sect.reverse .content-container, .reverse.text-column-sect .content-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text-image-sect.wider-text .img-wrap, .wider-text.text-column-sect .img-wrap, .text-image-sect.wider-text .text-column-sect .text-wrap-small, .text-column-sect .text-image-sect.wider-text .text-wrap-small, .wider-text.text-column-sect .text-wrap-small {
  width: -webkit-calc(((100% - var(--gap, 4rem)) / 3));
  width: -moz-calc(((100% - var(--gap, 4rem)) / 3));
  width: calc(((100% - var(--gap, 4rem)) / 3));
}

.text-image-sect.wider-text .text-wrap, .wider-text.text-column-sect .text-wrap {
  width: -webkit-calc(((100% - var(--gap, 4rem)) / 3) * 2);
  width: -moz-calc(((100% - var(--gap, 4rem)) / 3) * 2);
  width: calc(((100% - var(--gap, 4rem)) / 3) * 2);
}

.text-image-sect.without-subtitle .section-subtitle, .without-subtitle.text-column-sect .section-subtitle {
  display: none;
}

.text-column-sect .text-wrap {
  font-size: var(--font-title-small, 2.5rem);
}

.text-column-sect .text-wrap-small {
  font-size: var(--font-default-small, 1.8rem);
  -webkit-flex-shrink: initial;
      -ms-flex-negative: initial;
          flex-shrink: initial;
  aspect-ratio: initial;
}

.product-card-wrapper {
  --gap: 4rem;
  padding: 15px 0;
}

.product-card-wrapper .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--gap, 4rem);
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc(((100% - (var(--gap, 4rem) * 2)) / 3));
  width: -moz-calc(((100% - (var(--gap, 4rem) * 2)) / 3));
  width: calc(((100% - (var(--gap, 4rem) * 2)) / 3));
  font-size: var(--font-default-small, 1.8rem);
  background-color: var(--color-bg-product-card, #eeeeee);
}

.product-card .text-wrap {
  padding: var(--padding-default, 25px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: var(--color-product-card, #000000);
}

.product-card .card-title {
  margin: 0.5em 0;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.product-card .btn-wrap {
  margin-top: auto;
  margin-left: -8px;
  margin-right: -20px;
}

.product-card .btn-wrap .btn, .product-card .btn-wrap .contact-form .btn-inner, .contact-form .product-card .btn-wrap .btn-inner {
  margin-top: 1.5em;
  margin-top: 1.5em;
  margin-left: 8px;
  margin-right: 8px;
}

.image-block {
  padding: 15px 0;
}

.sect-404 {
  padding: 7rem 0;
}

.sect-404 .btn-wrap {
  margin-top: 1.5em;
}

.sect-txt {
  padding: 3rem 0 5rem;
}

.sect-txt h1:not([class]),
.sect-txt h2:not([class]),
.sect-txt h3:not([class]),
.sect-txt h4:not([class]),
.sect-txt h5:not([class]),
.sect-txt h6:not([class]) {
  margin: 0.75em 0 0.5em;
  display: block;
}

.map-section {
  --gap: 3rem;
  padding: 15px 0;
}

.map-wrapper {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap, 3rem);
}

.map-wrapper iframe,
.map-wrapper .map {
  width: -webkit-calc(((100% - var(--gap, 3rem)) / 3) * 2);
  width: -moz-calc(((100% - var(--gap, 3rem)) / 3) * 2);
  width: calc(((100% - var(--gap, 3rem)) / 3) * 2);
  aspect-ratio: 3 / 2;
  background-color: var(--color-light, #ffffff);
}

.map-wrapper .contact-block-wrapper {
  width: -webkit-calc(((100% - var(--gap, 3rem)) / 3));
  width: -moz-calc(((100% - var(--gap, 3rem)) / 3));
  width: calc(((100% - var(--gap, 3rem)) / 3));
  font-size: var(--font-default, 2.2rem);
  font-weight: var(--font-weight-text, 400);
  text-transform: none;
}

.map-wrapper .contact-block-wrapper .address-title {
  font-weight: var(--font-weight-title, 700);
}

.map-wrapper .contact-block-wrapper .contact-link-wrapper a {
  text-decoration: none;
}

.map-wrapper .contact-block-wrapper .contact-link-wrapper a:hover {
  color: var(--color-links-text, #8ab9c2);
}

.gallery-wrapper {
  padding: 15px 0;
}

.gallery-wrapper .content-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.gallery-wrapper .gallery-item {
  aspect-ratio: 1 / 1;
}

.gallery-wrapper .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-wrapper.masonry-on .content-container {
  display: block;
}

.gallery-wrapper .masonry-box {
  margin-left: -2rem;
  margin-right: -2rem;
}

.gallery-wrapper .masonry-itm {
  width: 50%;
  min-width: 50%;
  padding: 0 2rem 4rem;
}

.masonry-itm {
  padding-top: 1px;
}

.masonry-itm:first-child .gallery-item {
  margin-top: 17rem;
}

.masonry-itm .gallery-item {
  aspect-ratio: auto;
  position: relative;
  overflow: hidden;
  display: block;
}

.masonry-itm .gallery-item img {
  height: auto;
}

.masonry-itm .gallery-item img.image-hover {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  -moz-transition: 0.75s;
  transition: 0.75s;
}

.masonry-itm .gallery-item:hover .image-hover {
  -webkit-transform: translate(-50%, -50%) scale(1.075);
     -moz-transform: translate(-50%, -50%) scale(1.075);
      -ms-transform: translate(-50%, -50%) scale(1.075);
       -o-transform: translate(-50%, -50%) scale(1.075);
          transform: translate(-50%, -50%) scale(1.075);
}

.masonry-itm .photo-title {
  display: block;
  font-size: 11px;
  margin-top: 10px;
}

.fancybox__nav .is-prev {
  margin-left: 3rem;
}

.fancybox__nav .is-next {
  margin-right: 3rem;
}

.custom-fancybox-icon.close-icon, .custom-fancybox-icon.next-arrow, .custom-fancybox-icon.prev-arrow {
  width: 40px;
  height: 40px;
  -webkit-background-size: 75% 75%;
     -moz-background-size: 75%;
       -o-background-size: 75%;
          background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.custom-fancybox-icon.close-icon:hover, .custom-fancybox-icon.next-arrow:hover, .custom-fancybox-icon.prev-arrow:hover {
  background-color: transparent !important;
}

.custom-fancybox-icon.close-icon {
  background-image: url("../img/_style/_svg/close.svg");
  top: 15px;
  left: 15px;
}

.custom-fancybox-icon.next-arrow {
  background-image: url("../img/_style/_svg/arrow-right.svg");
}

.custom-fancybox-icon.prev-arrow {
  background-image: url("../img/_style/_svg/arrow-left.svg");
}

.form-section {
  padding: 15px 0;
}

.form-wrapper {
  width: 66%;
}

.form-title {
  font-weight: var(--font-weight-text, 400);
}

.contact-form {
  --gap-hor: 4rem;
  --gap-vert: 2.5rem;
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--gap-vert) var(--gap-hor);
}

.contact-form .form-group {
  width: -webkit-calc((100% - var(--gap-hor)) / 2);
  width: -moz-calc((100% - var(--gap-hor)) / 2);
  width: calc((100% - var(--gap-hor)) / 2);
}

.contact-form .form-group.textarea-group {
  width: 100%;
}

.contact-form .form-group .form-label {
  display: block;
  margin-bottom: 0.5em;
}

.contact-form .btn, .contact-form .btn-inner {
  margin-top: 1em;
}

input,
textarea {
  display: block;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-border, #0a363e);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  background-color: var(--color-light, #ffffff);
  color: var(--color-text, #000000);
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.5em;
}

input.form-input,
textarea.form-input {
  width: 100%;
}

textarea {
  resize: none;
  max-height: 15rem;
  overflow-y: auto;
}

.cust-sel {
  display: block;
}

.cust-sel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid var(--color-border, #0a363e);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: var(--color-light, #ffffff);
  color: var(--color-text, #000000);
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.5em 1.5em 0.5em 0.5em;
  cursor: pointer;
  background-image: url("../img/_style/_svg/arr-down.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  -webkit-background-size: 1.5rem 1.5rem;
     -moz-background-size: 1.5rem;
       -o-background-size: 1.5rem;
          background-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.cust-sel select::-ms-expand {
  display: none;
}

.contact-form .btn-inner .wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  z-index: 5;
  cursor: pointer;
}

.contact-form .wpcf7-response-output {
  width: 100% !important;
  margin: 1em 0.5em 1em 0 !important;
  padding: 0.3em 1em !important;
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: 0.2em;
}

::-moz-selection {
  color: var(--color-light, #ffffff);
  background: var(--color-accent, #8ab9c2);
}

::selection {
  color: var(--color-light, #ffffff);
  background: var(--color-accent, #8ab9c2);
}

.slider-sect {
  padding: 15px 0;
}

.slider-sect .section-title {
  margin-bottom: 0;
  font-size: var(--font-title-big, 5rem);
}

.slider-sect .slider-wrap {
  position: relative;
  overflow: hidden;
}

.slider-sect .slick-track {
  margin-left: 0;
}

.slider-sect .slick-slide {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.slider-sect .slide-arrow {
  position: absolute;
  top: 11vw;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-color: transparent;
  opacity: 0.5;
}

.slider-sect .slide-arrow:hover {
  opacity: 1;
}

.slider-sect .slide-arrow.slick-prev {
  left: 9%;
  background-image: url("../img/_style/_svg/arrow-left.svg");
}

.slider-sect .slide-arrow.slick-next {
  right: 9%;
  background-image: url("../img/_style/_svg/arrow-right.svg");
}

.slider-box-inner {
  position: relative;
  margin-top: 50px;
  margin-bottom: 75px;
}

.slider-item {
  position: relative;
  padding: 0 20px;
}

.slider-item .cover-img {
  width: 100%;
}

.slider-item .cover-img .fancybox-image {
  cursor: pointer;
}

.slider-item .slide-itm-txt {
  width: 100%;
  padding: 0 20px;
}

.slider-item .slide-title,
.slider-item .slide-text {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.slider-item .slide-title {
  padding-top: 40px;
  line-height: 1;
}

.slider-item .slide-text {
  padding-top: 20px;
}

.slick-slide:not(.slick-active) .slider-item .slide-title,
.slick-slide:not(.slick-active) .slider-item .slide-text {
  opacity: 0;
}

.soc-wrap {
  margin-top: 30px;
}

.footer {
  background-color: var(--color-bg-footer, #8ab9c2);
  color: var(--color-footer, #0a363e);
  font-family: var(--font-menu, "Bitter", sans-serif);
  padding: 7rem 0 3rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  position: relative;
}

.footer.has-shadow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
}

.footer .soc-btn * {
  fill: var(--color-footer, #0a363e);
}

.footer > .content-container {
  position: relative;
  z-index: 2;
}

.footer .address-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .contact-block-wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-footer-links, #0a363e);
}

.footer a:hover, .footer a:active {
  text-decoration: underline;
}

.footer .contact-link-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.footer .contact-link-wrapper .add-links {
  margin-top: 9rem;
}

.contact-link-wrapper a:hover {
  color: inherit;
  text-decoration: underline;
}

.soc-wrap {
  overflow: hidden;
}

.soc-lst {
  margin: -8px;
}

.soc-btn {
  display: inline-block;
  cursor: pointer;
  margin: 8px;
  width: 32px;
  height: 32px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 0;
}

.soc-btn svg {
  display: block;
  line-height: 0;
}

.soc-btn * {
  fill: var(--color-text, #000000);
}

.soc-btn:hover {
  opacity: 0.75;
}

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1600px) {
  .slider-sect .slide-arrow {
    top: 10.25vw;
  }
}

@media only screen and (max-width: 1440px) {
  .slider-sect .slide-arrow {
    top: 12.25vw;
    width: 30px;
    height: 60px;
  }
  .slider-sect .slide-arrow.slick-prev {
    left: 3%;
  }
  .slider-sect .slide-arrow.slick-next {
    right: 3%;
  }
}

@media only screen and (max-width: 1199px) {
  .header .content-container {
    padding-left: var(--padding-default, 25px);
    padding-right: var(--padding-default, 25px);
  }
  .logo-wrap {
    margin-right: 0;
  }
  .contact-block-wrapper {
    margin-right: 0;
  }
  .quote-block {
    padding: 10rem var(--padding-default, 25px) 6rem;
  }
  .quote-wrapper {
    width: 100%;
  }
  .quote-caption {
    margin-top: 6rem;
  }
  .product-card {
    width: -webkit-calc((100% - var(--gap, 4rem)) / 2);
    width: -moz-calc((100% - var(--gap, 4rem)) / 2);
    width: calc((100% - var(--gap, 4rem)) / 2);
  }
  .fancybox__nav .is-prev {
    margin-left: 2rem;
  }
  .fancybox__nav .is-next {
    margin-right: 2rem;
  }
  .gallery-wrapper .content-container {
    gap: 2.5rem;
  }
  .slider-sect .slide-arrow {
    top: 13.25vw;
    width: 30px;
    height: 60px;
  }
  .slider-sect .slide-arrow.slick-prev {
    left: 3%;
  }
  .slider-sect .slide-arrow.slick-next {
    right: 3%;
  }
  .slider-item {
    padding: 0 7px;
  }
  .slider-item .slide-text {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .logo-wrap {
    height: 60px;
  }
  .logo-wrap .logo {
    height: 60px;
  }
  .header-offset-logo .logo-wrap .logo {
    height: 100px;
  }
  .top-screen .main-title {
    padding-left: var(--padding-default, 25px);
  }
  .text-section {
    padding-left: var(--padding-default, 25px);
  }
  .text-section .text-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .team-members .content-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .text-image-sect, .text-column-sect {
    --gap: 3rem;
  }
  .text-image-sect .content-container, .text-column-sect .content-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .text-image-sect .section-title, .text-column-sect .section-title {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .text-image-sect .img-wrap, .text-column-sect .img-wrap, .text-column-sect .text-wrap-small {
    width: 100%;
  }
  .text-image-sect .text-wrap, .text-column-sect .text-wrap {
    width: 100%;
    padding-left: var(--padding-default, 25px);
  }
  .text-image-sect.wider-text .img-wrap, .wider-text.text-column-sect .img-wrap, .text-image-sect.wider-text .text-column-sect .text-wrap-small, .text-column-sect .text-image-sect.wider-text .text-wrap-small, .wider-text.text-column-sect .text-wrap-small {
    width: 100%;
  }
  .text-image-sect.wider-text .text-wrap, .wider-text.text-column-sect .text-wrap {
    width: 100%;
  }
  .form-wrapper {
    width: 100%;
  }
  .slider-box-inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .txt-box table,
  .txt-box thead,
  .txt-box tbody,
  .txt-box tr,
  .txt-box td {
    display: block;
  }
  .txt-box table tr {
    border-bottom: 1px solid var(--color-text, #000000);
    margin-bottom: 50px;
  }
  .txt-box table td {
    border: none;
    height: auto;
    border-bottom: 1px solid var(--color-text, #000000) !important;
  }
  .txt-box table td .mobile-cell-title {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 5rem 0 3rem;
  }
  .bg-image-block {
    height: auto;
    aspect-ratio: 6 / 5;
  }
  .product-card {
    width: 100%;
  }
  .map-section {
    padding-left: var(--padding-default, 25px);
  }
  .map-wrapper {
    margin-top: 4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .map-wrapper iframe,
  .map-wrapper .map {
    width: -webkit-calc(100% + 2.5rem);
    width: -moz-calc(100% + 2.5rem);
    width: calc(100% + 2.5rem);
    margin-left: -2.5rem;
  }
  .map-wrapper .contact-block-wrapper {
    width: 100%;
    gap: 1em;
  }
  .fancybox__nav .is-prev {
    width: 40px;
    height: 40px;
    margin-left: -0.5rem;
  }
  .fancybox__nav .is-next {
    width: 40px;
    height: 40px;
    margin-right: -0.5rem;
  }
  .custom-fancybox-icon.close-icon, .custom-fancybox-icon.next-arrow, .custom-fancybox-icon.prev-arrow {
    width: 30px;
    height: 30px;
  }
  .gallery-wrapper .content-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-wrapper {
    padding-left: var(--padding-default, 25px);
  }
  .contact-form .form-group {
    width: 100%;
  }
  .slider-sect .slide-arrow {
    top: 40vw;
    width: 30px;
    height: 60px;
  }
  .slider-sect .slide-arrow.slick-prev {
    left: 1%;
  }
  .slider-sect .slide-arrow.slick-next {
    right: 1%;
  }
  .slider-item {
    padding: 0 7px;
  }
  .slider-item .slide-text {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .menu-wrap .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-wrap .contact-block-wrapper {
    width: 100%;
    margin-top: 3em;
    gap: 1.5em;
  }
  .menu-wrap .contact-block-wrapper .add-links {
    margin-top: 3em;
  }
  .footer .contact-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
  .footer .contact-link-wrapper .add-links {
    margin-top: 5rem;
  }
  .team-members .content-container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .person-card .person-descr {
    padding-left: var(--padding-default, 25px);
  }
  .person-card .person-name {
    margin: 1em 0 0.5em;
  }
  .gallery-wrapper .masonry-box {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-wrapper .masonry-lst {
    height: auto !important;
  }
  .gallery-wrapper .masonry-itm {
    width: 100%;
    min-width: 100%;
    padding: 0 0 30px;
    position: static !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
  .gallery-wrapper .masonry-itm .gallery-item {
    margin-top: 0 !important;
  }
  .gallery-wrapper .masonry-itm:last-child {
    padding-bottom: 0;
  }
  .top-screen .main-title {
    padding-left: 0;
    margin-top: 30px;
  }
  .main-title {
    text-align: left !important;
  }
  .text-section {
    padding-left: 0;
  }
  .text-section .section-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    --font-default: 2rem;
    --font-default-big: 2.4rem;
    --font-title-biggest: 4rem;
    --font-title-big: 3rem;
    --font-title-medium: 2rem;
    --font-title-small: 1.5rem;
    --font-menu-size: 2rem;
    --font-submenu-size: 1.5rem;
  }
  .menu-wrap {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .gallery-wrapper .content-container {
    grid-template-columns: 1fr;
  }
  .slider-sect .slide-arrow {
    top: 41vw;
    width: 20px;
    height: 40px;
  }
  .slider-sect .slide-arrow.slick-prev {
    left: 1%;
  }
  .slider-sect .slide-arrow.slick-next {
    right: 1%;
  }
  .slider-item {
    padding: 0 5px;
  }
  .slider-item .slide-text {
    font-size: 1.6rem;
  }
  .page-numbers li {
    font-size: 15px;
  }
  .page-numbers li > a,
  .page-numbers li > span {
    width: 34px;
    height: 34px;
  }
}

@media only screen and (max-width: 425px) {
  .logo-wrap {
    height: 40px;
  }
  .logo-wrap .logo {
    height: 40px;
  }
  .header-offset-logo .logo-wrap .logo {
    height: 70px;
  }
  .menu-wrap {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1441px) {
  .content-container {
    width: 100%;
    max-width: 1350px;
  }
}

@media print {
  body {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
  }
  * {
    color: #000;
  }
  .main-head,
  .main-foot,
  .sidebar,
  .inner-pages {
    display: none;
  }
}
