@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

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

body {
  font-family: "Inter", sans-serif, arial;
  font-size: 16px;
  color: #000;
  min-height: 100vh;
  overflow: hidden;
  line-height: normal;
}

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  margin: 0;
}

svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: currentColor;
}

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
}
button:not([disabled]):hover, button:not([disabled]):focus, button:not([disabled]):active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

ul, ul li {
  list-style: none;
}

input, textarea {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

@media (max-width: 1199px) {
  body.fixed, html.fixed {
    overflow: hidden;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 100vh;
}

main * {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.left {
  max-width: 1920px;
  padding: 0 40px 60px 30px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}

.right {
  -webkit-transform: translateX(450px);
      -ms-transform: translateX(450px);
          transform: translateX(450px);
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  padding-top: 100px;
  padding-left: 90px;
  z-index: 1;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .right {
    width: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding-left: 20px;
  }
}
.right_close {
  width: 44px;
  height: 43px;
  position: absolute;
  right: 40px;
  top: 40px;
  background-image: url('data:image/svg+xml,<svg width="44" height="43" viewBox="0 0 44 43" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="43.3164" y1="0.353553" x2="1.69479" y2="41.9752" stroke="white"/><line x1="42.2675" y1="42.5635" x2="0.645888" y2="0.941855" stroke="white"/></svg>');
  background-size: cover;
  cursor: pointer;
}
.right_title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 250px;
}
@media (max-width: 767px) {
  .right_title {
    font-size: 92px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    padding-right: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
.right_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .right_info {
    padding-left: 50px;
  }
}
.right_info p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.right_info a:nth-of-type(1) {
  color: #00FF00;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.right_info a:nth-of-type(2) {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.right_info img {
  width: 63px;
}

.line1 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: #00FF00;
  z-index: 2;
}
@media (max-width: 767px) {
  .line1 {
    width: 1px;
    height: 100%;
    top: 0;
    left: 60px;
  }
}

.line2 {
  width: 1px;
  height: 200vh;
  right: 30px;
  position: absolute;
  top: 0;
  background-color: #000;
  z-index: 2;
}
@media (max-width: 767px) {
  .line2 {
    display: none;
  }
}

.img {
  background-color: #fff;
  text-align: center;
  pointer-events: none;
}
.img img {
  mix-blend-mode: difference;
  position: relative;
  top: 350px;
  margin-top: -310px;
  max-height: 90vh;
}
@media (max-width: 1199px) {
  .img img {
    top: 0;
    margin-top: 0;
    margin-bottom: -5vh;
  }
}

.title {
  font-weight: 500;
  line-height: 1.1;
  font-size: 13vw;
  text-transform: uppercase;
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
  background: #fff;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .title {
    font-size: 12vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .title {
    white-space: wrap;
    text-align: center;
    font-size: 20vw;
  }
}

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 1199px) {
  .bottom {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bottom_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1000px;
          flex: 0 1 1000px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media (max-width: 1440px) {
  .bottom_left {
    max-width: 950px;
  }
}
@media (max-width: 1199px) {
  .bottom_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
.bottom_left__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 540px;
          flex: 0 1 540px;
  max-width: 540px;
}
@media (max-width: 1199px) {
  .bottom_left__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 46px);
            flex: 0 1 calc(100% - 46px);
    max-width: calc(100% - 46px);
  }
}
@media (max-width: 767px) {
  .bottom_left__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1199px) {
  .bottom_left__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;
    max-width: 30px;
  }
}
.bottom_left__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 324px;
          flex: 0 1 324px;
  max-width: 324px;
  text-align: right;
}
@media (max-width: 1199px) {
  .bottom_left__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .bottom_left__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 46px;
  }
}
.bottom_left p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  .bottom_left p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bottom_left p {
    font-size: 12px;
  }
}
.bottom_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .bottom_right {
    padding-left: 46px;
  }
}
.bottom_right__title {
  margin-bottom: 8px;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.bottom_right__title::before {
  content: "[";
  position: absolute;
  left: 0;
}
.bottom_right__title::after {
  content: "]";
  position: absolute;
  right: 0;
}
.bottom_right__btn {
  cursor: pointer;
  background-color: #272727;
  border: 1px solid #272727;
  font-size: 22px;
  font-weight: 500;
  color: #00FF00;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
}

.active .bottom_right__btn {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.active .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 450px);
          flex: 0 1 calc(100% - 450px);
  max-width: calc(100% - 450px);
}
@media (max-width: 1440px) {
  .active .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
.active .right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.active .title {
  font-size: 9vw;
}
@media (max-width: 1199px) {
  .active .title {
    font-size: 12vw;
  }
}
.active .line1 {
  top: 60%;
}
@media (max-width: 1199px) {
  .active .line1 {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .active .line1 {
    top: 0;
    background-color: #fff;
  }
}
.active .line2 {
  right: -40px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .active .line2 {
    right: 30px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  min-width: 320px;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
}