.spins-landing .content-wrapper {
    padding: 90px 0 100px;
    background: url(../../img/products/games-top-right.png) no-repeat, url(../../img/products/games-left-bottom.png) no-repeat, #27003a;
    background-position: right top, left 0 bottom -70px, left top;
}
@media (min-width: 1240px) {
    .spins-landing .content-wrapper {
        padding: 150px 0 100px;
        background-position: right top, left 0 bottom 0, left top;
    }
}

.spins-landing h1 {
    text-align: center;
}

.spins-landing p {
    margin: 0 auto;
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc((100vw - 375px) / 1545 * 6 + 22px);
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.spins-landing a {
    color: #fff;
}
.spins-landing a:hover {
    text-decoration: none;
}
.spins-landing a:active {
    color: #fff;
}

.spins-landing .divider {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #7c37a1;
    border-radius: 30px;
    padding: 40px 20px;
}
@media (min-width: 1240px) {
    .spins-landing .divider {
        padding: 50px 100px;
    }
}

.spins-landing .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.spins-landing .buttons .green-btn {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 2 + 14px);
    line-height: 130%;
    color: #fff;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 19px 55px;
    border-radius: 41.5px;
    background: #04a696;
    transition: all .25s ease;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}
.spins-landing .buttons .green-btn:hover {
    background: #34c3b5;
}
@media (min-width: 1240px) {
    .spins-landing .buttons .green-btn {
        font-size: 16px;
    }
}

.spins-landing .buttons .transparent-btn {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 2 + 14px);
    line-height: 130%;
    color: #fff;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 19px 55px;
    border-radius: 41.5px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    transition: all .25s ease;
    text-decoration: none;
    cursor: pointer;
}
.spins-landing .buttons .transparent-btn:hover {
    background: #34c3b5;
    border: 1px solid #34c3b5;
}
@media (min-width: 1240px) {
    .spins-landing .buttons .transparent-btn {
        font-size: 16px;
    }
}

.spins-landing .cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media (min-width: 600px) {
    .spins-landing .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1240px) {
    .spins-landing .cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.spins-landing .cards div {
    min-height: 200px;
    background: radial-gradient(350px 354px at 0% 100%, rgba(235, 0, 255, 0.7) 0%, rgba(235, 0, 255, 0) 100%) no-repeat, #632784;
    border-radius: 16px;
    padding: 36px 32px;
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
@media (min-width: 1240px) {
    .spins-landing .cards div {
        min-height: 400px;
        font-size: 20px;
    }
}

.spins-landing .tryout .container .wrap .block {
    min-height: 0;
}

.spins-landing .tryout {
    background-color: transparent;
}

.video-block {
    padding-top: 110px;
    padding-bottom: 50px;
}
@media (max-width: 1240px) {
    .video-block {
        width: 100%;
    }
}

.video-block .container .wrap {
    border-radius: 30px;
    box-shadow: 0 0 100px 0 #eb00ff;
    width: 1180px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1240px) {
    .video-block .container .wrap {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .home .video-block .container .wrap {
        min-height: 300px;
    }
}

.video-block .container .wrap .filter {
    background: url(../../img/spinspoker.jpg) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}

.video-block .container .wrap .filter .playbtn {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: #04a696;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s
    ease-in-out;
}
.video-block .container .wrap .filter .playbtn:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.video-block .container .wrap .filter .playbtn::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: url(../../img/home/playicon.svg) no-repeat;
    background-position: right 3px center;
}

@media (max-width: 1240px) {
    .video-block .container .wrap iframe {
        width: 100%;
    }
}