@import url(./fonts.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  user-select: none;
}

header {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.header_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header_bg img {
  position: absolute;
  width: 1920px;
  height: auto;
  top: 0;
}

@media (min-width: 601px) and (max-width: 1060px) {
  .header_bg img {
    object-position: -70px;
  }
}

.nav_bar {
  position: relative;
  z-index: 11;
  width: 100%;
}

.nav_bar img {
  width: 100%;
}

.header_wrapper {
  position: relative;
}

.header_text h1 {
  color: #000;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 114.286% */
  margin-bottom: 60px;
}

.desk_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_block {
  padding-bottom: 70px;
}

.header_text {
  width: 1180px;
  margin: 0 auto;
  margin-top: 195px;
}

.header_text span {
  color: #000;
  font-family: Future500, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: 45px;
  /* 150% */
}

.header_text p {
  color: #000;
  font-family: Future300, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
}

.header_btn {
  position: relative;
  z-index: 10;
}

.header_btn {
  z-index: 10;
}

.header_btn button {
  border-radius: 90px;
  background: #a543c5;
  box-shadow: 0px 0px 20px 0px rgba(132, 48, 159, 0.1);
  border: none;
  cursor: pointer;
  width: 280px;
  height: 60px;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-family: Future500, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 45px;
  /* 204.545% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.complex {
  margin-top: 500px;
}

.complex h2 {
  color: #000;
  text-align: center;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 140% */
}

.complex h2 span {
  color: #f3aa46;
}

.complex_title_line {
  width: 205px;
  height: 4px;
  background: #f3aa46;
  margin: 30px auto;
}

.complex_descr h3 {
  color: #000;
  font-family: Future400, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.complex_descr span {
  color: #000;
  text-align: center;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
}

.complex_descr p {
  color: #000;
  font-family: Future500, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
}

.complex_cards {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.complex_card div {
  padding: 10px;
  border-radius: 30px 0px;
  border: 1px solid #a543c5;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(73, 16, 91, 0.15);
}

.complex_card p {
  color: #000;
  text-align: center;
  font-family: Future400, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
}

.complex_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.complex_card img {
  margin-bottom: -3px;
}

.complex_card:nth-child(1) div,
.complex_card:nth-child(2) div,
.complex_card:nth-child(3) div,
.complex_card:nth-child(4) div {
  min-height: 83px;
}

.complex_card:nth-child(5) div,
.complex_card:nth-child(6) div,
.complex_card:nth-child(7) div,
.complex_card:nth-child(8) div {
  min-height: 183px;
}

.microbs_wrapper {
  width: 1180px;
  margin: 0 auto;
  margin-top: 80px;
}

.microbs_wrapper h2 {
  color: #000;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 140% */
}

.microbs_wrapper .complex_title_line {
  margin: 0;
  margin-top: 24px;
  margin-bottom: 33px;
}

.microbs_text p {
  color: #000;
  font-family: Future400, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.microbs_text span {
  color: #000;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 136% */
}

.microbs_text {
  margin-bottom: 35px;
}

.microb_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 580px;
  grid-gap: 20px;
}

.microb_card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.microb_card p {
  color: #000;
  font-family: Future400, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 136% */
}

.microbs {
  position: relative;
  padding-bottom: 150px;
  z-index: 11;
}

.microbs_wrapper_blocks {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.microb_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

.microbs_wrapper,
.complex_cards {
  position: relative;
  z-index: 15;
}

.block_title h2 {
  color: #000;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
}

.block_title span {
  color: #f3aa46;
}

.lubrikant_descr p {
  color: #000;
  text-align: center;
  font-family: Future500, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 120% */
}

.lubricant {
  position: relative;
  margin-top: 50px;
}

.lubricant_bg {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.lubricant_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,1) 55px, rgba(255,255,255,0) 155px);
}

.lubricant_bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 1920px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
}

.lubricant_bg img {
  width: 1920px;
  object-position: 55px 0;
}

.lubricant_wrapper {
  position: relative;
  z-index: 16;
}

.lubricant_texts {
  width: 1180px;
  margin: 0 auto;
}

.lubricant_text {
  display: flex;
  align-items: center;
}

.lubricant_text p {
  color: #000;
  text-align: right;
  font-family: Future400, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
}

.lubricant_texts {
  position: relative;
}

.lubricant_text {
  position: absolute;
}

.lubricant_text_1 {
  left: 220px;
  top: 50px;
}

.lubricant_text_2 {
  right: 200px;
  top: 60px;
}

.lubricant_text_4 {
  right: 110px;
  top: 220px;
}

.lubricant_text_6 {
  right: 50px;
  top: 390px;
  text-align: left;
}

.lubricant_text_2 p,
.lubricant_text_4 p,
.lubricant_text_6 p {
  text-align: left;
}

.lubricant_text_1 p,
.lubricant_text_3 p,
.lubricant_text_5 p {
  text-align: right;
}

.lubricant_text_3 {
  top: 200px;
  left: 30px;
}

.lubricant_text_5 {
  top: 330px;
  left: 220px;
}

.unica_uro {
  padding-top: 200px;
  margin-top: 400px;
}

.shop_card {
  width: 280px;
  height: 330px;
  border-radius: 30px 0px;
  border: 1px solid #a543c5;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(73, 16, 91, 0.15);
}

.shop_cards {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-top: 130px;
}

.shop_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.shop_card .shop_card_content {
  position: absolute;
  bottom: 37px;
}

.shop_card p {
  margin: 10px 0 24px;
  color: #000;
  text-align: center;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 138.889% */
}

.shop_card span {
  color: #000;
  text-align: center;
  font-family: Future400, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
}

.shop_card button {
  width: 200px;
  height: 50px;
  border-radius: 90px;
  background: #a543c5;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(132, 48, 159, 0.1);

  color: #fff;
  text-align: center;
  font-family: Future500, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 45px;
  /* 225% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
}

.shop_card {
  margin-bottom: 120px;
}

.pre_bottom {
  position: relative;
}

.pre_bottom_bg {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.pre_bottom_bg img {
  width: 1920px;
}

.pre_bottom_text {
  width: 1180px;
  margin: 0 auto;
  padding-top: 290px;
  position: relative;
}

.pre_bottom_text h2 {
  color: #000;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 140% */
}

.pre_bottom_text span {
  color: #f3aa46;
}

.pre_bottom_text .complex_title_line {
  margin-left: 0;
}

.pre_bottom_text p {
  color: #000;
  font-family: Future700, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
}

.pre_bottom_btns {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.pre_bottom_btns button {
  width: 280px;
  height: 60px;
  border: none;
  cursor: pointer;
}

.pre_bottom_btns button:nth-child(1) {
  border-radius: 90px;
  background: #a543c5;
  box-shadow: 0px 0px 20px 0px rgba(132, 48, 159, 0.1);
  color: #fff;
  text-align: center;
  font-family: Future500, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 45px;
  /* 204.545% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-right: 20px;
}

.pre_bottom_btns button:nth-child(2) {
  border-radius: 90px;
  border: 1px solid #a543c5;
  background: transparent;
  color: #a543c5;
  text-align: center;
  font-family: Future500, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 45px;
  /* 204.545% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.bottom_block {
  width: 1180px;
  margin: 0 auto;
}

.bottom_text p {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 75px;
  color: #000;
  text-align: center;
  font-family: Future300, Helvetica, sans-serif;
  font-size: 30px;
  /* font-size: 60px; */
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  /* 50% */
}

.bottom_block .complex {
  margin-top: 300px;
}

.nav_bar img:nth-child(2),
.header_bg img:nth-child(2) {
  display: none;
}

.lubricant_bg_mob,
.pre_bottom_bg_mob,
.lubricant_wrapper .desc_text-mob  {
  display: none;
}

button {
  transition: all 0.4s ease;
}

button:hover {
  transition: all 0.4s ease;
  opacity: 0.8;
}

.mob_text {
  display: none;
}

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

.header_couples,
.header_couples_mob {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_couples img:first-child {
  position: absolute;
  top: 5px;
}

.header_couples img:last-child {
  position: absolute;
  margin-left: 100px;
  top: 15%;
}

.header_couples_mob img {
  position: absolute;
  top: 750px;
  right: 0;
  width: 450px;
  height: auto;
}

@media only screen and (max-width: 1250px) {
  .complex .desc_text {
    width: 90%;
    margin: 0 auto;
  }

  .bottom_block .complex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .unica_uro {
    padding-top: 0;
  }

  .bottom_block .complex {
    margin-top: 250px;
    padding: 0;
  }

  .unica_uro {
    margin-top: 700px;
  }
}

@media only screen and (max-width: 1200px) {

  .header_text,
  .complex_cards,
  .microbs_wrapper,
  .lubricant_texts,
  .shop_cards,
  .pre_bottom_text,
  .bottom_block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .microbs_wrapper_blocks {
    flex-direction: column;
  }

  .microb_bg {
    width: 1400px;
  }

  .complex_card div {
    min-height: auto !important;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .complex_card {
    justify-content: flex-start;
  }

  .shop_cards,
  .complex_cards {
    grid-template-columns: repeat(3, 1fr);
  }

  /* .complex {
    margin-top: 100px;
  } */
  .lubricant_wrapper .desc_text {
    width: 90%;
    margin: 0 auto;
  }

  .unica_uro {
    padding-top: 00px;
  }

  .microbs_left,
  .microbs_right {
    width: 100%;
  }

  .microbs_right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .microb_cards {
    margin: 0 auto;
  }
}

.mob_rub {
  display: none;
}

@media only screen and (max-width: 1060px) {
  .lubricant_texts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .desc_text {
    width: 90%;
    margin: 0 auto;
  }

  .lubricant_bg {
    top: 50px;
    height: 100%;
  }

  .lubricant_text_5 {
    height: 140px;
  }

  .header_text {
    margin-top: 100px;
  }

  .header_text_wrapper .desc_text {
    width: 560px;
  }

  .unica_uro {
    padding-top: 0;
    margin-top: 100px;
  }

  .lubricant_text_1,
  .lubricant_text_3,
  .lubricant_text_5 {
    flex-direction: column-reverse !important;
  }

  .lubricant_texts .lubricant_text {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
  }

  .desc_rub {
    display: none;
  }

  .mob_rub {
    display: block;
  }

  .complex {
    margin-top: 650px;
  }

  .pre_bottom_text > .desc_text {
    width: auto;
  }
}

@media only screen and (max-width: 920px) {

  .shop_cards,
  .complex_cards {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }

  .header_text_wrapper .desc_text {
    width: 500px;
  }

  .microbs_wrapper_blocks {
    flex-direction: column;
  }

  .microbs_left {
    width: 100%;
  }

  .lubricant_texts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .lubricant_text_1,
  .lubricant_text_3,
  .lubricant_text_5 {
    flex-direction: column-reverse !important;
  }

  .lubricant_texts .lubricant_text {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
  }

  .desc_text {
    width: 100%;
  }

  .unica_uro {
    padding-top: 0px;
  }

  .bottom_block .complex {
    margin-top: 100px;
  }

  .desc_text {
    width: 90%;
    margin: 0 auto;
  }

  .pre_bottom_btns button {
    width: 166px;
    height: 50px;
    font-size: 18px !important;
  }

  .pre_bottom_bg {
    display: none;
  }

  .pre_bottom_bg_mob {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
  }
  
  .pre_bottom_bg_mob img {
    min-width: 920px;
  }

  .pre_bottom_text {
    padding-top: 350px;
    min-height: 625px;
  }

  .pre_bottom_text > .desc_text {
    width: 100%;
  }

  .bottom_block {
    padding-top: 900px;
  }

  .bottom_block .complex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.microb_mob,
.header_couples_mob {
  display: none;
}

@media only screen and (max-width: 600px) {

  .nav_bar img:nth-child(2),
  .header_bg img:nth-child(2) {
    display: block;
    width: 100%;
    top: -170px;
  }

  .header_couples_mob {
    display: flex;
  }

  .header_couples {
    display: none;
  }

  .microb_cards {
    justify-items: center;
    align-items: center;
  }

  .microbs_right {
    margin-top: 30px;
  }

  .microb_card {
    margin-bottom: 10px;
  }

  .header_bg img:nth-child(2) {
    min-width: 600px;
  }

  .header_bg {
    height: 900px;
  }

  .microb_desc {
    display: none;
  }

  .microb_mob {
    display: block;
  }

  .nav_bar img:nth-child(1),
  .header_bg img:nth-child(1) {
    display: none;
  }

  .pre_bottom_btns {
    justify-content: center;
  }

  .pre_bottom_text {
    padding-top: 160px;
    min-height: 485px;
  }

  .pre_bottom_bg_mob img {
    min-width: 600px;
  }

  .header_text {
    margin-top: 40px;
  }

  .header_text h1,
  .microbs_wrapper h2 {
    font-size: 34px;
    text-align: center;
    line-height: 130%;
    margin-bottom: 45px;
  }

  .header_text h1 br,
  .header_text p br {
    display: none;
  }

  .header_text p {
    font-size: 20px;
    text-align: center;
    line-height: 130%;
  }

  .header_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_btn button {
    margin-top: 30px;
  }

  .shop_cards,
  .complex_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .complex {
    margin-top: 400px;
  }

  .header_text {
    margin: 0;
  }

  .header_text_wrapper {
    position: absolute;
    top: 155px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  header {
    margin-top: -80px;
  }

  .complex h2 {
    font-size: 35px;
    line-height: 130%;
  }

  br {
    display: none;
  }

  .complex_descr h3 {
    font-size: 18px;

    line-height: 25px;
  }

  .complex_descr p {
    font-size: 18px;
  }

  .complex_card {
    width: 100%;
  }

  .complex_card div {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
  }

  .microbs_wrapper .complex_title_line {
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .microbs_text p {
    font-size: 20px;
  }

  .microb_cards {
    width: 100%;
  }

  .microb_card {
    flex-direction: column;
  }

  .microb_card p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }

  .microbs_right img {
    width: 100%;
  }

  .block_title h2 {
    font-size: 35px;
    line-height: 130%;
  }

  .complex_title_line {
    margin: 20px auto;
  }

  .lubrikant_descr p {
    font-size: 20px;
  }

  .lubricant_bg_mob {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .lubricant_bg_mob img {
    min-width: 600px;
  }

  .lubricant_bg {
    display: none;
  }

  .lubricant_texts .lubricant_text {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
  }

  .lubricant_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
  }

  .lubricant_text_1,
  .lubricant_text_3,
  .lubricant_text_5 {
    flex-direction: column-reverse !important;
  }

  .lubricant_texts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding-bottom: 350px;
  }

  .unica_uro {
    margin-top: 250px;
  }

  .unica_uro {
    padding-top: 0px;
  }

  .shop_card {
    width: 280px;
    height: 300px;
    margin-bottom: 120px;
  }

  .bottom_text p {
    margin-top: 40px;
    font-size: 40px;
    line-height: 120%;
  }

  .microbs {
    padding-bottom: 200px;
  }

  .microb_bg {
    width: 1920px;
  }

  .microbs_wrapper {
    margin-top: 40px;
  }

  .header_text h1,
  .microbs_wrapper h2 {
    margin-bottom: 20px;
  }

  .header_text span {
    font-size: 20px;
  }

  .shop_card .shop_card_content {
    bottom: 30px;
  }

  .desc_text {
    display: none;
  }

  .lubricant_wrapper .desc_text-mob {
    display: block;
  }

  .mob_text {
    display: flex;
  }

  .complex_cards {
    display: none;
  }

  .mob_text {
    width: 90%;
    margin: 0 auto;
  }

  .bottom_block {
    padding-top: 450px;
  }

  .header_wrapper {
    position: static;
  }

}

@media (min-width: 1500px) {
  .header_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1200px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 130px);
    z-index: 1;
  }

  .header_bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%) rotate(-2deg);
    width: 1920px;
    height: 1200px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
  }

  .pre_bottom_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1200px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100px);
  }
}
