@font-face {
  font-family: "TT Mussels Trial";
  src: url(/fonts/TT\ Mussels\ Trial\ ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Medium.ttf);
  font-weight: 500;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000000;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-weight: 900;
  font-family: 'TT Mussels Trial', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.inter {
  font-family: 'Inter';
}

.container {
  width: 100%;
  max-width: 1440px;       
  margin: auto;
  padding: 0 1.3vw;         
  box-sizing: border-box;
  position: relative;
}

.side, .flavor, .rules, .promo {
  position: relative ;
  flex-wrap: wrap;
  gap: 20px;

}

.side .content {
  padding-top: 48px;
}

.background {
  background: linear-gradient(90deg, #FF135D 0%, #4F75FE 100%);
  box-shadow: inset 0 0 12px 12px #000000, inset 0 0 3px 2px #000000;
  position: relative;
  border-radius: 56px;
  margin: 44px 0 88px 0;
  max-width: 100%;
  width: 100%;
  height: 735px;
}

.background-image {
  border-radius: 40px;
  width: 96%;
  height: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  object-fit: cover;
  object-position: center;
}

.shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.promo {
  margin-top: 130px;
}

.promo .content {
  padding-left: 90px;
}

.content {
  position: relative;
  z-index: 9;
  color: #FFFFFF;
  font-family: 'TT Mussels Trial', sans-serif;
  padding-left: 70px;
  padding-top: 34px;
  height: 100%;
}

.subtitle {
  margin: 0;
  font-size: 62px;
  text-transform: uppercase;
}

.logo {
  width: 195px;
  height: 80px;
  top: 49px;
  right: 130px;
  position: absolute;
  z-index: -1;
}

.rotation, .buttons {
  rotate: -2.8deg;
}

.side-title {
  color: #74BC1F;
  font-size: 50px;
  margin: 0;
}

.side-title__kz {
  font-size: 46px;
}

.buttons {
  padding-top: 50px;
}

.btn {
  font-family: 'TT Mussels Trial', sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display:block;
  max-width: 274px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 20px;
  margin-bottom: 18px;
  border: 0;
  background-color: #FFFFFF;
}

span {
  opacity: 0;
}


/* 2я секция */

.flavor {
  padding-left: 0;
}

.flavor-title {
  rotate: -2.8deg;
  z-index: 3;
  position: relative;
}

.flavor-title h1 {
  font-family: 'TT Mussels Trial', sans-serif;
  font-size: 62px;
  color: #FFFFFF;
  text-shadow: 1px 1px 25px black;
  text-align: center;
}

.pointers {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 230px;
}

.pink-pointer {
  transition: transform 0.3s ease;
  transform-origin: center;        
}

 .pink-pointer:hover {
  transform: scale(1.3);
}
 
.blue-pointer {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.blue-pointer:hover {
  transform: scale(1.3);
}

.pink-img {
  position: absolute;
  left: 24px;
  top: 18px;
  width: auto;
  height: 903px;
}

.blue-img {
  position: absolute;
  right: 24px;
  top: 28px;
  width: auto;
  height: 803px;
}


/* 3 секция */

.rules {
  position: relative;
  margin-top: 136px;
}
.rules .background-image {
  display: none;
}
.rules .background-image.active {
  display: block;
}
.rules-items{
  margin-top: 10px;
}

.item {
  position: relative;
  display: flex;
  left: 56px;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: -17px;
}

.item img {
  height: 63px;
  position: absolute;
  left: -72px;
  top: 50%;
  transform: translateY(-50%);
}

.item p {
  position: relative;
  z-index: 5;
}

.rules-form {
  text-align: center;
  background: linear-gradient(170deg, #FF135D, #4F75FE);
  position: absolute;
  border-radius: 40px;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 0 48px;
  max-width: 480px;
  width: 100%;
}

.rules-title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 38px;
  padding-top: 15px;
  text-transform: uppercase;
}

.rules-title p {
  margin-bottom: 0;
  color: #fff;;
}

.rules-title span {
  color: #000000;
  opacity: 1;
}

.rules-button{
  background-color: #000;
  color: #FFFFFF;
  font-family: "TT Mussels Trial";
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  height: 83px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 0;
}

.registration {
  margin-top: 37px;
}

.registration-input {
  width: 100%;
  height:79px;
  display: block;
  margin-bottom: 2px;
  font-family: "TT Mussels Trial";
  font-size: 20px;
  text-align: left;
  border-radius: 20px;
  border: 0;
  padding-left: 34px;
}

.registration-input::placeholder {
  color: rgba(203, 203, 203, 0,7);
}

.registration-input::-webkit-input-placeholder {
  color: rgba(203, 203, 203, 0.7);
}

.registration-input:-ms-input-placeholder {
  color: rgba(203, 203, 203, 0.7);
}

.share p {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-top: 37px;
  margin-bottom: 18px;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 41px;
  gap: 70px;
}

.icons a {
  color: #000;
  align-items: center;
}

/* 4 секция */

.promo-subtitle {
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  padding-top: 22px
}

.gradient-text {
  font-size: 24px;
  line-height: 28px;
  background: linear-gradient(113deg, #FF135D, #4F75FE);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: 5;
  left: 268px;
  top: -9px;
}

.gradient-text__kz {
  left: 400px;
}

.promo-background__kz {
  height: 844px;
}

.promo-items {
  margin-top: -16px;
}

.mob-divider {
  display: none;
}

#green-subtitle {
  color: #74BC1F;
  opacity: 1;
}

#small-green-font {
  font-size: 14px;
  color: #74BC1F;
  opacity: 1;
}

.slogan {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #74BC1F;
  margin: 0;
  margin-left: -34px;
}
.slogan__kz {
  font-size: 40px;
  line-height: 50px;
}

.photo-with-flash {
  position: absolute;
  right: 80px;
  top: 57px;
  width: 400px;
  height: 637px;
  background-color: #fff;
  border: 0;
  border-radius: 40px;
  z-index: 2;
}

.photo-with-flash img {
  height: 297px;
  width: 376px;
  position: absolute;
  top: 11px;
  left: 12px;
  right: 12px;
  bottom: 11px;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}

.night {
  position: absolute;
  top: 314px;
}

.shutterstock {
  position: absolute;
  bottom: -96px;
  left: 544px;
  z-index: 9;
}

.shutterstock img {
  height: 481px;
  width: 520px;
}

.lang {
  position: absolute;
  right: 0;
  display: flex;
  border-radius: 14px;
  align-items: center;
  padding: 10px;
  gap: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: 50px;
  margin-top: 22px;
  max-width: max-content;
  z-index: 999;
}

.lang p {
  font-family: 'Inter';
  padding: 0 !important;
  margin: 0 !important;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.lang img {
  width: 20px;
  height: 20px;
}

.mob-bg-image {
  display: none;
  border-radius: 25px;
  width: 90%;
  height: 94%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  object-fit: cover;
  object-position: bottom;
}

.pink-mob {
  display: none;
  height: 508px;
  width: auto;
  position: absolute;
  left: -8px;
  bottom: 140px;
}
.blue-mob {
  display: none;
  height: 415px;
  width: auto;
  right: -8px;
  bottom: -8px;
  position: absolute;
}

* {
  box-sizing: border-box;
}

.morning-form {
  display: none;
  position: absolute;
  bottom: -148px;
  z-index: 3;
  max-width: 425px;
  aspect-ratio: 425/666;
}

.mob-description {
  display: none;
  text-align: center;
}

.shutterstock-mob {
  display: none;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 183px
}

#rules-form-mob {
  display: none;
}

.steps {
  display: none;
}

@media screen and (max-width: 860px) {
  .pink-img {
    height: 760px;
    left: 12px;
  }
  .blue-img {
    height: 660px;
    right: 12px;
  }
  .logo {
    right: 20px;
    top: 80px;
  }
}

@media screen and (max-width: 640px) {
  .background {
    margin: 32px 0 56px 0;
    border-radius: 40px;
    height: 840px;
  }
  .background-image {
    display: none !important;
  }
  .promo {
    margin-top: 40px;
  }
  .logo {
    max-width: 94px;
    width: 100%;
    height: 40px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
  }
  .side-title {
    font-size: 22px;
    text-align: center;
    padding-top: 54px;
  }
  .subtitle {
    font-size: 30px;
    text-align: center;
    margin-top: 8px;
  }
  .content {
    padding-left: 0;
  }
  .buttons {
    padding-top: 10px;
  }
  .btn {
    margin: 0 auto;
    max-width: 200px;
    font-size: 14px;
    padding: 12px;
    color: #000;
    border-radius: 11px;
  }
  .btn:first-child {
    margin-bottom: 16px;
  }
  .mob-bg-image {
    display: block;
  }
  .flavor-title h1 {
    font-size: 34px;
  }
  .pink-img, .blue-img {
    display: none;
  }
  .pink-mob, .blue-mob {
    display: block;
  }
  .pointers {
    gap: 140px;
    margin-top: 0;
  }
  .flavor-mob-image {
    object-fit: fill;
  }
  .pink-pointer, .blue-pointer {
    width: 58px;
  }
  .pointers {
    padding-top: 16px;
    padding-left: 28px;
  }
  .pointers__mob {
    padding-top: 52px;
  }
  .rules {
    margin-top: 54px;
  }
  .rules-bg__kz {
    height: 770px !important;
  }
  .rules-bg__kz .mob-bg-image {
    object-position: center 94% !important;
  }
  .rules-bg .mob-bg-image {
    height: 94%;
    object-position: center 92%;
    object-fit: cover;
  }
  .rules-form {
    position: static;
    width: 100%;
    transform: none;
    padding: 0 20px;
    top: -170px;
    height: auto;
  }
  .lang {
    position: unset;
    margin-right: 44px;
    border-radius: 10px;
    padding: 6px;
    margin-top: 14px;
  }
  .lang p {
    font-size: 12px;
  }
  .lang img {
    width: 16px;
    height: 16px;
  }
  .rules-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .rules-button {
    width: 100%;
    height: 48px;
    font-size: 18px;
    letter-spacing: 5%;
    border-radius: 15px;
  }
  .rules-button__kz {
    margin: 4px 0;
  }
  .registration {
    padding: 0;
    margin-right: 0;
    margin-top: 22px;
  }
  .registration-input {
    padding-left: 24px;
    height: 48px;
    border-radius: 15px;
    font-size: 14px;
  }
  .share p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .icons {
    gap: 40px;
  }
  .rules-bg {
    height: 700px;
  }
  .rules-bg .rotation {
    /* margin-top: 420px; */
  }
  .rules-items {
    margin: 0 auto;
    padding-right: 28px;
    max-width: max-content;
  }
  .item {
    left: 0;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 22px;
  }
  .item img {
    position: unset;
    height: 48px;
    transform: none;
  }
  .morning-form__kz {
    bottom: -132px
  }
  .morning-form.active {
    display: block;
  }
  .promo .background {
    height: 770px;
  }
  .photo-with-flash {
    position: static;
    width: 68%;
    height: auto;
    padding: 14px;
    margin-left: 40px;
    margin-bottom: 32px;
    rotate: -2.8deg;
    border-radius: 15px;
  }
  .photo-with-flash img {
    position: static;
    width: 100%;
    height: 100%;
    aspect-ratio: 229/194;
    border-radius: 15px;
  }
  .night {
    position: static;
  }
  .mob-description__kz {
    margin-left: -32px;
  }
  #small-green-font {
    line-height: 12px;
  }
  .promo .mob-bg-image {
    height: 94%;
  }
  .promo-subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-right: 14px;
  }
  .gradient-text {
    display: none;
    position: static;
    font-size: 18px;
    text-align: center;
  }
  .promo .content {
    padding: 36px 20px 0 50px;
  }
  .web-divider {
    display: none;
  }
  .description {
    display: none;
  }
  .mob-description {
    display: block;
  }
  .mob-description span {
    opacity: 1;
  }
  .shutterstock {
    display: none;
  }
  .shutterstock-mob {
    display: block;
  }
  .promo-items {
    margin-right: 16px;
    padding: 0 50px;
  }
  .slogan {
    font-size: 34px;
    line-height: 34px;
    margin-top: 32px;
    margin-left: 16px;
    text-align: center;
  }
  .mob-divider {
    display: block;
  }
  #rules-form-mob {
    display: block;
    padding: 0 20px;
  }
  .steps {
    display: block;
  }
  .steps .background {
    height: 600px;
  }
  .steps .content {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 400px) {
  .flavor-title {
    padding: 0 40px;
  }
}

@media screen and (max-width: 370px) {
  .rules-bg .rotation {
    margin-top: 450px;
  }
  .morning-form {
    bottom: -115px
  }
}