.wrapper {
    overflow: hidden;
}

.main {
    position: relative;
    overflow: visible;
}

.main-page {
    padding-top: 220px;
    padding-bottom: 20px;
    height: 100%;
}
.main-page__container {
    position: relative;
    z-index: 5;
    align-items: center;
    /* justify-content: space-between; */
    gap: 80px;
    overflow: visible;
}

@media (max-height:550px) {
    .main-page__container {
        gap:20px;
    }

}

.main-page__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: relative;
}
.main-page__bg-images {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-page__bg-images > * {
    position: absolute;
}
.main-page__bg-img-1 {
    width: 105px;
    top: -251px;
    left: -78px;
    transform: rotate(8.89deg);
    z-index: 10;
}
.main-page__bg-img-2 {
        width: 315px;
        top: -221px;
        left: -170px;
    transform: rotate(0deg);
    z-index: 10;
}
.main-page__bg-img-3 {
    width: 200px;
    top: 170px;
    right: -115px;
    transform: rotate(0deg);
    z-index: 1;
}
.main-page__bg-img-4 {
    width: 154px;
    top: -123px;
    left: -79px;
    transform: scaleX(-1) rotate(18deg);
    z-index: 1;
}
.main-page__bg-img-5 {
    width: 79px;
    top: -176px;
    left: 253px;
    transform: scaleX(-1) rotate(-27deg);
    z-index: 1;
}
.main-page__title {
    font-family: "SuisseIntl";
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -0.03px;
    text-align: center;
    max-width: 400px;
    position: relative;
    z-index: 5;
    text-transform:uppercase;
   
}

.main-page__hat {
    content:"";
    position:absolute;
    top:-40px;
    left:50px;
    width:84px;
    height:69px;
    z-index:10;
    background:url(../../assets/images/hat.svg) center center / cover;
}

.main-page__pre-title {
    /* align-self: flex-end; */
    /* padding-right: 10px; */
    text-align: center;
    /* max-width: 132px; */
}
.main-page__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.main-page__bottom-text {
    text-align: center;
    max-width: 332px;
}

.main-page__bottom-text,
.main-page__pre-title,
.main-page__title,
.main-page__button,
.main-page__bg-img-1,
.main-page__bg-img-2,
.main-page__bg-img-3,
.main-page__bg-img-4,
.main-page__bg-img-5,
.header__logo-wrap-img,
.main-page__hat
{
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.main-page__bottom-text.visible,
.main-page__pre-title.visible,
.main-page__title.visible,
.main-page__button.visible,
.main-page__bg-img-1.visible,
.main-page__bg-img-2.visible,
.main-page__bg-img-3.visible,
.main-page__bg-img-4.visible,
.main-page__bg-img-5.visible,
.header__logo-wrap-img.visible,
.main-page__hat.visible
 {
  opacity: 1;
}
