:root {
  --monsterhunter-color-primary: #0E591A;
  --monsterhunter-color-secondary: #154018;
  --monsterhunter-color-link: #401612;
  --monsterhunter-color-hover: #A62317;
}
@font-face {
    font-family: 'MonsterHunter';
	src: url('/media/templates/site/monsterhunter/fonts/monster_hunter(rus).woff2') format('woff2'),
         url('/media/templates/site/monsterhunter/fonts/monster_hunter(rus).woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('/media/templates/site/monsterhunter/fonts/monster_hunter(rus).ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  
.container-header {
    background-color: var(--monsterhunter-color-primary);
	background-image: linear-gradient(130deg, rgba(0, 0, 0,0), rgba(14, 89, 26,.7) 60%), url('/media/templates/site/monsterhunter/images/monsterhunter/header_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.container-header h2 {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.container-header p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin: 5px 10%;
}

.container-banner {
    background: black;
    color: #fff;
	height: 272px;
}

.container-banner-content {
    max-width: 1320px;
    margin: auto;
}

.container-banner img {
    display: block;
    margin: 0 0 0 auto;
}

.font-monsterhunter{
	font-family: MonsterHunter;
	font-weight: 100;
	font-size: 3rem;
}

.banner-video-border {
    position: absolute;
    background-image: url(/media/templates/site/monsterhunter/images/monsterhunter/mh_border.png);
    width: 55px;
    height: 272px;
    top: 0;
}

.footer {
	background-color: transparent;
	background-image: url(/media/templates/site/monsterhunter/images/monsterhunter/image_footer.png);
	background-position: bottom right 10px;
	background-repeat: no-repeat;
	color: #000;
	max-width: 1320px;
	margin: auto;
	width: 100%;
	min-height: 190px;
	display: flex;
    align-items: flex-end;
}

.footer .grid-child {
    padding: 0rem 0.5em;
}

@media (min-width: 541px) {
	#mod-custom116 {
		margin-right: 340px;
	}
}
@media (max-width: 540px) {
	#mod-custom116 {
		margin-bottom: 125px;
	}
}
@media (max-width: 820px) {
	.container-banner {
		height: auto;
	}
	.banner-text {
		width: 100%;
	}
}
.img-naruga {
    position: relative;
    top: -135px;
    z-index: 50;
    bottom: 200px;
    margin-bottom: -150px;
}