@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
	font-family: 'Proxima Nova Rg';	
}

body{
	text-align: center;
	position: relative;
	height: 100%;
	background-image: url("../img/bg.jpg");	
	background-position: center 0;
	background-repeat: repeat-x;
	width: 100%;
	font-family: 'Proxima Nova Rg';
}
html{
	height: 100%;
	background: #00a28d;
}

.wrp{
	position: relative;
	margin-bottom: 20px;
	line-height: 1.9;
}

.link{
	display: inline-block;
	margin-top: 60px;
}

img{
	margin: auto;
	display: block;
	max-width: 100%;
}
.bo{
	width: 250px;
	padding-right: 80px;
	position: relative;
}
.bo:after{
	content: "";
	width: 1px;
	height: 100%;
	background: white;
	top: 0;
	right: 0;
	position: absolute;
}

.mi{
	width: 250px;
	padding-left: 80px;
}
.xs,
.sm{
	display: none;
}

.fascia{
	display: flex;
	width: 100%;
	color: white;
	margin-top: 150px;
	text-align: center;
	justify-content: center;
	font-size: 18px;
}
a{
	text-decoration: none;
	color: white!important;
	font-size: 18px;
	text-align: center;
	
}
.wrp2{
	padding-right: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
	.fascia{
		margin-top: 90px;
	}
	.xs,
	.lg{
		display: none;
	}	
	.sm{
		display: block;
	}
	body{
		background-image: url("../img/bg.jpg");
		background-position: center -148px
	}
}

@media screen and (max-width: 768px) {
	.link{
		margin-top: 35px;
	}
	.lg,
	.sm{
		display: none;
	}
	.xs{
		display: block;
	}
	body{
		background-image: url("../img/bg.jpg");
		background-position: center -214px;
	}
	.fascia{
		flex-direction: column;
		margin-top: 60px;
	}
	.bo, .mi{
		width: 100%;
		padding: 0;
	}
	.wrp2{
		padding-right: 0;
	}
	.bo{
		padding-bottom: 30px;
	}
	.mi{
		padding-top: 30px;
	}

	.bo:after{
		content: "";
		width: 40px;
		height: 1px;
		background: white;
		bottom: 0;
		left: 50%;
		margin-left: -20px;
		top: auto;

		position: absolute;
	}
	
}
