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, sup, 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.3;
	font-family: 'Open Sans', sans-serif;
	background: url(bg_image.jpg);
	background-position: cover;
	background-position: top left;
	font-size: 24px;
	color: #fff;
	min-height: 100vh;
}





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;
}


 

.bg {
	padding-left: 30%; 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
 }

 .content {
 	  width: 100%;
 text-align: center;
 }

 .logo {
 	padding-bottom: 30px;
 }


.logo-text {
	padding-bottom: 50px;
	font-size: 30px;
	max-width: 550px;
	margin:0 auto;
}

.logo-text  span {
	color: #b59b67;
}

h1 {
	font-size: 40px;
	padding-bottom: 5px;
}

.contact {
	font-size: 36px;
	padding: 30px; 
}

.contant-text p {
	padding-bottom: 8px;
}

.contant-text   {
	padding-bottom: 50px;
}


.contant-text a {
color: #fff;
text-decoration: none;
}

.contant-text a:hover {
color: #ccc;
text-decoration: none;
}


.btn-nakup {
	text-transform: uppercase;
	display:inline-block;
	padding: 12px 25px;
	background: #b59b67;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	margin:5px;
}



.btn-training {
	text-transform: uppercase;
	display:inline-block;
	text-decoration: none;
	padding: 12px 25px;
	background: #0b2340;
	color: #fff;
	border-radius: 10px;
	margin:5px;
}


.btn-nakup:hover, .btn-training:hover {
 
	background: #383b42;
	color: #fff; 
	text-decoration: none;
}


 



@media (max-width: 1000px) {
  body {
  	background: #42454c url(bg_image_mobile.jpg) no-repeat;
  	background-position:  left bottom;
    background-size:  auto 100% ;

    font-size: 15px;

    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  }


  .bg {
 
padding-left: 0; 
  display: flex;
align-items: inherit;
height: auto;
 }


  .logo-text {
	padding-bottom: 20px;
	font-size: 16px;
 
}

 

  .logo img {
  	width: 200px;
  }


  h1 {
	font-size: 28px;
	 
}

.contact { 

		font-size: 28px;
	 
}



.content { 
 
margin: 30px;
padding: 15px;
max-width: 430px;
background: rgba(0,0,0,0.5);
border-radius: 20px;
}

.contant-text {
	padding-bottom: 30px;
}



 

.btn-nakup {
 
	padding: 10px 15px;
	 
}



.btn-training {
	padding: 10px 15px;
}

.contant-text img {
	width: 18px;
}

.logo {
	padding-bottom: 15px;
}



}