:root {
  --c-default: #313131;
  --case-figure-height: 1219px;
  --color-green: #368a03;
  --color-yellow: #f7de07;
  --color-grey: #3d3d3d;
}

.list-no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

.--hidden {
  display: none !important;
}

.SW04-landing {
  overflow: hidden;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
.SW04-landing section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.SW04-landing img {
  max-width: 100%;
  pointer-events: none;
}
.SW04-landing .container {
  position: relative;
  width: 100%;
  max-width: 2160px;
  padding-left: 8.564%;
  padding-right: 8.564%;
}
.SW04-landing .grid {
  display: grid;
}
.SW04-landing .d-flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.SW04-landing .d-flex.row:before,
.SW04-landing .d-flex.row:after {
  display: none;
}
.SW04-landing .flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.SW04-landing .justify-content-center {
  justify-content: center;
}
.SW04-landing .align-items-start {
  align-items: start;
}
.SW04-landing .align-items-center {
  align-items: center;
}
.SW04-landing .align-self-center {
  align-self: center;
}
.SW04-landing .align-self-end {
  align-self: flex-end;
}
.SW04-landing h2 {
  margin: 0;
}

/* section intro */
.SW04-intro {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #333;
  overflow: hidden;
}
.SW04-intro__video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100vh;
    max-width: unset;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.SW04-intro .container {
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.SW04-intro .grid {
  gap: 50px;
  grid-template-columns: 7.2% 1fr 1fr;
  align-items: center;
}
.SW04-intro ._texts {
  min-width: 750px;
}
.SW04-intro ._logo {
  max-height: 380px;
}
.SW04-intro ._product {
  transform: scale(1.5);
}
.SW04-intro ._text-row-1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #86c9f8;
}
.SW04-intro ._text-row-2 {
  font-size: 230px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-yellow);
}
.SW04-intro ._text-row-3 {
  font-size: 64px;
  text-transform: uppercase;
  color: white;
}

/* section intro end */
.SW04-block-2 {
  min-height: 100vh;
  background: rgb(247, 199, 7);
  background: linear-gradient(355deg, rgb(247, 199, 7) 0%, rgb(247, 222, 7) 100%);
  color: var(--color-grey);
  text-align: right;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.SW04-block-2 ._watch-wrap {
  min-height: 100%;
  align-self: normal;
  width: 60%;
  position: absolute;
  left: 0;
  height: 100%;
}
.SW04-block-2 ._watch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 200%;
  left: 0;
  max-width: 200%;
}
.SW04-block-2 ._circles {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 135px;
  transition: opacity 0.8s ease-in;
  z-index: 10;
}
.SW04-block-2 .container {
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0;
  min-height: 100%;
}
.SW04-block-2 ._texts {
  width: 50%;
  position: initial;
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-size: 66px;
  font-weight: 600;
  text-transform: uppercase;
}
.SW04-block-2 ._texts ._row {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.SW04-block-2 ._texts ._smaller {
  font-weight: 400;
}
.SW04-block-2 ._texts--circles ._row {
  justify-content: flex-start;
  position: relative;
}
.SW04-block-2 ._texts--circles ._row--1 ._circles {
  left: 415px;
}
.SW04-block-2 ._texts--circles ._row--2 ._circles {
  left: 415px;
}
.SW04-block-2 ._texts--circles ._row--3 ._circles {
  left: 415px;
  transform: translateY(-67%);
}
.SW04-block-2 ._texts--circles ._row ._str {
  opacity: 0;
}
.SW04-block-2 ._texts--circles ._row.aos-animate ._circles {
  transition-delay: 1s;
  opacity: 0;
}

[data-aos=block-2-texts] {
  opacity: 0;
  transform: translate(100px);
}
@media screen and (max-width: 780px) {
  [data-aos=block-2-texts] {
    transform: translate(0, -40px);
  }
}

[data-aos=block-2-texts].aos-animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.SW04-block-3 {
  min-height: 100vh;
  background: url("../../files/images/section-3/block-3.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0 0;
}
.SW04-block-3 ._texts {
  text-transform: uppercase;
}
.SW04-block-3 ._texts ._row-1 {
  font-size: 67px;
  font-weight: bold;
  line-height: 1.22;
  color: var(--color-yellow);
}
.SW04-block-3 ._texts ._row-2 {
  margin-top: 8px;
  font-size: 64px;
  line-height: 1.22;
  color: white;
}
.SW04-block-3 ._texts ul {
  margin-top: 40px;
  font-size: 45px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
.SW04-block-3 ._texts ul li + li {
  margin-top: 18px;
}
.SW04-block-3 ._texts ul li {
  padding-left: 70px;
  position: relative;
}
.SW04-block-3 ._texts ul li ._icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-51%);
  width: 45px;
}
.SW04-block-3 ._texts ul li ._icon--2 {
  transform: translateY(-51%) scale(1.2);
}
.SW04-block-3 ._texts ul li ._icon--4 {
  transform: translateY(-51%) scale(0.7);
}

.SW04-block-4 {
  min-height: 100vh;
  background: url("../../files/images/section-4/block-4.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0 0;
}
.SW04-block-4 ._title {
  font-size: 75px;
  font-weight: 500;
  color: var(--color-green);
  margin-bottom: 90px;
  margin-left: 120px;
  text-transform: uppercase;
}
.SW04-block-4 ._icon {
  height: 93px;
}
.SW04-block-4 ._icon--1 {
  height: 73px;
}
.SW04-block-4 ._icon--4 {
  height: 73px;
}
.SW04-block-4 ul {
  margin-left: 120px;
}
.SW04-block-4 li {
  position: relative;
  font-size: 45px;
  text-transform: uppercase;
  color: #0e0e0e;
  padding-left: 120px;
}
.SW04-block-4 li > span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 93px;
  height: 93px;
  align-items: center;
  justify-content: center;
}
.SW04-block-4 li + li {
  margin-top: 86px;
}

.SW04-block-5 {
  background-color: #000;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.SW04-block-5__bg {
  position: absolute;
  top: 0;
  right: -130%;
  background-color: var(--color-yellow);
  width: 200%;
  height: 320%;
  transform: rotate(25deg);
  z-index: 10;
}
.SW04-block-5__watch-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  right: -20%;
  z-index: 100;
  transform: translateX(40%);
  opacity: 0;
}
.SW04-block-5__watch {
  z-index: 11;
  position: absolute;
  top: 0;
  right: -50px;
  width: 1500px;
  height: 1200px;
  transform: rotate(25deg) scale(1);
  transition: all 0.4s ease-in;
}
.SW04-block-5__watch.--revealed {
  transform: rotate(0deg) scale(1) translateY(-100px);
}
.SW04-block-5__watch.--revealed img._start {
  display: none;
}
.SW04-block-5__watch.--revealed img._after {
  display: inline-block;
}
.SW04-block-5__watch img._after {
  display: none;
}
.SW04-block-5__watch ._screens {
  position: absolute;
  top: calc(50% - 62px);
  left: calc(50% - 96px);
}
.SW04-block-5__watch ._screens img {
  width: 192px;
}
.SW04-block-5__watch ._screens ._tape {
  position: absolute;
  left: -2320px;
  top: 0;
  display: flex;
  gap: 40px;
  opacity: 0;
  transition: transform 0.3s ease-in;
}
.SW04-block-5__watch ._screens ._tape.--revealed {
  transition: opacity 0.2s ease-in, transform 0.3s ease-in;
  opacity: 1;
}
.SW04-block-5__watch ._screens ._tape.--freeze {
  transition: none;
}
.SW04-block-5__watch ._screens ._tape img {
  width: 192px;
  height: 238px;
  transform: scale(1);
}
.SW04-block-5__list {
  font-size: 45px;
  text-transform: uppercase;
  color: white;
  margin-left: -80px;
  padding: 180px 0;
  height: 100vh;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10%;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.SW04-block-5__list li {
  position: relative;
  padding-left: 85px;
}
.SW04-block-5__list li ._icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  transform: translateY(-51%);
}
.SW04-block-5__list.--dark {
  color: #333;
}
.SW04-block-5__list.--dark li::before {
  border: 5px #333 solid;
}
.SW04-block-5__title-2 {
  font-size: 78px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 80px;
  left: 6%;
  opacity: 0;
  height: 0;
  z-index: 20;
}
.SW04-block-5__title-2.--active {
  transition: all 0.3s ease;
  opacity: 1;
  height: auto;
}

.SW04-block-7 {
  background-color: #dedede;
  padding: 48px 0;
}
.SW04-block-7 ._title {
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}
.SW04-block-7 .grid--1 {
  grid-template-columns: 2fr 0.8fr;
  position: relative;
}
.SW04-block-7 .grid--2 {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.SW04-block-7 ._watch {
  display: flex;
  align-items: center;
}
.SW04-block-7 ._watch img {
  transform: translateX(-50px) scale(1.3);
}
.SW04-block-7 ul {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-grey);
  margin-top: 72px;
}
.SW04-block-7 ul li {
  position: relative;
  padding-left: 110px;
}
.SW04-block-7 ul li > span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.SW04-block-7 ul li + li {
  margin-top: 52px;
}
.SW04-block-7 ul ._icon--4 {
  width: 50px;
}
.SW04-block-7 ul ._icon--5 {
  width: 70px;
}
.SW04-block-7 ._screens {
  padding-top: 50px;
  transform: translateX(40px);
}
.SW04-block-7 ._screens img {
  position: absolute;
  top: 30px;
  right: 0;
  height: 99%;
  opacity: 1;
  transition: all 0.4s linear;
}
.SW04-block-7 ._screens img.--hidden {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
