.hero {
    height: 830px;
    overflow: hidden;
    position: relative;
}
.hero .button-section_button {
}
.slider {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.button-section_links {
    display: flex;
    justify-content: space-between;
    width: 145px;
    margin: 0 auto;
}

.button-section {
    left: 50%;
    translate: -50%;
    gap: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 20;
    align-items: center;
    /*background: url("/assets/images/arrow-first-screen.png") 58% 100% no-repeat;*/
}

.button-section_title {
    text-align: center;
    color: #e4e0e0;
    font-weight: 400;
    font-size: 18px;
}

.button-section_button {
    width: 290px;
    height: 60px;
    color: #fff;
    background: #712d82;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    animation: ease-in 1s;
    position: relative;
}

.button-section_button:hover {
    background: #501e5e;
}

.button-section_button span {
    font-size: 12px;
    color: #dea7f1;
}

.button-section_links img {
    width: 20px;
    height: auto;
}

.slider .title {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 15;
    translate: -50% 0;
    line-height: 1;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.slide.active {
    opacity: 1;
    pointer-events: auto;
}
.item, .big-item {
    position: absolute;
    will-change: transform;
}

.big-item img {
    height: 100%;
}

.item img {
    width: 100%;
}

.main-item {
    top: 75px;
}

.big-item {
    z-index: 11;
    left: calc(50% - 350px);
}
.big-coin {
    top: 190px;
    left: calc(50% - 250px);
}
.big-watch {
    top: 200px;
    left: calc(50% - 170px);
}
.big-jewelry {
    top: 200px;
    left: calc(50% - 300px);
}
.big-brand {
    left: calc(50% - 285px);
}
.dollar {
    z-index: 10;
    left: calc(50% - 290px);
    top: 200px;
}
.gold-bar {
    left: 240px;
    top: 610px;
}
.rolex {
    top: 60px;
}
.stud {
    left: 90px;
    top: 460px;
}
.diamond {
    left: 760px;
    top: 635px;
    z-index: 12;
}
.nugget1 {
    left: 40px;
    top: 330px;
}
.nugget2 {
    left: 122px;
    top: 760px;
}
.nugget3 {
    right: 80px;
    top: 725px;
}
.ring1 {
    right: 212px;
    top: 630px;
}
.ring2 {
    right: 50px;
    top: 260px;
}
.ring3 {
    right: 320px;
    top: 230px;
    z-index: 11;
}
.smoke {
    z-index: 9;
    top: 75px;
    left: calc(50% - 350px);
}

.particles {
    top: 185px;
    z-index: 11;
    left: calc(50% - 225px);
    width: 450px;
}
.decor {

}


.top-title {
    color: #685a5a;
    font-size: 18px;
    padding-left: 10px;
    background: url("/assets/images/red-stripe.png") 0 100% no-repeat;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.mid-title {
    color: #897777;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 72px;
    font-family: 'Playfair Display';
}

.bot-title {
    color: #ebd19f;
    padding-left: 25px;
    margin-top: -30px;
    font-size: 48px;
    font-family: 'Playfair Display';
}


.big-lom {
    height: 300px;
    top: calc(53% - 150px);
    left: calc(50% - 150px);
}


.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 20;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}
