@import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');

body {
    font-family: 'Assistant', sans-serif;
	background-image:url("../images/bg.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

.paddingzero {
    padding: 0
}

#owl-demo .item img {
    display: block;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}
strong { font-weight: bold; }

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.header_pass{
	min-height:55px;
	background:#1c499f;
	margin-bottom:20px;
	line-height:55px;
	color:white;
	font-weight:bold;
	font-size:14px;
	text-align:Center;
}
.header_pass a{
	color:white;
	text-decoration:none;
}
.logo_div{
	float:none;
	margin:auto;
	width:100%;
	max-width:1098px;
	text-align:center;
	border-bottom:1px solid black;
	padding-bottom:30px;
}
.logo_div img{
	display:inline-block;
}
.textDiv{
	float:none;
	margin:auto;
	width:100%;
	max-width:1098px;
	text-align:center;
	margin-top:35px;
}
.textDiv_in{
	float:right;
	width:100%;
	max-width:550px;
	min-height:660px;
	text-align:right;
}
.textDiv_in_header{
	font-weight:bold;
	color:#1c499f;
	font-size:19px;
	line-height:22px;
	margin-bottom:35px;
}
.textDiv_in_text{
	color:#292929;
	font-size:21px;
	line-height:22px;
	margin-bottom:65px;
}
.formContainer{
	width:100%;
	min-height:165px;
	background:#1c499f;
	border-radius:15px;
	padding:20px 10px 20px 10px;
}
.formTitle{
	font-weight:bold;
	font-size:22px;
	color:white;
	text-align:right;
	margin-bottom:35px;
}
.formItself{
	font-size:14px;
	font-weight:bold;
}
.formItself input{
	width:100%;
	height:30px;
	background:white;
	border-radius:10px;
	border:0;
	padding-right:10px;
	padding-left:10px;
}
.formItself input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbbbbb;
}
.formItself input::-moz-placeholder { /* Firefox 19+ */
  color: #bbbbbb;
}
.formItself input:-ms-input-placeholder { /* IE 10+ */
  color: #bbbbbb;
}
.formItself input:-moz-placeholder { /* Firefox 18- */
  color: #bbbbbb;
}
.formItself .col-md-6{
	margin-bottom:15px;
}
.formItself button{
	width:100%;
	height:30px;
	background:#1491f5;
	border-radius:10px;
	border:0;
	color:White;
}
.picContainer{
	position:absolute;
}
.absolutePic{
	width:699px;
	height:771px;
	position:absolute;
	left:0;
	bottom:0;
	top:140px;
}
.formAsnwer{
	margin-top:20px;
}









@media only screen and (max-width:1410px) {
	.textDiv_in{
		max-width:100%;
	}
	.absolutePic{
		position:relative;
		top:0;
		left:0;
		float:left;
		max-height:300px;
	}
	.picContainer{
		position:relative;
	}
	.textDiv{
		padding-right:5px;
		padding-left:5px;
	}
}
@media only screen and (min-width:1411px) {
    
}
@media (min-width:1045px) and (max-width:1156px) {
    
}
@media only screen and (min-width:1160px) {
    .hideon1160 {
        display: none
    }
	
}
@media only screen and (max-width:1159px) {
	.hideon1159{
		display:none;
	}
}
@media (min-width:1200px) and (max-width:1458px) {
    
}
@media (min-width:992px) and (max-width:1199px) {
    
}

@media only screen and (min-width:992px) {
    .hideon992 {
        display: none
    }
	.formItself_right{
		padding-left:10px;
	}
	.formItself_left{
		padding-right:10px;
	}
	.formItself .col-md-6:nth-last-child(-n+2){
		margin-bottom:0;
	}
}

@media only screen and (max-width:1400px) {
	
}
@media only screen and (max-width:991px) {
    .hideon991 {
        display: none
    }
	.formItself .col-md-6:last-child{
		margin-bottom:0;
	}
}
@media only screen and (max-width:500px) {
	
}
@media only screen and (min-width:480px) {
    .hideon480 {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .hideon479 {
        display: none
    }
	
}
@media (min-width:501px) and (max-width:800px) {
    
}

@media only screen and (max-width:1044px) {
    .hideon1045 {
        display: none;
    }
}
/*-------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ffffff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
