/* Accent: #D8AD80*/
html, body{
	margin: 0;
	padding: 0;
	background: #000;
	font-family: 'Lato', sans-serif;
}
a{
	color: #D8AD80;
	transition:color 0.2s ease-out;
}
a:hover{
	color: #DF724D;
}
.lead{
	font-size: 1.4rem;
	margin-top: 1rem;
}
.iframe16by9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe16by9>iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.trailer{
	margin: 20px;
}
.txt{
	color: #ddd;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	padding: 20px;
}
strong{
	color:#f0f0f0;
	letter-spacing: 0.05rem;
}
main{
	background: #000 url('poster_mobile_S.jpg?v=2') top center no-repeat;
	background-size: contain;
	/*border-top:5vw solid #fff;*/
	width: 100%;
	min-height: 142vw;
}
.content{
	padding: 15vw 20px 0;
	color: #ddd;
}
.from-prod{
	font-size: 0.7rem;
	text-align: right;
	line-height: 0.9;
}
h1, h2{
	margin: 0;
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	font-size: 15vw;
	/*letter-spacing: 3vw;*/
	padding-left: 3vw;
	line-height: 1.1;
	color:#000;
}
h2{
	font-size: 6.1vw;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color:#777;
}
h3{
	color:#fff;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
}
.btn-row{
	margin-top: 130vw;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: column;
}

.btn{
	/*display: inline-block;*/
	text-align: center;
	margin:10px 0px;
	padding: 15px 47px;
	text-transform: uppercase;
	color:#7D2305;
	font-weight: 700;
	line-height:16.41px;
	text-decoration: none;
	position: relative;
	font-family: 'Lato', sans-serif;
	z-index:3;
	border: 1px solid #fff;
}
.btn::before,.btn::after{
	content: "";
	position:absolute;
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	top:1px;
	right:1px;
	background: #eee;
	z-index:-1;
	-webkit-transition:width 0.2s ease-out;
	-o-transition:width 0.2s ease-out;
	transition:width 0.2s ease-out;
}
.btn::after{
	width:0%;
	background: #DF724D;
}
.btn:hover::after{width:calc(100% - 2px);}
.btn:hover{color:#fff}

.dflex{
	display: flex;
	justify-content: center;
}

.logo{text-align: center;}
.logo img{
	width: 40%;
	height:auto;
}

footer{
	color:#999;
	background: #eee;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.08rem;
	border-top:2px solid #555;
	padding: 15px 10px;
}

@media (min-width: 430px) {
	main{background-image: url('poster_mobile_L.jpg?v=2');}
}
@media (min-width: 768px) {
	main{
		background-image: url('poster_desktop_S.jpg?v=2');
		min-height: 60vw;
	}
	.lead{
		margin-top: 5rem;
	}
	p{
		text-align: justify;
	}
	h1{
		color:#fff;
		font-size: 7.5vw;
		/*letter-spacing: 1.5vw;*/
		padding-left: 0;
		line-height: 1.1;
		text-align: right;
	}
	h2{
		font-size: 3.05vw;
		letter-spacing: 0.65vw;
		font-family: 'Lato', sans-serif;
		font-weight: 100;
		color:#777;
		padding-left: 0;
		text-align: right;
	}
	.bq-container-poster{
		width: 30vw;
		padding-bottom: 1vw;
	}
	.bq-container-poster blockquote{
		font-size: 1.3rem;
		width:80%;
		margin-left: 5%;
	}
	.bq-container-poster blockquote::before, .bq-container-poster blockquote::after{
		font-size: 4rem;
		opacity:0.5;
	}
	.bq-container-poster blockquote::before{
		top: -1rem;
		left: -3rem;
	}
	.bq-container-poster blockquote::after{
		right: -2rem;
		bottom: -2.5rem;
	}
	.btn-row{
		margin-top: 20px;
		align-items: center;
		align-items: flex-end;
	}
	.btn{display: inline-block;}
	.content, .txt{
		width: 80vw;
		margin: 0 auto;
	}
	h3{
		text-align: center;
		margin: 50px 25px 20px;
	}
	.trailer{
		width: 96%;
		margin-left:auto;
		margin-right:auto;
		max-width: 1400px;
	}
	.about-us{
		display: flex;
		align-items: center;
		gap:30px
	}
	.logo img{
		width: 20vw;
	}
	.about-us .descr{
		order:2;
	}
}
@media (min-width: 1024px) {
	html{font-size:130%;}
	.txt{
		max-width:840px;
		margin-top: 5vw;
	}
	.logo img{
		width: 200px;
	}
}
@media (min-width: 1440px) {
	.txt{
		margin-top: 10vw;
	}
	.txt2{margin-top: 50px;}
	main{background-image: url('poster_desktop_M.jpg?v=2');}
}
@media (min-width: 1600px) {
	/*.btn-row{
		flex-direction: row;
		justify-content: flex-end;
		margin-top:3vw;
	}*/
	main{background-image: url('poster_desktop_L.jpg?v=2');}
}



/****Blockquote*/
.bq-container{
	border-top:1px solid #D8AD80;
	border-bottom:1px solid #D8AD80;
	margin: 30px 0;
	padding: 10px 0;
}
.highlight{color: #D8AD80}
blockquote {
	font-weight: 100;
	font-size: 2rem;
	/*max-width: 600px;*/
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
	font-family: 'Special Elite', cursive;
	color:#FFF;
	text-align: center;
	
}

@media (min-width: 768px) {
	blockquote {
		width:60%;
		margin-left: 20%;
	}
	blockquote:before,
	blockquote:after {
		position: absolute;
		color: #f1efe6;
		font-size: 8rem;
		width: 4rem;
		height: 4rem;
	}

	blockquote:before {
		content: '“';
		left: -5rem;
		top: -2rem;
	}

	blockquote:after {
		content: '”';
		right: -5rem;
		bottom: 1rem;
	}
}
cite {
	line-height: 3;
	text-align: left;
}