* {
	font-family: 'Montserrat', sans-serif;
}
html{
	min-height: 100%;
}
body{
	background: url(../public/bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}

section{
	position: relative;
	z-index: 2;
}
a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:active,
a:focus{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.button{
	font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 12px 54px;
}
h2{
	font-size: 30px;
	line-height: 46px;
	font-weight: 700;
	color:#fff;
}
.screen-18 p{
	color: #fff;
	text-align: center;
}
.screen-1 {
	padding: 30px 0 0;
	overflow: hidden;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.screen-1 .col-md-6 a{
	display: inline-block;
	margin-right: 30px;
}
.screen-1 .col-md-6.link{
	text-align: right;
	padding-top: 15px;
}
.limited{
	padding-top: 30px;
	padding-bottom: 10px;
	max-width: 750px;
	margin: 0 auto;
}
.form-container.limited .form-big-block{
	max-width: 650px;
	margin: 0 auto;
}

.screen-1 .col-md-6 a img{
	width: auto;
	height: 50px;
}
.screen-18 .container{
	position: relative;
}
.screen-18 .form-box{




	background: transparent;
	height: auto;

	border-radius: 10px;


}
.screen-18 {
	background: red;
	position: relative;
	background: url(../public/bg-bottom.svg);
	background-size: 120% auto;
	background-position: bottom right;
	padding-bottom: 30px;

}
#success.opened{
	margin-top: 15px;
    margin-bottom: -20px;
}
.screen-18 .form-group{
	padding-top: 10px;
}
.screen-1 a.ziiot{
	display: none;
}
input.form-control,
select.form-control{
	border-radius: 5px;
	border: 1px solid white;
	padding: 15px 15px;
	background: #fff;
}
select{
	background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}
.screen-18 button,
input.form-control,
 select.form-control{
	border-radius: 30px;
}
.screen-18 button{
	border-color:#59a417;
	background: #59a417;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top:15px;
	padding-bottom: 15px;
	width: 100%;
}
.screen-18 button:hover{
	border-color:#478511;
	background: #478511;
}
#success{
	display: none;
	color: #fff;
	padding-bottom: 15px;
}
#success.opened{
	display: block;
}
.screen-18 .form-check-label{
	font-size: 14px;
	color: #fff;
}
.screen-18 a{
	color: #fff;
	text-decoration: underline;
}
img.arrow_link{
	display: inline-block;
	width: 30px;
	height: auto !important;
	margin-left: 10px;
}
.screen-1{
	padding-bottom: 40px;
	position: relative;
}
.screen-1::after{
	content: " ";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;

	background: rgba(255,255,255,0.15);
}
.form-big-block{
	padding: 50px;
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}
.form-big-block::after{
	content: " ";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.15);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .screen-1::after {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .form-big-block::after {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
@media (min-width:1200px) and (max-width:1400px){
	
}

@media (max-width:1200px){
	
}

@media (max-width:992px){
	.screen-1 .col-md-6 a img{
		width: auto;
		height: 40px;
	}

}

@media (max-width:767px){
	body{
		    background: url(../public/bg.jpg);
    background-size: auto 120%;
    background-position: -152px 27%;
    position: relative;
	}
	.form-big-block{
	padding: 20px 15px;
	}
	h2{
		font-size: 25px;
		line-height: 30px;
	}
	
	.screen-18{
		overflow: hidden	;
	}
	.screen-1 a.ziiot{
		display: inline-block;
		margin-right: 0;
	}

	.screen-1 .banner{
		display: none;
	}

}
@media (max-width:767px){
	.screen-1 .col-md-6.links,
	.screen-1 .col-md-6.link{
		text-align: center;
	}
	.screen-1 .col-md-6.links>div{
		display: inline-block;
		width: auto;
	}
	.screen-1 a.ziiot{
		display: none;
	}

	.screen-1 .banner{
		display: block;
		text-align: center;
	}
	.screen-1 .banner img{
		height: 40px;
	}
	.screen-1 .col-md-6 a{
		margin-right: 10px;
		margin-left: 10px;
	}

}
@media (max-width: 540px){
	.screen-1 .col-md-6 a img{
		height: 30px;
	}
}



