.layout-intro {
	padding:100px 0;
    display: flex;
    align-items: center;
	background-repeat: no-repeat!important;
	background-size: cover;
    background-position: center bottom;
}
.layout-intro-content {
	width:50%;
}
.layout-intro .image-block img {
	width:100%;
	height: auto;
}
.layout-intro-title {
	font-weight: 600;
	font-size: 51px;
	line-height: 1.2;
	color:#fff;
	margin-bottom:30px;
}
.layout-intro-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color:#fff;
}
.layout-intro-button {
	background: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 50px;
    color: #002f5e;
    border-radius: 32px;
    transition: all .3s ease;
    border: 0;
    display: flex;
    align-items: center;
    float: left;
    margin-top: 60px; 
}
.layout-intro-button svg {
	margin-left: 30px;
}

.layout-intro-button:hover {
	box-shadow: 0 0 15px #fff;
}
.layout-intro-wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 64px;
}
.bonus-place {
	width:50%;
	max-width:365px;
	background: #FFFFFF;
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	position:relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bonus-place-label {
	background: #1D4369 url('/wp-content/themes/casino3/assets/img/bonus_place_label_icon.png');
	width: 96px;
	height: 96px;
	border-radius:50%;
	position: absolute;
    top: -49px;
	background-position: center;
    background-repeat: no-repeat;
}
.bonus-place-wrapper {
	padding:100px 30px 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.25);
}
.bonus-size {
	font-weight: 900;
	font-size: 64px;
	line-height: 1;
	text-align: center;
	color: #1D4369;
	margin-bottom:10px;
}
.bonus-text {
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	color: #1D4369;
}
.bonus-button {
	background: #276AA5;
	border-radius: 32px;
	padding: 10px 80px;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	color:#fff;
	margin:20px 0;
	transition: all .3s ease;
}
.bonus-button:hover {
	transform: scale(1.05);
}
.bonus-description {
	padding:0 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #072442;
}
@media (max-width:1440px) {
	body.home.layout-intro {
		padding: 200px 15px 80px;
	}
	body:not(.home) .layout-intro  {
		padding:250px 15px 100px;
	}
}
@media (max-width:1100px) {
	.layout-intro-content {
		width: 60%;
	}
	.layout-intro-title {
		font-size: 40px;
	}
}
@media (max-width:540px) {
	body.home .layout-intro {
		padding: 80px 15px;
	}
	body:not(.home) .layout-intro  {
		padding:300px 15px 100px;
	}
	.layout-intro-wrapper {
		flex-direction: column;
		gap:100px;
	}
	.layout-intro-content, .bonus-place	 {
		width: 100%;
	}
	.layout-intro-title {
		font-size: 32px;
	}
}