.hero {
	padding: 140px 0 0;
	position: relative;
}

.hero-top {
	display: flex;
	align-items: stretch;
	margin-bottom: 15px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.hero-top-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 0;
	width: 100%;
}

.hero__title {
	width: 236px;
	min-width: 236px;
}

.hero__title img{
	width: 100%;
}

.hero-top-right {
	width: 100%;
	background-color: #000;
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
	margin: 15px -15px 15px;
}

.hero-video {
	width: 100%;
	height: 100%;
	display: block;
}

.hero__desc {
	font-family: 'Vollkorn-SemiBold', Serif;
	letter-spacing: 0.05em;
	color: #342918;
	opacity: 0.75;
	margin: 14px 0 8px;
	flex-grow: 1;
	max-width: 280px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.hero-bottom {
	background-color: #fff;
	padding: 40px 15px;
	position: relative;
	z-index: 1;
}

.hero-top-create-btn {
	display: none;
}

.hero-top-create-btn-mob {
	display: flex;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.hero {
		padding: 60px 0 20px;
	}

	.hero-bottom {
		background-color: transparent;
		padding: 0 15px;
	}


	.hero-top {
		margin-bottom: 45px;
	}

	.hero-top-left {
		margin-right: 0;
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;;
	}

	.hero__desc {
		margin: 48px 0 31px 35px;
		text-align: left;
	}

	.hero-top-right {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.hero-top-create-btn-mob {
		width: 250px;
	}
}

@media (min-width: 576px) and (max-width: 768px){

	.hero-bottom {
		max-width: 745px;
	}
}



@media (min-width: 768px) {
	.hero {
		padding: 115px 0 65px;
	}

	.hero-top {
		margin-bottom: 100px;
	}

	.hero-top-left {
		margin-right: 0;
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;;
	}

	.hero__desc {
		max-width: 400px;
		text-align: left;
		font-size: 18px;
		line-height: 27px;
	}

	.hero-bottom {
		background-color: transparent;
		padding: 0 15px;
	}


}

/*@media (min-width: 1200px) {*/
/*.hero {*/
/*padding: 115px 0 43px;*/
/*}*/
/*.hero-top-left {*/
/*flex-direction: column;*/
/*align-items: stretch;*/
/*justify-content: space-between;*/

/*width: 350px;*/
/*margin-right: 55px;*/
/*}*/

/*.hero__title {*/
/*width: 100%;*/
/*}*/

/*.hero__title img {*/
/*height: 195px;*/
/*}*/

/*.hero__desc {*/
/*!*max-width: 280px;*!*/
/*text-align: left;*/
/*width: 100%;*/
/*!*margin: 28px 0 47px 0;*!*/
/*margin: 28px 0 32px 0;*/
/*}*/

/*.hero-top-right {*/
/*width: calc(100% - 350px - 55px);*/
/*margin: 0 0 0 0;*/
/*}*/
/*.hero-top-create-btn {*/
/*display: flex;*/
/*}*/
/*.hero-top-create-btn-mob {*/
/*display: none;*/
/*}*/
/*}*/


@media (min-width: 1370px) {
	.hero {
		padding: 115px 0 43px;
	}
	.hero-top-left {
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;

		width: 350px;
		margin-right: 55px;
	}

	.hero__title {
		width: 100%;
	}

	.hero__title img {
		height: 195px;
	}

	.hero__desc {
		/*max-width: 280px;*/
		text-align: left;
		width: 100%;
		/*margin: 28px 0 47px 0;*/
		margin: 28px 0 32px 0;
	}

	.hero-top-right {
		width: calc(100% - 350px - 55px);
		margin: 0 0 0 0;
	}
	.hero-top-create-btn {
		display: flex;
	}
	.hero-top-create-btn-mob {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 1650px) {
	.hero-bg {
		background-position: center!important;
	}
}
@media (min-width: 576px) {
	.index .hero .container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.index .hero .container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.index .hero .container {
		max-width: 960px;
	}
}


@media (min-width: 1370px) {
	.index .hero .container {
		max-width: 1286px;
	}
}



