@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    /*border: 1px solid red;*/
}

html{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    max-height: 1280px;
    background: #000002;
}
body{
    padding: 0;
    margin: 0;
    background: url("image/bg.jpg") no-repeat;
    background-size: 100% 1090px; /* или contain, если нужно */
}

.container{
    padding: 0;
    margin: 0 auto;
    max-width: 1620px;
}

.wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.left{
    padding-top: 40px;
}

h1{
    background: linear-gradient(95deg, rgba(255, 255, 255, 0.30) -9.53%, rgba(255, 255, 255, 0.30) 41.49%, rgba(255, 255, 255, 0.00) 42%, rgba(255, 255, 255, 0.00) 83.29%, rgba(255, 255, 255, 0.30) 83.3%, rgba(255, 255, 255, 0.30) 100.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFC700;
    text-shadow: 5px 6px 2px #3A106F;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    color: #FFC700 !important;
    font-weight: 900;
    text-transform: capitalize;
}

.up__text{
    display: flex;
    flex-direction: column;
    gap: 15px;
    /*max-width: 736px;*/
    padding-top: 136px;
}

.banner__subtitle{
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.72px;
}

.down__text{
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.72px;
    padding: 35px 0;
}

.button{
    color: #4C1D93;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 22px 79px;
    border-radius: 228.382px;
    background: linear-gradient(52deg, #FF8C00 5.11%, #FFAE00 58.23%, #FFCA00 98.06%);
}

.right{
    transform: translateX(100px);
}

.pay{
    position: absolute;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    left: 50%;
    bottom: 51px;
    transform: translateX(-50%);
}

.pay_item{
    width: 98px;
    height: 48px;
}