/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pacifico&display=swap');*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Inter_18pt-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter_18pt-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter_18pt-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Inter_18pt-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Pacifico-Regular.ttf) format('truetype');
}
/*font-family: "Pacifico", cursive;
  font-weight: 400;*/
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong,
b {
  font-weight: 700;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Inter", sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container:after,
.container:before {
  display: table;
  content: " ";
  zoom: 1;
}
.container:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcse {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.centered {
  text-align: center;
}
.half {
  width: 50%;
}
.third {
  width: 32.5%;
}
.two-thirds {
  width: 66%;
}
.fourth {
  width: 24.5%;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22.3px;
  margin-bottom: 30px;
}
.tar {
  text-align: right;
}
.hat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*	background: #7A9B48;*/
  background: #224422;
  color: #FFF;
  padding: 15px 40px;
  border-bottom: 2px solid #FFF;
}
#main-menu {
  list-style-type: none;
}
#main-menu li {
  display: inline-block;
}
#main-menu li a {
  font-size: 22px;
  /*	font-weight: 900;*/
  line-height: 22px;
  padding: 10px;
}
#search-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#search-input {
  display: none;
}
#mob-menu-btn {
  display: none;
}
.first {
  padding: 70px 0 320px;
  background: url(../img/first.jpg) no-repeat right;
  background-size: cover;
  color: #FFF;
}
.first-title {
  padding-left:20px;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  text-align: center;
  font-size: 58px;
  -webkit-filter: drop-shadow(1px 4px 10px #000000) drop-shadow(-1px 4px 10px #000000);
  filter: drop-shadow(1px 4px 10px #000000) drop-shadow(-1px 4px 10px #000000);
  margin-bottom: 60px;
}
.first-text {
  padding-left:20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
  -webkit-filter: drop-shadow(4px 4px 5px #000000) drop-shadow(-4px -4px 5px #000000) drop-shadow(0 0 10px #000000);
  filter: drop-shadow(4px 4px 5px #000000) drop-shadow(-4px -4px 5px #000000) drop-shadow(0 0 10px #000000);
}
main {
  padding: 40px 0;
  background: url(../img/main-bg.webp) top repeat, url(../img/main-bg-2.webp) top no-repeat;
  background-size: contain;
}
.main-title {
  display: inline-block;
  font-family: "Pacifico", cursive;
  font-size: 58px;
  font-weight: 400;
  line-height: 66.47px;
  padding-bottom: 35px;
  border-bottom: 2px solid #000;
  margin-bottom: 35px;
}
.product {
  max-width: 100%;
  margin-bottom: 70px;
  cursor: pointer;
}
.product-img {
  text-align: center;
  width: 384px;
  max-width: 100%;
  height: 384px;
  background: #0A0A0A0D;
  margin-bottom: 15px;
}
.product:hover .product-img {
  -webkit-box-shadow: 0px 7px 14.7px 6px #7A9B485C;
  box-shadow: 0px 7px 14.7px 6px #7A9B485C;
}
.product-title,
.product-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.42px;
  text-align: left;
}
.product-subtitle {
  font-weight: bold;
  text-align: center;
}
.product-links {
  margin: 10px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.title {
  font-family: "Pacifico", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 20px;
}
.subtitle {
  font-size: 32px;
  font-weight: 400;
  line-height: 35.68px;
  text-align: left;
  margin-bottom: 40px;
}
footer {
  background: #DCD5CC;
  padding: 50px 0;
}
.footer-menu {
  list-style-type: none;
  -webkit-columns: 2;
  columns: 2;
}
.footer-menu li {
  display: block;
}
footer a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.3px;
  margin-bottom: 38px;
}
.copyright {
  font-size: 20px;
  font-weight: 400;
  line-height: 22.3px;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#overlay.active {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 105;
  width: 1280px;
  /*	height: auto;*/
  max-width: 96%;
  height: 96%;
  max-height: 810px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 40px;
}
.modal.active {
  display: block;
}
.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
}
.modal > .row {
  max-height: 100%;
}
.prod-img {
  width: 280px;
  max-height: 100%;
}
.prod-text {
  width: calc(100% - 320px);
}
.prod-text-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 68.83px;
  margin-bottom: 35px;
}
.prod-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22.3px;
}
.cert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 0 #808080);
  filter: drop-shadow(0 0 0 #808080);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.cert:hover img {
  -webkit-filter: drop-shadow(0 0 15px #808080);
  filter: drop-shadow(0 0 15px #808080);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#cert-modal {
  width: 787px;
  max-width: 96%;
}
.modal-image-wrap {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#modal-image {
  width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#prev-btn,
#next-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  background: #7A9B48;
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
}
#prev-btn:disabled,
#next-btn:disabled {
  display: none;
}
#prev-btn {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
#next-btn {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1550px) {
  .prod-img > img {
    height: calc(100% - 70px);
    max-height: 500px;
  }
  .prod-text-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .half,
  .third,
  .two-thirds,
  .fourth {
    width: 100%;
  }
  .jcsa,
  .jcsb,
  .jcse,
  .jcfs,
  .jcfe {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hat {
    padding: 15px;
  }
  .mob-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .first {
    padding: 80px 0 120px;
  }
  .first-title {
    font-size: 50px;
  }
  .title {
    font-size: 34px;
  }
  #search-wrap {
    display: none;
  }
  #mob-menu-btn {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn:before {
    display: block;
    content: "";
    width: 25px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    top: -6px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn:after {
    display: block;
    content: "";
    width: 25px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    bottom: -6px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active {
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active:before {
    -webkit-transform: rotate(405deg) translate(4px, 4px);
    transform: rotate(405deg) translate(4px, 4px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active:after {
    -webkit-transform: rotate(-405deg) translate(4px, -4px);
    transform: rotate(-405deg) translate(4px, -4px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  ul#main-menu {
    position: absolute;
    top: 84px;
    left: -100%;
    background-color: #7A9B48;
    color: #FFF;
    -webkit-columns: 1;
    columns: 1;
    width: 100%;
    list-style-type: none;
    z-index: 15;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  ul#main-menu.active {
    left: 0;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  ul#main-menu li {
    display: block;
  }
  ul#main-menu li a {
    display: block;
    padding: 20px !important;
  }
  .footer-menu {
    -webkit-columns: 1;
    columns: 1;
  }
  .modal {
    overflow: scroll;
  }
  .prod-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .prod-text {
    width: 100%;
  }
  .prod-text-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 25px;
  }
}

.scroll-to-top {
  display: block;
  width:35px;
  height:40px;
  cursor:pointer;
  position:fixed;
  right:100px;
  bottom:175px;

/*  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; */
}

.scroll-to-top.active {
  bottom:110%;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; 
}
.scroll-to-top.hide {
  bottom:-10%;
  display: none;
}
