@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@0,300..900;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}*/
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsYCB.ttf) format('truetype');
}
:root {
  --dark: #036868;
  --light: #09b9bd;
  --pink: #e03f8f;
  --cherry: #8f2359;
  --orange: #f97803;
  --blue: #3d9be9;
  --green: #0d9e11;
}
/* 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 {
  font-family: 'Open Sans', 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;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1500px;
  }
}
.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: 33%;
}
.two-thirds {
  width: 66%;
}
.fourth {
  width: 24.5%;
}
.fifth {
  width: 19.5%;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 300;
}
.w40 {
  width: 38%;
}
.w60 {
  width: 58%;
}
.pr15 {
  padding-right: 15px;
}
.pl15 {
  padding-left: 15px;
}
.tar {
  text-align: right;
}
.m-a {
  margin: auto;
}
header {
  position: relative;
  z-index: 5;
  background-color: rgba(0,0,0,0.4);
  padding: 5px 0;
}
#mob-menu-btn {
  display: none;
}
#main-menu a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-left: 20px;
  border:1px solid transparent;
  -webkit-transition: border 0.4s ease 0s;
  transition: border 0.4s ease 0s;
}
#main-menu a:hover {
  border:1px solid #FFF;
  -webkit-transition: border 0.4s ease 0s;
  transition: border 0.4s ease 0s;
}
main {
  position: relative;
  margin-top: -85px;
}
#about {
  position: relative;
  width: 100%;
  max-height: 543px;
  aspect-ratio: 2 / 1;
  background-image: url(../img/bg-about.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.about-video video {
  min-width: 100%;
}
#about .container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.about-title {
  width: 400px;
  max-width: 100%;
  color: #FFF;
/*  font-size: 46px;*/
  font-size: 42px;
  font-weight: 900;
  -webkit-text-stroke: 3px #1c75bc;
  text-transform: uppercase;
/*  font-family: 'Rubik', sans-serif;*/
  font-family: "Lato", sans-serif;
}
.about-title span {
  display: block;
  text-align: right;
}
.about-subtitle {
  padding: 10px 20px;
  width: 386px;
  max-width: 100%;
  height: 150px;
  color: #fff;
  font-size: 21px;
/*  font-weight: bold;*/
  line-height: 1.1em;
/*  background-color: rgba(0, 202, 240, 0.7);*/
  background-color: rgba(39, 170, 225, 0.65);
}
.about-subtitle a {
  display: inline-block;
  margin-top: 15px;
  padding-top: 2px;
  border-top: 2px solid #fff;
  font-weight: initial;
}
#brands {
  position: relative;
/*  background: linear-gradient(20deg, rgba(43,207,242,1) 0%, rgba(0,185,232,1) 100%);*/
background-image: url(../img/bg-brands.jpg);
background-position: top;
background-repeat: no-repeat;
background-size: contain;
border-top: 23px solid #fff;
min-height: 600px;
padding-top: 120px;
}
/*#brands:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background-image: url(../img/bg-brands.jpg);
  background-size: cover;
  height: 100%;
  aspect-ratio:1867 / 530;
  max-width: 100%;
}*/
#brands:after {
  display: block;
  position: absolute;
  content: '';
  background-image: url(../img/arc.png);
  width: 100%;
  height: 153px;
  background-position: top;
  background-repeat: no-repeat;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.brands-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  z-index: 5;
}
.brands-logos {
  position: relative;
  height: 350px;
}
.brands-logos a {
  position: absolute;
  top: 0;
  left: 50%;
}
.brands-logos a:nth-child(1) {
  -webkit-transform: translate(-810px, -20px);
  transform: translate(-810px, -20px);
  height: 110px;
}
.brands-logos a:nth-child(2) {
  -webkit-transform: translate(-330px, 130px);
  transform: translate(-330px, 130px);
}
.brands-logos a:nth-child(3) {
  -webkit-transform: translate(-700px, 150px);
  transform: translate(-700px, 150px);
}
.brands-logos a:nth-child(4) {
  -webkit-transform: translate(-110px, 230px);
  transform: translate(-110px, 230px);
}
.brands-logos a:nth-child(5) {
  -webkit-transform: translate(190px, 150px);
  transform: translate(190px, 150px);
}
.brands-logos a:nth-child(6) {
  -webkit-transform: translate(410px, 35px);
  transform: translate(410px, 35px);
  height: 90px;
}
.brands-logos a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.brands-links {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.brands-links p {
  margin-bottom: 0;
  line-height: 1;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  filter: drop-shadow(0px 0px 5px #004ba2) drop-shadow(0px 0px 3px #004ba2);
}
.brands-links a {
  margin-left: 10px;
}
#philosophy {
  background-color: #fff;
  padding: 30px 0;
}
h2.title-wave {
  font-size: 4rem;
  font-weight: 700;
  color: #1c75bc;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#ecology {
  position: relative;
  overflow: hidden;
  border-top: 40px solid #5ac7ec;
}
.eco-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.eco-video video {
  min-width: 100%;
  height: 100%;
}
#ecology .container {
  position: relative;
  z-index: 5;
}
.eco-main {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto 50px;
  width: 80%;
}
.eco-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Rubik', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #1c75bc;
}
.eco-title span {
  display: block;
  font-size: 2rem;
}
.eco-title span:nth-child(1),
.superiority-title span:nth-child(1) {
  margin-top: 20px;
}
.circle {
  width: 350px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  background-size: contain;
}
#slider-2 {
  -webkit-animation: slide2 16s infinite;
  animation: slide2 16s infinite;
}
@-webkit-keyframes slide2 {
  0% {
    background-image: url(../img/eco-1b.jpg);
  }
  20% {
    background-image: url(../img/eco-1b.jpg);
  }
  25% {
    background-image: url(../img/eco-2.jpg);
  }
  45% {
    background-image: url(../img/eco-2.jpg);
  }
  50% {
    background-image: url(../img/eco-3b.jpg);
  }
  70% {
    background-image: url(../img/eco-3b.jpg);
  }
  75% {
    background-image: url(../img/eco-4.jpg);
  }
  98% {
    background-image: url(../img/eco-4.jpg);
  }
  100% {
    background-image: url(../img/eco-1b.jpg);
  }
}
@keyframes slide2 {
  0% {
    background-image: url(../img/eco-1b.jpg);
  }
  20% {
    background-image: url(../img/eco-1b.jpg);
  }
  25% {
    background-image: url(../img/eco-2.jpg);
  }
  45% {
    background-image: url(../img/eco-2.jpg);
  }
  50% {
    background-image: url(../img/eco-3b.jpg);
  }
  70% {
    background-image: url(../img/eco-3b.jpg);
  }
  75% {
    background-image: url(../img/eco-4.jpg);
  }
  98% {
    background-image: url(../img/eco-4.jpg);
  }
  100% {
    background-image: url(../img/eco-1b.jpg);
  }
}
#slider-3 {
  -webkit-animation: slide3 16s infinite;
  animation: slide3 16s infinite;
}
@-webkit-keyframes slide3 {
  0% {
    background-image: url(../img/eco-5.jpg);
  }
  20% {
    background-image: url(../img/eco-5.jpg);
  }
  25% {
    background-image: url(../img/eco-6.jpg);
  }
  45% {
    background-image: url(../img/eco-6.jpg);
  }
  50% {
    background-image: url(../img/eco-7.jpg);
  }
  70% {
    background-image: url(../img/eco-7.jpg);
  }
  75% {
    background-image: url(../img/eco-8.jpg);
  }
  98% {
    background-image: url(../img/eco-8.jpg);
  }
  100% {
    background-image: url(../img/eco-5.jpg);
  }
}
@keyframes slide3 {
  0% {
    background-image: url(../img/eco-5.jpg);
  }
  20% {
    background-image: url(../img/eco-5.jpg);
  }
  25% {
    background-image: url(../img/eco-6.jpg);
  }
  45% {
    background-image: url(../img/eco-6.jpg);
  }
  50% {
    background-image: url(../img/eco-7.jpg);
  }
  70% {
    background-image: url(../img/eco-7.jpg);
  }
  75% {
    background-image: url(../img/eco-8.jpg);
  }
  98% {
    background-image: url(../img/eco-8.jpg);
  }
  100% {
    background-image: url(../img/eco-5.jpg);
  }
}
#slider-4 {
  -webkit-animation: slide4 16s infinite;
  animation: slide4 16s infinite;
}
@-webkit-keyframes slide4 {
  0% {
    background-image: url(../img/eco-9b.jpg);
  }
  20% {
    background-image: url(../img/eco-9b.jpg);
  }
  25% {
    background-image: url(../img/eco-10.jpg);
  }
  45% {
    background-image: url(../img/eco-10.jpg);
  }
  50% {
    background-image: url(../img/eco-11b.jpg);
  }
  70% {
    background-image: url(../img/eco-11b.jpg);
  }
  75% {
    background-image: url(../img/eco-12.jpg);
  }
  98% {
    background-image: url(../img/eco-12.jpg);
  }
  100% {
    background-image: url(../img/eco-9b.jpg);
  }
}
@keyframes slide4 {
  0% {
    background-image: url(../img/eco-9b.jpg);
  }
  20% {
    background-image: url(../img/eco-9b.jpg);
  }
  25% {
    background-image: url(../img/eco-10.jpg);
  }
  45% {
    background-image: url(../img/eco-10.jpg);
  }
  50% {
    background-image: url(../img/eco-11b.jpg);
  }
  70% {
    background-image: url(../img/eco-11b.jpg);
  }
  75% {
    background-image: url(../img/eco-12.jpg);
  }
  98% {
    background-image: url(../img/eco-12.jpg);
  }
  100% {
    background-image: url(../img/eco-9b.jpg);
  }
}
.rectangle-4-3 {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  -webkit-animation: slide5 32s infinite;
  animation: slide5 32s infinite;
}
@-webkit-keyframes slide5 {
  0% {
    background-image: url(../img/tb-1.jpg);
  }
  12% {
    background-image: url(../img/tb-1.jpg);
  }
  12.5% {
    background-image: url(../img/tb-2.jpg);
  }
  24.5% {
    background-image: url(../img/tb-2.jpg);
  }
  25% {
    background-image: url(../img/tb-3.jpg);
  }
  37% {
    background-image: url(../img/tb-3.jpg);
  }
  37.5% {
    background-image: url(../img/tb-4.jpg);
  }
  49.5% {
    background-image: url(../img/tb-4.jpg);
  }
  50% {
    background-image: url(../img/tb-5.jpg);
  }
  62% {
    background-image: url(../img/tb-5.jpg);
  }
  62.5% {
    background-image: url(../img/tb-6.jpg);
  }
  74.5% {
    background-image: url(../img/tb-6.jpg);
  }
  75% {
    background-image: url(../img/tb-7.jpg);
  }
  87% {
    background-image: url(../img/tb-7.jpg);
  }
  87.5% {
    background-image: url(../img/tb-8.jpg);
  }
  99.5% {
    background-image: url(../img/tb-8.jpg);
  }
  100% {
    background-image: url(../img/tb-1.jpg);
  }
}
@keyframes slide5 {
  0% {
    background-image: url(../img/tb-1.jpg);
  }
  12% {
    background-image: url(../img/tb-1.jpg);
  }
  12.5% {
    background-image: url(../img/tb-2.jpg);
  }
  24.5% {
    background-image: url(../img/tb-2.jpg);
  }
  25% {
    background-image: url(../img/tb-3.jpg);
  }
  37% {
    background-image: url(../img/tb-3.jpg);
  }
  37.5% {
    background-image: url(../img/tb-4.jpg);
  }
  49.5% {
    background-image: url(../img/tb-4.jpg);
  }
  50% {
    background-image: url(../img/tb-5.jpg);
  }
  62% {
    background-image: url(../img/tb-5.jpg);
  }
  62.5% {
    background-image: url(../img/tb-6.jpg);
  }
  74.5% {
    background-image: url(../img/tb-6.jpg);
  }
  75% {
    background-image: url(../img/tb-7.jpg);
  }
  87% {
    background-image: url(../img/tb-7.jpg);
  }
  87.5% {
    background-image: url(../img/tb-8.jpg);
  }
  99.5% {
    background-image: url(../img/tb-8.jpg);
  }
  100% {
    background-image: url(../img/tb-1.jpg);
  }
}
.text-blok {
  background-color: #fff;
  padding: 30px 0;
}
.superiority {
  position: relative;
  overflow: hidden;
}
.superiority-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.superiority-video video {
  min-width: 100%;
  height: 100%;
}
.superiority .container {
  position: relative;
  z-index: 5;
}
.superiority-main {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto 30px;
  width: 80%;
}
.superiority-title {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Rubik', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
.superiority-title span {
  display: block;
  font-size: 2rem;
}
#slider-6 {
  -webkit-animation: slide6 16s infinite;
  animation: slide6 16s infinite;
}
@-webkit-keyframes slide6 {
  0% {
    background-image: url(../img/eco-1.jpg);
  }
  20% {
    background-image: url(../img/eco-1.jpg);
  }
  25% {
    background-image: url(../img/eco-2.jpg);
  }
  45% {
    background-image: url(../img/eco-2.jpg);
  }
  50% {
    background-image: url(../img/eco-3.jpg);
  }
  70% {
    background-image: url(../img/eco-3.jpg);
  }
  75% {
    background-image: url(../img/eco-4.jpg);
  }
  98% {
    background-image: url(../img/eco-4.jpg);
  }
  100% {
    background-image: url(../img/eco-1.jpg);
  }
}
@keyframes slide6 {
  0% {
    background-image: url(../img/eco-1.jpg);
  }
  20% {
    background-image: url(../img/eco-1.jpg);
  }
  25% {
    background-image: url(../img/eco-2.jpg);
  }
  45% {
    background-image: url(../img/eco-2.jpg);
  }
  50% {
    background-image: url(../img/eco-3.jpg);
  }
  70% {
    background-image: url(../img/eco-3.jpg);
  }
  75% {
    background-image: url(../img/eco-4.jpg);
  }
  98% {
    background-image: url(../img/eco-4.jpg);
  }
  100% {
    background-image: url(../img/eco-1.jpg);
  }
}
#slider-7 {
  -webkit-animation: slide7 16s infinite;
  animation: slide7 16s infinite;
}
@-webkit-keyframes slide7 {
  0% {
    background-image: url(../img/eco-5.jpg);
  }
  20% {
    background-image: url(../img/eco-5.jpg);
  }
  25% {
    background-image: url(../img/eco-6.jpg);
  }
  45% {
    background-image: url(../img/eco-6.jpg);
  }
  50% {
    background-image: url(../img/eco-7.jpg);
  }
  70% {
    background-image: url(../img/eco-7.jpg);
  }
  75% {
    background-image: url(../img/eco-8.jpg);
  }
  98% {
    background-image: url(../img/eco-8.jpg);
  }
  100% {
    background-image: url(../img/eco-5.jpg);
  }
}
@keyframes slide7 {
  0% {
    background-image: url(../img/eco-5.jpg);
  }
  20% {
    background-image: url(../img/eco-5.jpg);
  }
  25% {
    background-image: url(../img/eco-6.jpg);
  }
  45% {
    background-image: url(../img/eco-6.jpg);
  }
  50% {
    background-image: url(../img/eco-7.jpg);
  }
  70% {
    background-image: url(../img/eco-7.jpg);
  }
  75% {
    background-image: url(../img/eco-8.jpg);
  }
  98% {
    background-image: url(../img/eco-8.jpg);
  }
  100% {
    background-image: url(../img/eco-5.jpg);
  }
}
#slider-8 {
  -webkit-animation: slide8 16s infinite;
  animation: slide8 16s infinite;
}
@-webkit-keyframes slide8 {
  0% {
    background-image: url(../img/eco-9.jpg);
  }
  20% {
    background-image: url(../img/eco-9.jpg);
  }
  25% {
    background-image: url(../img/eco-10.jpg);
  }
  45% {
    background-image: url(../img/eco-10.jpg);
  }
  50% {
    background-image: url(../img/eco-11.jpg);
  }
  70% {
    background-image: url(../img/eco-11.jpg);
  }
  75% {
    background-image: url(../img/eco-12.jpg);
  }
  98% {
    background-image: url(../img/eco-12.jpg);
  }
  100% {
    background-image: url(../img/eco-9.jpg);
  }
}
@keyframes slide8 {
  0% {
    background-image: url(../img/eco-9.jpg);
  }
  20% {
    background-image: url(../img/eco-9.jpg);
  }
  25% {
    background-image: url(../img/eco-10.jpg);
  }
  45% {
    background-image: url(../img/eco-10.jpg);
  }
  50% {
    background-image: url(../img/eco-11.jpg);
  }
  70% {
    background-image: url(../img/eco-11.jpg);
  }
  75% {
    background-image: url(../img/eco-12.jpg);
  }
  98% {
    background-image: url(../img/eco-12.jpg);
  }
  100% {
    background-image: url(../img/eco-9.jpg);
  }
}
.rectangle-12-13 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 12 / 13;
  -webkit-animation: slide1 32s infinite;
  animation: slide1 32s infinite;
}
@-webkit-keyframes slide1 {
  0% {
    background-image: url(../img/hemotec-1.jpg);
  }
  13.7% {
    background-image: url(../img/hemotec-1.jpg);
  }
  14.2% {
    background-image: url(../img/hemotec-2.jpg);
  }
  27.9% {
    background-image: url(../img/hemotec-2.jpg);
  }
  28.4% {
    background-image: url(../img/hemotec-3.jpg);
  }
  42.1% {
    background-image: url(../img/hemotec-3.jpg);
  }
  42.6% {
    background-image: url(../img/hemotec-4.jpg);
  }
  56.3% {
    background-image: url(../img/hemotec-4.jpg);
  }
  56.8% {
    background-image: url(../img/hemotec-5.jpg);
  }
  70.5% {
    background-image: url(../img/hemotec-5.jpg);
  }
  71% {
    background-image: url(../img/hemotec-6.jpg);
  }
  84.7% {
    background-image: url(../img/hemotec-6.jpg);
  }
  85.2% {
    background-image: url(../img/hemotec-7.jpg);
  }
  99.5% {
    background-image: url(../img/hemotec-7.jpg);
  }
  100% {
    background-image: url(../img/hemotec-1.jpg);
  }
}
@keyframes slide1 {
  0% {
    background-image: url(../img/hemotec-1.jpg);
  }
  13.7% {
    background-image: url(../img/hemotec-1.jpg);
  }
  14.2% {
    background-image: url(../img/hemotec-2.jpg);
  }
  27.9% {
    background-image: url(../img/hemotec-2.jpg);
  }
  28.4% {
    background-image: url(../img/hemotec-3.jpg);
  }
  42.1% {
    background-image: url(../img/hemotec-3.jpg);
  }
  42.6% {
    background-image: url(../img/hemotec-4.jpg);
  }
  56.3% {
    background-image: url(../img/hemotec-4.jpg);
  }
  56.8% {
    background-image: url(../img/hemotec-5.jpg);
  }
  70.5% {
    background-image: url(../img/hemotec-5.jpg);
  }
  71% {
    background-image: url(../img/hemotec-6.jpg);
  }
  84.7% {
    background-image: url(../img/hemotec-6.jpg);
  }
  85.2% {
    background-image: url(../img/hemotec-7.jpg);
  }
  99.5% {
    background-image: url(../img/hemotec-7.jpg);
  }
  100% {
    background-image: url(../img/hemotec-1.jpg);
  }
}
/*#contacts {
  border-top: 40px solid #09b9bd;
  padding: 30px 0;
}
#contacts > .container > .row > .half {
  padding: 22px 15px 0;
  background-image: url(../img/contacts.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
h3 {
  font-size: 36px;
  font-weight: 300;
  color: var(--light);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
form label {
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: var(--dark);
  margin-bottom: 5px;
}
#contacts input,
#contacts textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 20px;
  background-color: rgba(9, 185, 189, 0.16);
  border: none;
  margin-bottom: 15px;
  height: 40px;
}
#contacts input:focus,
#contacts textarea:focus {
  outline: 1px solid var(--light);
  background-color: #fff;
}
#contacts button {
  display: block;
  width: 190px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #FFF;
  background-color: var(--light);
  border: none;
  margin: 0 auto 30px;
  -webkit-filter: drop-shadow(0px 5px 5px #808080);
          filter: drop-shadow(0px 5px 5px #808080);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#contacts button:hover {
  opacity: 0.7;
  -webkit-filter: drop-shadow(0px 5px 7px #808080);
          filter: drop-shadow(0px 5px 7px #808080);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#contacts .third.tar {
  margin-bottom: 50px;
}
#contacts #map {
  height: 300px;
}*/
.rectangle-1-2 {
  width: 355px;
  max-width: 100%;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1.72;
}
#slider-9 {
  -webkit-animation: slide9 20s infinite;
  animation: slide9 20s infinite;
}
@-webkit-keyframes slide9 {
  0% {
    background-image: url(../img/poster-1.jpg);
  }
  15% {
    background-image: url(../img/poster-1.jpg);
  }
  20% {
    background-image: url(../img/poster-2.jpg);
  }
  35% {
    background-image: url(../img/poster-2.jpg);
  }
  40% {
    background-image: url(../img/poster-3.jpg);
  }
  55% {
    background-image: url(../img/poster-3.jpg);
  }
  60% {
    background-image: url(../img/poster-4.jpg);
  }
  75% {
    background-image: url(../img/poster-4.jpg);
  }
  80% {
    background-image: url(../img/poster-5.jpg);
  }
  95% {
    background-image: url(../img/poster-5.jpg);
  }
  100% {
    background-image: url(../img/poster-1.jpg);
  }
}
@keyframes slide9 {
  0% {
    background-image: url(../img/poster-1.jpg);
  }
  15% {
    background-image: url(../img/poster-1.jpg);
  }
  20% {
    background-image: url(../img/poster-2.jpg);
  }
  35% {
    background-image: url(../img/poster-2.jpg);
  }
  40% {
    background-image: url(../img/poster-3.jpg);
  }
  55% {
    background-image: url(../img/poster-3.jpg);
  }
  60% {
    background-image: url(../img/poster-4.jpg);
  }
  75% {
    background-image: url(../img/poster-4.jpg);
  }
  80% {
    background-image: url(../img/poster-5.jpg);
  }
  95% {
    background-image: url(../img/poster-5.jpg);
  }
  100% {
    background-image: url(../img/poster-1.jpg);
  }
}
#slider-10 {
  -webkit-animation: slide10 20s infinite;
  animation: slide10 20s infinite;
}
@-webkit-keyframes slide10 {
  0% {
    background-image: url(../img/poster-6.jpg);
  }
  15% {
    background-image: url(../img/poster-6.jpg);
  }
  20% {
    background-image: url(../img/poster-7.jpg);
  }
  35% {
    background-image: url(../img/poster-7.jpg);
  }
  40% {
    background-image: url(../img/poster-8.jpg);
  }
  55% {
    background-image: url(../img/poster-8.jpg);
  }
  60% {
    background-image: url(../img/poster-9.jpg);
  }
  75% {
    background-image: url(../img/poster-9.jpg);
  }
  80% {
    background-image: url(../img/poster-10.jpg);
  }
  95% {
    background-image: url(../img/poster-10.jpg);
  }
  100% {
    background-image: url(../img/poster-6.jpg);
  }
}
@keyframes slide10 {
  0% {
    background-image: url(../img/poster-6.jpg);
  }
  15% {
    background-image: url(../img/poster-6.jpg);
  }
  20% {
    background-image: url(../img/poster-7.jpg);
  }
  35% {
    background-image: url(../img/poster-7.jpg);
  }
  40% {
    background-image: url(../img/poster-8.jpg);
  }
  55% {
    background-image: url(../img/poster-8.jpg);
  }
  60% {
    background-image: url(../img/poster-9.jpg);
  }
  75% {
    background-image: url(../img/poster-9.jpg);
  }
  80% {
    background-image: url(../img/poster-10.jpg);
  }
  95% {
    background-image: url(../img/poster-10.jpg);
  }
  100% {
    background-image: url(../img/poster-6.jpg);
  }
}
#slider-11 {
  -webkit-animation: slide11 16s infinite;
  animation: slide11 16s infinite;
}
@-webkit-keyframes slide11 {
  0% {
    background-image: url(../img/poster-1.jpg);
  }
  20% {
    background-image: url(../img/poster-1.jpg);
  }
  25% {
    background-image: url(../img/poster-14.jpg);
  }
  45% {
    background-image: url(../img/poster-14.jpg);
  }
  50% {
    background-image: url(../img/poster-8.jpg);
  }
  70% {
    background-image: url(../img/poster-8.jpg);
  }
  75% {
    background-image: url(../img/poster-11.jpg);
  }
  98% {
    background-image: url(../img/poster-11.jpg);
  }
  100% {
    background-image: url(../img/poster-1.jpg);
  }
}
@keyframes slide11 {
  0% {
    background-image: url(../img/poster-1.jpg);
  }
  20% {
    background-image: url(../img/poster-1.jpg);
  }
  25% {
    background-image: url(../img/poster-14.jpg);
  }
  45% {
    background-image: url(../img/poster-14.jpg);
  }
  50% {
    background-image: url(../img/poster-8.jpg);
  }
  70% {
    background-image: url(../img/poster-8.jpg);
  }
  75% {
    background-image: url(../img/poster-11.jpg);
  }
  98% {
    background-image: url(../img/poster-11.jpg);
  }
  100% {
    background-image: url(../img/poster-1.jpg);
  }
}
#slider-12 {
  -webkit-animation: slide12 16s infinite;
  animation: slide12 16s infinite;
}
@-webkit-keyframes slide12 {
  0% {
    background-image: url(../img/poster-13.jpg);
  }
  20% {
    background-image: url(../img/poster-13.jpg);
  }
  25% {
    background-image: url(../img/poster-8.jpg);
  }
  45% {
    background-image: url(../img/poster-8.jpg);
  }
  50% {
    background-image: url(../img/poster-12.jpg);
  }
  70% {
    background-image: url(../img/poster-12.jpg);
  }
  75% {
    background-image: url(../img/poster-1.jpg);
  }
  98% {
    background-image: url(../img/poster-1.jpg);
  }
  100% {
    background-image: url(../img/poster-13.jpg);
  }
}
@keyframes slide12 {
  0% {
    background-image: url(../img/poster-13.jpg);
  }
  20% {
    background-image: url(../img/poster-13.jpg);
  }
  25% {
    background-image: url(../img/poster-8.jpg);
  }
  45% {
    background-image: url(../img/poster-8.jpg);
  }
  50% {
    background-image: url(../img/poster-12.jpg);
  }
  70% {
    background-image: url(../img/poster-12.jpg);
  }
  75% {
    background-image: url(../img/poster-1.jpg);
  }
  98% {
    background-image: url(../img/poster-1.jpg);
  }
  100% {
    background-image: url(../img/poster-13.jpg);
  }
}
#slider-faynly1 {
  -webkit-animation: slider-faynly1 16s infinite;
  animation: slider-faynly1 16s infinite;
}
@-webkit-keyframes slider-faynly1 {
  0% {
    background-image: url(../img/poster-2.jpg);
  }
  20% {
    background-image: url(../img/poster-2.jpg);
  }
  25% {
    background-image: url(../img/poster-15.jpg);
  }
  45% {
    background-image: url(../img/poster-15.jpg);
  }
  50% {
    background-image: url(../img/poster-9.jpg);
  }
  70% {
    background-image: url(../img/poster-9.jpg);
  }
  75% {
    background-image: url(../img/poster-11.jpg);
  }
  98% {
    background-image: url(../img/poster-11.jpg);
  }
  100% {
    background-image: url(../img/poster-2.jpg);
  }
}
@keyframes slider-faynly1 {
  0% {
    background-image: url(../img/poster-2.jpg);
  }
  20% {
    background-image: url(../img/poster-2.jpg);
  }
  25% {
    background-image: url(../img/poster-15.jpg);
  }
  45% {
    background-image: url(../img/poster-15.jpg);
  }
  50% {
    background-image: url(../img/poster-9.jpg);
  }
  70% {
    background-image: url(../img/poster-9.jpg);
  }
  75% {
    background-image: url(../img/poster-11.jpg);
  }
  98% {
    background-image: url(../img/poster-11.jpg);
  }
  100% {
    background-image: url(../img/poster-2.jpg);
  }
}
#slider-faynly2 {
  -webkit-animation: slider-faynly2 16s infinite;
  animation: slider-faynly2 16s infinite;
}
@-webkit-keyframes slider-faynly2 {
  0% {
    background-image: url(../img/poster-11.jpg);
  }
  20% {
    background-image: url(../img/poster-11.jpg);
  }
  25% {
    background-image: url(../img/poster-9.jpg);
  }
  45% {
    background-image: url(../img/poster-9.jpg);
  }
  50% {
    background-image: url(../img/poster-15.jpg);
  }
  70% {
    background-image: url(../img/poster-15.jpg);
  }
  75% {
    background-image: url(../img/poster-2.jpg);
  }
  98% {
    background-image: url(../img/poster-2.jpg);
  }
  100% {
    background-image: url(../img/poster-11.jpg);
  }
}
@keyframes slider-faynly2 {
  0% {
    background-image: url(../img/poster-11.jpg);
  }
  20% {
    background-image: url(../img/poster-11.jpg);
  }
  25% {
    background-image: url(../img/poster-9.jpg);
  }
  45% {
    background-image: url(../img/poster-9.jpg);
  }
  50% {
    background-image: url(../img/poster-15.jpg);
  }
  70% {
    background-image: url(../img/poster-15.jpg);
  }
  75% {
    background-image: url(../img/poster-2.jpg);
  }
  98% {
    background-image: url(../img/poster-2.jpg);
  }
  100% {
    background-image: url(../img/poster-11.jpg);
  }
}
#slider-airpel1 {
  -webkit-animation: slider-airpel1 16s infinite;
  animation: slider-airpel1 16s infinite;
}
@-webkit-keyframes slider-airpel1 {
  0% {
    background-image: url(../img/poster-14.jpg);
  }
  20% {
    background-image: url(../img/poster-14.jpg);
  }
  25% {
    background-image: url(../img/poster-4.jpg);
  }
  45% {
    background-image: url(../img/poster-4.jpg);
  }
  50% {
    background-image: url(../img/poster-11.jpg);
  }
  70% {
    background-image: url(../img/poster-11.jpg);
  }
  75% {
    background-image: url(../img/poster-5.jpg);
  }
  98% {
    background-image: url(../img/poster-5.jpg);
  }
  100% {
    background-image: url(../img/poster-14.jpg);
  }
}
@keyframes slider-airpel1 {
  0% {
    background-image: url(../img/poster-14.jpg);
  }
  20% {
    background-image: url(../img/poster-14.jpg);
  }
  25% {
    background-image: url(../img/poster-4.jpg);
  }
  45% {
    background-image: url(../img/poster-4.jpg);
  }
  50% {
    background-image: url(../img/poster-11.jpg);
  }
  70% {
    background-image: url(../img/poster-11.jpg);
  }
  75% {
    background-image: url(../img/poster-5.jpg);
  }
  98% {
    background-image: url(../img/poster-5.jpg);
  }
  100% {
    background-image: url(../img/poster-14.jpg);
  }
}
#slider-airpel2 {
  -webkit-animation: slider-airpel2 16s infinite;
  animation: slider-airpel2 16s infinite;
}
@-webkit-keyframes slider-airpel2 {
  0% {
    background-image: url(../img/poster-4.jpg);
  }
  20% {
    background-image: url(../img/poster-4.jpg);
  }
  25% {
    background-image: url(../img/poster-12.jpg);
  }
  45% {
    background-image: url(../img/poster-12.jpg);
  }
  50% {
    background-image: url(../img/poster-5.jpg);
  }
  70% {
    background-image: url(../img/poster-5.jpg);
  }
  75% {
    background-image: url(../img/poster-13.jpg);
  }
  98% {
    background-image: url(../img/poster-13.jpg);
  }
  100% {
    background-image: url(../img/poster-4.jpg);
  }
}
@keyframes slider-airpel2 {
  0% {
    background-image: url(../img/poster-4.jpg);
  }
  20% {
    background-image: url(../img/poster-4.jpg);
  }
  25% {
    background-image: url(../img/poster-12.jpg);
  }
  45% {
    background-image: url(../img/poster-12.jpg);
  }
  50% {
    background-image: url(../img/poster-5.jpg);
  }
  70% {
    background-image: url(../img/poster-5.jpg);
  }
  75% {
    background-image: url(../img/poster-13.jpg);
  }
  98% {
    background-image: url(../img/poster-13.jpg);
  }
  100% {
    background-image: url(../img/poster-4.jpg);
  }
}
#slider-time1 {
  -webkit-animation: slider-time1 16s infinite;
  animation: slider-time1 16s infinite;
}
@-webkit-keyframes slider-time1 {
  0% {
    background-image: url(../img/poster-14.jpg);
  }
  20% {
    background-image: url(../img/poster-14.jpg);
  }
  25% {
    background-image: url(../img/poster-3.jpg);
  }
  45% {
    background-image: url(../img/poster-3.jpg);
  }
  50% {
    background-image: url(../img/poster-11.jpg);
  }
  70% {
    background-image: url(../img/poster-11.jpg);
  }
  75% {
    background-image: url(../img/poster-16.jpg);
  }
  98% {
    background-image: url(../img/poster-16.jpg);
  }
  100% {
    background-image: url(../img/poster-14.jpg);
  }
}
@keyframes slider-time1 {
  0% {
    background-image: url(../img/poster-14.jpg);
  }
  20% {
    background-image: url(../img/poster-14.jpg);
  }
  25% {
    background-image: url(../img/poster-3.jpg);
  }
  45% {
    background-image: url(../img/poster-3.jpg);
  }
  50% {
    background-image: url(../img/poster-11.jpg);
  }
  70% {
    background-image: url(../img/poster-11.jpg);
  }
  75% {
    background-image: url(../img/poster-16.jpg);
  }
  98% {
    background-image: url(../img/poster-16.jpg);
  }
  100% {
    background-image: url(../img/poster-14.jpg);
  }
}
#slider-time2 {
  -webkit-animation: slider-time2 16s infinite;
  animation: slider-time2 16s infinite;
}
@-webkit-keyframes slider-time2 {
  0% {
    background-image: url(../img/poster-12.jpg);
  }
  20% {
    background-image: url(../img/poster-12.jpg);
  }
  25% {
    background-image: url(../img/poster-3.jpg);
  }
  45% {
    background-image: url(../img/poster-3.jpg);
  }
  50% {
    background-image: url(../img/poster-13.jpg);
  }
  70% {
    background-image: url(../img/poster-13.jpg);
  }
  75% {
    background-image: url(../img/poster-16.jpg);
  }
  98% {
    background-image: url(../img/poster-16.jpg);
  }
  100% {
    background-image: url(../img/poster-12.jpg);
  }
}
@keyframes slider-time2 {
  0% {
    background-image: url(../img/poster-12.jpg);
  }
  20% {
    background-image: url(../img/poster-12.jpg);
  }
  25% {
    background-image: url(../img/poster-16.jpg);
  }
  45% {
    background-image: url(../img/poster-16.jpg);
  }
  50% {
    background-image: url(../img/poster-13.jpg);
  }
  70% {
    background-image: url(../img/poster-13.jpg);
  }
  75% {
    background-image: url(../img/poster-3.jpg);
  }
  98% {
    background-image: url(../img/poster-3.jpg);
  }
  100% {
    background-image: url(../img/poster-12.jpg);
  }
}


footer {
/*  background-color: var(--light);*/
background-color: rgba(0, 202, 240, 1);
background-image: url(../img/footer.png);
background-repeat: no-repeat;
background-size: cover;
color: #fff;
padding-top: 30px;
}
footer .third {
  margin-bottom: 20px;
}
footer .third:nth-child(1) {
  background-image: url(../img/widget-1.png);
  background-repeat: no-repeat;
  background-position: right;
}
footer .third:nth-child(3) {
  background-image: url(../img/widget-3.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.widget-title {
  text-transform: initial;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: unset;
  margin-bottom: 30px;
}
.cat-video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2.55 / 1;
  overflow: hidden;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.cat-video video {
  width: 100%;
}
.maska .cat-video {
  background-image: url(../img/bg-cat-1.jpg);
}
.cat-desc-wrap {
  color: #FFF;
  padding-bottom: 50px;
  background-image: url(../img/cat-desc-1.png), url(../img/cat-desc-2.png);
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
}
.maska .cat-desc-wrap {
  background-color: var(--cherry);
}
.time .cat-desc-wrap {
  background-color: var(--orange);
}
.airpel .cat-desc-wrap {
  background-color: var(--blue);
}
.faynly .cat-desc-wrap {
  background-color: var(--green);
}
.cat-logo {
  position: relative;
  margin-top: -100px;
  margin-bottom: 40px;
  text-align: center;
}
.cat-desc-wrap .rectangle-1-2 {
  width: 250px;
  margin: auto;
}
.cat-wrap {
  padding: 50px 0 60px;
  background-image: url(../img/cat-wrap-2.jpg), url(../img/cat-wrap-1.jpg);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
}
.cat-wrap .container {
  max-width: 1000px;
}
.cat-title {
  position: relative;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 70px;
  color: inherit;
}
.cat-title:after {
  display: block;
  width: 30px;
  height: 3px;
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  background-color: #000;
}
.prod {
  margin-bottom: 50px;
}
.prod-img {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.prod-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.prod-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.prod .row {
  width: 290px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prod-title {
  max-width: 180px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  -webkit-filter: drop-shadow(0 0 4px #ffffff);
  filter: drop-shadow(0 0 4px #ffffff);
  text-shadow: 2px 2px #ffffff, -2px -2px #ffffff, 4px 4px #ffffff, -4px -4px #ffffff;
}
.prod-title span {
  font-size: 16px;
}
.prod-vol {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 58px;
}
.where2buy {
  color: #fff;
}
.maska .where2buy {
  background-color: var(--cherry);
}
.time .where2buy {
  background-color: var(--orange);
}
.airpel .where2buy {
  background-color: var(--blue);
}
.faynly .where2buy {
  background-color: var(--green);
}
.where2buy .container {
  padding: 50px 0 80px;
  background-image: url(../img/w2b-2.png), url(../img/w2b-1.png);
  background-position: 85%, left;
  background-repeat: no-repeat, no-repeat;
}
.where2buy .cat-title:after {
  background: #FFF;
}
.product-top {
  height: 300px;
  padding: 60px 0 40px;
}
.maska .product-top,
.maska .product-links {
  background-color: var(--cherry);
}
.time .product-top,
.time .product-links {
  background-color: var(--orange);
}
.airpel .product-top,
.airpel .product-links {
  background-color: var(--blue);
}
.faynly .product-top,
.faynly .product-links {
  background-color: var(--green);
}
.product-top .row {
  height: 220px;
}
.product-top img {
  max-width: 16%;
  height: auto;
}
.product-top-logo {
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 30px;
  max-width: 46.6%;
}
.maska .product-top-logo {
  background-image: url(../img/maska-logo.webp);
  width: 419px;
}
.time .product-top-logo {
  background-image: url(../img/time-logo.webp);
  width: 419px;
}
.airpel .product-top-logo {
  background-image: url(../img/airpel-logo.webp);
  width: 419px;
}
.faynly .product-top-logo {
  background-image: url(../img/faynly-logo.webp);
  width: 419px;
}
.product {
  padding: 40px 0 80px;
  background-image: url(../img/bg-product-1.jpg), url(../img/bg-product-2.jpg);
  background-position: 5%, 95%;
  background-repeat: no-repeat, no-repeat;
}
.product-info {
  text-align: right;
  font-family: 'PT Sans Narrow', sans-serif;
}
.product-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-title span {
  font-size: 25px;
  font-weight: normal;
}
.product-volume {
  font-size: 60px;
  margin-bottom: 30px;
}
p.title {
  font-size: 26px;
  font-weight: bold;
}
.product-links {
  position: relative;
  padding: 50px 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 25px;
}
.product-links a {
  color: #000;
}
.product-links a:hover {
  color: #FFF;
}
.product-links p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #FFF;
}
.product-links:before {
  display: block;
  content: url(../img/z10.png);
  position: absolute;
  left: 150px;
  top: -150px;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  z-index: 1;
}
.product-links:after {
  display: block;
  content: url(../img/twisted-arrow-1.png);
  position: absolute;
  left: 50%;
  top: -100px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  z-index: 1;
}
.product-links .half {
  position: relative;
  z-index: 3;
}
.product-links .right img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}


@media screen and (max-width: 2000px) {
  #brands {
    background-size: cover;
  }
}
@media screen and (max-width: 1520px) {
  #brands {
    min-height: 580px;
    background-position: 42% top;
  }
  .brands-logos a:nth-child(1) {
    -webkit-transform: translate(-720px, -20px);
    transform: translate(-720px, -20px);
    height: 100px;
  }
  .brands-logos a:nth-child(2) {
    -webkit-transform: translate(-300px, 130px);
    transform: translate(-300px, 130px);
  }
  .brands-logos a:nth-child(3) {
    -webkit-transform: translate(-630px, 130px);
    transform: translate(-660px, 130px);
  }
  .brands-logos a:nth-child(4) {
    -webkit-transform: translate(-90px, 230px);
    transform: translate(-90px, 230px);
  }
  .brands-logos a:nth-child(5) {
    -webkit-transform: translate(230px, 140px);
    transform: translate(230px, 140px);
  }
  .brands-logos a:nth-child(6) {
    -webkit-transform: translate(420px, 30px);
    transform: translate(420px, 30px);
    height: 70px;
  }
}

@media screen and (max-width: 1200px) {
  #about .container {
    bottom: 250px;
  }
  .circle {
    width: 30%;
  }
  .eco-video video,
  .superiority-video video {
    max-width: 100%;
  }
  .cat-desc-wrap {
    background-position: left top, right bottom;
    background-size: 30%, 30%;
  }
}
@media screen and (max-width: 1050px) {
  .pc-only {
    display: none;
  }
  .w60 > .row:has(.pc-only) .w60 {
    width: 100%;
  }
  .text-blok {
    padding: 30px 15px;
  }
  form .third {
    width: 101%;
  }
/*  #contacts .fourth {
    width: 20%;
  }
  #contacts .half:not(form .half) {
    width: 60%;
  }*/
  #brands {
    padding: 30px 0;
    text-align: center;
    border: none;
    background-image: none;
    background: linear-gradient(20deg, rgba(43, 207, 242, 1) 0%, rgba(0, 185, 232, 1) 100%);
  }
  #brands:after {
    display: none;
  }
  .brands-logo {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    padding: 0 30px 30px;
  }
  .brands-logos {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .brands-logos a {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: unset !important;
    transform: unset !important;
    width: 45%;
  }
  .brands-links {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  header {
    background-color: transparent;
  }
  header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-logo {
    position: relative;
    z-index: 110;
  }
  #mob-menu-btn {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    z-index: 110;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #mob-menu-btn.active {
    background-color: transparent;
    -webkit-transform: rotate(-450deg);
    transform: rotate(-450deg);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #mob-menu-btn:before,
  #mob-menu-btn:after {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    height: 3px;
    background-color: #fff;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #mob-menu-btn:before {
    top: -6px;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #mob-menu-btn.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #mob-menu-btn:after {
    bottom: -6px;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #mob-menu-btn.active:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #main-menu {
    position: absolute;
    left: 0;
    top: -500px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: var(--light);
    gap: 30px;
    padding: 110px 30px 30px 0;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #main-menu.active {
    top: 0;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
  }
  #about .container {
    bottom: 50px;
  }
  #about .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  h2.title-wave {
    font-size: 50px;
  }
  .product-top {
    height: auto;
    padding-top: 90px;
  }
  .product-top .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    height: auto;
  }
  .product-top-logo {
    max-width: 100%;
    margin-left: 0;
  }
  .product .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-info {
    min-width: 280px;
  }
  .product-links:after {
    display: none;
  }
  .where2buy .container {
    background-image: url(../img/w2b-1.png);
  }
  .where2buy .third {
    width: 60%;
  }
  #about {
    height: 540px;
    aspect-ratio: unset; 
  }
  .about-video {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 650px) {
  .half,
  .third,
  .two-thirds,
  .w40,
  .w60,
  .fourth {
    width: 100% !important;
  }
  .jcsa,
  .jcsb,
  .jcse,
  .jcfs,
  .jcfe {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pr15 {
    padding-right: 0;
  }
  .pl15 {
    padding-left: 0;
  }
  #about {
    position: relative;
    aspect-ratio: unset;
  }
  #about .container {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    padding: 140px 15px 60px 15px;
  }
  .about-video {
    display: none;
  }
  .about-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  #brands {
    padding: 30px 15px;
  }
  h2.title-wave {
    font-size: 45px;
  }
  .eco-main,
  .superiority-main {
    margin: 12px -15px 50px;
    width: 100vw;
  }
  .eco-title,
  .superiority-title {
    top: 41%;
    font-size: 16px;
  }
  .eco-title span,
  .superiority-title span {
    font-size: 12px;
  }
  .text-blok > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
/*  #contacts > .container > .row > .half {
    margin: 30px 0;
  }*/
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .third:nth-child(1) {
    background-size: contain;
  }
  .prod-row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .cat-logo {
    margin-top: 40px;
  }
  .where2buy .container {
    background-image: none;
  }
  .where2buy .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .product-links:before {
    display: none;
  }
  .product-top img {
    max-width: 25%;
    margin-bottom: 20px;
  }
  .product-top-logo {
    margin-left: 0;
    height: 60px;
  }
  .product {
    padding: 30px 15px;
    background-image: url(../img/bg-product-1.jpg), url(../img/bg-product-1.jpg);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
  }
}
