@font-face{
	font-family: 'PFBagueSansPro-Regular';
	src: url('../fonts/PFBagueSansPro-Regular.otf');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: 'PFBagueSansPro-Medium';
	src: url('../fonts/PFBagueSansPro-Medium.otf');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: 'PFBagueSansPro-Bold';
	src: url('../fonts/PFBagueSansPro-Bold.otf');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: 'PFBagueSansPro-Black';
	src: url('../fonts/PFBagueSansPro-Black.otf');
	font-style: normal;
	font-weight: normal;
}

html,
body {
	font-family: 'PFBagueSansPro-Regular';
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	width: 100%;
	height: 100%;
}

.btn-success{
	background-color: #E2243F;
	border-color: #E2243F;
}
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.btn-success:hover{
	background-color: #E2243F;
	border-color: #E2243F;
	box-shadow: 0 0 10px #E2243F;
}

.btn-center {
	text-align: center;
	margin-top: 20px;
}

.btn-lg {
	border-radius: 40px;
}

.form-control {
	color: white;
	padding: 0;
	height: 33px;
}

textarea.form-control {
	height: 33px;
}

.page-wrap {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	background-image: url('../img/bg-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

header {
	padding-top: 20px;
}

header .time {
	font-family: 'PFBagueSansPro-Black';
	color: white;
	font-size: 30px;
}

header .time span{
	font-size: 16px;
}

header .phone {
	z-index: 9999;
}

header .phone a{
	font-family: 'PFBagueSansPro-Regular';
	color: white;
	font-size: 30px;
}
header .phone p{
	font-family: 'PFBagueSansPro-Regular';
	color: white;
	display: inline;
	/*border-bottom: 2px solid white;*/
	font-size: 16px;
	margin-left: 10px;
}

header .phone a:hover {
	text-decoration: none;
}

header .phone-mobile {
	display: none;
}

.inna-photo {
	background-image: url('../img/inna.png');
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: 0px 140px;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
}
.content-wrap {
	position: relative;


}
.content-wrap .empty-container {
	opacity: 0;
}
.content-wrap .orange-label {
	font-family: 'PFBagueSansPro-Medium';
	background-color: #D8AA58;
	display: inline-block;
	font-size: 18px;
	color: black;
	padding: 2px 10px;
	margin: 20px 0 20px 0;
}

.content-wrap .orange-title {
	font-family: 'PFBagueSansPro-Bold';
	color: #D8AA58;
	line-height: 40px;
	display: inline-block;
	font-size: 37px;
	margin-bottom: 10px;
}

.content-wrap .vebinar-descr {
	position: relative;
	background-color: white;
	padding: 10px 10px 0 40px;
	min-height: 500px;
}
.content-wrap .vebinar-descr .line {
	height: 90%;
	width: 2px;
	background-color: #D8AA58;
	position: absolute;
	left: 75px;
	z-index: 0;

}

.content-wrap .vebinar-descr .vebinar-title {
	font-family: 'PFBagueSansPro-Bold';
	font-size: 23px;
	margin: 20px;
	color: black;
	background-color: white;
	z-index: 1;
	position: relative;
}

.content-wrap .vebinar-descr .vebinar-item {
	margin-bottom: 40px;
}

.content-wrap .vebinar-descr .vebinar-item .item-icon {
	background-color: white;
	z-index: 1;
	display: inline-block !important;
}

.content-wrap .vebinar-descr .vebinar-item .item-descr {
	display: inline-block !important;
}

.content-wrap .vebinar-form {
	padding: 14px 40px;
	border: 6px solid #D8AA58;
	min-height: 500px;
}

.content-wrap .vebinar-form .form-title {
	font-family: 'PFBagueSansPro-Bold';
	font-size: 23px;
	padding: 20px 20px 0 20px;
	color: white;
}

.content-wrap .vebinar-form .form-title span{
	font-family: 'PFBagueSansPro-Regular';
	font-size: 17px;
	color: white;
}

.footer {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'PFBagueSansPro-Regular';
	color: white;
}
.footer .inna-mobile {
	display: none;
}
.footer span{
	font-family: 'PFBagueSansPro-Regular';
	color: white;
}

.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}


@media screen and (max-width: 480px) {

	.btn-lg {
		font-size: 15px;
	}

	.content-wrap .vebinar-descr .vebinar-item .item-descr {
		padding-left: 35px;
	}

}

@media(min-width:768px) {

}

@media(min-width:768px) {


}

@media(max-width:767px) {

}

@media(min-width:767px) {

}

@media screen and (max-width: 1220px) {
	.page-wrap {
		position: relative;
		min-width: 100%;
		min-height: 100%;
		background-image: url('../img/bg-2.jpg');
		background-color: #1B1D31;
		background-repeat: repeat;
		background-size: 100%;
	}

	header .phone-mobile {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	div.col-lg-3.phone {
		display: none;
	}
	.content-wrap .orange-title {
		margin-bottom: 40px;
	}
	.inna-photo {
		display: none;
	}


	.no-padding-right {
		padding-right: 15px;
	}
	.no-padding-left {
		padding-left: 15px;
	}
	.vebinar-descr {
		margin-bottom: 40px;
	}
	.footer {
		text-align:center;
	}
	.footer .inna-mobile {
		display: block;
		margin: 40px auto 20px auto;
	}
}


section.success {
	color: #fff;
	background: #21D4FD;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
	outline: 0;
	color: white;
}






.btn-outline {
	margin-top: 15px;
	border: solid 2px #fff;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	border: solid 2px #fff;
	color: #E2243F;
	background: #fff;
}

.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-top: 10px;
	// padding-bottom: .5em;
	border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	font-size: 1.5em;
	background: 0 0;
	box-shadow: none!important;
	resize: none;
}

.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease,opacity .3s ease;
	-moz-transition: top .3s ease,opacity .3s ease;
	-ms-transition: top .3s ease,opacity .3s ease;
	transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group label img {
	margin-right: 7px;
	vertical-align: middle;
	position: relative;
}

// .floating-label-form-group::not(:first-child) {
// 	padding-left: 14px;
// 	border-left: 1px solid #eee;
// }

.floating-label-form-group-with-value label {
	top: 0;
	color: #FFF;
	opacity: 1;
}

.floating-label-form-group-with-focus label {
	color: #D8AA58;
	opacity: 1;
	top: 0;
}

// form .row:first-child .floating-label-form-group {
// 	border-top: 1px solid #eee;
// }
