@charset "UTF-8";


* {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #474747;
}

html {
	margin: 0 !important;
	overflow-x: hidden;
	box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
	font-size: 14px;
	line-height: 1.5;
	color: #7A7A7A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	/*overflow-x: hidden;*/
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

:focus {
	outline: -webkit-focus-ring-color auto 0;
}

a,
a:hover,
a:focus,
a:visited {
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

a, .form-btn {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

button::-moz-focus-inner {
	outline: 0;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	list-style-type: none;
	text-decoration: none;
}

::selection {
	background: #D9017A;
	color: #fff;
}

a,button {
	cursor: pointer;
}


header {
	background-color: #000;
	padding: 26px 40px 20px;
	width: 100%;
}
.logo {
	width: 100%;
	max-width: 334px;
	margin: 0 auto;
}
.logo img {
	width: 100%;
}

.custom-container {
	max-width: 900px;
	width: calc(100% - 40px);
	margin: auto;
	position: relative;
	z-index: 4;
}

.main-banner {	
	padding: 75px 0 0;
	position: relative;
	background: #3B57E8 url(../images/lp-banner.jpg) no-repeat 50% 0%;
	background-size: cover;
	background-attachment: fixed;
}

.main-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
	background: -webkit-linear-gradient(90deg, rgba(59, 87, 232, 0.55) 0%, rgba(59, 87, 232, 0) 68%, rgba(59, 87, 232, 0) 100%);
	background: linear-gradient(90deg, rgba(59, 87, 232, 0.85) 0%, rgba(59, 87, 232, 0) 68%, rgba(59, 87, 232, 0) 100%);
}
.main-banner:after {
	content: "";
    position: absolute;
    width: 100%;
	bottom: -10px;
    left: 0;
    right: 0;
	height: 90px;
	background: #fff;
	z-index: 2;
}
.form-container h1{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
    color: #474747;
	text-align: center;
	max-width: 406px;
	margin: 0 auto 32px
}

.form-container{
   background-color: #fff;
    padding: 40px 28px 50px;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.35);
	max-width: 520px;
	border-radius: 10px;
	margin: 0 auto;
}

.form-group {
	margin-bottom: 10px;
}
.form-group input{
    background-color: #fff;
    color: #000;
	font-size: 14px;
	font-weight: 500;
    padding: 13px 20px;
    width: 100%;
    border: 0;
	border: 1px solid #DCDCDC;
	border-radius: 6px;
	font-family: 'Montserrat', sans-serif;
}
.form-group input::placeholder { color: #A6A6A6; }
.form-group input:focus{border: 1px solid #a2b0f6;}
.form-btn{
	font-family: 'Montserrat', sans-serif;
    background-color: #3B57E8;
    color: #fff;
    border: 0;
    padding: 14px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 8px 0 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	border-radius: 6px;
}
.form-btn:hover{
    background-color: #000;
}
.form-group .error:last-child{
	color: #db1720;
    font-size: 13px;
    padding: 2px 0;
    padding: 2px 0;
    font-weight: 500;
}
.sucess-msg{
   color: #182D44;
    font-size: 28px;
    text-align: center;
    padding: 30px 20px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: -1px;
}
.investment-block {
	max-width: 520px;
	border-bottom: 1px solid #fff;
	margin: auto;
	text-align: center;
}
.investment-block h2{
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	padding: 30px 0;
}
.investment-block h2 span {font-weight: 700;}

.film-posters-panel{
	max-width: 890px;
	width: 100%;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
	line-height: 0;
}
.film-poster-block{
	width: calc(25% - 10px);
	border-radius: 10px;
	overflow: hidden;	
    -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    -o-box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    -ms-box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
}

.film-poster-block img {width: 100%; display: block;}

.disclaimer-section {padding: 90px 0 30px;}
.disclaimer-section p{
	text-align: center;
	margin-bottom: 12px;
}

footer{
	position: relative;
	text-align: center;
	padding: 30px 0 40px;
}

footer p{
	position: relative;
	font-size: 13px;
	color: #474747;
}

footer:before{
	content: "";
	position: absolute;
	width: 160px;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background: #D9D9D9;
	margin: auto;
}


@media (max-width: 991px){
	.film-poster-block {width: 24%;}
	
}

@media (max-width: 767px){
	.investment-block h2 {font-size: 30px;}
	.form-container, .investment-block {max-width: 400px;}
}
@media (max-width: 575px){
	.sucess-msg {font-size: 22px; padding: 30px 5px;}
	.disclaimer-section {padding: 50px 0 20px;}
	.film-posters-panel {max-width: 240px; margin: 70px auto 0; flex-wrap: wrap;}
	.film-poster-block {width: 48%; margin-bottom: 4%;}
	.film-poster-block.three {order: 4;}
	.form-btn { font-size: 14px;}
	.form-group input {font-size: 14px; padding: 11px 15px;}
	.form-container h1 {font-size: 18px;}
}

@media (max-width: 480px){
	.investment-block h2 {font-size: 25px;}
}