/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/HelveticaNeueCyr.ttf) format('truetype');
}
@font-face {
  font-family: 'Aero';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Aero-Matics-Display-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'UniNeue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
/*  src: url(../fonts/UniNeue-RegularItalic.ttf) format('truetype');*/
  src: url(../fonts/uni-neue-12.ttf) format('truetype');
}
/* 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: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #FFF;
  background-color: #000;
}
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;
  outline: none;
}
: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;
}
.container-wide {
  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;
  }
}
@media (min-width: 1400px) {
  .container-wide {
    width: calc(100% - 160px);
    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%;
}
.quarter {
  width: 24.5%;
}
.w40 {
  width: 39%;
}
.w60 {
  width: 59%;
}
.w500 {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.bg-white {
  background-color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.5;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
h1 {
  font-family: Montserrat;
  font-size: 75px;
  font-weight: 700;
  line-height: 115px;
  margin-bottom: 37px;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #0F0F0F;
  margin-bottom: 16px;
}
h3.big-red {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #F00028;
  text-transform: uppercase;
}
h3.aero {
  font-family: Aero;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
ul,
ol {
  padding-left: 25px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
}
header {
  position: relative;
  height: 100px;
}
#logo {
  position: absolute;
  top: 25px;
  left: 80px;
}
#main-menu {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main-menu a {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.5px;
  color: rgba(255, 255, 255, 0.41);
  padding: 5px 15px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease;
}
#main-menu a.current,
#main-menu a:hover {
  color: #fff;
  border-bottom: 1px solid #CF0022;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease;
}
#mob-menu-btn {
  display: none;
}
.gray-text {
  color: rgba(255, 255, 255, 0.51);
}
main {
  margin-top: -15px;
}
.inner-main {
  background: url(../img/spectrol0.png) no-repeat;
  background-position: center top;
  background-size: contain;
}
.first {
  padding: 0 0 90px;
  background: url(../img/spectrol.png) no-repeat;
  background-position: center top;
  background-size: contain;
}
.first h1 {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: 400;
  line-height: 58.68px;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  color: #F00028;
  margin-bottom: 150px;
}
.first h1 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 83px;
  line-height: 121.75px;
  letter-spacing: 0.13em;
  color: #fff;
}
.main-slider-wrap {
  position: relative;
  height: calc(100vh - 120px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#vid {
  position: relative;
  width: 100%;
}
.main-slider-wrap:before,
.main-slider-wrap:after,
#vid:before,
#vid:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 10%);
  width: 100%;
  height: 500px;
}
.main-slider-wrap:after {
  bottom: 0;
  top:unset;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
  height: 100px;
}


#call-me {
  position: absolute;
  left: 80px;
  bottom: 0;
  z-index: 999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 23px 23px;
  transform-origin: 23px 23px;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.13em;
  cursor: pointer;
}
#call-me:before {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 7px;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 46px;
  background: #181818;
  content: url(../img/phone.svg);
}
#socials {
  position: absolute;
  right: 80px;
  bottom: 0;
  z-index: 999;
}
#socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 46px;
  background: #181818;
  margin-top: 25px;
}
#header-wa {
  position: absolute;
  top: 45px;
  right: 80px; 
}
.page-link {
  width: 29%;
  height: auto;
  aspect-ratio: 424 / 626;
  min-width: 300px;
  padding: 28% 45px 45px;
  text-align: center;
  border-radius: 32px;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 55px;
}
.page-link:first-child {
  background-image: url(../img/main-about.png);
}
.page-link:last-child {
  background-image: url(../img/main-cont.png);
}
.page-link-middle {
  position: relative;
  width: 39%;
  height: auto;
  aspect-ratio: 570 / 626;
  min-width: 300px;
  padding: 45px;
  text-align: center;
  border-radius: 32px;
  /*overflow: hidden;*/
  background-size: cover;
  margin-bottom: 180px;
  background-image: url(../img/main-cat.png);
}
.page-link-text {
  position: relative;
}
.page-link-title {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 5px;
}
.page-link-info {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.btn-o,
.btn-o-black,
.btn-o-bordo {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20.54px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 30px;
  border-radius: 32px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 14px 60px;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.btn-o-black {
  margin-top: 0;
  color: #000;
  border: 1px solid #000;
}
.btn-o-bordo {
  margin-top: 0;
  color: #790014;
  border: 1px solid #790014;
}
.btn-o:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.btn-o-black:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.btn-o-bordo:hover {
  background: #790014;
  color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.btn-red {
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 6px 20px;
  border-radius: 49px;
  background-color: #B30B27;
  color: #fff;
  margin-bottom: 20px;
}
.btn-gray {
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 6px 20px;
  border-radius: 49px;
  background-color: #DCDCDC;
  color: #000;
  margin-bottom: 20px;
}
.btn-gold {
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 6px 20px;
  border-radius: 49px;
  color: #fff;
  margin-bottom: 20px;
  background: rgb(195,148,48);
  background: linear-gradient(45deg, rgba(195,148,48,1) 0%, rgba(218,177,92,1) 51%, rgba(111,87,37,1) 100%);
}
.shield {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -18%);
  transform: translate(-50%, -18%);
  z-index: 0;
  width: 100%;
}
.shield.shield-high {
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

footer {
  font-weight: 500;
  line-height: 25px;
  padding: 30px 0;
}
.main-slider-wrap .slick-prev,
.main-slider-wrap .slick-next {
  top: 10%;
}
.main-slider-wrap .slick-prev:before,
.main-slider-wrap .slick-next:before {
  font-family: unset;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.25);
}
.productslider {
  width:100%;
  height:470px;
}

.productslider .slick-prev {
  top: 40%;
  left: 25px;
  z-index: 5;
}
.productslider .slick-next {
  top: 40%;
  right: 30px;
  z-index: 5;
}
.productslider .slick-prev:before, .productslider .slick-next:before {
  font-size: 25px;
  color: #ff0000;
}

.similar-slider .slick-prev {
  left: 20px;
  z-index: 9;
}
.similar-slider .slick-prev:before {
  content: url(../img/arrow-l.svg);
}
.similar-slider .slick-next {
  right: 20px;
  z-index: 9;
}
.similar-slider .slick-next:before {
  content: url(../img/arrow-r.svg);
}



.slick-slide img {
  margin: auto;
}
.slick-dots li button:before {
  font-size: 16px;
  color: rgb(120, 116, 116);
}
.slick-dots li.slick-active button:before {
  color: rgba(240, 0, 40, 0.6);
}
.cont-right {
  padding: 15px 45px 45px;
}
.cont-half {
  width: 49%;
  background-color: #fff;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 16px;
}
.cont-full {
  background-color: #fff;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 16px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.cont-full .half {
  width: 49%;
}
input[type=text],
textarea {
  border-radius: 8px;
  background-color: #F1F1F1;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #AEAEAE;
  padding: 11px 16px;
  margin-bottom: 15px;
  border: none;
}
.w500 input[type=text],
textarea {
  width: 100%;
}
.agree {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-align: right;
  color: #B4B4B4;
  margin-bottom: 0;
  margin-right: 30px;
}
.agree a {
  text-decoration: underline;
}
.catalog {
  border-radius: 32px;
  overflow: hidden;
  background-color: #F1F1F1;
  color: #000;
}
.category-list {
  width: 30%;
  padding: 34px 0;
}
.products-col {
  width: 70%;
  padding: 34px 0;
}
.products-col.bg-white {
  padding: 34px 50px;
}
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.15%;
}
.catalog h1 {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 53px;
  text-align: left;
  text-transform: initial;
  margin: 0 0 26px;
}
.category-list {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.category-list ul {
  list-style-type: none;
}
.category-list ul:not(.slick-dots) li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 22px;
}
.category-list ul:not(.slick-dots) li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: url(../img/li.svg);
}
.current-cat {
  color: #F00028;
}
.submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.has-submenu {
  cursor: pointer;
}
.has-submenu.active .submenu {
  margin-top: 22px;
  max-height: 500px;
}
.has-submenu.active:before {
  rotate: 90deg;
}
.product {
  width: 32.5%;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 0 30px 20px;
  border: 2px solid transparent;
  transition: border 300ms;
}
.product:hover {
  border: 2px solid #D3A44C;
  transition: border 300ms;
}

.product-line {
  position: relative;
  height: 40px;
  border-radius: 14px 14px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#535353), to(#0f0f0f));
  background: linear-gradient(90deg, #535353 0%, #0f0f0f 100%);
  color: #fff;
  font-family: Aero;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  margin: 0 -30px 35px;
  padding-left: 34px;
  text-transform: uppercase;
}
.product-line:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: '';
  display: block;
  width: 100px;
  height: 10px;
}
.product-line.red:after {
  background-color: #F00028;
}
.product-line.green:after {
  background-color: #01a750;
}
.product-line.dark-green:after {
  background-color: #00673a;
}
.product-line.brown:after {
  background-color: #744c28;
}
.product-line.orange:after {
  background-color: #f6701c;
}
.product-line.blue:after {
  background-color: #1a75bc;
}
.product-line.purple:after {
  background-color: #562e91;
}
.product-img {
  height: 300px;
  text-align: center;
  margin-bottom: 15px;
}
.product-name {
  font-family: UniNeue;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 47px;
}
.product-category {
  font-family: Aero;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 6px;
}
.product-description {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.product-description + p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
  margin-top: -20px;
}
.product-pack {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  width: 70%;
}
.product-art {
/*  font-family: Aero;*/
font-style: italic;
font-size: 12px;
font-weight: 600;
line-height: 18px;
/*color: #F00028;*/
}
/* Карточка товара */
.back2cat {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  padding-left: 70px;
  margin-bottom: 25px;
}
.back2cat:before {
  position: absolute;
  left: 45px;
  top: 1px;
  font-family: 'slick';
  font-size: 20px;
  color: gray;
  content: '←';
}


h1.prod-title {
  font-family: Aero;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 47px;
  text-align: center;
  margin-bottom: 30px;
}
.prod-subtitle {
  font-family: UniNeue, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;
  color: #676767;
}
.prod-img {
  margin-bottom: 30px;
}
.prod-fas {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.btn-pdf {
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}
.btn-pdf img {
  display: block;
  margin: 0 auto 10px;
  width:50px;
}

.slider__item a {
  display:flex;
  justify-content:center;
  align-items:center;
  width: 400px;
  max-width: 80%;
  height: 450px;
  margin: auto;
}
.columns2 {
  -webkit-columns: 2;
  columns: 2;
}
.prod-line {
  position: relative;
  margin-top: 6px;
}
.prod-line:after {
  position: absolute;
  left: 0;
  top: -10px;
  content: '';
  display: block;
  width: 50px;
  height: 6px;
}
.prod-line.red:after {
  background-color: #F00028;
}
.prod-line.green:after {
  background-color: #01a750;
}
.prod-line.dark-green:after {
  background-color: #00673a;
}
.prod-line.brown:after {
  background-color: #744c28;
}
.prod-line.orange:after {
  background-color: #f6701c;
}
.prod-line.blue:after {
  background-color: #1a75bc;
}
.prod-line.purple:after {
  background-color: #562e91;
}





.list-item {
  position: relative;
  padding-left: 40px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 24px;
}
.list-item:before {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  display: block;
  width: 24px;
  height: 24px;
  content: url(../img/tick.svg);
}
table {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
thead {
  background: -webkit-gradient(linear, left top, right top, from(#6a6a6a), color-stop(45.91%, #0f0f0f));
  background: linear-gradient(90deg, #6a6a6a 0%, #0f0f0f 45.91%);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
thead td {
  padding: 12px 22px;
}
tbody {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  color: #0F0F0F;
  background-color: #F1F1F1;
}
tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}
tbody tr:last-child {
  padding-bottom: 5px;
}
tbody th,
tbody td {
  padding: 20px;
  line-height: 1.2;
}
.small-gray {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: #A9A9A9;
}
.similar-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  width: 542px;
  max-width: 100%;
}
.sim-prod {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 260px;
  height: 60px;
  border-radius: 50px;
  background-color: #F1F1F1;
  padding: 10px 48px;
}
.sim-img {
  display: block;
  width: 38px;
  height: 38px;
}
.sim-title {
  display: block;
  font-family: Aero;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.sim-subt {
  display: block;
  font-family: UniNeue, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.fancybox-navigation .fancybox-button {
  height: 140px !important;
  width: 110px !important;
}






@media screen and (max-width: 600px) {
  .half,
  .third,
  .two-thirds,
  .quarter,
  .w40,
  .w60 {
    width: 100%;
  }
  .jcsa,
  .jcsb,
  .jcse,
  .jcfs,
  .jcfe {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mob-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  header {
    height: 77px;
    padding: 15px;
    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;
  }
  #logo {
    position: relative;
    left: unset;
    top: unset;
  }
  
  #dwn-cat {
    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 {
    top: 0;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    /* translate(4px, 4px)*/
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active:after {
    bottom: 0;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
    /* translate(4px, -4px)*/
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #main-menu {
    position: absolute;
    top: 75px;
    left: -100%;
    background-color: #000;
    width: 100%;
    height: 100vh;
    z-index: 15;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  #main-menu.active {
    left: 0;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  #main-menu a {
    display: block;
    padding: 20px !important;
    color: #FFF;
  }
  .main-slider-wrap:before, .main-slider-wrap:after, #vid:before, #vid:after {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 1;
  }
  .cont-right {
    padding: 15px;
  }
  .cont-half {
    width: 100%;
  }
  .cont-full .half {
    width: 100%;
  }
  .category-list {
    width: 100%;
  }
  .products-col {
    width: 100%;
  }
  .columns2 {
    -webkit-columns: 1;
    columns: 1;
  }
  .table-wrap {
    width: 100%;
    overflow: scroll;
  }
  .products-col.bg-white {
    padding: 15px;
  }
  .sim-prod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 45%;
    text-align: center;
  }
  footer .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer img {
    margin-bottom: 20px;
  }
  .category-list .btn-gray.mb120 {
    margin-bottom: 40px !important;
  }
  .product {
    width: 100%;
  }
  .first h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
  }
  .first h1 span {
    font-size: 55px;
    line-height: 65px;
  }
  #call-me {
    left: 10px;
    bottom: 55px;
  }
  #socials {
    right: 10px;
    bottom: 55px;
  }
  .main-slider-wrap {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    height: calc(100vh - 400px);
  }
  .main-slider-wrap .slick-prev:before,
  .main-slider-wrap .slick-next:before {
    font-size: 30px;
  }
  .main-slider-wrap .slick-prev,
  .main-slider-wrap .slick-next {
    top: -20%;
  }
  .main-slider-wrap .slick-prev {
    left: 0;
  }
  .main-slider-wrap .slick-next {
    right: 0;
  }
  #header-wa {
    top: 30px;
  }
  .productslider .slick-prev, .productslider .slick-next {
    top: 48%;
    z-index: 5;
  }
  .page-link-title {
    font-size: 36px;
  }
  .shield {
    -webkit-transform: translate(-50%, 55%);
    transform: translate(-50%, 55%);
  }
  .shield.shield-high {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, 21%);
  }
  .page-link-middle {
    margin-bottom: 300px;
  }
  .product-pack {
    width: 100%;
  }
  .back2cat {
    margin-bottom: 20px;
  }
  h1.prod-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .prod-subtitle {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .prod-subtitle span {
    display: block;
  }
  .slider__item a {
    height: 350px;
  }
  .productslider {
    width:100%;
    height:400px;
  }
}
@media screen and (max-width: 600px) {
    .brazers .tmb-wrap {
        top: auto !important;
        bottom: 10px !important;
        height: auto !important;
        display: flex !important;
        justify-content: center;
        pointer-events: none;
    }

    .brazers .tmb-wrap .tmb-wrap-table {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: auto !important;
        height: auto !important;
        padding: 6px 12px;
        gap: 8px;
        background: rgba(255, 255, 255, 0.85);
        border-radius: 12px;
        pointer-events: auto;
    }

    .tmb-wrap-table div {
        width: 60px !important;
        height: 10px !important;
        border-radius: 1px !important;
        margin: 0 8px !important;
        background: #ccc !important;
        border: 2px solid transparent !important;
    }

    .tmb-wrap-table div.active {
        background: #d44 !important;
        border-color: #d44 !important;
    }

    .brazers img {
        pointer-events: none; 
    }
}



