@font-face {
  font-family: HeliosCond;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HeliosCond.woff) format("woff");
}
@font-face {
  font-family: HeliosCond;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/HeliosCond-Bold.woff) format("woff");
}
@font-face {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HelveticaNeueCyr-Roman.woff) format("woff");
}
@font-face {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/HelveticaNeueCyr-Bold.woff) format("woff");
}
@font-face {
  font-family: Magistral;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Magistral.otf) format("opentype");
}
:root {
  scroll-behavior: smooth;
}
/* 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: HeliosCond, sans-serif;
  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: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
    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,
.col-md-6 {
  width: 50%;
}
.third {
  width: 32.5%;
}
.two-thirds {
  width: 66%;
}
.fourth {
  width: 24.5%;
}
a {
  color: inherit;
  text-decoration: none;
}
main p,
.contacts-info__links {
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: HelveticaNeueCyr, sans-serif;
  font-size: 18px;
  padding: 0 15px;
}
main ou,
main ul {
  padding-left: 25px;
  padding-bottom: 30px;
  font-family: HelveticaNeueCyr, sans-serif;
  line-height: 183.5%;
}
h1,
h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 36px;
}
h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 36px;
}
header {
  /*	background: linear-gradient(90deg, #818181, #acacac 26.04%, #434343 41.67%, #a0a0a0 59.9%, #383838) #fff no-repeat top/auto 57px;*/
  background: -webkit-gradient(linear, left top, right top, from(#e80627), color-stop(26.04%, #e80627), color-stop(41.67%, #e80627), color-stop(59.9%, #e80627), to(#e80627)) #ffffff no-repeat top / auto 57px;
  background: linear-gradient(90deg, #e80627, #e80627 26.04%, #e80627 41.67%, #e80627 59.9%, #e80627) #ffffff no-repeat top / auto 57px;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 19px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1030;
}
header .container {
  border-bottom: 4px solid #303030;
  height: 100%;
  position: relative;
  padding: 10px 0 5px;
}
a.logo {
  width: 177px;
}
nav {
  width: calc(100% - 200px);
}
#top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
#top-menu > a {
  display: inline-block;
  color: #FFF;
  padding: 10px 0 17px;
}
#main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
#main-menu > a {
  display: inline-block;
  color: #000;
  padding: 20px 0 14px;
  font-size: 18px;
}
#main-menu img {
  height: 25px;
  padding-top: 3px;
}
.main-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 400;
}
a.pdf {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  color: #eb1c2c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
a.pdf:before {
  content: url(../img/pdf.svg);
  height: 25px;
  position: relative;
  width: 25px;
}
#mob-menu-btn {
  display: none;
}
main {
  padding: 15px 0 50px;
  margin-top: 118px;
  line-height: 1.65;
  overflow-x: hidden;
  background: url(../img/dragon.svg) no-repeat right -380px, url(../img/shanghai1.png) no-repeat left bottom;
  background-size: 350px 1000px, 333px 653px;
}
.front-slider-wrap {
  height: 560px;
}
.slide {
  position: relative;
}
.slide-text {
  background-color: #fff;
  padding: 70px 85px 15px;
  position: relative;
  text-align: center;
  top: -80px;
  width: 90%;
  min-height: 170px;
  border-bottom: 4px solid #eb1c2c;
  margin: 0 auto;
}
.slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
.slide-desc {
  font-family: HelveticaNeueCyr, sans-serif;
  margin-bottom: 0;
}
.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.slick-dots li button {
  background: #e5e5e5;
  width: 14px;
  height: 14px;
}
.slick-dots li.slick-active button {
  background: #183667;
}
.slick-dots li button:before {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
}
/* Каталог */
main.catalog {
  /*	background: url(../img/X.png) no-repeat top 0 right -25%/956px 890px;*/
  padding-bottom: 0;
}
.cat-banner {
  margin-top: -26px;
  margin-bottom: 10px;
}
.plate-orange {
  background: -webkit-gradient(linear, left top, right top, from(#ed5728), to(#a23a13));
  background: linear-gradient(90deg, #ed5728, #a23a13);
  color: #FFF;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.plate-orange-short {
  width: 300px;
  background: -webkit-gradient(linear, left top, right top, from(#ed5728), to(#a23a13));
  background: linear-gradient(90deg, #ed5728, #a23a13);
  color: #FFF;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.plate-blue {
  background: -webkit-gradient(linear, left top, right top, from(#00abeb), to(#0178a7));
  background: linear-gradient(90deg, #00abeb, #0178a7);
  color: #FFF;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 50px;
}
.prod-row {
  gap: 40px;
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #ebebeb;
  height: auto;
  padding: 24px;
  width: 395px;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 45px;
  text-align: center;
}
.product:hover {
  -webkit-box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.prod-cat {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #000;
  /* #e91d2d; */
  margin-bottom: 40px;
}
.prod-img {
  height: 288px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #e91d2d;
  margin-bottom: 4px;
}
.prod-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: #a3a3a3;
  margin-bottom: 4px;
}
.prod-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.prod-desc {
  font-family: HelveticaNeueCyr, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 144%;
  -webkit-line-clamp: 4;
}
.prod-link {
  -ms-flex-item-align: end;
      align-self: end;
  color: #eb1c2c;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}
.catalog .title {
  margin-bottom: 15px;
  font-size: 34px;
}
.catalog .prod-row:last-child .product:last-child .prod-cat,
.catalog .prod-row:last-child .product:last-child .prod-title {
  color: #00a650;
}
.catalog .prod-row:last-child .product:first-child .prod-cat {
  color: #e91d2d;
}
/* Карточка товара */
.breadcrumbs {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #a3a3a3;
}
.product-row {
  margin-bottom: 50px;
}
.product-row > .two-thirds {
  padding-left: 30px;
}
.product-img {
  max-height: 400px;
  margin-bottom: 30px;
}
.packaging-title {
  text-align: left;
  padding-left: 50px;
  margin-bottom: 15px;
}
.pack-op-row {
  position: relative;
}
.pack-op-row a.pdf {
  position: absolute;
  right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pack-op-row a.pdf:before {
  background: url(../img/pdf.svg) no-repeat;
  background-size: contain;
  position: relative;
  content: '';
  width: 65px;
  height: 65px;
}
.packaging-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  padding-right: 60px;
}
.pack-op {
  cursor: pointer;
}
.pack-op-img {
  display: block;
  height: 65px;
  margin: 0 auto 15px;
}
.pack-op-text {
  font-weight: 700;
}
.product-name {
  color: #919191;
  margin-bottom: 19px;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  text-transform: uppercase;
  max-width: 600px;
}
.product-name span {
  display: block;
  color: #a3a3a3;
}
.product-prop .right {
  background: url(../img/shanghai2.png);
  color: #FFF;
  font-weight: bold;
}
.product-prop h3 {
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 8px;
}
.product-prop .left h3 {
  background: -webkit-gradient(linear, left top, right top, from(#484848), color-stop(72.92%, #b3b3b3), to(#848484));
  background: linear-gradient(90deg, #484848, #b3b3b3 72.92%, #848484);
}
.product-prop .right h3 {
  padding-left: 0;
  text-align: center;
}
.product-prop .right ul {
  padding: 0 0 20px 65px;
  font-family: HeliosCond, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.packing-info {
  width: 315px;
}
.packing-info table {
  margin-top: 30px;
}
.packing-info table thead {
  background-color: #dee2e6;
}
.product-row table > * > * > * {
  padding: 4px;
}
.product-row table {
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}
.product-row table thead th {
  color: #183667;
  font-size: 20px;
  font-weight: 700;
  height: 46px;
  text-align: left;
}
.product-row .two-thirds table {
  max-width: 100%;
  overflow: scroll;
}
.product-row .two-thirds table th {
  text-align: left;
}
.product-row table tr:nth-child(even) {
  background-color: #dee2e6;
}
.notice {
  color: #a3a3a3;
  font-family: HelveticaNeueCyr, sans-serif;
  line-height: 144%;
}
footer {
  background: #292929;
  font-family: HelveticaNeueCyr, sans-serif;
  line-height: 144%;
  padding: 30px 5px;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.footer-top {
  font-size: 16px;
  font-weight: 700;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.footer-top__links {
  gap: 40px;
}
.footer-bottom {
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
  font-weight: 400;
}
.row.feedback {
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
input[type="text"] {
  width: 250px;
  padding: 10px;
  height: 40px;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
textarea {
  padding: 10px;
  font-size: 16px;
  width: 520px;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
a#send {
  position: relative;
  display: inline-block;
  padding: 16px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #33598a;
  border: 5px solid #33598a;
  border-radius: 10px;
  width: 250px;
  height: 65px;
  background: #fff;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
.about {
  /*	background: url(../img/dist/X.png) no-repeat top 20px right 5%/510px 475px;*/
  padding: 17px 0 100px;
}
.about-assortment {
  margin-bottom: 123px;
}
.table > thead {
  vertical-align: bottom;
}
.about-assortment__title {
  font-size: 28px;
  line-height: 33px;
}
.about-assortment__subtitle {
  font-size: 20px;
  line-height: 23px;
}
.about-assortment__subtitle,
.about-assortment__title {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.about-assortment .table {
  border-collapse: separate;
  border-spacing: 30px 13px;
  margin: 0 -30px;
  width: auto;
}
.about-assortment .table td,
.about-assortment .table th {
  display: table-cell;
  vertical-align: top;
  padding: 0;
}
main .about-assortment .table ul {
  padding-bottom: 0;
  line-height: 1.5;
}
.main-card {
  color: #fff;
}
.about-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #f7f7f7;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: HelveticaNeueCyr, sans-serif;
  height: 194px;
  justify-content: center;
  line-height: 140.5%;
  width: 315px;
}
.about-card.main-card-2 {
  background: -webkit-gradient(linear, left top, right top, from(#ed5728), to(#a03912));
  background: linear-gradient(90deg, #ed5728, #a03912);
}
.about-card.main-card-1 {
  background: -webkit-gradient(linear, left top, right top, from(#00abeb), to(#0076a4));
  background: linear-gradient(90deg, #00abeb, #0076a4);
}
.about-card.main-card-3 {
  background: -webkit-gradient(linear, left top, right top, from(#2ab371), to(#0e7e4f));
  background: linear-gradient(90deg, #2ab371, #0e7e4f);
}
.about-card.main-card-4 {
  background: -webkit-gradient(linear, left top, right top, from(#e50a29), to(#b60821));
  background: linear-gradient(90deg, #e50a29, #b60821);
}
.about-schema {
  display: block;
  margin: 0 auto;
  width: 891px;
  max-width: 100%;
}
.about-promo {
  margin-bottom: 53px;
  padding: 70px 0 48px;
  position: relative;
}
.about-promo__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#808080), color-stop(53.13%, #b5b5b5), to(#3f3f3f));
  background: linear-gradient(90deg, #808080, #b5b5b5 53.13%, #3f3f3f);
  color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 78px;
  font-style: italic;
  font-weight: 700;
  height: 85px;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
  text-shadow: 0 4px 17px rgba(0, 0, 0, 0.62);
  text-transform: uppercase;
  width: 70%;
}
.about-promo__text:first-of-type {
  padding-left: 57px;
}
.about-promo__text:nth-of-type(2) {
  padding-left: 231px;
}
.about-promo__text img {
  height: 70px;
}
.about-promo__desc {
  color: #000;
  font-family: HelveticaNeueCyr, sans-serif;
  font-size: 20px;
  font-weight: 550;
  line-height: 144%;
  margin-top: 20px;
  width: 550px;
}
.about-promo__img {
  position: absolute;
  right: 73px;
  top: 0;
  width: 468px;
}
.product-page main {
  padding-bottom: 0;
}
.red-slogan {
  color: #FFF;
  font-family: Magistral;
  text-transform: none;
  font-size: 28px;
  text-align: center;
  padding: 10px 0 16px 0;
}
.plate-red {
  background: #e80627;
  /* #de0000 */
  color: #FFF;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 30px;
}
/*.product-row > .third.centered {
	background: rgba(255, 255, 255, 0.7);
}*/
.product-name span {
  display: block;
  color: #e80627;
  font-size: 80px;
  line-height: 70px;
  margin-bottom: 10px;
}
.pack-op-art {
  line-height: 1.2;
}
.chaitech {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal {
  position: relative;
  /*width: 750px;
	height: 750px;*/
  max-width: 80%;
  max-height: 90%;
  background-color: #fff;
  padding: 30px;
}
#modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
#img-wrap1,
#img-wrap2 {
  display: none;
  text-align: center;
  height: 100%;
  max-height: 700px;
}
/*#img-wrap1 img,
#img-wrap2 img {
	height: 100%;
	max-height: 700px;
}*/
@media (max-width: 1199px) {
  .about-promo__text {
    font-size: 64px;
    height: 90px;
  }
  .about-promo__text:first-of-type {
    padding-left: 41px;
  }
  .about-promo__text:nth-of-type(2) {
    padding-left: 100px;
  }
  .about-promo__img {
    right: 0;
    top: 26px;
    width: 304px;
  }
}
@media (max-width: 991px) {
  header {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  header {
    background: -webkit-gradient(linear, left top, right top, from(#e80627), color-stop(26.04%, #e80627), color-stop(41.67%, #e80627), color-stop(59.9%, #e80627), to(#e80627)) #ffffff no-repeat top / auto 30px;
    background: linear-gradient(90deg, #e80627, #e80627 26.04%, #e80627 41.67%, #e80627 59.9%, #e80627) #ffffff no-repeat top / auto 30px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    height: 69px;
    margin-bottom: 16px;
  }
  header .container {
    position: relative;
    border-bottom: none;
    padding: 10px 15px;
  }
  header .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  a.logo {
    width: 100px;
    padding-bottom: 10px;
  }
  nav {
    width: calc(100% - 130px);
  }
  #top-menu {
    display: none;
  }
  #main-menu {
    gap: 20px;
  }
  main {
    padding: 30px 0;
    margin-top: 70px;
    background: url(../img/dragon.svg) no-repeat right -140px;
    background-size: 350px 1000px;
  }
  .product-page main {
    background: url(../img/dragon.svg) no-repeat right top;
    padding-bottom: 0;
  }
  .red-slogan {
    padding: 0;
    font-size: 15px;
  }
  .front-slider-wrap {
    height: 350px;
  }
  header .container {
    position: relative;
    border-bottom: none;
    padding: 7px 0 10px;
  }
  .product-img {
    height: auto;
    max-height: 400px;
    margin-bottom: 15px;
  }
  .pack-op-row {
    margin-bottom: 40px;
  }
  /*.modal {
		height: auto;
	}*/
  .product-row > .two-thirds {
    padding-left: 0;
  }
  .packing-info {
    margin-bottom: 40px;
  }
  .product-name {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 35px;
  }
  .product-prop > * {
    width: 100%;
  }
  .about-assortment {
    margin-bottom: 123px;
    overflow-x: scroll;
  }
  .about-promo__img {
    top: 30px;
    width: 183px;
  }
  .about-promo__text {
    font-size: 36px;
    height: 67px;
  }
  .about-promo__text:first-of-type {
    padding-left: 11px;
  }
  .about-promo__text:nth-of-type(2) {
    padding-left: 36px;
  }
  .about-promo__text img {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .half,
  .col-md-6,
  .third,
  .two-thirds,
  .fourth {
    width: 100%;
  }
  .jcsa,
  .jcsb,
  .jcse,
  .jcfs,
  .jcfe {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main-menu-row {
    position: absolute;
    left: 0;
    top: -330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    width: 100vw;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  #main-menu-row.active {
    top: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  #main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 30px;
    text-align: center;
  }
  .main-menu-links {
    padding: 0 0 30px;
  }
  #mob-menu-btn {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    z-index: 10;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  #mob-menu-btn:before,
  #mob-menu-btn:after {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    height: 3px;
    background-color: #000;
  }
  #mob-menu-btn:before {
    top: -6.1px;
  }
  #mob-menu-btn:after {
    bottom: -6px;
  }
  #mob-menu-btn.active {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  #mob-menu-btn.active:before {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    -webkit-transform-origin: 14px 30px;
            transform-origin: 14px 30px;
    right: -3px;
  }
  #mob-menu-btn.active:after {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    -webkit-transform-origin: 15px -27px;
            transform-origin: 15px -27px;
    right: -3px;
  }
  main {
    padding: 0 0 30px;
  }
  .slide-img {
    display: block;
    height: 300px;
    overflow: hidden;
  }
  .slide-img img {
    height: 100%;
    max-width: unset;
    position: relative;
    /*		left: 50%;*/
    left: 0;
    /*		transform: translateX(-50%);*/
  }
  .slide-text {
    padding: 70px 15px 25px;
    height: 315px;
  }
  /*.slick-dots {
		bottom: 345px;
	}*/
  .about-promo__img {
    right: -15px;
  }
  .product-page main {
    background: #FFF;
  }
  .product-name span {
    font-size: 50px;
  }
  .red-slogan {
    display: none;
  }
  .product-page header .container {
    padding: 10px 15px;
  }
  a.logo {
    padding-bottom: 0;
  }
  header .container {
    padding: 10px 15px;
  }
}
