@font-face {
    font-display: swap;
    font-family: 'PP Neue Montreal';
    font-weight: 500;
    src: url('../fonts/ppneuemontreal-medium.woff2') format('woff2'),
        url('../fonts/ppneuemontreal-medium.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Fact';
    font-weight: 900;
    src: url('../fonts/Fact-Black.woff2') format('woff2'),
        url('../fonts/Fact-Black.woff') format('woff');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html { 
    font-size: min(1px, calc(100vw / 1920)); 
}

@media (min-width: 1920px){
  html { 
    font-size: 1px; 
}
}

@media (min-width: 768px){
  html { 
    font-size: calc( min(1px, calc(100vw / 4000)));
}
}

body {
  margin: 0 !important;
  color: var(--color-primary-dark);
  background-color: var(--color-primary-light);
  font-family: 'PP Neue Montreal', sans-serif;
  font-size: 29rem;
  font-weight: 500;
  line-height: 130%;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  display: inline-block;
}

address {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    animation: bounce-in .7s cubic-bezier(.21,1,.29,1) both;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* main-blocks-black */
.main-blocks-black {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 400rem 0 350rem;
    background-image: url('../image/main-exclamation-black-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black {
        padding: 100rem 0 100rem;
        height: 100vh;
    }
} */

/* Слой на всю секцию */
.falling-layer{
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%;
  z-index:1; 
  pointer-events:none;
  animation: none !important;
}

.main-blocks-black{ 
    --unit: 1rem; 
}

@media (max-width:768px){ 
    .main-blocks-black{ 
        --unit: 1px; 
    } 
}

.falling-block{
  --w: 86; 
  --h: 86; 
  --r: 24; 
  --ox:14; 
  --oy:14;
  position:absolute;
  width:  calc(var(--w) * var(--unit));
  height: calc(var(--h) * var(--unit));
  border-radius: calc(var(--r) * var(--unit));
  will-change: transform; 
  pointer-events:auto; 
  user-select:none; 
  touch-action:none;
  overflow:visible;
  z-index: 2;
}

.falling-block__pink, .falling-block__yellow{ 
    position:absolute; 
    inset:0; 
    border-radius:inherit; 
}

.falling-block__pink  { 
    background:#ED8FC4; 
    transform:translate(calc(var(--ox)*var(--unit)), calc(var(--oy)*var(--unit))); 
}

.falling-block__yellow{ 
    background:#FFFC53; 
    z-index:1; 
}

/* типы и их размеры */
.falling-block.type-small{ 
    --w:86; 
    --h:86;  
    --r:24; 
    --ox:14; 
    --oy:14; 
}

.falling-block.type-big  { 
    --w:86; 
    --h:300; 
    --r:24; 
    --ox:14; 
    --oy:14; 
}

@media (max-width:768px){ 
    .falling-block.type-small{ 
        --w:40; 
        --h:40; 
        --r:12; 
        --ox:6; 
        --oy:6; 
    } 
    
    .falling-block.type-big { 
        --w:40; 
        --h:80; 
        --r:12; 
        --ox:6; 
        --oy:6; 
    } 
}

@media (max-width:500px){
  .falling-block.type-small{ 
        --w: 30;
        --h: 30;
        --r: 10;
        --ox: 4;
        --oy: 4;
    }

    .falling-block.type-big  { 
        --w: 30;
        --h: 80;
        --r: 10;
        --ox: 4;
        --oy: 4;
    }
}

.falling-shadow-wrap{
  position:absolute; 
  z-index:0; 
  pointer-events:none;
}

.falling-shadow{
  position:absolute; 
  inset:0; 
  pointer-events:none;
  background:#ED8FC4;
  border-radius:16px;
}

.main-blocks-black-logo {
    margin-bottom: 155rem;
    position: relative;
    width: 1053rem;
    height: 472rem;
    z-index: 2;
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black-logo {
        margin-bottom: 60rem;
        width: 900rem;
        height: 100%;
    }
} */

.main-blocks-black_top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 155rem;
    position: relative;
    z-index: 2;
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black_top {
        margin-bottom: 40rem;
    }
} */

.main-blocks-black_top-left {
    padding: 12rem 28rem;
    background: #FFF;
    transform: rotate(-4.831deg);
    margin-right: -210rem;
    margin-bottom: 68rem;
    position: relative;
    z-index: 1;
}

.main-blocks-black_top-left p {
    color: #000;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

@media screen and (max-width: 500px) {
    .main-blocks-black_top-left p {
        font-size: 20px;
    }
}

.main-blocks-black_top-right {
    padding: 10rem 14rem 10rem 28rem;
    background: #FFF;
    transform: rotate(1.851deg);
}

.main-blocks-black_top-right p {
    color: #ED8FC4;
    text-shadow: 0.952rem -0.952rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

@media screen and (max-width: 500px) {
    .main-blocks-black_top-right p {
        font-size: 20px;
    }
}

.main-blocks-black_links {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-bottom: 80rem;
    position: relative;
    z-index: 2;
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black_links {
        margin-bottom: 40rem;
    }
} */

@media screen and (max-width: 500px) {
    .main-blocks-black_links {
        flex-direction: column;
        gap: 10px;
    }
}

.main-blocks-black_links-apple {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 29rem 60rem;
    border-radius: 22rem;
    background: #FFFC53;
    color: #151515;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-blocks-black_links-apple {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black_links-apple {
        padding: 18rem 40rem;
        font-size: 25rem;
    }
} */

.main-blocks-black_links-apple:hover {
    transform: scale(1.05);
}

.main-blocks-black_links-apple svg {
    width: 39rem;
    height: 48rem;
}

@media screen and (max-width: 500px) {
    .main-blocks-black_links-apple svg {
        width: 16px;
        height: 20px;
    }
}

.main-blocks-black_links-google {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 31rem 60rem;
    border-radius: 22rem;
    background: #ED8FC4;
    color: #FFF;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-blocks-black_links-google {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black_links-google {
        padding: 20rem 40rem;
        font-size: 25rem;
    }
} */

.main-blocks-black_links-google:hover {
    transform: scale(1.05);
}

.main-blocks-black_links-google svg {
    width: 40rem;
    height: 44rem;
}

@media screen and (max-width: 500px) {
    .main-blocks-black_links-google svg {
        width: 16px;
        height: 18px;
    }
}

.main-blocks-black_socials {
    display: flex;
    align-items: center;
    gap: 25rem;
    margin-bottom: 20rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 500px) {
    .main-blocks-black_socials {
        gap: 10px;
    }
}

.main-blocks-black_socials-link {
    padding: 22rem;
    border-radius: 1590.513rem;
    border: 2px solid #FFF;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

@media screen and (max-width:768px) {
    .main-blocks-black_socials-link {
        padding: 10px;
    }
}

@media screen and (max-width:500px) {
    .main-blocks-black_socials-link {
        padding: 8px;
    }
}

.main-blocks-black_socials-link img {
    width: 32rem;
    height: 32rem;
}

@media screen and (max-width:768px) {
    .main-blocks-black_socials-link img {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width:500px) {
    .main-blocks-black_socials-link img {
        width: 20px;
        height: 20px;
    }
}

.main-blocks-black_socials-link:hover {
    transform: scale(1.05);
}

/* .main-blocks-white */

.main-blocks-white {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 400rem 0 350rem;
    background-image: url('../image/main-exclamation-white-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
     --unit: 1rem;
}
@media (max-width:768px){
    .main-blocks-white{ 
        --unit: 1px; 
    }
}

/* @media screen and (min-width:768px) {
    .main-blocks-white {
    padding: 100rem 0 100rem;
    height: 100vh;
}
} */

.main-blocks-white-logo {
    margin-bottom: 155rem;
    position: relative;
    width: 1053rem;
    height: 472rem;
    z-index: 2;
}

/* @media screen and (min-width:768px) {
    .main-blocks-white-logo {
    margin-bottom: 60rem;
    width: 900rem;
    height: 100%;
}
} */

.main-blocks-white_top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 155rem;
    position: relative;
    z-index: 2;
}

/* @media screen and (min-width:768px) {
    .main-blocks-white_top {
    margin-bottom: 40rem;
}
} */

.main-blocks-white_top-left {
    padding: 12rem 28rem;
    background: #000;
    transform: rotate(-4.831deg);
    margin-right: -210rem;
    margin-bottom: 68rem;
    position: relative;
    z-index: 1;
}

.main-blocks-white_top-left p {
    color: #fff;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

@media screen and (max-width: 500px) {
    .main-blocks-white_top-left p {
        font-size: 20px;
    }
}

.main-blocks-white_top-right {
    padding: 10rem 14rem 10rem 28rem;
    background: #000;
    transform: rotate(1.851deg);
}

.main-blocks-white_top-right p {
    color: #ED8FC4;
    text-shadow: 0.952rem -0.952rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

@media screen and (max-width: 500px) {
    .main-blocks-white_top-right p {
        font-size: 20px;
    }
}

.main-blocks-white_links {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-bottom: 80rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 500px) {
    .main-blocks-white_links {
        flex-direction: column;
        gap: 10px;
    }
}

/* @media screen and (min-width:768px) {
    .main-blocks-white_links {
    margin-bottom: 40rem;
}
} */

.main-blocks-white_links-apple {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 29rem 60rem;
    border-radius: 22rem;
    background: #FFFC53;
    color: #151515;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-blocks-white_links-apple {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black_links-apple {
        padding: 18rem 40rem;
        font-size: 25rem;
    }
} */

.main-blocks-white_links-apple:hover {
    transform: scale(1.05);
}

.main-blocks-white_links-apple svg {
    width: 39rem;
    height: 48rem;
}

@media screen and (max-width: 500px) {
    .main-blocks-white_links-apple svg {
        width: 16px;
        height: 20px;
    }
}

.main-blocks-white_links-google {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 31rem 60rem;
    border-radius: 22rem;
    background: #ED8FC4;
    color: #000;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-blocks-white_links-google {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-blocks-black_links-google {
        padding: 20rem 40rem;
        font-size: 25rem;
    }
} */

.main-blocks-white_links-google:hover {
    transform: scale(1.05);
}

.main-blocks-white_links-google svg {
    width: 40rem;
    height: 44rem;
}

@media screen and (max-width: 500px) {
    .main-blocks-white_links-google svg {
        width: 16px;
        height: 18px;
    }
}

.main-blocks-white_socials {
    display: flex;
    align-items: center;
    gap: 25rem;
    margin-bottom: 20rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 500px) {
    .main-blocks-white_socials {
        gap: 10px;
    }
}

.main-blocks-white_socials-link {
    padding: 22rem;
    border-radius: 1590.513rem;
    border: 2px solid #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

@media screen and (max-width:768px) {
    .main-blocks-white_socials-link {
        padding: 10px;
    }
}

@media screen and (max-width:500px) {
    .main-blocks-white_socials-link {
        padding: 8px;
    }
}

.main-blocks-white_socials-link img {
    width: 32rem;
    height: 32rem;
}

@media screen and (max-width:768px) {
    .main-blocks-white_socials-link img {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width:500px) {
    .main-blocks-white_socials-link img {
        width: 20px;
        height: 20px;
    }
}

.main-blocks-white_socials-link:hover {
    transform: scale(1.05);
}

/* main-exclamation-black */
.main-exclamation-black {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 400rem 0 110rem;
    background-image: url('../image/main-exclamation-black-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    overflow: hidden;
    min-height: 100vh;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black {
        padding: 100rem 0 50rem;
        height: 100vh;
    }
} */

.main-exclamation-black_marks {
    display: flex;
    position: absolute;
    left: -250rem;
    top: -230rem;
    width: 316.104rem;
    height: 368.577rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_marks {
        width: 221.273rem;
        height: 258.004rem;
        left: -200rem;
        top: -40rem;
    }
} */

.main-exclamation-black_marks-first {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-30.344deg);
    width: 85rem;
    height: 340rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_marks-first {
        width: 59.5rem;
        height: 238rem;
    }
} */

.main-exclamation-black_marks-second {
    position: absolute;
    left: 100rem;
    bottom: 100rem;
    transform: rotate(-30.344deg);
    width: 73rem;
    height: 335rem;   
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_marks-second {
        width: 51.1rem;
        height: 234.5rem;
    }
} */

.main-exclamation-black_marks-thirt {
    position: absolute;
    left: 190rem;
    bottom: 120rem;
    transform: rotate(-30.344deg);
    width: 97rem;
    height: 342rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_marks-thirt {
        width: 67.9rem;
        height: 239.4rem;
    }
} */

.main-exclamation-black_marks-first,
.main-exclamation-black_marks-second,
.main-exclamation-black_marks-thirt {
  --fx: 10rem;           /* амплитуда по X */
  --fy: 10rem;          /* амплитуда по Y */
  --frot: 1deg;      /* небольшой дополнительный поворот */
  --fdur: 2s;        /* длительность цикла */
  --fdelay: 0s;        /* задержка старта */

  animation: marks-float var(--fdur) ease-in-out var(--fdelay) infinite;
  transform-origin: center;
  will-change: transform;
}

.main-exclamation-black_marks-first  { 
    --fx: 4rem; 
    --fy: 8rem;  
    --frot:.6deg; 
    --fdur: 4.2s; 
    --fdelay: -.15s; 
}
.main-exclamation-black_marks-second { 
    --fx: 6rem; 
    --fy: 10rem; 
    --frot:.8deg; 
    --fdur: 4.8s; 
    --fdelay: -.50s; 
}
.main-exclamation-black_marks-thirt  { 
    --fx: 5rem; 
    --fy: 9rem;  
    --frot:.7deg; 
    --fdur: 5.2s; 
    --fdelay: -.30s; 
}

@keyframes marks-float {
  0%   { transform: rotate(-30.344deg) translate3d(0, 0, 0) rotate(0deg); }
  25%  { transform: rotate(-30.344deg) translate3d(var(--fx), calc(var(--fy)*.6), 0) rotate(calc(var(--frot)*.4)); }
  50%  { transform: rotate(-30.344deg) translate3d(calc(var(--fx)*.15), var(--fy), 0) rotate(var(--frot)); }
  75%  { transform: rotate(-30.344deg) translate3d(calc(var(--fx)*-.35), calc(var(--fy)*.5), 0) rotate(calc(var(--frot)*.2)); }
  100% { transform: rotate(-30.344deg) translate3d(0, 0, 0) rotate(0deg); }
}

.main-exclamation-black_marks-first:hover,
.main-exclamation-black_marks-second:hover,
.main-exclamation-black_marks-thirt:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce){
  .main-exclamation-black_marks-first,
  .main-exclamation-black_marks-second,
  .main-exclamation-black_marks-thirt { animation: none; }
}

.main-exclamation-black-logo {
    margin-bottom: 155rem;
    position: relative;
    width: 1053rem;
    height: 472rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black-logo {
        margin-bottom: 40rem;
        width: 700rem;
        height: 100%;
    }
} */

.main-exclamation-black_top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 155rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_top {
        margin-bottom: 30rem;
    }
} */

.main-exclamation-black_top-left {
    padding: 12rem 28rem;
    background: #FFF;
    transform: rotate(-4.831deg);
    margin-right: -210rem;
    margin-bottom: 68rem;
    position: relative;
    z-index: 1;
}

.main-exclamation-black_top-left p {
    color: #000;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

@media screen and (max-width: 500px) {
    .main-exclamation-black_top-left p {
        font-size: 20px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_top-left p {
        font-size: 50rem;
    }
} */

.main-exclamation-black_top-right {
    padding: 10rem 14rem 10rem 28rem;
    background: #FFF;
    transform: rotate(1.851deg);
}

.main-exclamation-black_top-right p {
    color: #ED8FC4;
    text-shadow: 0.952rem -0.952rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_top-right p {
        font-size: 50rem;
    }
} */

@media screen and (max-width: 500px) {
    .main-exclamation-black_top-right p {
        font-size: 20px;
    }
}

.main-exclamation-black_links {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-bottom: 80rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-black_links {
        flex-direction: column;
        gap: 10px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_links {
        margin-bottom: 40rem;
    }
} */

.main-exclamation-black_links-apple {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 29rem 60rem;
    border-radius: 22rem;
    background: #FFFC53;
    color: #151515;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-exclamation-black_links-apple {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_links-apple {
        padding: 18rem 40rem;
        font-size: 25rem;
    }
} */

.main-exclamation-black_links-apple:hover {
    transform: scale(1.05);
}

.main-exclamation-black_links-apple svg {
    width: 39rem;
    height: 48rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-black_links-apple svg {
        width: 16px;
        height: 20px;
    }
}

.main-exclamation-black_links-google {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 31rem 60rem;
    border-radius: 22rem;
    background: #ED8FC4;
    color: #FFF;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-exclamation-black_links-google {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-black_links-google {
        padding: 20rem 40rem;
        font-size: 25rem;
    }
} */

.main-exclamation-black_links-google:hover {
    transform: scale(1.05);
}

.main-exclamation-black_links-google svg {
    width: 40rem;
    height: 44rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-black_links-google svg {
        width: 16px;
        height: 18px;
    }
}

.main-exclamation-black_socials {
    display: flex;
    align-items: center;
    gap: 25rem;
    margin-bottom: 20rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-black_socials {
        gap: 10px;
    }
}

/* @media screen and (min-width:768px) {
    .main-exclamation-black_socials {
        margin-bottom: 0;
    }
} */

.main-exclamation-black_socials-link {
    padding: 22rem;
    border-radius: 1590.513rem;
    border: 2px solid #FFF;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

@media screen and (max-width:768px) {
    .main-exclamation-black_socials-link {
        padding: 10px;
    }
}

@media screen and (max-width:500px) {
    .main-exclamation-black_socials-link {
        padding: 8px;
    }
}

.main-exclamation-black_socials-link img {
    width: 32rem;
    height: 32rem;
}

@media screen and (max-width:768px) {
    .main-exclamation-black_socials-link img {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width:500px) {
    .main-exclamation-black_socials-link img {
        width: 20px;
        height: 20px;
    }
}

.main-exclamation-black_socials-link:hover {
    transform: scale(1.05);
}

.main-exclamation-black_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 50rem;
}

.main-exclamation-black_bottom-first {
    transform: rotate(6.742deg);
    margin-bottom: -45rem;
}

.main-exclamation-black_bottom-first a {
    color: #FFFB52;
    text-shadow: 1.767rem -1.767rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 131.456rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
}

/* @media screen and (min-width:768px) {
    .main-exclamation-black_bottom-first a {
        font-size: 70rem;
    }
} */

.main-exclamation-black_bottom-second a {
    color: #FFFB52;
    text-shadow: 1.767rem -1.767rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 131.456rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
}

/* @media screen and (min-width:768px) {
    .main-exclamation-black_bottom-second a {
        font-size: 70rem;
    }
} */

.main-exclamation-black_bottom.float{
  --float-y: 8rem;
  --float-rot: 1deg;
  --float-duration: 3s;
  animation: float var(--float-duration) ease-in-out infinite;
  will-change: transform, filter;
}

@keyframes float{
  0%   { transform: translate3d(0,0,0) rotate(0deg);
         filter: drop-shadow(0 8rem 12rem rgb(0 0 0 / .15)); }
  50%  { transform: translate3d(0, var(--float-y), 0) rotate(var(--float-rot));
         filter: drop-shadow(0 12rem 16rem rgb(0 0 0 / .12)); }
  100% { transform: translate3d(0,0,0) rotate(0deg);
         filter: drop-shadow(0 8rem 12rem rgb(0 0 0 / .15)); }
}

.main-exclamation-black_bottom.float:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce){
  .main-exclamation-black_bottom.float{ animation: none; }
}

@media (max-width: 768rem){
  .main-exclamation-black_bottom.float{
    --float-y: 5rem;
    --float-duration: 3.4s;
  }
}

.main-exclamation-black-app-icon{
  width: 130rem;
  aspect-ratio: 1 / 1;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 85rem;
  right: 261rem;
}

/* @media (min-width: 768px){
  .main-exclamation-black-app-icon{
    width: 90rem;
    top: 48rem;
    right: 173rem;
  }
} */

.main-exclamation-black-app-icon::after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #FFFC53;
    position: absolute;
    top: -14rem;
    right: -14rem;
    border-radius: 20rem;
    display: block;
}

.main-exclamation-black-app-icon__link{
  display:block;
  width:100%; 
  height:100%;
  border-radius: 20rem;
  overflow:hidden;
  position:relative;
  transition: all 0.4s;
  z-index: 1;
}

.main-exclamation-black-app-icon__img{
  width:100%; 
  height:100%;
  object-fit: cover;
  display:block;
  border-radius: inherit;
  border: 2rem solid #ED8FC4;
}

.main-exclamation-black-app-icon__link:hover{
  transform: scale(1.05);
}

/* .main-exclamation-white */

.main-exclamation-white {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 400rem 0 110rem;
    background-image: url('../image/main-exclamation-white-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    overflow: hidden;
    min-height: 100vh;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white {
        padding: 100rem 0 50rem;
        height: 100vh;
    }
} */

.main-exclamation-white_marks {
    display: flex;
    position: absolute;
    left: -250rem;
    top: -230rem;
    width: 316.104rem;
    height: 368.577rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_marks {
        width: 221.273rem;
        height: 258.004rem;
        left: -200rem;
        top: -40rem;
    }
} */

.main-exclamation-white_marks-first {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-30.344deg);
    width: 85rem;
    height: 340rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_marks-first {
        width: 59.5rem;
        height: 238rem;
    }
} */

.main-exclamation-white_marks-second {
    position: absolute;
    left: 100rem;
    bottom: 100rem;
    transform: rotate(-30.344deg);
    width: 73rem;
    height: 335rem;   
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_marks-second {
        width: 51.1rem;
        height: 234.5rem;
    }
} */

.main-exclamation-white_marks-thirt {
    position: absolute;
    left: 190rem;
    bottom: 120rem;
    transform: rotate(-30.344deg);
    width: 97rem;
    height: 342rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_marks-thirt {
        width: 67.9rem;
        height: 239.4rem;
    }
} */

.main-exclamation-white_marks-first,
.main-exclamation-white_marks-second,
.main-exclamation-white_marks-thirt {
  --fx: 10rem;           /* амплитуда по X */
  --fy: 10rem;          /* амплитуда по Y */
  --frot: 1deg;      /* небольшой дополнительный поворот */
  --fdur: 2s;        /* длительность цикла */
  --fdelay: 0s;        /* задержка старта */

  animation: marks-float var(--fdur) ease-in-out var(--fdelay) infinite;
  transform-origin: center;
  will-change: transform;
}

.main-exclamation-white_marks-first  { 
    --fx: 4rem; 
    --fy: 8rem;  
    --frot:.6deg; 
    --fdur: 4.2s; 
    --fdelay: -.15s; 
}
.main-exclamation-white_marks-second { 
    --fx: 6rem; 
    --fy: 10rem; 
    --frot:.8deg; 
    --fdur: 4.8s; 
    --fdelay: -.50s; 
}
.main-exclamation-white_marks-thirt  { 
    --fx: 5rem; 
    --fy: 9rem;  
    --frot:.7deg; 
    --fdur: 5.2s; 
    --fdelay: -.30s; 
}

@keyframes marks-float {
  0%   { transform: rotate(-30.344deg) translate3d(0, 0, 0) rotate(0deg); }
  25%  { transform: rotate(-30.344deg) translate3d(var(--fx), calc(var(--fy)*.6), 0) rotate(calc(var(--frot)*.4)); }
  50%  { transform: rotate(-30.344deg) translate3d(calc(var(--fx)*.15), var(--fy), 0) rotate(var(--frot)); }
  75%  { transform: rotate(-30.344deg) translate3d(calc(var(--fx)*-.35), calc(var(--fy)*.5), 0) rotate(calc(var(--frot)*.2)); }
  100% { transform: rotate(-30.344deg) translate3d(0, 0, 0) rotate(0deg); }
}

.main-exclamation-white_marks-first:hover,
.main-exclamation-white_marks-second:hover,
.main-exclamation-white_marks-thirt:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce){
  .main-exclamation-white_marks-first,
  .main-exclamation-white_marks-second,
  .main-exclamation-white_marks-thirt { animation: none; }
}

.main-exclamation-white-logo {
    margin-bottom: 155rem;
    position: relative;
    width: 1053rem;
    height: 472rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white-logo {
        margin-bottom: 40rem;
        width: 700rem;
        height: 100%;
    }
} */

.main-exclamation-white_top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 155rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_top {
        margin-bottom: 30rem;
    }
} */

.main-exclamation-white_top-left {
    padding: 12rem 28rem;
    background: #000;
    transform: rotate(-4.831deg);
    margin-right: -210rem;
    margin-bottom: 68rem;
    position: relative;
    z-index: 1;
}

.main-exclamation-white_top-left p {
    color: #fff;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

@media screen and (max-width: 500px) {
    .main-exclamation-white_top-left p {
        font-size: 20px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_top-left p {
        font-size: 50rem;
    }
} */

.main-exclamation-white_top-right {
    padding: 10rem 14rem 10rem 28rem;
    background: #000;
    transform: rotate(1.851deg);
}

.main-exclamation-white_top-right p {
    color: #ED8FC4;
    text-shadow: 0.952rem -0.952rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 77.07rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90.223%;
}

@media screen and (max-width: 500px) {
    .main-exclamation-white_top-right p {
        font-size: 20px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_top-right p {
        font-size: 50rem;
    }
} */

.main-exclamation-white_links {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-bottom: 80rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-white_links {
        flex-direction: column;
        gap: 10px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_links {
        margin-bottom: 40rem;
    }
} */

.main-exclamation-white_links-apple {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 29rem 60rem;
    border-radius: 22rem;
    background: #FFFC53;
    color: #151515;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-exclamation-white_links-apple {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_links-apple {
        padding: 18rem 40rem;
        font-size: 25rem;
    }
} */

.main-exclamation-white_links-apple:hover {
    transform: scale(1.05);
}

.main-exclamation-white_links-apple svg {
    width: 39rem;
    height: 48rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-white_links-apple svg {
        width: 16px;
        height: 20px;
    }
}

.main-exclamation-white_links-google {
    display: flex;
    align-items: center;
    gap: 15rem;
    padding: 31rem 60rem;
    border-radius: 22rem;
    background: #ED8FC4;
    color: #000;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 29rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .main-exclamation-white_links-google {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_links-google {
        padding: 20rem 40rem;
        font-size: 25rem;
    }
} */

.main-exclamation-white_links-google:hover {
    transform: scale(1.05);
}

.main-exclamation-white_links-google svg {
    width: 40rem;
    height: 44rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-white_links-google svg {
        width: 16px;
        height: 18px;
    }
}

.main-exclamation-white_socials {
    display: flex;
    align-items: center;
    gap: 25rem;
    margin-bottom: 40rem;
}

@media screen and (max-width: 500px) {
    .main-exclamation-white_socials {
        gap: 10px;
    }
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_socials {
        margin-bottom: 0;
    }
} */

.main-exclamation-white_socials-link {
    padding: 22rem;
    border-radius: 1590.513rem;
    border: 2px solid #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

@media screen and (max-width:768px) {
    .main-exclamation-white_socials-link {
        padding: 10px;
    }
}

@media screen and (max-width:500px) {
    .main-exclamation-white_socials-link {
        padding: 8px;
    }
}

.main-exclamation-white_socials-link img {
    width: 32rem;
    height: 32rem;
}

@media screen and (max-width:768px) {
    .main-exclamation-white_socials-link img {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width:500px) {
    .main-exclamation-white_socials-link img {
        width: 20px;
        height: 20px;
    }
}

.main-exclamation-white_socials-link:hover {
    transform: scale(1.05);
}

.main-exclamation-white_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 50rem;
}

.main-exclamation-white_bottom-first {
    transform: rotate(6.742deg);
    margin-bottom: -45rem;
    position: relative;
    z-index: 1;
}

.main-exclamation-white_bottom-first::after {
    position: absolute;
    width: 672rem;
    height: 100%;
    background-color: #000;
    content: '';
    left: -20rem;
    top: 0;
}

.main-exclamation-white_bottom-first a {
    color: #FFFB52;
    text-shadow: 1.767rem -1.767rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 131.456rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_bottom-first a {
        font-size: 70rem;
    }
} */

.main-exclamation-white_bottom-second {
    position: relative;
}

.main-exclamation-white_bottom-second::after {
    position: absolute;
    width: 740rem;
    height: 100%;
    background-color: #000;
    content: '';
    left: -20rem;
    top: 0;
}

.main-exclamation-white_bottom-second a {
    color: #FFFB52;
    text-shadow: 1.767rem -1.767rem 0 #ED8FC4;
    font-family: Fact;
    font-size: 131.456rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white_bottom-second a {
        font-size: 70rem;
    }
} */

.main-exclamation-white_bottom.float{
  --float-y: 8rem;
  --float-rot: 1deg;
  --float-duration: 3s;
  animation: float var(--float-duration) ease-in-out infinite;
  will-change: transform, filter;
}

@keyframes float{
  0%   { transform: translate3d(0,0,0) rotate(0deg);
         filter: drop-shadow(0 8rem 12rem rgb(0 0 0 / .15)); }
  50%  { transform: translate3d(0, var(--float-y), 0) rotate(var(--float-rot));
         filter: drop-shadow(0 12rem 16rem rgb(0 0 0 / .12)); }
  100% { transform: translate3d(0,0,0) rotate(0deg);
         filter: drop-shadow(0 8rem 12rem rgb(0 0 0 / .15)); }
}

.main-exclamation-white_bottom.float:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce){
  .main-exclamation-white_bottom.float{ animation: none; }
}

@media (max-width: 768rem){
  .main-exclamation-white_bottom.float{
    --float-y: 5rem;
    --float-duration: 3.4s;
  }
}

.main-exclamation-white-app-icon{
  width: 130rem;
  aspect-ratio: 1 / 1;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 85rem;
  right: 261rem;
}

/* @media screen and (min-width: 768px) {
    .main-exclamation-white-app-icon {
        width: 90rem;
        top: 48rem;
        right: 173rem;
    }
} */

.main-exclamation-white-app-icon::after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #ED8FC4;
    position: absolute;
    top: -14rem;
    right: -14rem;
    border-radius: 20rem;
    display: block;
}

.main-exclamation-white-app-icon__link{
  display:block;
  width:100%; 
  height:100%;
  border-radius: 20rem;
  overflow:hidden;
  position:relative;
  transition: all 0.4s;
  z-index: 1;
}

.main-exclamation-white-app-icon__img{
  width:100%; 
  height:100%;
  object-fit: cover;
  display:block;
  border-radius: inherit;
  border: 2rem solid #ED8FC4;
}

.main-exclamation-white-app-icon__link:hover{
  transform: scale(1.05);
}

/* мягкий bounce при появлении */
@keyframes bounce-in {
  0%   { transform: translateY(20px) scale(0.96); opacity: 0; }
  52%  { transform: translateY(-6px) scale(1.035); opacity: 1; }
  72%  { transform: translateY(3px)  scale(0.985); }
  86%  { transform: translateY(-2px) scale(1.01); }
  100% { transform: translateY(0)    scale(1); }
}

.rand-hero {
  /* подготовка: чтобы анимация была гладкой */
  will-change: transform, opacity;
}

/* уважение к системным настройкам */
@media (prefers-reduced-motion: reduce) {
  .rand-hero.is-bounce {
    animation: none;
  }
}

@media screen and (max-width:768px) {
    .section-100vh {
    min-height: 100svh;   /* small vh — поместится даже с адресной строкой */
    }

    /* если браузер умеет динамический vh — используем его (точнее всего) */
    @supports (height: 100dvh) {
    .section-100vh { min-height: 100dvh; }
    }

    /* опционально: учесть вырез/хом-бар на iOS */
    .section-100vh {
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    }
}