section:not(:last-child) {
	margin-bottom: 40px;
}	
#welcome {
	
}
#welcome .wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 368px;
	padding: 40px 104px 76px;

	-webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 8px;
}
#welcome .wrap h3 {
	margin: 0;
    padding: 2px 8px;
	background-color: rgba(22,28,36,.7);
    border-radius: 8px;
	font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: .01em;
    color: #fff;
}
#welcome .wrap p {
    margin: 16px 0 40px;
	padding: 2px 8px;
	background-color: rgba(22,28,36,.7);
    border-radius: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #fff;
}
#welcome .wrap .btn {
	font-size: 20px;
    padding: 20px 35px;
    height: 60px;
}

#links .wrapper {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#links .wrap {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
}
#links .wrap .item {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 20px 12px;
    background: #593a27;
	border-radius: 4px;
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
	text-decoration: none;
	white-space: nowrap;
    transition: all .4s;
}
#links .wrap .item:hover {
	background: #7db71c;
}
#links .search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 290px;
	height: 40px;
	padding: 16px;
	background: #331c12;
	border: 1px solid #593a27;
	border-radius: 4px;
	text-decoration: none;
	transition: all .4s;
}
#links .search:hover {
	border: 1px solid #5faf2d;
}

#provider .bg-wrap {
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
	background-color: #331c12;
    padding: 15px 0;
}
#provider .wrap {
	padding: 0 68px!important;
    margin: 0!important;
}
#provider .wrap .owl-nav:not(.disabled) {
	z-index: -1;
	position: absolute;
    top: 3px;
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 -68px;
}
#provider .wrap .owl-nav button {
	height: unset;
	box-shadow: unset;
}
#provider .wrap .owl-nav button span {
	width: 24px;
    height: 24px;
	background-image: url(../img/slider-arrow.svg);
}
#provider .wrap .owl-nav .owl-prev span {
	transform: rotate(180deg);
}
#provider .wrap .owl-nav button span {
	
}
#provider .wrap .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
	cursor: pointer;
}
#provider .wrap .item img {
	display: block;
	max-width: 100%;
    max-height: 100%;
	width: auto;
    height: auto;
}
.slots .title {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.slots .title h3 {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 16px;
	margin: 0;
	font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #f2d22f;
}
.slots .after {
	display: none;
}
.slots .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.slots .wrap .item {
	position: relative;
	flex: 1 1 calc((100% / 6) - 8px);
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 8px;
}
.slots .wrap .item:before {
	box-sizing: border-box;
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 2px solid #7db71c;
    z-index: 4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%),linear-gradient(0deg,rgba(125,183,28,.3),rgba(125,183,28,.3));
}
.slots .wrap .item:hover:before {
	opacity: 1;
    visibility: visible;
}
.slots .wrap .item img {
	aspect-ratio: 98 / 151;
    -o-object-fit: cover;
    object-fit: cover;
}
.slots .wrap .item .play {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    padding: 14px 14px 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    z-index: 4;
    opacity: 0;
}
.slots .wrap .item:hover .play {
	opacity: 1;
}
.slots .wrap .item .play .like {
	z-index: 5;
	position: absolute;
	right: 16px;
    top: 12px;
	width: 16px;
    height: 16px;
    border: none;
	padding: 0;
    cursor: pointer;
}
.slots .wrap .item .play .like:before {
	content: '';
	background: url(../img/like.svg) 50% 50% no-repeat;
	position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
}
.slots .wrap .item .play h3 {
	margin: 0;
	font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.slots .wrap .item .play p {
	margin: 0;
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
    text-transform: none;
    color: #999;
}
.slots .wrap .item .play .btn {
	margin: 24px 0;
}
.slots .wrap .item .play a:not(.btn) {
	text-decoration: none;
    outline: 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}
.slots .wrap .item .play a:not(.btn):hover {
	text-decoration: underline;
}
#popular .wrap, #new .wrap {
	flex-wrap: nowrap;
	overflow-x: auto;
    padding-bottom: 30px;
}
#popular .wrap .item, #new .wrap .item {
	flex: unset;
	min-width: 196px !important;
}
#popular .wrap::-webkit-scrollbar, #new .wrap::-webkit-scrollbar {
	height: 10px;
}
#popular .wrap::-webkit-scrollbar-track, #new .wrap::-webkit-scrollbar-track {
	background: #9fc32a !important;
	border-radius:50px;
}
#popular .wrap::-webkit-scrollbar-thumb, #new .wrap::-webkit-scrollbar-thumb {
	background: #638c0b !important;
	border-radius:50px;
}

#winners .wrap {
	display: flex;
    align-items: center;
	padding: 14px 30px;
	background: #41271a;
    border: 2px solid #593a27;
    box-shadow: inset 0 1px 8px 6px rgb(0 0 0 / 10%);
    border-radius: 8px;
}
#winners .wrap .before {
	margin-right: 30px;
	padding: 8px 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .01em;
    text-transform: uppercase;
    background: linear-gradient(180deg,#f2d22f 0,#f2911c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
    white-space: nowrap;
}
#winners .wrap .before div:first-child {
	font-size: 36px;
    line-height: 32px;
}
#winners .wrap .win-wrap {
	white-space: nowrap;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
	flex-wrap: wrap;
}
#winners .wrap .win-wrap .item {
	width: 25%;
    display: flex;
    white-space: normal;
}
#winners .wrap .win-wrap .item .image {
	width: 72px;
    height: 72px;
    min-width: 72px;
    margin-right: 16px;
    border: 1px solid rgba(255,255,255,.4);
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .4));
    border-radius: 2px;
}
#winners .wrap .win-wrap .item .image div {
	position: relative;
	width: 100%;
    height: auto;
    border-radius: 4px;
}
#winners .wrap .win-wrap .item .image div img {
	display: block;
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	border-radius: 4px;
}
#winners .wrap .win-wrap .item .text {
	display: flex;
    flex-flow: column;
}
#winners .wrap .win-wrap .item .text .name {
	font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .01em;
    color: #cec1b9;
    margin-bottom: auto;
    white-space: nowrap;
}
#winners .wrap .win-wrap .item .text .price {
	font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .02em;
    background: linear-gradient(180deg,#f2d22f 0,#f2911c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    white-space: nowrap;
}
#winners .wrap .win-wrap .item .text .game {
	font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #fff;
    white-space: nowrap;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	#provider .bg-wrap {
		max-width: 1168px;
	}
}
@media screen and (max-width: 1250px) {
	#links .wrap {
		margin-bottom: 26px;
	}
	#links .search {
		width: 100%;
	}
	#popular .wrap .item, #new .wrap .item {
	min-width: 202px !important;
}
	#winners .wrap .win-wrap .item {
		width: 50%;
		margin: 10px 0;
	}
}
@media screen and (max-width: 992px) {
	section:not(:last-child) {
		margin-bottom: 24px;
	}
	#welcome .wrap {
		height: 320px;
		padding: 20px 18px 24px 24px;
	}
	#welcome .wrap h3 {
		font-size: 26px;
		line-height: 30px;
	}
	#welcome .wrap p {
		    margin: 16px 0 132px;
		font-size: 17px;
		line-height: 26px;
	}
	#welcome .wrap .btn {
		padding: 16px;
		font-size: 16px;
	}
	#links .wrap {
		overflow: hidden;
	}
	#links .wrap .item {
		height: 32px;
		margin-bottom: 26px;
		padding: 0 12px;
		font-size: 12px;
		line-height: 16px;
    }
	#provider .wrap {
		padding: 0!important;
	}
	.slots .title h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.slots .wrap .item {
		flex: 1 1 calc((100% / 4) - 8px);
	}
	.slots .wrap .item .play {
		padding: 12px;
	}
	.slots .wrap .item .play .like {
		display: none;
	}
	.slots .wrap .item .play h3 {
		padding: 0 14px 0 36px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.slots .wrap .item .play h3:before {
		content: '';
		background: url(../img/like.svg) 50% 50% no-repeat;
		position: absolute;
		left: 24px;
		width: 16px;
		height: 16px;
	}
	
	.slots .wrap .item .play .btn {
		height: 36px;
		font-size: 14px;
		margin: 12px 0 0;
	}
	.slots .wrap .item .play a:not(.btn) {
		z-index: 5;
		position: absolute;
		right: 16px;
		top: 12px;
	}
}
@media screen and (max-width: 776px) {
	.slots .wrap .item {
		flex: 1 1 calc((100% / 3) - 8px);
	}
	#winners .wrap {
		flex-direction: column;
	}
	#popular .wrap .item, #new .wrap .item {
	min-width: 164.67px !important;
}
	
}
@media screen and (max-width: 576px) {
	.slots .wrap .item {
		flex: 1 1 calc((100% / 2) - 8px);
	}
	.slots .wrap .item img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 375px) {
	
}