#thx{
	width:300px;
	height:360px;
	background:#ffe641 url(../img/popup_bg.png)no-repeat left center;
	text-align:center;
}
.close_button{margin:0 auto;}
#callback{
	width:620px;
	height:400px;
	background:#ffe641 url(../img/popup_bg.png)no-repeat left center;
	text-align:center;
}

.popup_top{
	width:100%;
	height:150px;
	padding-top:40px;
	text-align:center;
	background-color:#ffe46a;
}
.popup_overlay {
    width: 100%;
    height: 100%;
	position: fixed; 
	z-index: 100; 
	display: none; 
	background-color: rgba(0,0,0,0.8); 
	top: 0px; left: 0px;
}

.popup {
	z-index: 101;
	display: none;
	text-align:left;
	position: fixed; 
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);	
}
.popup form {    
	display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 34px;}
.popup_h1{
	font-family: 'ubuntu_bold';
	font-size:28px;
	display:block;
	line-height:30px;
	color:#000000;
	text-align:center;
	margin-top:40px;
}
.popup_h2{
	font-family: 'helvetica_reg';
	font-size:18px;
	display:block;
	line-height:10px;
	color:#000000;
	text-align:center;
	margin-top:20px;
}
.popup_close {
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
	z-index:3;
}

.popup_input{
	width: 300px;
	height: 58px;
	padding:0px 20px;
	border: 1px solid rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);	
	overflow:hidden;
	text-align:left;
	font-family: 'helvetica_light';
	font-size:19px;
	line-height:60px;
	color:#000;	
}
.popup_input.red{border:1px solid red!important;}
.popup_input::-webkit-input-placeholder {line-height:60px!important;color:#8a8a8a!important;text-align:left!important;}
.popup_input::-moz-placeholder {line-height:60px!important;color:#8a8a8a!important;text-align:left!important;}
.popup_input::-ms-input-placeholder {line-height:60px!important;color:#8a8a8a!important;text-align:left!important;}
.popup_input::placeholder {line-height:60px!important;color:#8a8a8a!important;text-align:left!important;}

.popup .popup_input{
	width: 300px;
	height: 48px;
	padding:0px 20px;
	border: 1px solid #d7d7d7;
	background-color: rgb(255, 255, 255);	
	overflow:hidden;
	text-align:left;
	font-family: 'helvetica_light';
	font-size:19px;
	line-height:48px;
	color:#000;	
}
 
.popup .popup_input.red{border:1px solid red!important;}
.popup .popup_input::-webkit-input-placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;}
.popup .popup_input::-moz-placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;}
.popup .popup_input::-ms-input-placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;}
.popup .popup_input::placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;} 

.popup .popup_input{
	margin-bottom:10px;
	text-align:left;
}

.pop_btn{min-width:260px;margin-top:5px;}
.pop_btn2{min-width:auto;margin-top:5px;}

#thx .socials{
	background-color:#222222;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	padding:6px 0px;
}
#thx .socials .soc_link{width:46px;height:46px;margin-right:5px;margin-left:5px;}


/*БЕСПЛАТНЫЕ ВИДЕОРОЛИКИ*/

#send_videos{
	width:850px;
	height:660px;
	background-color:#ffe641;
}
#info{
	width:100%;
	height:420px;
	background:#000 url(../img/info_bg.png)no-repeat right center;
	background-size:auto 100%;
	color:#fff;
}
#info span{
	font-family: 'ubuntu_bold';
	font-size:28px;
	line-height:28px;
	display:block;
	padding:40px 0px 0px 40px;
}
#info p{
	font-family: 'ubuntu_bold';
	font-size:19px;
	line-height:19px;
	display:block;
	padding:20px 0px 0px 40px;	
	color:#ffe641;
}
ol{
	counter-reset: myCounter;
	display:inline-block;
	margin:30px 0px 0px 40px;	
}
ol li{	
	font-family: 'helvetica_light';
	font-size:16px;
	line-height:24px;
	color:#fff;
	display:inline-block;
	width:90%;
	padding-left:34px;
	margin-bottom:20px;
	position:relative;
}
ol li b{font-family: 'Open Sans Bold';}
ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #000000;
	display: inline-block;
	position:absolute;
	left:0px;
	top:0px;
	text-align: center;
	line-height: 22px;
	width: 22px;
	height: 22px;
	font-family: 'helvetica_reg';
	font-size:18px;
	border-radius:20px;
	background-color:#ffe641;
}
.info_form{
	display:block;
	text-align:center;
	width:560px;
	height:auto;
	margin:0 auto;
}
.info_form form{margin-top:20px!important;}
.info_form input{
	width: 230px;
	height: 48px;
	padding:0px 20px;
	border: 1px solid #d7d7d7;
	background-color: rgb(255, 255, 255);
	text-align:left;
	font-family: 'helvetica_light';
	font-size:19px;
	line-height:48px;
	color:#000;	
	margin-top:20px;
	float:left;
}
.info_form input.red{border:1px solid red!important;}
.info_form input::-webkit-input-placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;}
.info_form input::-moz-placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;}
.info_form input::-ms-input-placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;}
.info_form input::placeholder {line-height:48px!important;color:#8a8a8a!important;text-align:left!important;} 

.send_videos_btn{
	width: 270px;
	height: 50px;
	font-family: 'helvetica_light';
	font-size:20px;
	line-height:50px;
	background-color:#01489f;
	color:#fff;
	float:left;
	margin-top:2px;
	margin-left:10px;
	cursor:pointer;
}

















