.popup_overlay {
	overflow-y: scroll;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
	/* display: none; */
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background-color: #eceff1;
	display: inline-block;
	/* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 620px;
	height: auto;
	position: fixed;
	text-align: center;
	top: 45%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup .close_window:hover {
	transform: rotate(90deg);
}

.bp-form-pole	{
	width: 235px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 6px;
	border: none;
	margin-top: 25px;
	box-shadow: inset 1px 1px 0px rgba(0,0,0,0.3);
	padding-left: 10px;
	font-size: 18px;
	font-family: "OpenSansItalic";
	color: #464646;
}


.bp-form-button	{
	display: block;
	width: 310px;
	height: 50px;
	margin: auto;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	border-radius: 10px;
	background-color: #00c063;
	border-bottom: 2px solid #006635;
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;
	transition: background-color ease 0.5s;
	margin-top: 30px;
}

.bp-form-button:hover	{
	background-color: #2ada85;
}

.im 	{
	background-image: url(https://xn--90ahjedegkg0acfd3a.xn--p1ai/img/name_p.png);
	background-repeat: no-repeat;
	background-position: 13px 13px;
}

.te 	{
	background-image: url(https://xn--90ahjedegkg0acfd3a.xn--p1ai/img/phone_p.png);
	background-repeat: no-repeat;
	background-position: 13px 13px;
}

.em 	{
	background-image: url(https://xn--90ahjedegkg0acfd3a.xn--p1ai/img/mail_p.png);
	background-repeat: no-repeat;
	background-position: 13px 17px;
}

.b10-form	{
	color: #000000;
	font-size: 18px;
	font-family: "OpenSansRegular";
	text-align: left;
}

.form-need	{
	margin-bottom: -21px;
}

.for-tit	{
	width: 490px;
	height: 25px;
	margin: auto;
	font-size: 25px;
	font-family: "OpenSansBold";
	color: #000000;
	text-align: center;
}

.overlay2 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup2 {
	background-color: #eceff1;
	display: inline-block;
    /* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 500px;
	min-height: 330px;
	height: auto;
	position: fixed;
	text-align: center;
	top: 45%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup2 .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup2 .close_window:hover {
	transform: rotate(90deg);
}

.po2-text	{
	width: 530px;
	height: 250px;
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #000000;
	line-height: 40px;
}

/*1*/
.overlay3 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}

.content	{
	overflow: auto;
	height: 97%;
}

.popup3 {
	height: 80%;

	background-color: #eceff1;
	display: inline-block;
    /* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 980px;
	min-height: 330px;
	position: fixed;
	text-align: center;
	top: 50%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup3 .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup3 .close_window:hover {
	transform: rotate(90deg);
}

.po2-text	{
	width: 530px;
	height: 250px;
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #000000;
	line-height: 40px;
}

/*2*/
.overlay4 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}

.content	{
	overflow: auto;
	height: 97%;
}

.popup4 {
	height: 80%;

	background-color: #eceff1;
	display: inline-block;
    /* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 980px;
	min-height: 330px;
	position: fixed;
	text-align: center;
	top: 50%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup4 .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup4 .close_window:hover {
	transform: rotate(90deg);
}

.po2-text	{
	width: 530px;
	height: 250px;
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #000000;
	line-height: 40px;
}

/*3*/
.overlay5 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}

.content	{
	overflow: auto;
	height: 97%;
}

.popup5 {
	height: 80%;

	background-color: #eceff1;
	display: inline-block;
    /* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 980px;
	min-height: 330px;
	position: fixed;
	text-align: center;
	top: 50%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup5 .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup5 .close_window:hover {
	transform: rotate(90deg);
}

.po2-text	{
	width: 530px;
	height: 250px;
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #000000;
	line-height: 40px;
}

/*4*/
.overlay6 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}

.content	{
	overflow: auto;
	height: 97%;
}

.popup6 {
	height: 80%;

	background-color: #eceff1;
	display: inline-block;
    /* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 980px;
	min-height: 330px;
	position: fixed;
	text-align: center;
	top: 50%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup6 .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup6 .close_window:hover {
	transform: rotate(90deg);
}

.po2-text	{
	width: 530px;
	height: 250px;
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #000000;
	line-height: 40px;
}

/*5*/
.overlay7 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}

.content	{
	overflow: auto;
	height: 97%;
}

.popup7 {
	height: 80%;

	background-color: #eceff1;
	display: inline-block;
    /* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 980px;
	min-height: 330px;
	position: fixed;
	text-align: center;
	top: 50%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup7 .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup7 .close_window:hover {
	transform: rotate(90deg);
}

.po2-text	{
	width: 530px;
	height: 250px;
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #000000;
	line-height: 40px;
}

/*6*/
.overlay8 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    /* display: none; */
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10000001 !important;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}

.content	{
	overflow: auto;
	height: 97%;
}

.popup8 {
	height: 80%;

	background-color: #eceff1;
	display: inline-block;
    /* display: none; */
	left: 50%;
	opacity: 0;
	padding:40px 30px 20px 30px;
	width: 980px;
	min-height: 330px;
	position: fixed;
	text-align: center;
	top: 50%;
	visibility: hidden;
	z-index: 10000002 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 10px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}

.popup8 .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup8 .close_window:hover {
	transform: rotate(90deg);
}

.po2-text	{
	width: 530px;
	height: 250px;
	text-align: left;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #000000;
	line-height: 40px;
}