@charset "utf-8";
/* CSS Document */

@import "reset.css?version=1";

@font-face {
 font-family: "BebasNeue Book";
 src: url("./fonts/BebasNeue-Book.otf"),
 		url("./fonts/BebasNeue-Book.ttf");
}

body {
	font-family: "BebasNeue Book";
	width: 1080px;
	height: 1920px;
	/*overflow: hidden;
	border: 0px;
	position: relative;*/
}


.container_12 {
	background-repeat: no-repeat;
  	background-size: 1080px 1920px;
  	background-position: top center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0px;
	position: relative;
}

/* Главная страница */
.container_12.main {
	background-image: url('../images/stand/background_main.jpg?version=1');
}

.container_12.main .start{
	text-align: center;
}

.container_12.main h1{
	text-transform: uppercase;
    font-size: 140px;
    line-height: 1.5em;
    text-align: center;
    color: #004c59;
    margin-top: 590px;
    margin-bottom: 145px;
}

.container_12.main .start img{
	width: 451px;
	height: 183px;
}


/* Второстепенная страница */
.container_12.page{
	background-image: url('../images/stand/background_1080.jpg?version=1');
}

.container_12.page h1 {
	text-transform: uppercase;
    font-size: 90px;
    line-height: 1.4em;
    text-align: center;
    color: #004c59;
    margin-top: 318px;
    margin-left: 371px;
    margin-bottom: 70px;
}





.container_12 .btns{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 224px);
    padding: 0px 95px;
    grid-gap: 105px 110px;
}

.container_12 .btns a{
	
	width: 224px;
	height: 232px;
	text-decoration: none;
}


.container_12 .btns a img{
	width: 224px;
	height: 232px;
	border: 0px;
}