.home-banner {
    position: relative;

    height: 960px;
    padding-top: 260px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../images/new/home-banner.jpg');
}

.home-banner__content {
    position: relative;

    width: 100%;
	max-width: 1035px;
    margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	

    z-index: 1;
}

.home-banner__content h1 {
	height: auto;
    color: #fff;
    font-size: 42px;
    line-height: 60px;
    font-family: 'Roboto-bold';
    letter-spacing: 0.01em;
}

.home-banner .b-contact {
    margin-top: 60px;
}

@media (max-width: 991px) {
	.home-banner {
		height: auto;
		padding-top: 235px;
	}
	.home-banner:after {
	}
	.home-banner__content {
		padding: 40px 30px 60px;
		background: rgba(0, 0, 0, 0.6);
	}
	.home-banner__content h1 {
		margin-bottom: 30px;
		
		font-size: 19px;
		line-height: 32px;
	}
	.home-banner .b-contact {
		margin-top: 0;
	}
}












