@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');



/* RESET
------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */








/* COMMON 
------------------------------------------------------------------------*/
header,
main,
section,
footer {
	width: 100%;
	position: relative;
	float: left;
}

content {
	display: block;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

div {
	position: relative;
	float: left;
}







/* HEADER
------------------------------------------------------------------------*/
header {
	float: left;
	background-color: #151515;
	border-bottom: 1px solid #FFC358;
	z-index: 2;
}


#brandLogoBlock {
	width: 248px;
	float: left;
	margin-top: 22px;
}

#brandLogoBlock>a {
	float: left;
}

#brandLogoBlock>a>img {
	float: left;
}

#langs,
#affLogoBlock {
	float: right;
}


#langs {
	width: 44px;
	font-family: 'Roboto', sans-serif;
	margin-top: 40px;
}

#langs::after {
	content: "";
	width: 11px;
	height: 6px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url("images/arrow_lang.png") no-repeat;
}

#langs span {
	display: block;
	width: 34px;
	position: relative;
	float: left;
	text-align: left;
	color: #FFC358;
	padding: 5px;
	cursor: pointer;
	z-index: 2;
}

#langs div {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 30px;
	background-color: #2A2A2A;
	border: 1px solid #D9AD5D;
	z-index: 1;
}

#langs div a {
	display: block;
	width: 100%;
	font-size: 13px;
	text-align: left;
	text-indent: 18px;
	color: #9D9D9D;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

#langs div a::before {
	content: "\2022";
	position: absolute;
	left: 9px;
	text-indent: 0;
}

#langs div a:hover {
	color: #D9AD5D;
}


#affLogoBlock {
	margin-top: 28px;
	margin-right: 40px;
}






/* MAIN
------------------------------------------------------------------------*/
main {
	z-index: 1;
}

#bgImg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

#offerSection content {
	display: table;
	height: 720px;
}

#offerSection content>div {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

#offerSection {
	overflow: hidden;
	z-index: 1;
}

#offersBlock {
	display: table;
	max-width: 540px;
	float: none;
	font-size: 34px;
	font-family: 'DM Serif Display', serif;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	background-color: #000000b5;
	border-left: 1px solid #FFC358;
	border-right: 1px solid #FFC358;
}

#offersBlock p {
	width: 86%;
	float: left;
	margin-left: 7%;
	margin-right: 7%;
}

#offersBlock p>span {
	color: #FFC358;
}


#offersBlock>.top,
#offersBlock>.bottom {
	width: calc(100% - 30px);
	height: 15px;
	position: absolute;
	margin-left: 15px;
	background-color: #000000b5;
}

#offersBlock>.top {
	top: -16px;
	border-top: 1px solid #FFC358;
}

#offersBlock>.bottom {
	bottom: -16px;
	border-bottom: 1px solid #FFC358;
}

#offersBlock>.top::before,
#offersBlock>.top::after,
#offersBlock>.bottom::before,
#offersBlock>.bottom::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(images/borber_corner_offer.png) left top no-repeat;
}

#offersBlock>.top::before {
	left: -15px;
}

#offersBlock>.top::after {
	right: -15px;
	transform: scaleX(-1);
}

#offersBlock>.bottom::before {
	left: -15px;
	transform: scaleY(-1);
}

#offersBlock>.bottom::after {
	right: -15px;
	transform: scale(-1);
}


.line1 {
	margin-top: 30px;
}


.ctaButton {
	display: inline-block;
	width: 100%;
	position: relative;
	max-width: 300px;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #FFC358;
	box-shadow: 0 5px 50px #ffc3588a;
}

.ctaButton:hover {
	box-shadow: 0 5px 50px #ffc358;
}

.ctaButton>span,
.ctaButton>.top,
.ctaButton>.bottom {
	background-color: #FFC358;
}

.ctaButton>span {
	width: 100%;
	float: left;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000;
	padding: 5px 0;
}

.ctaButton>.top,
.ctaButton>.bottom {
	width: calc(100% - 22px);
	height: 11px;
	position: absolute;
	float: left;
	margin-left: 11px;
}

.ctaButton>.top {
	top: -11px;
}

.ctaButton>.bottom {
	bottom: -11px;
}

.ctaButton>.top::before,
.ctaButton>.top::after,
.ctaButton>.bottom::before,
.ctaButton>.bottom::after {
	content: "";
	width: 11px;
	height: 11px;
	position: absolute;
	background: url(images/borber_corner_cta.png) left top no-repeat;
}

.ctaButton>.top::before {
	left: -11px;
}

.ctaButton>.top::after {
	right: -11px;
	transform: scaleX(-1);
}

.ctaButton>.bottom::before {
	left: -11px;
	transform: scaleY(-1);
}

.ctaButton>.bottom::after {
	right: -11px;
	transform: scale(-1);
}



#offersAdditional {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#offersAdditional>p {
	font-size: 20px;
	margin-top: 10px;
}

#offersAdditional>p:first-child {
	margin-top: 0;
}

.regBonusTxt,
.depBonusTxt,
.additionalTxt {
	color: #FFF;
}

.regBonus,
.depBonus,
.additional {
	color: #ffc53a;
}




#stepsSection {
	background-color: #000;
}

#stepsBlock {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#stepsBlock>ul>li {
	width: 33.3%;
	position: relative;
	float: left;
}

#stepsBlock>ul>li>a {
	display: table;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.ru #stepsBlock>ul>li>a>span,
.nb #stepsBlock>ul>li>a>span {
	font-size: 20px;
}

.sv #stepsBlock>ul>li>a>span {
	font-size: 22px;
}




#stepsBlock>ul>li>a>img,
#stepsBlock>ul>li>a>span {
	display: table-cell;
	vertical-align: middle;
}

#stepsBlock>ul>li>a>img {
	width: 72px;
}

#stepsBlock>ul>li>a>span {
	width: calc(100% - 72px);
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	color: #FFC358;
	padding-left: 16px;
}





/* FOOTER
------------------------------------------------------------------------*/
footer {
	float: left;
	background-color: #151515;
}

footer>content>ul {
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

footer>content>ul>li {
	display: table-cell;
	vertical-align: middle;
}







/* MEDIA
------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

	/* HEADER -------------------------*/
	#brandLogo {
		margin-left: 10px;
	}

	#langs {
		margin-right: 10px;
	}

	#affLogoBlock {
		display: none;
	}


	/* MAIN -------------------------*/
	#bgImg {
		left: 0;
		margin-left: 0;
	}

	#offersBlock {
		text-align: center;
		transform: scale(0.8);
	}


	#stepsBlock>ul>li {
		width: calc(100% - 20px);
		margin-top: 40px;
		margin-left: 10px;
	}

	#stepsBlock>ul>li:first-child {
		margin-top: 0;
	}

	#stepsBlock>ul>li>a {
		display: block;
		width: 100%;
	}

	#stepsBlock>ul>li>a>img,
	#stepsBlock>ul>li>a>span {
		display: block;
		margin: 0 auto;
	}

	#stepsBlock>ul>li>a>span {
		text-align: center;
		padding-left: 0;
		margin-top: 10px;
	}


	/* MAIN -------------------------*/
	footer>content>ul {
		display: block;
	}

	footer>content>ul>li {
		display: inline-block;
		padding: 10px;
	}

}