.constructor_content .banner_container{
	height: 414px;
	border: 2px solid #08CEB4;
	box-shadow: 0px 4px 32px rgba(139, 200, 185, 0.4);
	border-radius: 16px;
	background: #EFF7F5;
	overflow: hidden;
	box-sizing: border-box;
}
.constructor_content .banner_container .img_container{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner_container.variant1{
	width: 544px;
}
.banner_container.variant2{
	width: 1232px;
}
.banner_container .banner_upload{
	background: #4C7BF1;
	border-radius: 48px;
	border: none;
	outline: none;
	height: 44px;
	box-sizing: border-box;
	width: 448px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
    line-height: 28px;
    font-family: 'OpenSans-Bold';
    display: block;
    z-index: 1;
}
.banner_container .banner{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_container input[type='file']{
	display: none;
}
.banner_container input[name="banner_url"]{
	color: #B6C8C3;
    border-radius: 48px;
    border: none;
    font-family: 'OpenSans-Regular';
    outline: none;
    height: 44px;
    width: 448px;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0 28px;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
}
@media screen and (max-width: 480px){
	.banner_container input[name="banner_url"]{
		width: calc(100% - 20px);
	}
}