@keyframes blink {   /* назовём анимацию: "go-left-right" */
    0%{
      width: 12px;
      height: 12px;
      opacity: 1;
    }
    70%{
      width: 48px;
      height: 48px;
      opacity: 0;
    }
    100%{
	  width: 12px;
	  height: 12px;
	  opacity: 0;
    }
  }
@-moz-@keyframes blink {   /* назовём анимацию: "go-left-right" */
    0%{
      width: 12px;
      height: 12px;
      opacity: 1;
    }
    70%{
      width: 48px;
      height: 48px;
      opacity: 0;
    }
    100%{
	  width: 12px;
	  height: 12px;
	  opacity: 0;
    }
  }
@-webkit-@keyframes blink {   /* назовём анимацию: "go-left-right" */
    0%{
      width: 12px;
      height: 12px;
      opacity: 1;
    }
    70%{
      width: 48px;
      height: 48px;
      opacity: 0;
    }
    100%{
	  width: 12px;
	  height: 12px;
	  opacity: 0;
    }
  }
@-o-@keyframes blink {   /* назовём анимацию: "go-left-right" */
    0%{
      width: 12px;
      height: 12px;
      opacity: 1;
    }
    70%{
      width: 48px;
      height: 48px;
      opacity: 0;
    }
    100%{
	  width: 12px;
	  height: 12px;
	  opacity: 0;
    }
  }
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
*{
	padding: 0;
	margin: 0;
	z-index: 10;
}
body{
	font-family: 'Roboto Slab';
	color: #000;
	position: relative;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
}
input:focus{
	outline: solid 2px #f56449;
}
button:focus{
	outline: none;
}
.clr{
	clear: both;
}
/*=============================================*/
/*================ GENERAL ====================*/
/*=============================================*/
.cp-button-row{
	text-align: center;
}
.cp-button-row .cp-button{
	display: inline-block;
	min-width: 220px;
	padding: 12px 16px;
	font-family: 'Roboto Slab';
	font-size: 18px;
	line-height: 18px;
	margin: -3px auto 0;
	border: none;
	border-bottom: solid 3px #838a12;
	background: #d2de18;
	color:#000;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
}
.cp-button-row .cp-button:hover{
	margin-top: 0;
	border-bottom-width: 0;
}
.cp-title-row{
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.cp-title-row .cp-title{
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 0 15px;
	color: #000;
	letter-spacing: -0.5px;
}
.cp-title-row .cp-title.white{
	color: #fff;
}
.cp-title-row .cp-title:before,
.cp-title-row .cp-title:after{
	content: '';
	display: block;
	position: absolute;
	width: 83px;
	height: 1px;
	background: #f56449;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.cp-title-row .cp-title:after{
	left: 100%;
	right: auto;
}
.cp-description{
	font-size: 14px;
	line-height: 18px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
}
/*=============================================*/
/*================= HEADER ====================*/
/*=============================================*/
header{
	min-height: 76px;
	background:#2a3a4a;
	border-bottom: solid 4px #f56449;
}
header .logo{
	padding-top: 16px;
	height: 70px;
}
header .logo img{
	max-width: 100%;
	display: block;
}
header .right{
	float: right;
	width: 413px;
	max-width: 100%;
}
header .right .phone{
	float: left;
	width:190px;
	padding-top: 24px;
}
header .right .phone a{
	font-family: 'Roboto Slab';
	color:#fff;
	text-decoration: none;
}
header .right .phone a:before{
	content: '';
	display: block;
	float: left;
	width: 32px;
	height: 22px;
	background: url(../img/header_phone.png) left bottom no-repeat;
}
header .right .phone a small{
	font-size: 18px;
	line-height: 24px;
	padding-right: 5px;
	float: left;
}
header .right .phone a big{
	float: left;
	font-size: 24px;
	line-height: 24px;
}
header .right .cp-button-row{
	width: 222px;
	float: left;
	padding-top: 18px;
	padding-bottom: 11px;
	text-align: right;
}
@media screen and (max-width: 992px){
	header .right .cp-button-row{
		width:222px;
	}
	header .right .cp-button-row .cp-button{
		font-size: 17px;
	}
}
@media screen and (max-width: 769px){
	header .logo img{
		margin: 0 auto;
	}
	header .right{
		float:none;
		width: 100%;
	}
	header .right .phone{
		float: none;
		margin: 0 auto;
		padding-top: 0;
	}
	header .right .cp-button-row{
		padding-top: 10px;
		float: none;
		width: 100%;
		text-align: center;
	}
}
/*=============================================*/
/*================ BLOCK 1 ====================*/
/*=============================================*/
#block1{
	position: relative;
	background: url(../img/block1_bg.jpg) top center;
	padding-top: 156px;
	padding-bottom: 180px;
}
#block1:before{
	content: '';
	position: absolute;
	z-index: 9;
	width: 847px;
	height: 598px;
	background: url(../img/block1_before.png) bottom left no-repeat;
	bottom: 0;
	left: 50%;
	margin-left: -751px;
}
#block1 .content{
	z-index: 10;
	position: relative;
	float: right;
	width: 520px;
}
#block1 .content h1{
	font-size: 36px;
	line-height: 45px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: -0.6px;
}
#block1 .content p{
	width: 462px;
	padding: 8px 10px 15px;
	border:solid 4px #f56449;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	margin: 0 auto 47px;
	letter-spacing: -0.4px;
}
#block1 .content form input{
	display: block;
	width: 308px;
	margin: 0 auto 0;
	height: 45px;
	padding: 0;
	border: none;
	text-align: left;
	font-size: 18px;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 2px 1px 2px 0 rgba(16,17,17,0.7);
	text-indent: 12px;
}
#block1 .content .cp-button-row{
	padding-top: 25px;
}
#block1 .content .cp-button-row .cp-button{
	width: 308px;
}
@media screen and (max-width: 1200px){
	#block1:before{
		margin-left: -860px;
	}
}
@media screen and (max-width: 992px){
	#block1:before{
		margin-left: -970px;
	}
}
@media screen and (max-width: 769px){
	#block1{
		padding: 70px 0 60px;
	}
	#block1:before{
		display: none;
	}
	#block1 .content{
		float: none;
		margin: 0 auto;
	}
	#block1 .content p{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 560px){
	#block1 .content{
		width: 100%;
	}
	#block1 .content h1{
		font-size: 24px;
		line-height: 30px;
	}
	#block1 .content p{
		max-width:95%;
		font-size: 16px;
		width: 400px;
		margin-bottom: 20px;
	}
	#block1 .content p br{
		display: none;
	}
	#block1 .content form input{
		font-size: 16px;
		height: 40px;
		width: 280px;
		text-align: center;
		text-indent: 0;
	}
	#block1 .content form .cp-button-row{
		padding-top: 15px;
	}
	#block1 .content form .cp-button-row .cp-button{
		width: 280px;
	}
}
@media screen and (max-width: 360px){
	#block1 .content h1{
		font-size: 21px;
		line-height: 26px;
	}
	#block1 .content p{
		font-size: 16px;
		line-height: 20px;
	}
}
/*=============================================*/
/*================ BLOCK 2 ====================*/
/*=============================================*/
#block2{
	background: #fff;
	padding-top: 51px;
	padding-bottom: 30px;
}

#block2 .description{
	display: table;
	margin-bottom: 100px;
}
#block2 .description .icon{
	display: table-cell;
	vertical-align: middle;
	width: 58px;
}
#block2 .description .text{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color:#000;
	letter-spacing: -0.4px;
}
#block2 .description .text b{
	color: #f56449;
}
#block2 .box{
	margin-bottom: 65px;
}
#block2 .box .image{
	float:left;
	width: 100px;
}
#block2 .box .image.large{
	width: 170px;
}
#block2 .box .image img{
	display: block;
	margin-top: 3px;
	margin-left: auto;
	margin-right: 10px;
}
#block2 .box .content{
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	letter-spacing: -0.3px;
}
#block2 .box .content h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 9px;
	letter-spacing: -0.4px;
}
#block2 .box .content ul{
	list-style: none;
	 /* width: 320px;*/
	max-width: 100%;
}
#block2 .box .content ul li{
	float: left;
	min-width: 123px;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	padding-left: 15px;
}
#block2 .box .content ul li:before{
	content: '';
	position: absolute;
	left: 1px;
	top: 7px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
}
@media screen and (max-width: 1200px){
	#block2 .box .image,
	#block2 .box .image.large{
		width: 100px;
	}
}
@media screen and (max-width: 769px){
	#block2 .description{
		margin-bottom: 40px;
	}
	#block2 .box{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 460px){
	#block2 .description{
		display: block;
	}
	#block2 .description .icon{
		display: none;
		text-align: center;
	}
	#block2 .description .text{
		display: block;
		text-align: center;
	}
	#block2 .box .image,
	#block2 .box .image.large{
		float: none;
		width: 100%;
	}
	#block2 .box .image img{
		margin: 0 auto;
	}
	#block2 .box .content h3{
		text-align: center;
	}
}
/*=============================================*/
/*================ BLOCK 3 ====================*/
/*=============================================*/
#block3{
	background: #2a3a4a;
	padding-top: 65px;
	padding-bottom: 30px;
}
#block3 .cp-description{
	margin-bottom: 30px;
}
#block3 .cp-button-row{
	padding-top: 30px;
}
#block3 .cp-button-row .cp-button{
	width: 300px;
}
#block3 .switch{
	width: 570px;
	max-width: 100%;
	margin: 0 auto 40px;
}
#block3 .switch a{
	display: block;
	float: left;
	width: 284px;
	max-width: 100%;
	text-align: center;
	color:#c2c2c2;
	text-decoration: underline;
	border-bottom: solid 2px #fff;
	height: 42px;
	font-size: 18px;
	line-height: 52px;
	text-transform: uppercase;
	letter-spacing: -0.3px;
}
#block3 .switch a.selected{
	background: #f56449;
	border-bottom-color:#f56449;
	box-shadow:inset 2px 2px 2px 0 rgba(0,0,0,0.7);
	color:#fff;
}
#block3 .switch a span{
	color: #000;
}
#block3 .convas{
	position: relative;
	width: 700px;
	margin: 0 auto;
}
#block3 .convas img.bg{
	position: relative;
	width: 100%;
	z-index: 9;
}
#block3 .convas .dot{
	position: absolute;
}
#block3 .convas .dot .point{
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	top: -24px;
	left: -24px;
	cursor: pointer;
	z-index: 10;
}
#block3 .convas .dot .point:before,
#block3 .convas .dot .point span{
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #00bff3;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	border-radius: 50%;
	pointer-events: none;
}
/*#block3 .convas .dot:not(.open) .point span{
	-webkit-animation: blink 2s infinite;
	-o-animation: blink 2s infinite;
	-moz-animation: blink 2s infinite;
	animation: blink 2s infinite;
}*/
#block3 .convas .dot.open .point{
	display: none;
}
#block3 .convas .dot .zoom{
	display: none;
	top: -100px;
	left: -100px;
	height: 200px;
	width: 550px;
	position: absolute;
	transition:opacity 3s;
}
#block3 .convas .dot.open .zoom{
	display: table;
}
#block3 .convas .dot .zoom.right{
	left: auto;
	right: -100px;
}
#block3 .convas .dot .zoom .image{
	display: table-cell;
}
#block3 .convas .dot .zoom .image>div{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: solid 4px #f56449;
	overflow: hidden;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.7);
	position: relative;
	background: #fff;
}
#block3 .convas .dot .zoom .image>div img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
#block3 .convas .dot .zoom.right .image>div{
	margin-left: auto;
}
#block3 .convas .dot .zoom .text{
	display: table-cell;
	vertical-align: middle;
}
#block3 .convas .dot .zoom .text>div{
	font-size:12px;
	line-height: 19px;
	width: 320px;
	display: block;
	border:solid 1px #f56449;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-left: auto;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.7);
}
#block3 .convas .dot .zoom.right .text>div{
	margin-left:0;
	margin-right: auto;
}
#block3 .convas .dot .zoom.left .text>div:before{
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 26px;
	background: url(../img/block3_zoom-arrow-left.png) right center no-repeat;
	top: 0;
	bottom: 0;
	right: 100%;
	margin: auto 0;
	margin-right: -1px;
}
#block3 .convas .dot .zoom.right .text>div:before{
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 26px;
	background: url(../img/block3_zoom-arrow-right.png) left center no-repeat;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto 0;
	margin-left: -1px;
}
.sxs-visible{
	display: none !important;
}
@media screen and (max-width: 991px){
	#block3 .convas{
		width: 600px;
	}
	#block3 .convas .dot .zoom {
		top: -75px;
		left: -75px;
		height: 150px;
		width: 440px;
	}
	#block3 .convas .dot .zoom .image>div{
		width: 150px;
		height: 150px;
	}
	#block3 .convas .dot .zoom .text>div{
		font-size:14px;
		line-height: 18px;
		width: 268px;
	}
	#block3 .convas .dot .zoom.left .text>div:before,
	#block3 .convas .dot .zoom.right .text>div:before{
		top: 64px;
		bottom: auto;
	}
}
@media screen and (max-width: 769px){
	#block3 .convas{
		width: 100%;
	}
	#block3 .convas img.bg{
		display: none;
	}
	#block3 .convas .dot{
		display: block;
		position: relative;
		height: auto;
		width: auto;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		top:auto !important;
	}
	#block3 .convas .dot .point{
		display: none;
	}
	#block3 .convas .dot .zoom{
		display: table;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	#block3 .convas .dot .zoom .image{
		display: block;
		vertical-align: middle;
	}
	#block3 .convas .dot .zoom .text{
		width: auto;
	}
	#block3 .convas .dot .zoom .text>div{
		width: 96%;
	}
	#block3 .convas .dot .zoom.right{
		right: 0;
	}
	#block3 .convas .dot .zoom.left .text>div:before,
	#block3 .convas .dot .zoom.right .text>div:before{
		top: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 620px){
	#block3 .switch{ width: 280px; }
}
@media screen and (max-width: 500px){
	.sxs-visible{
		display: block !important;
	}
	.sxs-hidden{
		display: none  !important;
	}
	#block3 .convas .dot .zoom{
		display: block;
		height: auto;
	}
	#block3 .convas .dot .zoom .text{
		display: block;
	}
	#block3 .convas .dot .zoom .image{
		display: block;
		width: 100%;
		margin-bottom: 27px;
	}
	#block3 .convas .dot .zoom .image>div{
		margin: 0 auto;
	}
	#block3 .convas .dot .zoom .text>div{
		width: 100%;
	}
	#block3 .convas .dot .zoom.left .text>div:before,
	#block3 .convas .dot .zoom.right .text>div:before{
		content: '';
		display: block;
		position: absolute;
		width: 28px;
		height: 26px;
		background: url(../img/block3_zoom-arrow-top.png) left center no-repeat;
		top: auto;
		bottom: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-bottom: -1px;
	}

}
/*=============================================*/
/*================ BLOCK 4 ====================*/
/*=============================================*/
#block4{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	counter-reset: step;
}
#block4 .cp-title-row{
	margin-bottom: 18px;
}
#block4 .description{
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	margin-bottom: 50px;
}
#block4 .description b{
	color: #f56449;
}
#block4 .step-container{
	width: 900px;
	margin: 0 auto;
}
#block4 .step-row{
	list-style: none;
	text-align: center;
}
#block4 .step-row .step{
	display: block;
	float: left;
	width: 300px;
	position: relative;
	vertical-align: top;
}
#block4 .step-row .step:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 9;
	width: 153px;
	height: 1px;
	top: 88px;
	left: 50%;
	margin-left: 75px;
	border-top: dashed 3px #2a3a4a;
}
#block4 .step-row .step.no-line:after{
	display: none;
}
#block4 .step-row .step.down-line:after{
	width: 1px;
    height: 185px;
    border: none;
    border-right: dashed 3px #2a3a4a;
    top: 30%;
    margin-top: 40px;
    margin-left: 0;
}
#block4 .step-row.right .step{
	float: right;
}
#block4 .step-row .step:before{
	content: counter(step);
	counter-increment: step;
	display: block;
	position: absolute;
	top: 3px;
	left: 50%;
	font-size: 18px;
	z-index: 11;
	color:#fff;
	margin-left: -71px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
}
#block4 .step-row .step .image{
	background: url(../img/block4_template.png) center center no-repeat;
	position: relative;
	margin: 0 auto 10px;
	height: 163px;
	width: 150px;
	z-index: 10;
}
#block4 .step-row .step .image img{
	position: absolute;
	display: block;
	top: 13px;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 12;
}
#block4 .step-row .step .text{
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: -0.3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
	z-index: 10;
	position: relative;
}
#block4 .step-row .step .text b{
	font-weight: bold;
	color:#f56449;
	display: block;
}
@media screen and (max-width: 992px){
	#block4 .step-container{
		width: 100%;
	}
	#block4 .step-row .step{
		width: 243px;
	}
	#block4 .step-row .step .text{
		padding: 5px;
	}
	#block4 .step-row .step:after{
		width: 92px;
	}
}
@media screen and (max-width: 769px){
	#block4 .step-row .step:after{
		display: none;
	}
	#block4 .step-row .step,
	#block4 .step-row.right .step{
		float: none;
		margin: 0 auto;
		width: 290px;
	}
}
/*=============================================*/
/*================ BLOCK 5 ====================*/
/*=============================================*/
#block5{
	background: #2a3a4a url(../img/block5_bg.jpg) top center no-repeat;
	padding-top: 50px;
}
#block5 .cp-description{
	margin-bottom: 45px;
}
#block5 .contact{
	padding-top: 50px;
}
#block5 .contact .info{
	margin-bottom: 30px;
}
#block5 .contact .info .icon{
	float: left;
	width: 50px;
}
#block5 .contact .info .icon img{
	display: block;
}
#block5 .contact .info .text{
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	overflow: hidden;
}
#block5 .form{
	margin-bottom: 50px;
}
#block5 .form form{
	width: 100%;
	background: #f56449;
	border:solid 1px #fff;
	border-radius: 5px;
	padding: 25px 10px 0;
}
#block5 .form form h4{
	text-align: center;
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
#block5 .form form input,
#block5 .form form textarea{
	width: 100%;
	max-width: 100%;
	border: none;
	background: #fff;
	border-radius: 5px;
	height: 34px;
	margin-bottom: 20px;
	text-indent: 15px;
}
#block5 .form form textarea{
	max-width: 100%;
	min-width: 100%;
	min-height: 75px;
	max-height: 75px;
	padding: 5px 0 0;
}
#block5 .form form .cp-button-row{
	padding-bottom: 25px;
}
@media screen and (min-width: 1200px){
	#block5 .form{
		padding: 0;
	}
}
@media screen and (max-width: 769px){
	#block5 .contact,
	#block5 .form{
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
		float: none;
	}
	#block5 .form{
		margin-bottom: 20px;
	}
	#block5 .contact{
		padding-top: 0;
	}
	#block5 .contact .info{
		margin-bottom: 20px;
	}
	#block5 .contact .info .text{
		font-size: 16px;
	}
}
/*=============================================*/
/*================= FOOTER ====================*/
/*=============================================*/
footer{
	min-height: 80px;
	background: #081829;
}
footer .logo{
	padding-top: 16px;
	height: 70px;
}
footer .logo img{
	max-width: 100%;
	display: block;
}
footer .copyright{
	text-align: center;
	font-size: 14px;
	color:#fff;
	padding-top: 28px;
}
footer .developer{
	text-align: right;
	font-size: 14px;
	color:#fff;
	padding-top: 28px;
}
footer .developer a{
	color: #f56449;
	text-decoration: underline;
}
@media screen and (max-width: 769px){
	footer .logo img{
		margin: 0 auto;
	}
	footer .copyright{
		padding-top: 10px;
	}
	footer .developer{
		text-align: center;
		padding: 14px 0 20px;
	}
}
/*==============================================================*/
/*========================= POPUP ==============================*/
/*==============================================================*/
#popup_container{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#popup_container .fade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: #000;
	opacity: 0.8;
}
#popup_container .popup{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30px;
	z-index: 101;
}
#popup_container .close{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 6px;
	right: 6px;
	background: url(../img/popup-close.png) center center no-repeat;
	opacity: 1;
	cursor: pointer;
}
/*===== POPUP 1 ========*/
#popup1{
	display: none;
	width: 420px;
	max-width: 98%;
	background: #d2de18;
	border:solid 1px #fff;
	border-radius: 5px;
	padding: 25px 10px 25px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	text-align: center;
}
/*===== POPUP 1 ========*/
#popup2,
#popup3{
	display: none;
	width: 420px;
	max-width: 98%;
	background: #f56449;
	border:solid 1px #fff;
	border-radius: 5px;
	padding: 25px 10px 20px;
}
#popup2 form h4,
#popup3 form h4{
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
#popup2 form input,
#popup3 form input{
	width: 100%;
	max-width: 100%;
	border: none;
	background: #fff;
	border-radius: 5px;
	height: 34px;
	margin-bottom: 20px;
	text-indent: 15px;
}
#popup2 form input:focus,
#popup3 form input:focus{
	outline-color: #838a12;
}
h2 {
    color: white;
    text-align: center;
    margin-bottom: 10px;
}
h1 span {
    color: #f56449;
}