* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1 !important;
  font-size: 14px !important;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #000 !important;
}

body {
  overflow: hidden;
  block-size: auto !important;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

:root {
  --main-font: "Unbounded", sans-serif;
  --second-font: "IBM Plex Sans", sans-serif;
  --white: #ffffff;
  --black: #000000;
  --blue: #15abda;
}

.scroller {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  z-index: -1;
  height: 1000vh;
}

.main-container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.full-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.full-back > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: auto;
  padding: 0 4em;
}

@media screen and (max-width: 1000px) {
  .container {
    padding: 0 25px;
  }
}

.content-container {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.container-flex-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.block {
  width: 100vw;
  height: 100vh;
  top: 0;
  transform: translate(0, 0);
  position: fixed;
  background-color: var(--white);
  overflow: hidden;
}

.block-right {
  transform: translate(100%, 0);
}

.block-bottom {
  transform: translate(0, 100%);
}

.intro-block__pretitle {
  font-family: var(--main-font);
  font-size: 1.56em;
  font-weight: 400;
  line-height: 2.5em;
  text-align: left;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0;
}

.intro-block__title {
  font-family: var(--main-font);
  font-size: 5em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.5em;
  opacity: 0;
  max-width: 900px;
}

.intro-block .full-back img {
  object-position: top;
}

@media screen and (max-height: 700px) {
  .intro-block .full-back img {
    object-position: 0% 30%;
  }
}

@media screen and (max-width: 1000px) {
  .intro-block .full-back img {
    object-position: top !important;
  }
}

.intro-block__text {
  font-family: var(--second-font);
  font-size: 2.18em;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  color: var(--white);
  max-width: 800px;
  opacity: 0;
}

@media screen and (max-height: 500px) {
  .intro-block__title {
    font-size: 2em;
  }
  .intro-block__pretitle {
    font-size: 1.2em;
  }

  .intro-block__text {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1000px) {
  .intro-block__pretitle {
    font-size: 1em;
    line-height: 2.5em;
    margin-bottom: 1em;
  }

  .intro-block__title {
    font-size: 3em;
    margin-bottom: 0.5em;
  }

  .intro-block__text {
    font-size: 1.5em;
    max-width: 800px;
    line-height: 1.8em;
  }
}

.white-block-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.white-block__pretitle {
  font-family: var(--main-font);
  font-size: 1.56em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  opacity: 0;
}
.white-block__title {
  font-family: var(--main-font);
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 0.33em;
  text-align: center;
  opacity: 0;
  max-width: 880px;
}

@media screen and (max-height: 700px) {
  .white-block__title {
    font-size: 2.5em;
  }
}
.white-block__text {
  font-family: var(--second-font);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  max-width: 950px;
  opacity: 0;
}

@media screen and (max-height: 500px) {
  .white-block__title {
    font-size: 2em;
  }
  .white-block__pretitle {
    font-size: 1.2em;
  }

  .white-block__text {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1000px) {
  .white-block__pretitle {
    font-size: 1em;
    margin-bottom: 1.8em;
  }
  .white-block__title {
    font-size: 2.4em;
    line-height: 1.2em;
    margin-bottom: 1em;
    text-align: left;
  }
  .white-block__text {
    font-size: 1em;
    line-height: 1.4em;
    max-width: 1100px;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .white-block__title {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 1em;
    text-align: left;
  }
}

.hand-block {
  overflow: visible;
  transform: translate(100%, 100%);
}

.hand-block__back {
  height: auto;
  top: 0%;
}

@media screen and (max-height: 700px) {
  .hand-block__back {
    height: 85%;
  }
}
.hand-block__back img {
  object-position: bottom;
  object-fit: contain !important;
}

@media screen and (max-width: 1000px) {
  .hand-block__back {
    height: 70% !important;
  }
  .hand-block__back img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
  }
}

.hand-block__text {
  font-family: var(--main-font);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  opacity: 0;
  max-width: 1150px;
}

@media screen and (max-height: 700px) {
  .hand-block__text {
    font-size: 45px;
  }
}

@media screen and (max-width: 1550px) {
  .hand-block__text {
    font-size: 53px;
    line-height: 1.1em;
  }
  .text-br {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .hand-block__text {
    font-size: 2.3em;
    line-height: 1.1em;
  }
  .text-br {
    display: none;
  }
}
@media screen and (max-height: 670px) {
  .hand-block__text {
    font-size: 40px;
  }
}

@media screen and (max-height: 600px) {
  .hand-block__text {
    font-size: 35px;
  }
}

@media screen and (max-height: 500px) {
  .hand-block__text {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .hand-block__text {
    font-size: 2em;
    line-height: 1.1em;
  }
}

.hand-block-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30vh;
}

.girl-block {
  position: relative;
}

.girl-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.girl-block__title {
  font-family: var(--main-font);
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  color: var(--white);
  margin-bottom: 0.9em;
  opacity: 0;
  max-width: 950px;
}

.girl-block__text {
  font-family: var(--second-font);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  max-width: 1100px;
  color: var(--white);
  max-width: 920px;
  opacity: 0;
}

.girl-block__back img {
  height: 120%;
  width: 120%;
}

.girl-block-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10%;
}

@media screen and (max-width: 1000px) {
  .girl-block__back img {
    object-position: 60%;
    opacity: 0.5;
  }

  .girl-block__title {
    font-size: 1.8em;
    line-height: 1.3em;
    margin-bottom: 0.9em;
    text-align: left;
  }

  .girl-block__text {
    font-size: 1.25em;
    line-height: 1.4em;
    max-width: 920px;
    text-align: left;
  }
  .girl-block-container {
    justify-content: center;
  }

  .girl-block .full-back {
    background-color: var(--black);
  }
}

@media screen and (max-width: 500px) {
  .girl-block__title {
    font-size: 1.4em;
  }
}

.product-block {
  background-color: var(--black);
}

.product-block__title {
  font-family: var(--main-font);
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
  text-align: left;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0.5em;
  opacity: 0;
  max-width: 950px;
}
.product-block__text {
  font-family: var(--second-font);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  color: var(--white);
  max-width: 550px;
  opacity: 0;
}

@media screen and (max-height: 500px) {
  .product-block__title {
    font-size: 1.5em;
  }
  .product-block__text {
    font-size: 1em;
    max-width: 100%;
  }
}

.product-block__back-text {
  position: absolute;
  bottom: 15%;
  z-index: 0;
  width: 100%;
  display: flex;
  gap: 2%;
}

.product-block__back-text img:first-child {
  width: 67%;
  height: auto;
  object-fit: contain;
  flex: 1;
}

.product-block__back-text img:last-child {
  width: 30%;
  height: auto;
  object-fit: contain;
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .product-block__title {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 1em;
  }
  .product-block__text {
    font-size: 1.2em;
    line-height: 1.5em;
    max-width: 550px;
  }

  .product-block__back-text {
    font-size: 3em;
  }
}

.product-block__back-text span:first-child {
  color: var(--white);
  opacity: 0.2;
}

.man-block {
  background-color: var(--white);
  overflow: visible;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .man-block {
    z-index: 0;
  }
}

.man-block-container {
  padding-top: 7.5em;
}

.man-block__pretitle {
  font-family: var(--main-font);
  font-size: 0.45em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}

.man-block__title {
  font-family: var(--main-font);
  font-size: 3.7em;
  font-weight: 500;
  line-height: 1.2em;
  text-align: left;
  text-transform: uppercase;
  flex: 2.5;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.man-block__title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
  margin-top: 51px;
}

@media screen and (max-width: 1000px) {
  .man-block__title img {
    position: absolute;
    z-index: 0;
    opacity: 0.2 !important;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .man-block__title img {
    margin-bottom: 25px;
  }

  .man-block__title {
    font-size: 2em;
    line-height: 1.2em;
  }
}

.man-block__text {
  font-family: var(--second-font);
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.8em;
  text-align: left;
  flex: 1;
  opacity: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-height: 500px) {
  .man-block__text {
    line-height: 1.2;
  }
}

.man-block__text span {
  max-width: 400px;
}

.man-block__text img {
  width: auto;
  width: 250%;
  object-fit: cover;
  position: relative;
  max-width: inherit;
}

@media screen and (max-width: 1000px) {
  .umbrella-image__large {
    display: none;
  }
}

.man-block-container {
  display: flex;
  height: fit-content;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  z-index: 0;
  height: 100%;
}

.man-block__back-text {
  position: absolute;
  bottom: 15%;
  z-index: 1;
  width: 100%;
  display: flex;
  gap: 2%;
}

.man-block__duct {
  width: 42%;
  height: auto;
  object-fit: contain;
  bottom: 15%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.man-block__back-images {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.man-block__back-images img:first-child {
  width: auto;
  height: 40%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.man-block__back-images img:last-child {
  height: 45%;
  width: auto;
  bottom: 0;
  right: 0;
  position: absolute;
  transform: translate(50%, 0);
}

@media screen and (max-height: 700px) {
  .man-block__title {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .man-block__text {
    font-size: 1em;
  }
}

@media screen and (max-width: 1000px) {
  .man-block__back-text {
    font-size: 3em;
  }

  .man-block__pretitle {
    font-size: 0.45em;
    margin-bottom: 0.1em;
  }

  .man-block__title {
    font-size: 2.3em;
    line-height: 1.2em;
    min-width: 80vw;
  }

  .man-block__text {
    font-size: 1.3em;
    line-height: 1.8em;
    min-width: 90vw;
  }
  .man-block-container {
    display: flex;
    height: fit-content;
    align-items: flex-start;
    gap: 20vw;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }

  .man-block__back-images img:first-child {
    height: auto;
    width: 100%;
    bottom: 0;
    opacity: 0.2;
  }

  .man-block__back-images img:last-child {
    height: auto;
    width: 100%;
    left: 100%;
    transform: translate(0, 0);
    opacity: 0.2;
    z-index: -1;
  }
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .man-block__text {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .man-block-container {
    gap: 7vw;
  }
}

@media screen and (max-width: 500px) {
  .man-block__title {
    font-size: 2em !important;
  }
}

.umbrella-block {
  z-index: 1;
}

.umbrella-block__title {
  font-family: var(--main-font);
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
  max-width: 850px;
}

@media screen and (max-height: 700px) {
  .umbrella-block__title {
    font-size: 1.8em;
  }
}

@media screen and (max-height: 500px) {
  .umbrella-block__title {
    font-size: 1.4em;
  }
}

.umbrella-block__text {
  font-family: var(--second-font);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.8em;
  text-align: left;
}

@media screen and (max-height: 700px) {
  .umbrella-block__text {
    font-size: 1em;
  }
}
.umbrella-block__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  /* opacity: 0.2; */
  display: none;
}

@media screen and (max-width: 1000px) {
  .umbrella-block__title {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .umbrella-block__text {
    font-size: 1em;
    line-height: 1.5em;
  }

  .umbrella-block__content img {
    display: none;
  }
  .umbrella-block__image {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .umbrella-block__title {
    font-size: 1em;
  }
}

.umbrella-block__button {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
  color: var(--white);
  padding: 0.65em 0.95em;
  background-color: var(--black);
  display: flex;
  align-items: center;
  gap: 0.95em;
  width: fit-content;
  margin-top: 1em;
  opacity: 0;
}

.umbrella-block__button:hover {
  background-color: var(--blue);
}

.umbrella-block__button img,
.umbrella-block__button svg {
  width: 25px;
}

.umbrella-block__content img {
  width: 25%;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-height: 700px) {
  .umbrella-block__content img {
    width: 33%;
  }
}

@media screen and (max-width: 1600px) {
  .umbrella-block__content img {
    width: 35%;
  }
}

.umbrella-block-container {
  display: flex;
  flex-direction: column;
}

.umbrella-block__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 65px;
  flex: 1;
}

@media (max-width: 600px) and (orientation: portrait),
  (max-height: 600px) and (orientation: landscape) {
  .umbrella-block__content {
    padding-top: 25px;
  }

  .umbrella-block__button {
    margin-bottom: 15px;
  }
}

@media screen and (max-height: 500px) {
  .umbrella-block__content {
    padding-top: 20px;
  }
  .umbrella-block__text-text {
    line-height: 1.3;
  }
}
.last-block {
  z-index: 2;
}

.last-block__pretitle {
  font-family: var(--main-font);
  font-size: 1.56em;
  font-weight: 400;
  line-height: 3.5em;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  opacity: 0;
}

.last-block__title {
  font-family: var(--main-font);
  font-size: 6.25em;
  line-height: 1.2em;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  opacity: 0;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .last-block__title {
    font-size: 4.5em;
  }
}

@media screen and (max-height: 700px) {
  .last-block__title {
    font-size: 4.5em;
  }
}
@media screen and (max-height: 500px) {
  .last-block__title {
    font-size: 2.5em;
  }
}

.last-block__button {
  font-family: var(--main-font);
  font-size: 1.87em;
  font-weight: 700;
  line-height: 4em;
  text-align: center;
  color: var(--blue);
  margin: auto;
  display: block;
  width: fit-content;
  opacity: 0;
}

.last-block__button:hover {
  color: var(--white);
}

@media screen and (max-width: 1000px) {
  .last-block__pretitle {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 2em;
    text-align: left;
  }

  .last-block__title {
    font-size: 3.2em;
    line-height: 1.2em;
    text-align: left;
    margin: 0;
  }

  .last-block__button {
    font-size: 1.87em;
    line-height: 4em;
    margin: 0;
    text-align: left;
  }

  .last-block-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .last-block__title {
    font-size: 2.5em;
  }
}

#footer__main-direction-text-2,
#footer__main-direction-text-3 {
  display: none;
}
