@-webkit-viewport{width:device-width;}
@-moz-viewport{width:device-width;}
@-ms-viewport{width:device-width;}
@-o-viewport{width:device-width;}
@viewport{width:device-width;}

@font-face {
  font-family: 'KievitOT-Book';
  src: url('../fonts/Kievit/KievitOT-Book.eot');
  src: url('../fonts/Kievit/KievitOT-Book.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/Kievit/KievitOT-Book.woff2') format('woff2'), 
      url('../fonts/Kievit/KievitOT-Book.woff') format('woff'), 
      url('../fonts/Kievit/KievitOT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KievitOT-ExtraBold';
  src: url('../fonts/Kievit/KievitOT-ExtraBold.eot');
  src: url('../fonts/Kievit/KievitOT-ExtraBold.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/Kievit/KievitOT-ExtraBold.woff2') format('woff2'), 
      url('../fonts/Kievit/KievitOT-ExtraBold.woff') format('woff'), 
      url('../fonts/Kievit/KievitOT-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{	-webkit-text-size-adjust:100%;	-ms-text-size-adjust:none;
	min-width:320px;
    font-family: "KievitOT-Book",Helvetica,Arial,sans-serif;
    font-size:1.5em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'KievitOT-ExtraBold',Helvetica,Arial,sans-serif;
}

a:focus{text-decoration:none;}
#header{
	padding:6px 0 8px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#fff;
	z-index:11;
	box-shadow:0 3px 3px rgba(0,0,0,0.3);	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);
}
.logo{margin:0 -1px;}
.logo img{
	vertical-align:top;
	max-width:45%;
}
.bar .btn{margin-top:-1px;}
.bar{
	margin:0 -13px 0 0;
	padding:10px 0 0;
	text-align:right;
}
.phone{
	/*font-size:12px;*/
	display:inline-block;
	font-weight:normal;
	color:#8f9497;
	margin:0 0 0 15px;
}
.phone a:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	background:url(../images/sprite.png) no-repeat;
	width:8px;
	height:14px;
	margin-top:-7px;
}
.phone a{
	display:inline-block;
	padding:0 0 0 13px;
	margin:0 0 0 6px;
	font-weight:normal;
	color:#8f9497;
	position:relative;
}
#main{
	padding:92px 0 0;
	overflow:hidden;
	width:100%;
}
.visual{position:relative;}
.visual img{
	display:block;
	width:100%;
}
.visual .container{
	position:absolute;
	width:100%;
	top:0;
	height:100%;
}
.visual .content .holder{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.visual .content{
	color:#fff;
	font-size:20px;
	line-height:24px;
	display:table;
	width:100%;
	height:100%;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}
.visual h1{
	font-size:60px;
	line-height:1em;
	margin:0 0 8px;
	text-shadow:2px 2px 2px #000;
}
.visual p{margin:0 0 33px;}
.visual .btn-holder:before{
	content:'';
	position:absolute;
	left:50%;
	top:0;
	/*background:url(../images/sprite.png) no-repeat -10px 0;*/
	width:23px;
	height:25px;
	margin-left:-12px;
}
.visual .btn-holder{
	position:relative;
	padding:38px 0 19px;
}
.btn{
	font-size:12px;
	-moz-box-sizing:content-box;	-webkit-box-sizing:content-box;	box-sizing:content-box;
	min-width:79px;
	padding:4px 5px 3px;
    line-height: 1.71;
}
.visual .btn{
	width:274px;
	padding:1px 0;
	font-weight:bold;
	font-size:24px;
}
.promo{
	background:#f2f4f6;
	border-bottom:10px solid #fff;
	padding:33px 0 40px;
	line-height:18px;
    font-family: 'KievitOT-Book',Helvetica,Arial,sans-serif;
}
.promo h1{
	text-align:center;
    /*font-family: 'KievitOT-ExtraBold',Helvetica,Arial,sans-serif;*/
	font-size:44px;
	line-height:1em;
	color:#505354;
	margin:0 0 45px;
}
.promo h2{
	font-size:36px;
	line-height:1em;
	color:#3d4247;
	margin:0 0 5px;
}
.promo p{
	margin:0 0 14px;
}
.intro-text{
	color:#D60023;
	font-size:16px;
	margin:0 0 12px !important;
}
.promo .col-sm-3:first-child .img-holder{padding-top:7px;}
.promo .img-holder{
	padding:24px 0 0;
	text-align:center;
}
.active-item{position:relative;}
.popup-active .active-item:after{
	border:solid transparent;	pointer-events:none;	content:'';	position:absolute;	left:40px;	top:100%;	border-color:rgba(255,255,255, 0);	border-bottom-color:#662767;	border-width:11px 20px;	margin:29px 0 0;
}
.form-section{
	display:none;
	overflow:hidden;
	color:#fff;
	background:#662767;
}
.form-section .container:before,
.form-section .container:after{
	content:'';
	position:absolute;
	left:32px;
	top:0;
	/*background:url(../images/bg-purple-section.png) no-repeat;*/
    background:#662767;
	width:208px;
	height:251px;
	z-index:-1;
}
.form-section .container:after{
	left:auto;
	right:30px;
	top:auto;
	bottom:0;
	background-position:100% 0;
	width:190px;
	height:154px;
}
.form-section .container{
	z-index:1;
	position:relative;
	padding-top:33px;
	padding-bottom:69px;
}
.form-section h1{
	color:#fff;
	font-size:36px;
	line-height:1em;
	margin:0 0 35px;
	text-align:center;
}
.form-section form .row{margin-bottom:7px;}
.form-section form .row label{margin-bottom:1px;}
.form-section form{
	margin:0 auto;
	max-width:464px;
}
.form-control{
	height:36px;
	line-height:17px;
	padding:7px 12px;
	border-width:2px;
    /*color: #1F497D*/
    border: 1px solid #662767;
    color: black;
	box-shadow:0 0 0 !important;	-webkit-box-shadow:0 0 0 !important;
}
.form-control.big-field{
	padding:10px 12px;
	font-size:24px;
	line-height:29px;
	height:52px;
}
#main .success-alert h1{
	font-size:44px;
	margin:0 0 30px;
}
.success-alert img{
	display:block;
	margin:0 auto 25px;
}
.success-alert{
	/*display:none;*/
	padding:26px 0 15px;
	text-align:center;
	margin:0 auto;
	max-width:550px;
	font-size:18px;
	line-height:22px;
}
label{
	display:block;
	margin:0 2px 2px;
}
.note{
	display:block;
	margin:1px 2px 40px;
}
form .btn-holder{padding:32px 0 0;}
form .btn{
	width:100%;
	display:block;
	height:45px;
	-moz-box-sizing:border-box;	-webkit-box-sizing:border-box;	box-sizing:border-box;
	font-size:18px;
}
.post-section .container{
	padding-top:90px;
	padding-bottom:60px;
	position:relative;
}
.post-section .row>div{position:static;}
.post-section .alignleft .img-holder{
	position:absolute;
	left:-63px;
	bottom:0;
}
.post-section .alignrign .img-holder{
	margin:-42px -30px 0 0;
	text-align:right;
}
.post-section{border-bottom:1px solid #d7dadd;}
.post-section p{margin:0 0 6px;}
.more{font-size:24px; color: #EE7721;}
.more:after{
	margin:0 0 0 9px;
	display:inline-block;
	content:'';
	background:url(../images/sprite.png) no-repeat 0 -19px;
	width:8px;
	height:16px;
	vertical-align:middle;
}
.post-section h1{
	color:#3d4247;
	font-size:48px;
	margin:0 0 14px;
}
#footer .phone a:before{display:none;}
#footer .phone a{
	padding-left:0;
	margin-left:0;
}
#footer .phone{
	margin:3px 5px 0 0;
	display:block;
	text-align:right;
}
#footer{
	background:#f2f4f6;
	border-top:1px solid #d7dadd;
	margin:-1px 0 0;
	padding:20px 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active{
	box-shadow:0 0 0;	-webkit-box-shadow:0 0 0;
	background:#fff;
	border-color:#d3d3d3;
}
.btn-group .btn{
	min-width:77px;
	padding:4px 5px;
}
.post-section img {
    max-height: 215px;
}
@media only screen and (max-width: 990px) {
	.visual .container{
		margin-left:-370px;
		width:740px;
	}
	.bar{margin:0;}
	.visual h1{
		font-size:30px;
		margin:0;
	}
	.visual .content{font-size:16px;}
	.visual p{margin:0 0 5px;}
	.visual .btn-holder{padding:30px 0 0;}
	.post-section .alignleft .img-holder{
		left:0;
		width:50%;
	}
	.post-section .alignrign .img-holder{margin:0;}
}
@media only screen and (max-width: 767px) {
	.visual .container{
		position:static;
		height:auto;
		width:auto;
		margin:0;
	}
	.visual .content h1{
		color:#000;
		text-shadow:none;
	}
	.visual .content .holder{display:block;}
	.visual .content{
		padding:20px 0;
		text-shadow:none;
		color:#8a9298;
		display:block;
	}
	.success-alert{font-size:16px;}
	#main .success-alert h1,
	.promo h1{font-size:32px;}
	.promo{text-align:center;}
	.promo .img-holder{padding:0 0 15px;}
	.promo .row>div{height:auto !important;}
	.promo .btn{margin:0 0 25px;}
	.active-item:after{display:none;}
	.post-section .alignleft .img-holder{
		left:auto;
		right:0;
		width:40%;
	}
	.post-section .alignrign .img-holder{
		width:40%;
		margin:-60px 0 -40px auto;
	}
	.post-section .container{padding-top:40px;}
	#header{
		position:relative;
		left:auto;
		top:auto;
	}
	#main{padding:0;}
	#header,
	#footer{text-align:center;}
	.bar,
	#footer .phone{
		margin:15px 0 0;
		text-align:center;
	}
	.bar{padding:0 0 10px;}
	.btn-group .btn{min-width:60px;}
}

.btn-primary {
  background-color: #D60023;
  background-repeat: repeat-x;
  border-color: #D60023;
  font-size:100%;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #A30000;
    border-color: #D60023;
}
.btn-secondary {
    color: #FFF;
    background-color: #662767
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
    color: #FFF;
    background-color: #4D0E4E;
    border-color: #662767
}
.k-widget.k-tooltip-validation {
    border-color: #D60023;
    background-color: #FFDDDD;
    color: #D60023;
}
@media (min-width: 768px) {
    .ml91 {
        margin-left: -91px;
    }
    .tright{
        text-align:right;
    }
    .flex-container {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .flex {
      flex: 1;
    }
}
