/*
	Theme Name: Slot
	Author: R_r
	Version: 1.0.2
	License: GPL2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.location-about .btn-2 {
	font-size: 13px;
}
.footer__info {
	padding-bottom: 40px;
}
.footer__info p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.footer__info a { 
	color: #fff;
}
.footer__info a:hover {
	color: #d2a939;
}
.services {
	margin-top: 100px;
}
.jackpots {
	padding-bottom:0;
	margin-bottom: 100px;
}
.header  {
	position: relative;
	z-index: 5555;
}
.align-center {
	text-align: center;
	margin-top: 30px;
}

ul.privacy {
	display: flex;
	list-style-type: none;
	
}
.footer .privacy a {
    margin-left: 20px;
    color: #d2a939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}
.footer .privacy a:hover {
    color: #fff
}
.location-about .h3 {
	font-size: 50px;
}
@media (max-width: 850px) {
    .footer .privacy a {
        font-size:12px;
    }
	.location-about .h3 {
		font-size: 28px;
	}
	.services {
		margin-top: 60px;
	}
	.jackpots {
		padding-bottom:0;
		margin-bottom: 60px;
	}
}

.locates {
	position: relative;
} 
    .header .locates__items {
        display: none;
        padding: 30px;
        border-radius: 30px 0 30px 30px;
        background: #fff;
        -webkit-box-shadow: 0 211px 59px 0 rgba(0, 0, 0, .01), 0 135px 54px 0 rgba(0, 0, 0, .07), 0 76px 45px 0 rgba(0, 0, 0, .23), 0 34px 34px 0 rgba(0, 0, 0, .39), 0 8px 19px 0 rgba(0, 0, 0, .45);
        box-shadow: 0 211px 59px 0 rgba(0, 0, 0, .01), 0 135px 54px 0 rgba(0, 0, 0, .07), 0 76px 45px 0 rgba(0, 0, 0, .23), 0 34px 34px 0 rgba(0, 0, 0, .39), 0 8px 19px 0 rgba(0, 0, 0, .45);
        position: absolute;
        right: 0;
        top: calc(100% + 25px);
        min-width: 252px;
    }
 
.header .locate {
	cursor: pointer;
}
@media (max-width: 900px) {
    .header .locates {
        display: none;
    }
}
.header .langs-row .locates {
        display: none; 
}
@media (max-width: 750px) {
    .header .langs-row .locates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
	.header .locates__items {
		left:0;
        right: auto; 
	}
	.header .langs-row, .header .langs-row .locate { 
		z-index: 55;
	}
	.header .langs-row .locates .menu li a {
        color: #000; 
	}
	.header .locates__items { 
		padding: 20px;
		border-radius: 15px;
		background: #fff; 
		right: 0;
		top: calc(100% + 15px);
		min-width: 200px;
	}
	.home-page .subtitle br {
		display: none;
	}
	.home-page .subtitle span {
		display: block;
	}
}

