.small__menu {
    clear: both;
    margin: 24px 0;
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    border-radius: 8px;
    overflow: hidden;
    float: left;
    width: 100%;
    justify-content: space-between;
}

h3 + .small__menu {
    margin-top: 0;
}

.small__menu--logo {
    position: relative;
}

.small__menu .item__rate {
    background: #FFC700;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
}

.small__menu .star-in-thumb {
    fill: #fff;
    width: 15px;
    height: 14px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.small__menu .item__thumb,
.small__menu .item__thumb img,
.small__menu .small__menu--logo img {
    display: block;
    max-width: 200px;
}

.small__menu--title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-right: auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

.small__menu--title .casino-label {
    background: #F00;
    box-shadow: 0 2px 7px rgb(0 0 0 / 11%), 0 3px 12px rgb(0 0 0 / 8%), 0 3px 8px rgb(0 0 0 / 15%);
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 8px;
    white-space: nowrap;
}

.small__menu--btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 15px;
}

.small__menu--btn a {
    display: block;
}

.small__menu--btn li {
    padding: 0 7.5px;
}

.small__menu--btn .promocode {
    font-size: 14px;
}

.bttn-casino {
    margin-top: 15px;
    width: 100%;
    max-width: 260px;
}

@media (min-width: 1020px) and (max-width: 1200px){
    .small__menu--btn {
        flex-wrap: wrap;
        justify-content: center;
    }

    .small__menu--btn li {
        padding: 0 4.5px;
    }

    .small__menu--btn .promocode {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

@media (min-width: 861px) and (max-width: 1019px) {
    .small__menu {
        flex-wrap: wrap;
    }

    .small__menu--btn {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .small__menu--btn li {
        padding: 0 4.5px;
    }

    .small__menu--btn .promocode {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

@media (min-width: 601px) and (max-width: 800px){
    .small__menu--btn {
        flex-wrap: wrap;
        justify-content: center;
    }

    .small__menu--btn li {
        padding: 0 4.5px;
    }

    .small__menu--btn .promocode {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}


@media (max-width: 600px) {
    .small__menu {
        flex-wrap: wrap;
    }

    .small__menu--btn li {
        padding: 0 4.5px;
    }
    .small__menu--btn{
        width: 100%;
        justify-content: center;
    }

}

@media (max-width: 510px) {
    .small__menu--btn .promocode {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }.small__menu--btn {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}

.small__menu--promocode {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    margin: 0 0 0 15px;
    border-left:  solid rgba(196, 196, 196, 0.3) 1px;
}

.small__menu--inner{
	background: linear-gradient(90deg,rgba(219,0,255,.15) 0,rgba(255,45,85,.15) 100%);
    border-radius: 4px;
    font-weight: bold;
    border: dashed 1px #FF2D55;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    padding: 15px;
    text-align: center;
}

.small__menu--title span {
    background: -webkit-linear-gradient(45deg,#FC0,#FF2D55 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

@media (min-width: 767.9px) and (max-width: 1019px) {
	.small__menu .item__thumb, .small__menu .item__thumb img, .small__menu .small__menu--logo img {
	    max-width: 200px;
	}
}

@media (min-width: 575.9px) and (max-width: 767.8px) {
	.small__menu .item__thumb, .small__menu .item__thumb img, .small__menu .small__menu--logo img {
	    max-width: 160px;
	}
	.small__menu--promocode{
		width: 100%;
		border: 0;
		margin: 0;
	}
	.small__menu--inner{
		width: 100%;
        padding: 15px 0;
        margin: 0;
	}
}



@media (max-width: 575.8px) {
	.small__menu .item__thumb, .small__menu .item__thumb img, .small__menu .small__menu--logo img {
        display: block;
        max-width: 110px;
    }
    .small__menu--promocode{
		width: 100%;
		border: 0;
		margin: 0;
	}
	.small__menu--inner{
		width: 100%;
        padding: 5px 0;
        margin: 0;
	}
	.small__menu--title{
		width: calc(100% - 110px);
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 0
	}
}

.container.flex.no-margintop{
	margin-top: 0;
}
