.main-banner{
	font-family:'Open Sans','Arial','Sans-Serif';
	background-image:url('/include/image/main-banner.jpg');
	background-size:cover;
	background-position:center top;
	box-shadow: -7px -65px 120px -33px #fff9 inset;
	height:395px;
	box-sizing:border-box;
}

.main-banner__container {
	max-width:1350px;
	margin:0 auto;
	padding-top:32px;
}
.main-banner__popup {
	width:100%;
	max-width: 640px;
	background:rgba(173, 90, 85, 0.9);
	padding:24px;
	color:#fff;
	transition: all .8s ease;
	box-sizing:border-box;
	margin-left:16px;
}
.main-banner__popup_unactive{
	opacity: 0;
	transform: translateY(-50px);
}


.main-banner__logo {
	background-image:url('assets/main-banner/logo.png');
	background-repeat:no-repeat;
	background-size:contain;
	width:212px;
	height: 64px;
	margin-left:-16px;
}
.main-banner__title {
	font-size:30px;
	margin:10px 0 20px;
	font-weight:700;
}


.main-banner__text {
	font-family: 'Georgia', Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1.33;
	font-weight: 400;
	margin-bottom: 20px;
	max-height: 5.32em;
	overflow: hidden;	
}

.main-banner__l-phone {
	font-size: 15px;
	text-align:right;
}
.main-banner__phone-label {
	padding-left: 25px;
	position:relative;	
}
.main-banner__phone-label:before {
	content:"";
	display:block;
	background: url('assets/main-banner/phone.png') no-repeat left center;
	position:absolute;
	top:-2px;
	left:0;
	width:18px;
	height:22px;
}

.main-banner__phone{
	color:#fff;
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
}

.main-banner__postcard {
	display:inline-flex;
	color:#fff;
	border:1px solid #fff;
	border-radius:0;
	padding:8px 24px;
	align-items:center;
	text-decoration: none;
}
.main-banner__postcard:hover {
	background:rgba(255,255,255,0.1);
}
.main-banner__postcard-view {
	padding-right:16px;	
}
.main-banner__postcard-icon{
	height:24px;
	vertical-align:middle;
	font-size:0;
}
.main-banner__zab {
	width: 392px;
	align-self: flex-end;
	margin-right: 16px;
}

.main-banner__container_zab {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width:1382px) {

}


@media screen and (min-width:1024px) and (max-width: 1382px) {

}


@media screen and (max-width: 1024px) {
	.main-banner {
		height:auto;
	}
	.main-banner__container {
		padding-top:0;
		padding-bottom:32px;
	}
	.main-banner__popup{
		margin:-32px auto 0;
		padding:16px 8px;
		box-sizing:border-box;
		transition:none;
	}	
	.main-banner__logo {
		display:none;
	}
	.main-banner__title{
		font-size:18px;
		text-align:center;
		max-width:none;
	}
	.main-banner__text{
		display:none;
	}
	.main-banner__l-phone{
		text-align:center;
	}

	.main-banner__action{
		text-align:center;
	}

	.main-banner__container_zab {
		flex-direction: column;
		align-items: center;
	}

	.main-banner__zab {
		width: 392px;
		align-self: center;
		margin-right: 0;
		margin-top: 20px;
	}
}


@media screen and (max-width: 768px) {
	.main-banner__popup{	
		width:92%;
		margin:-32px auto 0 ;
	}

	.main-banner__action {
        margin-top: 16px;
        text-align: center;
		font-size:14px;
		line-height:1.2;
    }
}

@media screen and (max-width: 480px) {
	.main-banner__zab {
		width: 240px;
	}
}