@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400, 500, 700');
body {
	font-family: 'Alegreya Sans', sans-serif;
}
h1,
h2 {
	text-transform: uppercase;
	padding-left: 15px;
	color: #10558f;
	z-index: 1;
}
h1 {
	font-size: 44px;
	font-weight: 700;
	max-width: 580px;
	padding-bottom: 40px;
}
h2 {
	font-size: 36px;
	font-weight: 500;
}
h3 {
	font-size: 24px;
	text-align: center;
}
p {
	margin-top: 10px;
	font-size: 18px;
}
.hidden {
	visibility: hidden;
}
.lang {
	padding: 20px 0 0;
}
.lang img {
    width: 25px;
    height: auto;
}
.lang .active img {
	opacity: 1;
}
.logo {
	display: block;
	width: 75px;
    height: 75px;
}
.promo h2 {
	padding-left: 0;
	color: #000000;
}
.top-line {
}

.text-row {
    margin: 20px 0;
}

.col-12 h2 {
    margin-top: 50px;
}

.bg-col {
    background-image: url("images/bg3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    height: 250px;
}

.logo img {
    display: block;
    width: 120px;
    margin: 0 auto;
}

.bg-col h2 {
    color: #fff;
}

.text-image {
    width: 300px;
}
.top-line a {
	margin: 10px;
	color: #000;
	font-weight: 700;
	opacity: 0.2;
}
.top-line a:last-child {
	margin-right: 0;
}
.top-line a.active, .top-line a:hover {
	opacity: 1;
}
.top-line img {
	margin-right: 10px;
}
.header {
	background: #00d7ff;
	min-height: 300px;
	overflow: hidden;
}
.header img {
	padding-top: 48px;
	padding-bottom: 48px;
}
.main {
	padding: 60px 0;
}
.promo {
	padding: 0 15px;
}
.main {
	counter-reset: heading;
}
.brand,
.bonus {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.item {
	padding: 20px 0;
	min-height: 100px;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	margin-top: -1px;
	transition: 0.5s;
	cursor: pointer;
}
.item:hover {
	background: #f5f5f5;
	transition: 0.5s;
}
.rating {
	widows: 55px;
	height: 55px;
}
.rating:before {
	display: block;
	counter-increment: heading;
	content: counter(heading);
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

.main .item .rating{
	background: url("images/star2.png") no-repeat;
	background-position: center center;
}

/*.main .item .rating:first-child {
    background: url("images/star1.png") no-repeat;
	background-position: center center;
}*/

/*.main .item:nth-of-type(3) .rating{
	background: url("images/star2.png") no-repeat;
	background-position: center center;
}*/
/*.main .item:nth-of-type(4) .rating{
	background: url("images/star2.png") no-repeat;
	background-position: center center;
}*/

.mybtn {
	display: block;
	width: 80%;
	text-align: center;
	background: #3ba338;
	padding: 15px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	margin: 0 auto;
}
.mybtn:hover {
	color: #fff;
}
.item div {
	margin: 10px 0;
}
.owl-carousel .owl-item img {
	width: 130px !important;
	display: block;
	margin: 0 auto;
}
footer {
	background: #f5f5f5;
}
footer h3 {
	padding: 30px 0;
}
.copy {
	background: #f0f0f1;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 0;
}
.payment {
	padding: 60px 0;
}

.payments {
    justify-content: center;
}

.payments img {
    margin: 15px;
}
.tower {
	display: block;
	position: relative;
	margin-top: -660px;
	float: right;
	z-index: 0;
	pointer-events: none;
}

.headtext {
	display: block;
	z-index: 1;
}
.banner  {
	display: block;
	margin: 0 auto;
	position: relative;
    margin-top: -360px;
    margin-right: -100px;
    z-index: 0;
    float: right;
    margin-bottom: -25px;

}





@media screen and (max-width: 1660px) {
	.tower {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.banner {
		margin-right: -150px;
		opacity: 0.5;
	}
}

@media screen and (max-width: 991px) {
	.banner {
		margin-right: -350px;
	}
}

@media screen and (max-width: 768px) {
    
        .bg-col {
        background-image: none;
	    display: none;
	}
	
	.bg-col h2 {
	    color: #000;
	}
    

    
	.banner {
		margin-right: 0px;
		margin-left: -90px;
		margin-top: -150px;
		opacity: 1;
	}
	

	.logo img {
		margin-left: 90px;
	}
}