/*______________  MY STYLE ______________*/
html{
	font-size: 1.6rem;
}

.section_body{
	width: 100%;
	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
}

.container{
	margin: 0 auto;
	width: 100%;
	max-width: 85%;
}

.section_body .wrapp{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.section_body .wrapp .sect_title{
	width: 50%;
}

.typed-cursor{
	display: none;
}

.typing_text{
	height: 170px;
	margin-bottom: 15px;
}


.section_body .wrapp .sect_form{
	width: 50%;
}

.sect_title{
	color: #fff;
}

.sect_title .logo_img .logo{
	width: 100%;
	max-width: 290px;
}
.sect_title .logo_img {
	margin-bottom: 60px;
}

.sect_title .title{
	padding-right: 15px;
}
.sect_title .title h1{
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 55px;
}

.sect_title .title .descript{
	line-height: 30px;
	font-size: 17px;
}

.sect_form .wrapp_form{
	background: #fff;
	height: 100%;
	border: 2px solid #0A4378;
	border-radius: 10px;
	padding: 75px;
	width: 100%;
	max-width:600px;
	box-sizing: border-box;
	margin: 0 auto;
}

.sect_form .wrapp_form .like_h1{
	color: #FF5700;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.sect_form .wrapp_form .after_title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 	35px;
}
.sect_form .wrapp_form .wrapp_input{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;

}

.wrapp_input #name,
.wrapp_input #surname,
.wrapp_input #phone,
.wrapp_input #email{
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	border-radius: 30px;
    border: 1px solid #B2B1B1;
    outline: none;
    margin-bottom: 25px;
}

.wrapp_form #send-ins{
	margin: 0 auto;
	background: #FF5700;
	border-radius: 30px; 
	border: none;
	font-size: 20px;
    padding: 12px 35px;
    display: block;
    color: #fff;
    outline: none;
}

.modal .modal__close{
	background: transparent;
    border: none;
    outline: none;
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal .modal_body h3{
	text-align: center;
}

.polis_conf a{
	color: #000;
	font-size: 15px;
}
.polis_conf{
	margin-bottom: 20px;
}

.alert_polis h3{
	font-size: 1.2rem;
}

.alert_polis h3,
.alert_polis h4{
  margin-bottom: 15px;
}

.alert_polis p{
  padding-bottom: 10px;
  text-align: justify;
}

@media screen and (min-width: 769px) and (max-width: 1170px){
	.sect_title .title h1{
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1064px){
	.sect_form .wrapp_form{
		padding: 20px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1440px){
	.section_body{
		height: 100%;
	}
	.container{
		position: absolute;
		top: 50%;
 		left: 50%;
 		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 320px) and (max-width: 354px){
	.typing_text{
		height: 200px;
	}
}

@media (max-width: 768px) {

	.section_body{
		height: 100%;
	}

	.sect_title .logo_img{
		text-align: center;
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.sect_title .title h1{
		text-align: center;
		font-size: 25px;
	}

	.sect_title .title{
		padding: 0px;
	}
	.sect_title .title h2{
		font-size: 20px;
	}
	
	.section_body .wrapp .sect_title{
		width: 100%;
		margin-bottom: 20px;
		text-align: justify;
	}

	.section_body .wrapp .sect_form{
		width: 100%;
		padding-bottom: 20px;
	}
	.sect_form .wrapp_form{
		padding: 30px 20px;
	}
	.sect_form .wrapp_form .like_h1{
		font-size: 33px;
	}
	.sect_form .wrapp_form .after_title{
		font-size: 25px;
	}

	#particles-js{
		min-height: 120vh;
	}
}

/*@media screen and (min-width: 768px){
	#particles-js{
		min-height: 120vh;
	}
}*/