@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: #eeebe3;
  overflow: hidden;
  margin: 0;
}

.mobile-only {
  display: none;
}

.desktop-only {

}

.burger {
  display: none;
  margin-left: 20px;
  width: 20px;
  height: 20px;
}

.burger:hover {
  cursor: pointer;
}

.hamburger-box {
  display: inline-block;
  position: relative;
}
.hamburger--collapse .hamburger-inner {
  position: inherit;
  top: -3px;
  bottom: 0;
}

.hamburger-inner {
  display: block;
  top: 20%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 18px;
  height: 2px;
  background-color: #ae2b3e;
  border-radius: 4px;
  position: inherit;
}

.hamburger--collapse .hamburger-inner::before {
  top: 6px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ae2b3e;
  border-radius: 4px;
  position: inherit;
}

.hamburger--collapse .hamburger-inner::after {
  top: -8px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ae2b3e;
  border-radius: 4px;
  position: inherit;

}

.logo-main {
  width: 100%;
  max-width: 1400px;
  margin: 100px auto 0;
}
.logo-main img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: block;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  z-index: 200;
}

.menu {
  display: inline-flex;
  list-style: none;
  margin: 0 auto;
  user-select: none;
  height: fit-content;
  text-align: center;
}

.menu li {
  width: auto;
  padding: 0 10px;
}



.menu li:hover {
  color: #ff2f4e;
  /*border-bottom: 2px #ff2f4e solid;*/
  cursor: pointer;
}

.menu-active {
  border-bottom: 2px #ae2b3e solid;
}

.screen {
  position: absolute;
  width: 100%;
  height: 100%;
}

.screen-off {
  display: none;
}

/* screen-1 BEGIN */

.factory {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 400px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.factory-left {
  z-index: -1;
  text-align: right;
}

.factory-right {
  z-index: 2;
  text-align: left;
}

.factory-left img, .factory-right img {
  height: 100%;
  width: auto;
}

.slogan-1 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  height: 70px;
  width: 200px;
  text-align: left;
}

/* screen-1 END */

/* screen-2 BEGIN */

.screen-2 h2 {
  position: relative;
  top : 110px;
  left: 50px;
  margin: 0;
  text-align: left;
  width: 500px;
}
.screen-2--content {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 780px;
  max-width: 45%;
}

.screen-2--content p {
  display: block;
  margin-top: 20px;
}

.screen-2--content hr.first {
  margin-top: 50px;
}

.screen-2--content hr {
  border: none;
  border-bottom: 2px #ae2b3e solid;
}

.screen-2--text {
  position: relative;
  left: 50px;
  top: 300px;
  width: 620px;
  max-width: 45%;
}

.screen-2--image {
  display: block;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/* screen-2 END */

/* screen-3 BEGIN */
.screen-3--title {
  position: absolute;
  top: 60px;
  left: 0;
  width: 45%;
  max-width: 500px;

}

.screen-3--title h2 {
  margin-top: 50px;
  margin-left:50px;
  display: block;
  width: 100%;
  text-align: left;
}

.screen-3--title img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.screen-3--text {
  position: absolute;
  right: 0;
  width: 50%;
  max-width: 830px;
  height: 100%;
  display: flex;
}

.screen-3--text ul {
  display: block;
  margin: auto 50px auto 0;
}

.screen-3--image {
  display: block;
  position: absolute;
  left: 0px;
  width: 650px;
  height: auto;
  z-index: -1;
  bottom: 0;
}

.slogan-3 {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 100px;
  width: 200px;
}

/* screen-3 END */

/* screen-4 START */
.screen-4--title {
  width: 45%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}

.screen-4--title h2 {
  position: static;
  margin-top: 110px;
  margin-left: 50px;
  width: 90%;
  text-align: left;
}

.screen-4--title ul {
  margin-top: 100px;
  margin-right: 20px;
}

.screen-4--bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background-image: url(/images/5.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.screen-4--image {
  position: absolute;
  top: 200px;
  right: 200px;
  bottom: 200px;
  width: 450px;
  height: auto;
  background-image: url(/images/6.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

/* screen-4 END */

/* screen-5 BEGIN */
.screen-5--title {
  display: inline-flex;
  margin: 110px 0 0 0;
}

.screen-5--title h2 {
  display: block;
  width: 600px;
  text-align: left;
  margin-left: 40px;
}

.screen-5--title ul {
  display: block;
  margin-top: 0;
  margin-left: 100px;
  max-width: 840px;
}

.screen-5--bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-image: url(/images/7.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* screen-5 END */

/* screen-6 BEGIN */

.screen-6 .slogan-1 {
  top: 100px;
  left: 50px;
}

.screen-6--title {
  display: inline-flex;
  margin: 200px 0 0 0;
  height: 100%;

}

.screen-6--title h2 {
  display: block;
  margin-left: 50px;
  width: 600px;
  text-align: left;
  margin-right: 300px;
}

.screen-6--description {
  padding-left: 100px;
  padding-right: 100px;
}

.screen-6--bg {
  position: absolute;
  bottom: 0;
  left: 315px;
  width: 600px;
  height: 600px;
  background-image: url(/images/8.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* screen-6 END */

/* screen-7 BEGIN */

.screen-7--contacts {
  display: inline-flex;
  margin-top: 100px;
  width: 100%;
}
.screen-7--contacts div {
  width: 33.33%;
  width: calc(100%/3);
  text-align: center;
  font-weight: bold;
  color: #ae2b3e;
  line-height: 20px;
}

.screen-7--title {
  display: inline-flex;
  margin: 200px 0 0 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.screen-7--title.mobile-only {
  display: none;
}

.screen-7--title div {
  width: 1300px;
  margin: 0 auto;
}

/* screen-7 END */

/* screen-8 BEGIN */

.screen-8--container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.screen-8--title {
  width: 60%;
  margin-left: 40px;
  margin-top: 110px;
}

.screen-8--contacts {
  right: 100px;
  position: absolute;
  height: 100%;
  width: 520px;
  display: flex;
  top: 0;
}

.screen-8--vc {
  width: 100%;
  margin: auto 0;
}

.screen-8--vc div {
  margin: 20px 0;
}
.screen-8--vc div img {
  float:left;
  width: 45px;
  margin-right: 25px;
}

.screen-8--bg {
  position: absolute;
  bottom: -10px;
  left: -30px;
  width: 660px;
  height: 460px;
  background-image: url(/images/1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* screen-8 END */

.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 230px;
  letter-spacing: -20px;
  line-height: 200px;
  color: #ae2b3e;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}

.montserrat-size-109 {
  font-size: 109px;
  letter-spacing: -10px;
  line-height: 90px;
}

.inter-18 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #ae2b3e;
}


.inter-22, .inter-22--red-bold{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: black;
}

.inter-22--red-bold {
  color: #ae2b3e;
  font-weight: bold;
  line-height: 20px;
}

.inter-144 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 144px;
  color: #ae2b3e;
  letter-spacing: -20px;
  line-height: 120px;
}

.inter-121 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 121px;
  color: #ae2b3e;
  letter-spacing: -6px;
  line-height: 88px;
}