@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
}

html, body {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 1vw;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: url(/assets/img/background.png) no-repeat center;
  background-size: cover;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.img-girl {
  position: absolute;
  
  right: 0;
  bottom: 0;
}
.img-girl img {
  width: 45.688rem;
  height: 52.75rem;
}
/* .img-chips-top {
  position: absolute;
  left: 0;
  top: 0;
} */
.img-chips-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* .img-chips-top img {
  width: 9.438rem;
  width: 8.375rem;
} */
.img-chips-bottom img {
  width: 25.478rem;
  height: 25.478rem;
}

.bonsai__top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.875rem;
  gap: 30px;
}


.bonsai__middle {
  margin-top: 2.25rem;
  padding: 0 4rem;
}
.bonsai__middle-content {
  background: rgba(0, 19, 36, 0.7);
  border-radius: 20px;
  width: 39.25rem;
  height: 100%;
}

.bonsai__middle-content-top {
  color: #90C8FF;
  padding-top: 2.125rem;
  margin: 0 2.688rem;
}
.bonsai__middle-content-top h1 {
  font-weight: 900;
  font-size: 4.125rem;
  text-transform: uppercase;
  line-height: normal;
}
.bonsai__middle-content-top h2 {
  font-weight: 500;
  font-size: 2.275rem;
  text-transform: uppercase;
  display: flex;
  line-height: normal;
}
.bonsai__middle-content-top h2 span{
  font-weight: 500;
  text-transform: lowercase;
  color: #4BCB91;
  font-size: 0.875rem;
  height: auto;
  display: flex;
  margin-left: 0.938rem;
  align-items: center;
  border: 1px solid rgba(75, 203, 145, 0.4);
  border-radius: 31px;
  padding: 0 1.438rem 0;
}
.bonsai__middle-content-top h2 span b {
  margin: 0 4px;
  border-bottom: 2px solid #4BCB91;
}
.bonsai__middle-content-middle {
  background: rgba(0, 19, 38, 0.5);
  border-radius: 30px;
  margin: 2.125rem 3.25rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2.188rem 0 2.563rem;
}
.bonsai__middle-content-middle-text {
  color: #EBB5FE;
  /* box-shadow: 0px 0px 43.7px 0px #EBB5FE; */
  font-weight: 900;
  font-size: 4.25rem;
  
  
}
.bonsai__middle-content-middle-text span {
  font-size: 3rem
}

.bonsai__middle-content-bottom {
  height: 5rem;
  margin: 2.25rem 3.375rem 3.438rem;
  display: flex;
  gap: 1rem;
}

.bonsai__middle-content-bottom__copy {
  background: #001A31;
  border: 1px solid #90C8FF;
  border-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.063rem;
  position: relative;
}

.bonsai__middle-content-bottom__copy .copy-alert {
  display: none;
  position: absolute;
  
  top: -30px;
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase ;
  font-weight: 700;
}

.bonsai__middle-content-bottom__copy .copy-field{
  color: #90C8FF;
  font-size: 1.5rem;
  text-transform: uppercase ;
  font-weight: 700;
}
.bonsai__middle-content-bottom__copy .copy-btn{
  cursor: pointer;
}
.bonsai__middle-content-bottom a{
  color: #001A31;
  border-radius: 20px;
  background: linear-gradient(262.16deg, #48CB94 6.05%, #4FCB8E 49.56%, #47DE94 93.95%);
  font-size: 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 26.313rem;
  /* padding: 0 2.375rem; */
}


@media only screen and (max-width: 1440px) {
  .bonsai__middle-content {
    width: 49rem;
  }
  .bonsai__middle-content-top h1 {
    font-size: 5.125rem;
  }
  .bonsai__middle-content-top h2 {
    font-size: 3.275rem;
  }
  .bonsai__middle-content-top h2 span {
    font-size: 1rem;
  }
  .bonsai__middle-content-middle-text {
    font-size: 5.25rem;
  }
  .bonsai__middle-content-middle-text span {
    font-size: 3.75rem;
  }

  .bonsai__middle-content-bottom__copy .copy-field {
    font-size: 1.875rem;
  }
  .bonsai__middle-content-bottom a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    background: url(/assets/img/background-mob.png) no-repeat center;
    background-size: cover;
  }
  .bonsai__middle {
    padding: 0;
  }
  .bonsai__middle-content {
    width: 100%;
    
  }
  .bonsai__middle-content-top {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bonsai__middle-content-top h1 {
    font-size: 32px;
  }
  .bonsai__middle-content-top h2 {
    font-size: 34px;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .bonsai__middle-content-top h2 span {
    width: max-content;
    font-size: 14px;
    height: 39px;
    margin-top: 20px;
  }

  .bonsai__middle-content-middle-text {
    font-size: 42px;
  }
  .bonsai__middle-content-middle {
    margin: 30px 12px 0;
    padding: 60px 0;
  }
  .bonsai__middle-content-bottom {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }
  .bonsai__middle-content-bottom__copy {
    height: 80px;
    
  }
  .bonsai__middle-content-bottom__copy .copy-field {
    font-size: 24px;
  }
  .bonsai__middle-content-middle-text span {
    font-size: 42px;
  }
  .bonsai__middle-content-bottom__copy .copy-alert {
    font-size: 20px;
  }
  .bonsai__middle-content-bottom__copy {
    justify-content:space-around;
  }
  .bonsai__middle-content-bottom a {
    height: 80px;
    width: 100%;
    font-size: 20px;
  }
  .img-girl {
    right: 50%;
    transform: translateX(20%);
    width: 100%;
  }
  .img-girl img{
    width: 539px;
    height: 579px;
  }
  .wrapper {
    height: 170vh;
  }
}