@font-face {
	font-family: "MyriadPro-Bold";
	src: url("../fonts/myriadpro-bold.eot");
	src: url("../fonts/myriadpro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-bold.svg#typotheque_webfonts_service") format("svg"), url("../fonts/myriadpro-bold.ttf") format("ttf");
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
}


@font-face {
	font-family: "MyriadPro-It";
	src: url("../fonts/myriadpro-it.eot");
	src: url("../fonts/myriadpro-it.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-it.svg#typotheque_webfonts_service") format("svg"), url("../fonts/myriadpro-it.ttf") format("ttf");
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
}

@font-face {
	font-family: "MyriadPro-Regular";
	src: url("../fonts/myriadpro-regular.eot");
	src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.svg#typotheque_webfonts_service") format("svg"), url("../fonts/myriadpro-regular.ttf") format("ttf");
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
}

@font-face {
    font-family: 'aa_bebas_neueregular';
    src: url('../fonts/aa_bebasneue-webfont.eot');
    src: url('../fonts/aa_bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aa_bebasneue-webfont.woff') format('woff'),
         url('../fonts/aa_bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/aa_bebasneue-webfont.svg#aa_bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_probold';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-bold-webfont.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neue_cyrillicregular';
    src: url('../fonts/bebasneue_regular.eot');
    src: url('../fonts/bebasneue_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_regular.woff') format('woff'),
         url('../fonts/bebasneue_regular.ttf') format('truetype'),
         url('../fonts/bebasneue_regular.svg#bebas_neue_cyrillicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: "MyriadPro-Regular", Arial, "Times New Roman", sans-serif;
	font-size: 10pt;
	margin: 0 auto;
	padding: 0;
	color: #454545;
	width: 100%;
	max-width: 1920px;
	background-color: #f3f8ff;
}
table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	background-color: transparent;
}
img{
	border: none;
}
.clear{
	clear: both;
}
.width{
	width: 810px;
	margin: 0 auto;
}
#main{
	width: 980px;
	margin: 0 auto 0;
	background: url("../images/bg.jpg") no-repeat center top #fff;
	border-right: solid 1px #e2e7ed;
	border-left: solid 1px #e2e7ed;
}
.contact{
	float: right;
	margin: 10px 10px 0 0;
}
.ct_p1{
	margin: 0;
	font-size: 12pt;
}
.ct_p2{
	margin: 0;
	color: #004199;
	font-size: 22pt;
	font-weight: bold;
}
.ct_p2 span{
	font-family: 'aa_bebas_neueregular';
	font-size: 25pt;
}
.ct_p3{
	margin: -4px 0 0;
	font-size: 8pt;
}
#div1{
	width: 580px;
	padding-top: 15px;
	height: 50px;
	color: #004199;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../images/bg_white.png") repeat;
	font-size: 22pt;
	margin: 48px auto 62px;
	text-align: center;
}

#share{
	width: 810px;
	height: 133px;
	text-align: center;
	padding-top: 9px;
	margin: 0 auto;
	color: white;
	font-weight: bold;
	background: url("../images/bg2.png") no-repeat;
	text-transform: uppercase;
	font-size: 15pt;
	line-height: 1.1em;
}
#share span{
	color: red;
}
.form{
	width: 398px;
	height: 301px;
	background: url("../images/bg_form.png") no-repeat center;
	padding: 25px 30px;
	text-align: center;
}
#form1{
	margin: -85px auto 0;
	position: relative;
	z-index: 15;
}
#thanks{
	margin: -70px auto 5px;
	position: relative;
	z-index: 15;
	width: 398px;
	height: 186px;
	background: url("../images/bg_thanks.png") no-repeat center;
	padding: 25px 30px;
	text-align: center;
	font-weight: bold;
}
.thanks_p1{
	color: #f19f00;
	font-size: 18pt;
	margin: 0;
	padding-top: 15px;
}
.thanks_p2{
	font-size: 12pt;
	margin: 0 0 20px;
}
#parent_popup {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
#popup{
	position: fixed;
	z-index: 95;
	top: 50%;
	left: 50%;
	margin-top: -176px;
	margin-left: -229px;
	display: none;
}
#div2{
	width: 185px;
	height: 123px;
	background: url("../images/bg1.png") no-repeat center;
	float: right;
	margin: -245px 38px 0 0;
	font-family: "MyriadPro-Regular";
	font-size: 11pt;
	padding: 16px 15px 20px 40px;
	color: black;
	line-height: 1.1em;
}
	#div2 p {
		margin: 0px;
		margin-bottom: 7px;
		line-height: 1.1em;
	}
	#div2 span {
		font-weight: bold;
		font-size: 16pt;
	}
.header1, .header3{
	width: 650px;
	padding: 9px 80px 0 0;
	float: right;
	height: 36px;
	margin-top: 15px;
	text-transform: uppercase;
}
.header1{
	background-color: #d6e7ff;
	color: #004199;
}
.header3{
	background-color: #333333;
	color: white;
}
.header2{
	padding: 10px 0 0 0;
	height: 35px;
	margin-top: 15px;
	text-transform: uppercase;
	background-color: #d6e7ff;
	color: white;
}
.part1_div1, .part1_div2{
	width: 100%;
	height: 70px;
	margin-top: 5px;
}
.part1_div1{
	background-color: #005ce7;
	color: white;
}
.part1_div2{
	background-color: #d6e7ff;
	color: #004199;
}
.part1_table1{
	display: table;
}
.part1_cell1_1, .part1_cell1_2{
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	font-size: 14pt;
}
.part1_cell1_2{
	text-align: right;
}
h1{
	text-align: center;
	margin: 0;
	font-size: 17pt;
}
#part2, #part3, #part4, #part5, #part6, #part7, #part8, #part9{
	border-bottom: solid 1px #eeeeee;
}
#part1{
	margin: 10px auto 50px;
}
#part2{
	padding-bottom: 15px;
}
#part3{
	padding-bottom: 15px;
}
#part4{
	padding-bottom: 15px;
}
#part5{
	padding-bottom: 15px;
}
#part6{
	padding-bottom: 15px;
	color: black;
}
#part7{
	padding-bottom: 15px;
}
#part8{
	padding-bottom: 15px;
}
#part9{
	padding-bottom: 15px;
}
#part10{
	padding-bottom: 30px;
}
.part2_div{
	width: 358px;
	margin-top: 25px;
}
.part2_block{
	border-bottom: solid 1px #f3f3f3; 
	padding: 5px 15px 8px 0;
	font-size: 10pt;
}
.part2_table{
	display: table;
}
.part2_ico, .part2_txt{
	display: table-cell;
	vertical-align: top;
}
.part2_ico{
	width: 30px;
	padding-top: 3px;
}
.part1_cell1_2 img{
	cursor: pointer;
}
.form_div1{
	background: url("../images/lines.jpg") repeat-x center;
	position: relative;
	height: 30px;
}
.form_div2{
	width: 176px;
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -88px;
	font-size: 16pt;
}
.form_div3{
	font-size: 12pt;
	position: absolute;
	width: 100%;
	top: 28px;
}
.form_p1{
	margin: 23px 0 15px;
	color: #004199;
	font-size: 12pt;
}
.form_div4{
	background-color: #f7f7f7;
	border: solid 1px #ebebeb;
	border-radius: 2px;
	padding-bottom: 15px;
}
.field{
	width: 368px;
	height: 44px;
	background: url("../images/field.png") no-repeat center;
	margin: 15px auto;
}
.field_table{
	display: table;
	width: 100%;
}
.field_label, .field_input{
	display: table-cell;
	vertical-align: middle;
	height: 44px;
}
.field_label{
	text-align: center;
	color: #004199;
	text-shadow: 1px 1px 1px #a0a587;
	width: 108px;
	font-size: 12pt;
}
.input_text{
	height: 36px;
	width: 255px;
	background: none;
	font-family: "MyriadPro-Regular";
	border: none;
	font-size: 16pt;
}
#footer1{
	background-color: #d6e7ff;
	padding-bottom: 8px;
}
#footer2{
	background-color: #222222;
	color: #8c8c8c;
	font-size: 9pt;
	padding: 20px 25px;
}
#footer2 a, #footer2 span{
	color: #d6e7ff;
	text-decoration: none;
}
#part3_table{
	display: table;
	width: 100%;
	margin: 5px 0 40px;
}
.part3_row{
	display: table-row;
}
.part3_ico, .part3_txt{
	display: table-cell;
	vertical-align: middle;
}
.part3_ico{
	width: 70px;
	padding-left: 10px;
	padding-top: 4px;
}
.part3_txt{
	width: 325px;
}
.part4_div{
	width: 260px;
	float: left;
}
.part4_div img{
	margin: 30px 50px 0 -60px;
}
.part4_num{
	float: left;
	margin: 0 0 0 70px;
	font-size: 110pt;
	color: #004199;
	font-weight: bold;
	font-family: 'bebas_neue_cyrillicregular';
}
.part4_num span{
	font-size: 35pt;
}
.part4_p{
	margin: 0;
	font-size: 14pt;
	text-align: center;
}
#part5_table{
	display: table;
	width: 100%;
	margin: 25px 0;
}
.part5_row{
	display: table-row;
}
.part5_num, .part5_txt{
	display: table-cell;
	vertical-align: middle;
}
.part5_num{
	font-family: 'aa_bebas_neueregular';
	font-size: 70pt;
	text-align: right;
	width: 90px;
	padding-right: 20px;
	color: #004199;
}
.part3_txt{
	width: 295px;
}
#part6_div1{
	background: url("../images/img21.png") no-repeat center top;
}
#part6_div2{
	background: url("../images/img22.png") no-repeat center top;
}
#part6_div3{
	background: url("../images/img23.png") no-repeat center top;
}
#part6_div4{
	background: url("../images/img24.png") no-repeat center top;
}
#part6_div5{
	background: url("../images/img25.png") no-repeat center top;
}
.part6_div1{
	width: 153px;
	float: left;
	margin: 25px 10px 4px 0;
}
.part6_div2{
	width: 153px;
	height: 165px;
	position: relative;
}
.part6_div3{
	position: absolute;
	bottom: -12px;
	right: 105px;
	font-size: 60pt;
	font-family: 'aa_bebas_neueregular';
	color: #004199;
}
.part6_p1{
	margin: 0;
	text-align: center;
}
#part6_time{
	width: 100%;
	height: 50px;
	background-color: #004199;
	margin-bottom: 25px;
}
#part6_table{
	display: table;
}
.part6_cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #d6e7ff;
	height: 50px;
	width: 20%;
	font-family: 'bebas_neue_cyrillicregular';
	font-size: 20pt;
	font-weight: bold;
}
.part6_cell span{
	font-size: 35pt;
}
.part8_table{
	display: table;
	width: 100%;
	margin: 10px auto;;
}
.part8_cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#part9_table{
	display: table;
	margin: 50px auto;
	width: 767px;
}
.part9_num, .part9_txt{
	display: table-cell;
	vertical-align: middle;
}
.part9_num{
	width: 55px;
	text-align: right;
	padding-right: 20px;
	font-size: 70pt;
	font-family: 'aa_bebas_neueregular';
	color: #333;
}

/******************************************************************************************************/
#CasesCarousel {
	margin: 30px auto;
	padding: 5px;
	position: relative;
}
#ReviewsCarousel {
	margin: 0px auto;
	position: relative;
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0px;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;
}

#pages {
	width: 100px;
	height: 18px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.bullet {
	background: url(../images/off2.png) center center no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 5px;
	float: left;
}

/******************************************************************************************************/

#part7 .width, #part10 .width {
	position: relative;
}

.Case {
	width: 810px;
	height: 175px;
	background: url(../images/shape.png) no-repeat center transparent;
}

	.Case p {
		margin: 27px 60px;
		font-family: "MyriadPro-It";
		font-size: 11pt;
		color: #9e9e9e;
	}

.ReviewHeader {
	text-align: center;
	font-family: "MyriadPro-Regular";
	font-size: 12pt;
	color: black;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ReviewSign {
	font-family: "MyriadPro-Regular";
	font-size: 11pt;
	color: black;
	padding-left: 40px;
}

.ReviewSign span {
	color: #9e9e9e;
}


.Review {
	width: 690px;
	height: 63px;
	background: url(../images/shape2.png) no-repeat center transparent;
	padding: 25px 60px 35px 60px;
}
	.Review p {
		margin: 0px;
		font-family: "MyriadPro-It";
		font-size: 12pt;
		color: #9e9e9e;
	}

#next_case, #prev_case, #next_review, #prev_review {
	position: absolute;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

#next_case, #prev_case {
	top: 170px;
}

#next_review, #prev_review {
	top: 150px;
}

#next_case, #next_review {
	background: url(../images/next.png) no-repeat center transparent;
	right: -50px;
}
#next_case:hover, #next_review:hover {
	background: url(../images/next_hover.png) no-repeat center transparent;
}

#prev_case, #prev_review {
	background: url(../images/prev.png) no-repeat center transparent;
	left: -40px;
}
#prev_case:hover, #prev_review:hover {
	background: url(../images/prev_hover.png) no-repeat center transparent;
}

