/*______________  MY STYLE ______________*/
html{
	font-size: 1.6rem;

}
body {
	font-family: Lusitana;
}
.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{
	position: relative;
	width: 50%;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}



.section_body .wrapp .sect_form {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-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 h1{
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 55px;
}
.sect_title .title h2{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
}
.sect_title .title .descript{
	line-height: 30px;
	font-size: 17px;
}

.sect_form .wrapp_form{
	display: none;
	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;
}

.Sendrequest a{
	margin: 0 auto;
    background: #00caff;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    padding: 12px 45px;
    display: block;
    color: #fff;
    outline: none;
    text-transform: uppercase;
}

.sect_title>.title {
    padding-bottom: 40px;
}

.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;
}

#send-ins{
	margin: 0 auto;
	background: #00caff;
	border-radius: 30px;
	font-family: sans-serif;
    font-weight: bold;
	border: none;
	font-size: 20px;
    padding: 12px 45px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    outline: none;
}

.iziModal-overlay {
    z-index: 997;
    background-color: rgba(4, 4, 4, 0.29) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal .modal__close{
	background: transparent;
    border: none;
    outline: none;
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.wrapp_input {
    padding-bottom: 40px;
}

p.after_title {
    text-align: center;
    padding: 30px 0;
}

.modal .modal_body h3{
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #073D6F;
    font-size: 32px;
}

.polis_conf a{
	color: #000;
}
.typing_text {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 40px;
    height: 85px;
}

.alert_polis h3,
.alert_polis h4{
  margin-bottom: 15px;
}

.alert_polis p{
  padding-bottom: 10px;
  text-align: justify;
}

	/*		Responsive 		*/


@media screen and (min-width: 901px) and (max-width: 1366px) {
  .section_body {
  	height: 100%;
  }
  .section_body .wrapp .sect_title {
  	width: 80%;
  	padding-top: 40px;
  }
}


@media screen and (min-width: 668px) and (max-width: 900px) {
  .section_body {
  	height: 100%;
  }
  .section_body .wrapp .sect_title {
  	width: 100%;
  	padding-top: 40px;
  }
}


@media screen and (min-width: 320px) and (max-width: 667px) {
  .section_body {
  	height: 100%;
  }
  .sect_title .logo_img {
  	margin-bottom: 30px;
  }
  .section_body .wrapp .sect_title {
  	width: 100%;
  	padding-top: 40px;
  }
  .typing_text {
  	font-size: 1.1rem;
    margin-bottom: 0px;
    height: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .typing_text{
    height: 150px;
  }
}
