/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.ttf) format('truetype');
}
@font-face {
  font-family: Magistral;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Magistral-Regular.otf) format("opentype");
}
@font-face {
  font-family: Magistral;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Magistral-Bold.otf) format("opentype");
}
@font-face {
  font-family: Magistral;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Magistral-Black.otf) format("opentype");
}
/* 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: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
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: 1250px) {
  .container {
    width: 1230px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
/*@media (min-width:1400px){.container{width:1230px;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;
}
.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.centered {
  text-align: center;
}
.half {
  width: 50%;
}
.third {
  width: 32.5%;
}
.two-thirds {
  width: 66%;
}
.fourth {
  width: 24.5%;
}
.pl100 {
  padding-left: 100px;
}
.mb30 {
  margin-bottom: 30px;
}
a {
  color: #578CBF;
  text-decoration: none;
}
p {
  margin-bottom: 30px;
  line-height:1.5;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt-97 {
  margin-top: -97px;
}
h1 {
  color: #016829;
  font-family: Magistral;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#005922), color-stop(32.29%, #00a23e), color-stop(69.79%, #005b23), to(#009539));
  background: linear-gradient(90deg, #005922 0%, #00a23e 32.29%, #005b23 69.79%, #009539 100%);
  padding: 8px 0;
  color: #fff;
  font-family: Magistral;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
header:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#cfcfcf), color-stop(14.58%, #9c9c9c), color-stop(33.85%, #e2e2e2), color-stop(80.21%, #686868), color-stop(97.92%, #ebebeb));
  background: linear-gradient(90deg, #cfcfcf 0%, #9c9c9c 14.58%, #e2e2e2 33.85%, #686868 80.21%, #ebebeb 97.92%);
  -webkit-box-shadow: 0 6px 12px black;
  box-shadow: 0 6px 12px black;
}
#main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
#main-menu a {
  color: #fff;
}
#main-menu a.active {
  border-bottom: 1px solid yellow;
}
.pdf-link {
  position: relative;
  padding-right: 36px;
  width: 120px;
}
.pdf-link:before {
  position: absolute;
  right: 0;
  content: '';
  display: block;
  height: 34px;
  width: 31px;
  background: url(../img/pdf.svg);
  background-size: cover;
}
#mob-menu-btn {
  display: none;
}
main {
  position: relative;
  padding: 110px 0 50px;
  margin-bottom: 18px;
}
main:after {
  position: absolute;
  left: 0;
  bottom: -18px;
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  /*	background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);*/
  background: -webkit-gradient(linear, left top, right top, from(#cfcfcf), color-stop(14.58%, #9c9c9c), color-stop(33.85%, #e2e2e2), color-stop(80.21%, #686868), color-stop(97.92%, #ebebeb));
  background: linear-gradient(90deg, #cfcfcf 0%, #9c9c9c 14.58%, #e2e2e2 33.85%, #686868 80.21%, #ebebeb 97.92%);
  -webkit-box-shadow: 0 -6px 12px #939393;
  box-shadow: 0 -6px 12px #939393;
}
.front-first {
  position: relative;
  margin-top: -34px;
  background: url(../img/front-first.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  aspect-ratio: 1920 / 949;
  margin-bottom: 30px;
}
.front-first:after {
  position: absolute;
  left: 0;
  bottom: -18px;
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#cfcfcf), color-stop(14.58%, #9c9c9c), color-stop(33.85%, #e2e2e2), color-stop(80.21%, #686868), color-stop(97.92%, #ebebeb));
  background: linear-gradient(90deg, #cfcfcf 0%, #9c9c9c 14.58%, #e2e2e2 33.85%, #686868 80.21%, #ebebeb 97.92%);
  -webkit-box-shadow: 0 -6px 12px #000000;
  box-shadow: 0 -6px 12px #000000;
}
#front-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#front-video video {
  width: 100%;
}
.front-first .container {
  position: relative;
  height: 100%;
}
.front-first .row {
  position: absolute;
  left: 0;
  bottom: 75px;
  width: 100%;
}
.front-first h1 {
  color: #FFF;
  font-family: Magistral;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
}
.front-first h1 img {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 30px;
}
.ff-download {
  position: relative;
  width: 400px;
  max-width: 100%;
  min-height: 120px;
  color: #fff;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, right top, from(#005922), color-stop(32.29%, #00a23e), color-stop(69.79%, #005b23), to(#009539));
  background: linear-gradient(90deg, #005922 0%, #00a23e 32.29%, #005b23 69.79%, #009539 100%);
  padding: 24px 24px 24px 120px;
  font-size: 14px;
  font-weight: 600;
}
.ff-download:before {
  content: url(../img/pdf.svg);
  position: absolute;
  left: 32px;
  top: 28px;
}
.ff-download .big {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
aside .ff-download .big {
  font-size: 16px;
}
.ff-download .big:after {
  content: url(../img/download.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
h2.green {
  color: #006D46;
  font-family: Magistral;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
.front-categories a {
  position: relative;
  width: 297px;
  height: 95px;
  border-radius: 8px;
  background: #EFEFEF;
  color: #000;
  -webkit-box-shadow: 4px 6px 4px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 6px 4px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 37px;
}
.front-categories a:nth-child(odd) {
  margin-right: 20px;
}
.front-cat-title {
  position: absolute;
  left: 20px;
  bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  height: 38px;
}
.front-cat-title:after {
  content: url(../img/arr-right.svg);
  position: absolute;
  top: 0;
  right: -25px;
}
.front-cat-img {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.link-green {
  display: table;
  color: #FFF;
  font-family: Magistral;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#005922), color-stop(32.29%, #00a23e), color-stop(69.79%, #005b23), to(#009539));
  background: linear-gradient(90deg, #005922 0%, #00a23e 32.29%, #005b23 69.79%, #009539 100%);
  padding: 4px 14px;
  margin: 0 0 30px auto;
}
footer {
  background: -webkit-gradient(linear, left top, right top, from(#005922), color-stop(32.29%, #00a23e), color-stop(69.79%, #005b23), to(#009539));
  background: linear-gradient(90deg, #005922 0%, #00a23e 32.29%, #005b23 69.79%, #009539 100%);
  padding: 20px 0;
  color: #FFF;
  font-family: Magistral;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.copyright {
  font-weight: 400;
}
footer .right {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px; */
  text-align:right;
}
footer a {
  color: #FFF;
}
.green-bg {
  background: #016025;
  padding: 20px 20px 1px 20px;
  margin-bottom: 30px;
}
.green-bg label {
  display: block;
  color: #FFF200;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.green-bg input {
  height: 27px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  margin-bottom: 5px;
  padding: 15px;
}
.green-bg textarea {
  height: 100px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  margin-bottom: 5px;
  padding: 15px;
}
.green-bg p {
  color: #FFF200;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.btn-green {
  color: #FFF;
  font-family: Magistral;
  font-size: 48px;
  font-weight: 400;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, right top, from(#005922), color-stop(32.29%, #00a23e), color-stop(69.79%, #005b23), to(#009539));
  background: linear-gradient(90deg, #005922 0%, #00a23e 32.29%, #005b23 69.79%, #009539 100%);
  padding: 8px 20px;
  border: none;
}
.about-row {
  position: relative;
  margin-top: 0px;
  align-items: flex-end;
}
.about-row .left {
  max-width: 600px;
  padding-bottom: 130px;
}
.about-row .left p {
  line-height: 1.3;
}
.about-row .right {
  position: relative;
  max-width: 800px;
  z-index: 3;
}
.about-title {
  margin-bottom: 35px;
}
/*.about-row .right p {
  max-width: 500px;
}*/
.shifted {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 1600px;
  height: 130px;
  text-align: center;
  padding-top: 40px;
  padding-right: 560px;
  border-radius: 8px;
  background: #166938;
  color: #FFF200;
  font-family: Magistral;
  font-size: 48px;
  font-weight: 300;
}
.row-green {
  width: 1200px;
  height: 164px;
  padding: 20px 55px;
  border-radius: 8px;
  background: #166938;
  color: #fff;
  margin-left: -400px;
  margin-top: 70px;
}
.row-green .item .big {
  font-family: Magistral;
  font-size: 75px;
  font-weight: 700;
}
.row-green .item .small {
  font-family: Magistral;
  font-size: 24px;
  font-weight: 400;
}
.title-row {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.breadcrumbs {
  color: #006D46;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  margin-left: 80px;
}
.product .breadcrumbs {
  margin-left: 0;
  margin-bottom: 30px;
}
.breadcrumbs a {
  color: #006D46;
}
aside {
  width: 335px;
}
.cat-wrap {
  border-radius: 4px;
  background: #016527;
  padding: 12px 44px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.cat-wrap .accordion,
.cat-wrap a,
aside a {
  display: block;
  position: relative;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 7px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 11px;
}
.cat-wrap .accordion:after {
  content: '»';
  position: absolute;
  right: 0;
  top: 6px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cat-wrap .accordion.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cat-wrap .active,
.cat-wrap .accordion:hover,
.cat-wrap .current a,
.cat-wrap a:hover {
  color: #FFF200;
}
.cat-wrap .panel {
  display: none;
  padding-left: 40px;
  overflow: hidden;
}
.cat-wrap .panel.active {
  display: block;
}
.cat-wrap .panel a {
  margin-bottom: 7px;
}
.cat-wrap .ff-download .big {
  font-size: 16px;
}
.products {
  width: calc(100% - 385px);
}
main.catalog .products .row {
  gap: 10%;
}
.prod {
  display: block;
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 70px;
  text-align: center;
}
.prod-img {
  max-width: 155px;
  max-height: 228px;
  margin-bottom: 12px;
}
.prod-subcat {
  display: block;
  color: #006D46;
  font-family: Magistral;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform:uppercase;
}
.prod-cat {
  display: block;
  color: #000;
  font-family: Magistral;
  font-size: 20px;
  font-weight: 400;
}
.prod-name {
  display: block;
  color: #006D46;
  font-family: Magistral;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.prod-banner {
  width: 100%;
  border-radius: 4px;
  background: #016527;
  color: #CFCFCF;
  margin-bottom: 60px;
  gap:0 !important;
}
.prod-banner .left {
  width: 250px;
}
.prod-banner .left img {
  height: 100%;
}
.prod-banner .right {
  padding: 15px;
  width: calc(100% - 250px);
  min-width: 280px;
  line-height:1.5;
}
.prod-banner-title {
  font-family: Magistral;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 26px;
}
.prod-banner-subtitle {
  font-family: Magistral;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 32px;
}
a.prod-banner-link {
  display: inline-block;
  color: #CFCFCF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  width: 197px;
  height: 54px;
  border-radius: 27px;
  border: 1px solid #9C9C9C;
  text-align: center;
  padding: 17px 0;
}
.prod-slider-wrap {
  position: relative;
  margin-bottom: 50px;
}
#prod-slider {
  position: relative;
  width: 100%;
  height: 282px;
}
#prod-slider .prod {
  margin-bottom: 0;
}
.prod-slider-wrap .slick-prev:before,
.prod-slider-wrap .slick-next:before {
  font-family: Inter;
  color: #000;
  font-size: 64px;
  font-weight: 500;
}
.prod-slider-wrap .slick-prev:before {
  content: '«';
}
.prod-slider-wrap .slick-next:before {
  content: '»';
}

.prod-slider-wrap .prod-subcat,
.prod-slider-wrap .prod-cat,
.prod-slider-wrap .prod-name {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.prod-slider-wrap .prod-img {
  max-width: 175px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
/* Карточка товара */
.product-left {
  width: 300px;
  margin-bottom: 50px;
}
.product-right {
  width: calc(100% - 350px);
  min-width: 320px;
  margin-bottom: 50px;
}
.product-img {
  text-align: center;
  margin-bottom: 30px;
}
.product-fas {
  height: 120px;
  overflow: hidden;
}
.product-fas.active {
  height: auto;
}
.product-fas table {
  width: 100%;
  text-align: center;
}
.product-fas table thead th {
  font-family: Magistral;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}
.product-fas table tbody tr:nth-child(even) {
  background: #E9E9EA;
}
.product-fas table tbody th {
  height: 30px;
}
.product-fas table tbody th img {
  height: 100%;
  width: auto;
}
.product-fas table td {
  font-family: Magistral;
  font-size: 14px;
  font-weight: 400;
  padding: 9px;
}
.product-cat {
  font-family: Magistral;
  font-size: 40px;
  font-weight: 400;
}
.product-name {
  color: #005B23;
  font-family: Magistral;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.product-right table {
  color: #737477;
  font-size: 14px;
}
.product-right table th {
  text-align: left;
}
.product-right table th {
  text-align: left;
  max-width: 230px;
}
.product-right table td {
  text-align: center;
}
.product-right table tr {
  border-bottom: 1px solid #737477;
}
.product-right table tr > * {
  padding: 7px 5px;
}
.main-row {
  margin-bottom: 50px;
}
.title-also {
  position: relative;
  color: #016527;
  font-family: Magistral;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 100px;
}
#mob-cat-btn {
  display: none;
}

#more-fas {
  display: none;
}
#more-fas.active {
  display: block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0;
}

#hide-fas {
  display: none;

  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0;
}
#hide-fas.active {
  display: block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0;
}






@media screen and (max-width: 1250px) {
  .product-right {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #main-menu {
    gap: 20px;
  }
  .about-row .right {
    max-width: 500px;
  }
  .shifted {
    position: relative;
    padding-right: 0;
    right: 0;
  }
  .row-green {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -600px;
  }
  .pl100 {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #mob-menu-btn {
    position: relative;
    top: 0;
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active {
    top: 15px;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn:before,
  #mob-menu-btn:after {
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn:before {
    top: -6px;
  }
  #mob-menu-btn:after {
    bottom: -6px;
  }
  #mob-menu-btn.active:before {
    -webkit-transform: rotate(-380deg);
    transform: rotate(-380deg);
    -webkit-transform-origin: 14px 30px;
    transform-origin: 14px 30px;
    right: -3px;
    height: 2px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active:after {
    -webkit-transform: rotate(380deg);
    transform: rotate(380deg);
    -webkit-transform-origin: 15px -27px;
    transform-origin: 15px -27px;
    right: -3px;
    height: 2px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #main-menu {
    position: absolute;
    left: 0;
    top: -500px;
    width: 100%;
    background: #016025;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    text-align: center;
    gap: 10px;
    padding-top: 60px;
    padding-bottom: 15px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #main-menu.active {
    top: 0;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #main-menu a {
    padding: 20px;
    color: #fff;
  }
  #main-menu a.pdf-link {
    width: auto;
    padding: 20px 40px 20px 0;
  }
  .pdf-link:before {
    top: 10px;
  }
  .logo {
    position: relative;
    z-index: 555;
    width: 200px;
  }
  main {
    padding-top: 70px;
  }
  .mt-97 {margin-top: 0;}
  .about-row .left,
  .about-row .right {
    width: 49%;
  }
  aside {
    position: relative;
    width: 100%;
    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;
    margin-bottom: 30px;
  }
  #mob-cat-btn {
    position: relative;
    display: block;
    min-width: 250px;
    border-radius: 4px;
    background: #016527;
    padding: 12px 44px;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #mob-cat-btn:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '»';
    position: absolute;
    right: 44px;
    top: 12px;
  }
  .cat-wrap {
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0;
    font-size: 0;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .cat-wrap .accordion,
  .cat-wrap a {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    border: none;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .cat-wrap .panel.active {
    display: none;
  }
  .cat-wrap.active {
    position: absolute;
    top: 90px;
    left: 0;
    padding: 12px 44px;
    font-size: 16px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .cat-wrap.active .accordion,
  .cat-wrap.active a {
    font-size: 16px;
    line-height: 18px;
    padding: 7px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 11px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .cat-wrap.active .panel.active {
    display: block;
  }
  .products {
    width: 100%;
  }
  .prod-banner .left,
  .prod-banner .left img {
    width: 100%;
  }
  .prod-slider-wrap {
    padding: 0 35px;
  }
  #prod-slider .slick-prev {
    left: -40px;
  }
  #prod-slider .prod {
    margin-right: 6px;
    margin-left: 6px;
  }
  .product-right {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 768px) {
  .row-green {
    width: 800px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -400px;
    margin-top: 30px;
  }
  .title-also {
    right: 0;
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 730px) {
  #front-video {
    display: none;
  }
  .front-first {
    aspect-ratio: 72 / 73;
    background: url(../img/front-first-mob.jpg) no-repeat;
    background-size: cover;
    margin-top: -22px;
  }
  .front-first .row {
    padding: 0 15px;
  }
  .front-first h1 {
    font-size: 50px;
  }
  .front-first h1 img {
    margin-left: 0;
  }
  .ff-download {
    padding: 24px 20px 24px 100px;
    margin-bottom: 30px;
  }
  .ff-download:before {
    left: 22px;
  }
  .ff-download .big:after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .half,
  .third,
  .two-thirds,
  .fourth {
    width: 100%;
  }
  .jcsa,
  .jcsb,
  .jcse,
  .jcfs,
  .jcfe {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pl100 {
    padding-left: 0;
  }
  nav.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer {
    text-align: center;
  }
  .copyright {
    padding: 30px 0;
  }
  .front-categories a {
    width: 98%;
    margin-right: 0 !important;
  }
  .front-cat-title {
    font-size: 16px;
  }
  .row-green {
    width: 100%;
    height: auto;
    margin-left: 0;
    gap: 40px;
    text-align: center;
  }
  .about-row .left,
  .about-row .right {
    width: 100%;
  }
  .about-row .left {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .shifted {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-top: 44px;
    right: 0;
    font-size: 28px;
    margin-top: 40px;
  }
  .breadcrumbs {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .products .row {
    justify-content: center;
  }
  .prod {
    text-align: center;
  }
  .product-name {
    font-size: 40px;
  }
  .about-row .left p {
    line-height: 1.5;
  }
  .about-title {
    margin-bottom: 50px;
    font-size: 42px;
  }
}
@media screen and (max-width: 590px) {
  aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cat-wrap,
  .cat-wrap.active {
    position: relative;
    top: unset;
    left: unset;
  }
}


.slick-prev, .slick-next {
  z-index:10;
  top: 40%;
}

.slick-prev {
  left:-40px;
}

.slick-next {
  right:-20px;
}


.slick-prev:before, .slick-next:before {
  font-size: 40px; /* Размер стрелок */
  color: black; /* Цвет, подобранный в соответствии с дизайном */

}

.slick-prev:before {
  content: '←'; /* Лаконичная левая стрелка */
  z-index:10;
}

.slick-next:before {
  content: '→'; /* Приятная правая стрелка */

}



.fancybox-navigation .fancybox-button {
  width:100px;
  hieght:100px;
  padding:0px;
  font-size:48px;
}





