*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.background{
    position: relative;
    width: 500px;
    height: 100vh;
    overflow: hidden;
}
.background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.text{
    position: absolute;
    top: 12.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text img{
    width: 100%;
    max-width: 350px;
    height: 100%;
    object-fit: contain;
}
.telegramButton{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:9999;
    cursor: pointer;
}
.telegramButton img{
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    cursor: pointer;
}
.models{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.models img{
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}
.bank{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bank img{
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}
.under{
    position: absolute;
    top: 81.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.under img{
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}