/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

header, footer, section, nav {
  display: block;
}

@font-face {
  font-family: "Inter";
  font-weight: 100;
  src: url("../fonts/Inter-Thin.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.ttf") format("truetype"), url("../fonts/Inter-Thin.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  src: url("../fonts/Inter-ExtraLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url("../fonts/Inter-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../fonts/Inter-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../fonts/Inter-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../fonts/Inter-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  src: url("../fonts/Inter-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Black.svg#svgFontName") format("svg"); /* Legacy iOS */
}
html, body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #1a1c22;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

header .headtop {
  background: #000;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 1020px) {
  header .headtop {
    height: 12px;
    line-height: 12px;
  }
}
header .headtop ul {
  display: flex;
  font-size: 14px;
  gap: 40px;
  text-transform: lowercase;
  justify-content: flex-end;
}
header .headtop ul > li {
  position: relative;
}
header .headtop ul > li.active::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -3px;
  background: #f2b705;
}
@media screen and (max-width: 1020px) {
  header .headtop ul {
    display: none;
  }
}
header .headmain > div {
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
}
header .headmain > div .logo a {
  display: block;
  overflow: hidden;
  width: 270px;
  height: 27px;
  background: url("../img/logo.png") no-repeat 50% 50%/contain;
  text-indent: -10000px;
}
header .headmain > div nav {
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  header .headmain > div nav {
    display: none;
  }
}
header .headmain > div nav > ul {
  display: flex;
  gap: 40px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
header .headmain > div nav > ul > li {
  position: relative;
}
header .headmain > div nav > ul > li.active::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  background: #f2b705;
}
header .mhandle {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: auto;
}
header .mhandle span, header .mhandle::before, header .mhandle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #f2b705;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: 0.3s;
}
header .mhandle::before {
  transform: translateY(-7px);
}
header .mhandle::after {
  transform: translateY(5px);
}
header .mhandle span {
  transform: translateY(-1px);
}
@media screen and (max-width: 1020px) {
  header .mhandle {
    display: block;
  }
}
header .mhandle.open span {
  opacity: 0;
}
header .mhandle.open:before {
  transform: translateY(0) rotate(45deg);
}
header .mhandle.open:after {
  transform: translateY(0) rotate(-45deg);
}
header .mnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 101;
  background: #000;
  padding: 20px;
}
header .mnav .main {
  border-bottom: 2px solid rgba(255, 255, 255, 0.66);
  max-width: 400px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
header .mnav .main li a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
header .mnav .sec {
  max-width: 400px;
  margin: 0 auto 20px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
header .mnav .sec li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
}
.intro {
  margin: 10px 0;
}
.intro .introc {
  background: #000;
  height: 560px;
  position: relative;
}
.intro .introc .intromain {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.intro .introc .intromain > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro .introc .intromain > li .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
}
.intro .introc .intromain > li .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .intro .introc .intromain > li .bg {
    height: 50%;
  }
}
.intro .introc .intromain > li .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 100px;
}
.intro .introc .intromain > li .over .actions {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .intro .introc .intromain > li .over {
    padding: 20px;
    padding-bottom: 60px;
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}
.intro .introc .intromain > li .over .title {
  display: inline-block;
  height: 60px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 10px 45px 10px 15px;
  padding: 10px 0px;
  background: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.intro .introc .intromain > li .over .title::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: 4px;
  left: -4px;
  background: #f2b705;
}
.intro .introc .intromain > li .over .content {
  display: inline-block;
  line-height: 24px;
  box-sizing: border-box;
  padding: 6px 45px 6px 15px;
  padding: 6px 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  align-self: flex-start;
  max-width: 500px;
  margin-top: 6px;
}
.intro .introc .introdots {
  position: absolute;
  bottom: 40px;
  left: 100px;
  gap: 18px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .intro .introc .introdots {
    bottom: 20px;
    left: 20px;
    right: 20px;
    justify-content: center;
  }
}
.intro .introc .introdots > li {
  padding-top: 2px;
  padding: 10px 0;
  cursor: pointer;
}
.intro .introc .introdots > li > a {
  width: 18px;
  height: 3px;
  background: #000;
  background: rgba(255, 255, 255, 0.66);
  display: block;
  transition: 0.1s;
}
.intro .introc .introdots > li.active > a {
  height: 4px;
  margin-top: -1px;
  background: #f2b705;
}

.lgbtn {
  display: inline-block;
  height: 60px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 10px 30px;
  background: #f2b705;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.lgbtn::before, .lgbtn::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 8px solid #f2b705;
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.lgbtn::after {
  opacity: 0.5;
}
.lgbtn:hover::before {
  top: -2px;
  bottom: -2px;
  right: -4px;
  left: -4px;
}
.lgbtn:hover::after {
  top: -4px;
  bottom: -4px;
  right: -8px;
  left: -8px;
}

.section-title {
  margin: 10px 0;
}
.section-title h2 {
  font-size: 24px;
  line-height: 30px;
  position: relative;
}
.section-title h2::before {
  height: 2px;
  width: 60px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  background: #f2b705;
}

.home-categories {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .home-categories {
    margin: 35px 0;
  }
}
.home-categories .hc-list {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .home-categories .hc-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.home-categories .hc-list > li {
  padding-top: 25%;
  position: relative;
  background: #000;
  flex-grow: 1;
  max-width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-categories .hc-list > li {
    max-width: 50%;
    width: calc(50% - 5px);
    padding-top: 50%;
  }
}
.home-categories .hc-list > li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: 50% 50%;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.home-categories .hc-list > li:hover img {
  transform: scale(1.1);
}
.home-categories .hc-list > li .over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-categories .hc-list > li .over > a {
  display: block;
  line-height: 30px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 11px;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 767px) {
  .home-categories .hc-list > li .over > a {
    line-height: 24px;
  }
}
.home-categories .hc-list > li .wlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-np {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .home-np {
    margin: 35px 0;
  }
}
.home-np .home-npl {
  margin: 30px 0;
  position: relative;
}
.home-np .npcontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
.home-np .npcontent > li {
  background: #000;
  display: flex;
}
.home-np .npcontent > li:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 1020px) {
  .home-np .npcontent > li:nth-of-type(1) .img {
    width: 175px;
    height: 175px;
    flex-shrink: 0;
  }
}
.home-np .npcontent > li:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.home-np .npcontent > li:nth-of-type(2) .img {
  width: 175px;
  height: 175px;
  flex-shrink: 0;
}
.home-np .npcontent > li:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
.home-np .npcontent > li:nth-of-type(3) .img {
  width: 175px;
  height: 175px;
  flex-shrink: 0;
}
.home-np .npcontent > li:nth-of-type(3) .details, .home-np .npcontent > li:nth-of-type(2) .details {
  width: auto;
  flex-grow: 1;
  padding-bottom: 24px;
}
.home-np .npcontent > li:nth-of-type(3) .details .lgbtn, .home-np .npcontent > li:nth-of-type(2) .details .lgbtn {
  line-height: 30px;
  height: 40px;
  padding: 5px 15px;
  font-size: 16px;
}
@media screen and (max-width: 1020px) {
  .home-np .npcontent > li:nth-of-type(1) .details {
    width: auto;
    flex-grow: 1;
    padding-bottom: 24px;
  }
  .home-np .npcontent > li:nth-of-type(1) .details .lgbtn {
    line-height: 30px;
    height: 40px;
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-np .npcontent > li:nth-of-type(1) .img, .home-np .npcontent > li:nth-of-type(2) .img, .home-np .npcontent > li:nth-of-type(3) .img {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
  }
  .home-np .npcontent > li:nth-of-type(1) .details .lgbtn, .home-np .npcontent > li:nth-of-type(2) .details .lgbtn, .home-np .npcontent > li:nth-of-type(3) .details .lgbtn {
    padding: 2px 10px;
    height: 34px;
    font-size: 14px;
  }
  .home-np .npcontent > li:nth-of-type(1) .details .category, .home-np .npcontent > li:nth-of-type(2) .details .category, .home-np .npcontent > li:nth-of-type(3) .details .category {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .home-np .npcontent > li:nth-of-type(1) .details .title, .home-np .npcontent > li:nth-of-type(2) .details .title, .home-np .npcontent > li:nth-of-type(3) .details .title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
  }
}
.home-np .npcontent .img {
  width: calc(100% - 300px);
  width: 360px;
  height: 360px;
}
.home-np .npcontent .img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-np .npcontent .details {
  display: flex;
  box-sizing: border-box;
  width: 300px;
  padding: 30px 0 30px 30px;
  flex-direction: column;
}
.home-np .npcontent .details .actions {
  margin-top: auto;
}
.home-np .npcontent .details .category {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-np .npcontent .details .title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1020px) {
  .home-np .npcontent {
    display: flex;
    flex-direction: column;
  }
}
.home-np .npdots {
  position: absolute;
  bottom: 40px;
  left: 100px;
  gap: 18px;
  display: flex;
  display: none;
}
.home-np .npdots > li {
  padding-top: 2px;
}
.home-np .npdots > li > a {
  width: 18px;
  height: 3px;
  background: #000;
  display: block;
  transition: 0.1s;
}
.home-np .npdots > li.active > a {
  height: 4px;
  margin-top: -1px;
  background: #f2b705;
}

.clients {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .clients {
    margin: 35px 0;
  }
}
.clients .clientlist ul {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .clients .clientlist ul {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.clients .clientlist ul > li {
  overflow: hidden;
  width: calc(16.666% - 20px);
  border-radius: 300px;
  position: relative;
  padding-top: calc(16.666% - 20px);
  transition: 0.3s;
  opacity: 0.8;
  filter: grayscale(1);
  transform-origin: 50% 50%;
}
@media screen and (max-width: 767px) {
  .clients .clientlist ul > li {
    width: calc(33.33% - 12px);
    padding-top: calc(33.33% - 12px);
    filter: grayscale(0);
    opacity: 1;
  }
}
.clients .clientlist ul > li:hover {
  filter: grayscale(0);
  transform: scale(1.05);
  opacity: 1;
}
.clients .clientlist ul > li > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.clients .clientlist ul > li > a:hover {
  transform: scale(1.05);
}
.clients .clientlist ul > li img {
  width: 120%;
  height: 120%;
  display: block;
  margin: -10% 0 0 -10%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .foottop {
  background: #000;
  padding: 30px 0 20px;
}
footer .foottop .container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  footer .foottop .container {
    flex-direction: column;
  }
}
footer .foottop .logoinfo {
  flex-shrink: 0;
}
footer .foottop .logo {
  display: block;
  overflow: hidden;
  width: 270px;
  height: 27px;
  background: url("../img/logo.png") no-repeat 50% 50%/contain;
  text-indent: -10000px;
}
footer .foottop .info {
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
footer .foottop .info .emph {
  font-size: 16px;
  margin-bottom: 6px;
}
footer .foottop .made {
  margin-left: auto;
  align-self: flex-end;
}
footer .foottop .made span {
  width: 110px;
  height: 44px;
  overflow: hidden;
  text-indent: -10000px;
  background: url("../img/made-in-serbia.png") no-repeat 50% 50%/contain;
  display: block;
}
footer .footbot {
  background: #000;
  padding: 0 0 20px;
}
footer .footbot > div {
  border-top: 1px solid #667;
  padding-top: 16px;
  display: flex;
}
footer .footbot > div .main {
  font-size: 14px;
}
footer .footbot > div .aux {
  margin-left: auto;
}
footer .footbot > div .dev {
  opacity: 0.5;
  font-size: 12px;
  transition: 0.3s;
}
footer .footbot > div .dev:hover {
  opacity: 1;
}

.product-list {
  margin: 70px 0;
}
.product-list .pl-content {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .product-list .pl-content {
    gap: 10px;
  }
}
.product-list .pl-content > li {
  background: #000;
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .product-list .pl-content > li {
    width: calc(50% - 5px);
  }
}
.product-list .pl-content > li .img {
  overflow: hidden;
}
.product-list .pl-content > li .img img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: 50% 50%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .product-list .pl-content > li .img img {
    height: 140px;
  }
}
.product-list .pl-content > li .over {
  padding: 12px 16px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-list .pl-content > li .over .title {
  width: 100%;
  font-size: 18px;
  margin: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .product-list .pl-content > li .over .title {
    font-size: 16px;
  }
}
.product-list .pl-content > li .over a {
  display: block;
  width: calc(50% - 3px);
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #f2b705;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f2b705;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .product-list .pl-content > li .over a {
    width: 100%;
  }
}
.product-list .pl-content > li .over a:hover {
  color: #fff;
  border-color: #fff;
}
.product-list .pl-content > li .over a.primary {
  background: #f2b705;
  color: #000;
}
.product-list .pl-content > li .over a.primary:hover {
  background: #fff;
  color: #000;
}
.product-list .pl-content > li:hover .img img {
  transform: scale(1.1);
}

.pager {
  margin: 40px 0;
  font-size: 14px;
}
.pager .more {
  display: flex;
  justify-content: center;
}
.pager .more a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #f2b705;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f2b705;
  transition: 0.3s;
}
.pager .more a.primary {
  background: #f2b705;
  color: #000;
}
.pager .more a.primary:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.breadcrumbs {
  margin: 30px 0;
  font-size: 14px;
}
.breadcrumbs ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
}
.breadcrumbs ul > li {
  position: relative;
  padding-right: 30px;
  background: url("../img/arrowr.svg") no-repeat 100% 50%;
  background-size: 20px;
}
.breadcrumbs ul > li:last-of-type {
  background: transparent;
}

.title {
  margin: 30px 0;
}
.title h1 {
  font-size: 40px;
  margin-bottom: 4px;
}
.title .cat {
  color: #f2b705;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.single-content {
  margin: 30px 0;
}
.single-content .split {
  background: #000;
  display: flex;
  gap: 20px;
  padding: 20px 0;
  padding: 20px;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .single-content .split {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.single-content .split .drawing {
  background: #000;
  padding: 20px;
  flex-shrink: 0;
  margin-left: 20px;
  align-self: center;
}
.single-content .split .drawing img {
  display: block;
  width: 250px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-content .desc {
  font-size: 16px;
  line-height: 20px;
  min-width: 320px;
  align-self: center;
}
.single-content .desc p {
  margin-bottom: 20px;
}
.single-content .actions {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-content .actions a {
  display: block;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #f2b705;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f2b705;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
  border-color: transparent;
  padding-top: 3px;
  padding-bottom: 3px;
}
.single-content .actions a::before, .single-content .actions a::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 4px solid #f2b705;
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.single-content .actions a::after {
  opacity: 0.5;
}
.single-content .actions a::before {
  opacity: 0;
}
.single-content .actions a:hover::before {
  top: -2px;
  bottom: -2px;
  right: -4px;
  left: -4px;
}
.single-content .actions a:hover::after {
  top: -4px;
  bottom: -4px;
  right: -8px;
  left: -8px;
}
.single-content .actions a.primary {
  background: #f2b705;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}
.single-content .actions a.primary::before {
  opacity: 1;
}
.single-content .prodimg {
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
}
.single-content .prodimg img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: 0.5s;
  transform-origin: 50% 50%;
}
.single-content .prodimg img:hover {
  transform: scale(1.066);
}

.spect {
  width: 100%;
  max-width: 320px;
  border: 1px solid #fff;
}
.spect th {
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  font-weight: 500;
  text-align: center;
}
.spect td {
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  text-align: right;
}

.soon {
  margin-bottom: 40px;
}
.soon > div {
  padding-top: 1px;
  padding-bottom: 1px;
}
.soon .logo {
  padding: 40px 0 0;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .soon .logo {
    display: none;
  }
}
.soon .logo img {
  display: block;
  max-width: 400px;
}
.soon .title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
}
.soon .title::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  background: #f2b705;
}
.soon .srvmessage {
  max-width: 600px;
  margin: 30px auto;
}
.soon .srvmessage p {
  line-height: 24px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.66);
}
.soon .srvmessage strong {
  font-weight: 600;
  color: #fff;
}

.textpage {
  margin: 40px 0;
}
.textpage .introimg {
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .textpage .introimg {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.textpage .introimg img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: 50% 50%;
  transition: 0.3s;
}
.textpage .introimg img:hover {
  transform: scale(1.05);
}
.textpage h1 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
}
.textpage h1::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  background: #f2b705;
}

.bodycontent {
  max-width: 800px;
  margin: 30px auto 30px 40px;
}
@media screen and (max-width: 767px) {
  .bodycontent {
    margin-left: 15px;
  }
}
.bodycontent.ccnt {
  max-width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 1020px) {
  .bodycontent.ccnt {
    margin-left: 0;
    margin-right: 0;
  }
}
.bodycontent h1 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
}
.bodycontent h1::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  background: #f2b705;
}
.bodycontent h2 {
  position: relative;
  font-weight: 500;
  margin-bottom: 18px;
  font-weight: 600;
}
.bodycontent h2::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  background: #f2b705;
}
.bodycontent p {
  line-height: 24px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.66);
}
.bodycontent strong {
  font-weight: 600;
  color: #fff;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.accordion > li .accint {
  background: #000;
  position: relative;
  line-height: 25px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.accordion > li .accint::before {
  top: 5px;
  width: 2px;
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  background: #f2b705;
}
.accordion > li .accint .target {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.accordion > li .accint .target::before {
  position: absolute;
  background: #f2b705;
  width: 2px;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  content: "";
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.accordion > li .accint .target::after {
  position: absolute;
  background: #f2b705;
  height: 2px;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  content: "";
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.accordion > li.open .target::before, .accordion > li.open .target::after {
  transform: rotate(45deg);
}
.accordion > li .acccon {
  display: none;
}

.contactinfo {
  line-height: 24px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.contactinfo > li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contactinfo > li i {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.contactinfo > li.mail i {
  background-image: url("../img/ico-mail.svg");
}
.contactinfo > li.phone i {
  background-image: url("../img/ico-phone.svg");
}
.contactinfo > li.cell i {
  background-image: url("../img/ico-cell.svg");
}
.contactinfo > li.wa i {
  background-image: url("../img/ico-wa.svg");
}
.contactinfo > li.at i {
  background-image: url("../img/ico-at.svg");
}

.csplit {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .csplit {
    flex-direction: column;
  }
}
.csplit > div:first-of-type {
  flex-shrink: 0;
}
.csplit > form {
  flex-grow: 1;
}

.cform .cfsplit {
  display: flex;
  gap: 20px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .cform .cfsplit {
    flex-direction: column;
  }
}
.cform .cfsplit > div {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .cform .cfsplit > div {
    width: 100%;
  }
}
.cform .cfrow {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cform .cfrow label {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.66);
  flex-shrink: 0;
}
.cform .cfrow label em {
  margin-left: 4px;
  color: #f2b705;
  font-size: 14px;
}
.cform .cfrow h3 {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cform .cfrow input, .cform .cfrow textarea {
  padding: 4px 8px;
  height: 24px;
  -webkit-apperance: none;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 0;
}
.cform .cfrow textarea {
  resize: vertical;
  height: auto;
  flex-grow: 1;
  padding: 4px 8px;
}
.cform .cfrow button {
  margin-top: 6px;
  -webkit-apperance: none;
  outline: none;
  border: none;
  display: block;
  height: 50px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 10px 30px;
  background: #f2b705;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  cursor: pointer;
}
.cform .cfrow button::before, .cform .cfrow button::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 8px solid #f2b705;
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.cform .cfrow button::after {
  opacity: 0.5;
}
.cform .cfrow button:hover::before {
  top: -2px;
  bottom: -2px;
  right: -4px;
  left: -4px;
}
.cform .cfrow button:hover::after {
  top: -4px;
  bottom: -4px;
  right: -8px;
  left: -8px;
}

.cmap {
  margin: 50px 0;
}
@media screen and (max-width: 1020px) {
  .cmap {
    margin: 50px -20px;
  }
}

.landing .landing-intro {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro {
    flex-direction: column;
  }
}
.landing .landing-intro .landing-slider {
  overflow: hidden;
  width: 75%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 1020px) {
  .landing .landing-intro .landing-slider {
    width: 100%;
  }
}
.landing .landing-intro .landing-slider ul {
  position: relative;
  padding-top: 66.66%;
}
@media screen and (max-width: 1020px) {
  .landing .landing-intro .landing-slider ul {
    padding-top: 0;
    height: calc(100vw - 20px);
  }
}
.landing .landing-intro .landing-slider li {
  width: 100%;
  flex-shrink: 0;
  background: gray;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  visibility: hidden;
  transition: 1s;
}
.landing .landing-intro .landing-slider li.active {
  visibility: visible;
  opacity: 1;
  animation: 0.6s ease-out 0s 1 normal none landing-anim;
}
@keyframes landing-anim {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
.landing .landing-intro .landing-slider li .imgbg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.landing .landing-intro .landing-slider li .imgbg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing .landing-intro .landing-slider li .lgbtn {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.landing .landing-intro .landing-slider li .title {
  margin: 10px 0 16px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.landing .landing-intro .landing-slider li .title::before {
  height: 2px;
  width: 40px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3px;
  background: #f2b705;
}
.landing .landing-intro .landing-slider li .desc {
  font-size: 14px;
  line-height: 20px;
  max-width: 430px;
  margin: 16px 0;
  opacity: 0.9;
}
.landing .landing-intro .landing-slider img {
  width: 100%;
}
.landing .landing-intro .landing-slider .wlink {
  position: absolute;
}
.landing .landing-intro .landing-slider .over {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.7) 100%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro .landing-slider .over {
    padding: 15px 20px;
  }
}
.landing .landing-intro .landing-slider:hover .over {
  padding-top: 50px;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro .landing-slider:hover .over {
    padding: 15px 20px;
  }
}
.landing .landing-intro .landing-list {
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro .landing-list {
    width: 100%;
    height: 150px;
  }
}
.landing .landing-intro .landing-list ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro .landing-list ul {
    flex-direction: row;
  }
}
.landing .landing-intro .landing-list li {
  width: 100%;
  flex-shrink: 0;
  background: gray;
  flex-grow: 1;
  height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro .landing-list li {
    width: 33.33%;
    height: 100px;
  }
}
.landing .landing-intro .landing-list li:hover .over {
  padding: 30px 20px 23px;
}
.landing .landing-intro .landing-list li.active .imgbg::after {
  background: #f2b705;
  width: 4px;
  z-index: 1;
}
@media screen and (max-width: 1020px) {
  .landing .landing-intro .landing-list li.active .imgbg::after {
    height: 4px;
    width: 100%;
  }
}
.landing .landing-intro .landing-list .imgbg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.landing .landing-intro .landing-list .imgbg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 30%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: 0.3;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro .landing-list .imgbg::after {
    bottom: auto;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.landing .landing-intro .landing-list .imgbg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.landing .landing-intro .landing-list .over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.7) 100%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .landing .landing-intro .landing-list .over {
    padding: 15px 0;
    font-size: 12px;
  }
}
.landing .landing-intro .landing-list .over .title {
  margin: 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.landing .landing-intro .landing-list .wlink {
  position: absolute;
}
.landing .landing-intro .landing-list img {
  width: 100%;
}
.landing .landing-intro .wlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -10000px;
  overflow: hidden;
}

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