/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ============= */
@font-face {
    font-family: "PTSans";
    src: url(/fonts/PTSans.ttf) format("truetype");
}
@font-face {
    font-family: "PTSansBold";
    src: url(/fonts/PTSansBold.ttf) format("truetype");
}
@font-face {
    font-family: "PFDinTextCondPro";
    src: url(/fonts/PFDinTextCondPro.ttf) format("truetype");
}

body {
	min-width: 960px;
	color: black;
	background-color: white;
	font-family: "PTSans", sans-serif;
	font-size: 18px;
}
#cont {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.block_cont {
	position: relative;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	height: 100%;
	/*border: bisque solid 1px;*/
}
b, .b {
	font-weight: 700;
}
/* ============= */
#block1 {
	margin: 0 auto;
	background: url("/img/bg1.jpg") no-repeat center top;
	width: 100%;
	height: 733px;
	overflow: hidden;
}
#block1 .logo {
	position: absolute;
	top: 30px;
	left: 0;
}
#topbtn {
	position: absolute;
	top: 0;
	left: 723px;
	text-align: center;
}
#topbtn span {
	padding: 13px 0 0 0;
	display: block;
	font-family: "PTSansBold", sans-serif;
	color: rgb(51,51,51);
	font-size: 1.5em;
}
#man {
	position: absolute;
	top: 138px;
	left: 42px;
}
#kosblock1 {
	position: absolute;
	top: 149px;
	left: 313px;
	background: url("/img/kosblock1.png") no-repeat center top;
	width: 790px;
	height: 244px;
	font-family: "PFDinTextCondPro";
	overflow: hidden;
}
#kosblock1 .t_1 {
	position: absolute;
	top: 24px;
	left: 60px;
	font-size: 60px;
	font-weight: 700;
	color: rgb( 78, 38, 131 );
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
#kosblock1 .t_2 {
	position: absolute;
	top: 100px;
	left: 90px;
	font-size: 38px;
	color: rgb( 255, 255, 51 );
	text-shadow: 1px 1.732px 3px #8a8989;
}
#kosblock1 .t_3 {
	position: absolute;
	top: 157px;
	left: 120px;
	font-size: 28px;
	color: #402010;
	text-shadow: 1px 1.732px 3px #a7a6a6;
}
#kosblock1 .t_3 span {
	color: #d90b0b;
}
#kosblock1 .t_4 {
	position: absolute;
	top: 190px;
	left: 140px;
	font-size: 28px;
	color: #402010;
	text-shadow: 1px 1.732px 3px #a7a6a6;
}

#kosblock2 {
	position: absolute;
	top: 408px;
	left: 443px;
	background: url("/img/kosblock2.png") no-repeat center top;
	width: 834px;
	height: 275px;
	overflow: hidden;
}
#kosblock2 .t_1 {
	position: absolute;
	top: 14px;
	left: 70px;
	font-size: 26px;
	font-weight: 700;
	color: white;
}
#kosblock2 .t_2 {
	position: absolute;
	top: 50px;
	left: 90px;
}
#kosblock2 .t_3 {
	position: absolute;
	top: 97px;
	left: 115px;
}
#kosblock2 .t_sms {
	position: absolute;
	top: 144px;
	left: 132px;
}
#kosblock2 .t_4 {
	position: absolute;
	top: 180px;
	left: 150px;
}
#kosblock2 .t_5 {
	position: absolute;
	top: 244px;
	left: 165px;
	color: white;
	font-size: 14px;
}

/* ============= */
#block2 {
	margin: 0 auto;
	background: url("/img/bg2.jpg") repeat left top;
	width: 100%;
	height: 570px;
	padding-top: 60px;
}
#video {
	margin: 0 auto;
	border: #402010 solid 1px;
	width: 854px;
	height: 511px;
}
/* ============= */
#block3 {
	margin: 0 auto;
	width: 100%;
	height: 1110px;
}
#block3 .t_1, #block4 .t_1, #block5 .t_1 {
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
	font-size: 60px;
	font-family: "PFDinTextCondPro";
	color: rgb(51,51,51 );
}
#block3 .t_2 {
	position: absolute;
	top: 144px;
	width: 100%;
	text-align: center;
}
#block3 .t_2 img {
	border: #b2b2b2 solid 3px;
	padding: 3px;
}
#block3 .t_3 {
	position: absolute;
	top: 514px;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-style: italic;
	line-height: 1.182;
}
#block3 .t_3 p {
	padding: 5px 0;
}
#block3 .t_3 span {
	font-weight: bold;
	color: rgb( 78, 38, 131 );
}
.line1, .line2 {
	position: absolute;
	width: 100%;
	text-align: center;
}
#block3 .line1 {
	top: 648px;
}
#block3 .line2 {
	top: 925px;
}
#shar_cont {
	position: absolute;
	top: 692px;
	width: 100%;
	text-align: center;
}
.shar {
	width: 19%;
	height: 230px;
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: url("/img/shar.png") no-repeat center top;
}
.sharTxt {
	position: relative;
	width: 100%;
	top: 40px;
	font-size: 36px;
	font-family: "PFDinTextCondPro";
	color: white;
}
#block3 .txt {
	position: absolute;
	top: 130px;
	text-align: center;
	width: 19%;
	font-size: 18px;
	color: rgb( 51, 51, 51 );
	font-weight: bold;
	line-height: 1.111;
}
#qout1, #qout2, #block3 .t_4 {
	position: absolute;
	top: 967px;
}
#qout1 {
	left: 150px;
}
#block3 .t_4 {
	left: 254px;
	text-align: center;
	font-size: 23px;
	color: rgb( 102, 102, 102 );
	font-weight: bold;
	font-style: italic;
	line-height: 1.25;
}
#qout2 {
	left: 748px;
}
#block3 .t_5 {
	position: absolute;
	top: 1035px;
	left: 650px;
	font-size: 18px;
	color: rgb( 78, 38, 131 );
	font-weight: bold;
	font-style: italic;
}

/* ============= */
#block4 {
	margin: 0 auto;
	background: url("/img/bg3.jpg") repeat left top;
	width: 100%;
	height: 648px;
	overflow: hidden;
}
#block4 .frame {
	position: absolute;
	left: 70px;
	width: 800px;
	background-color: white;
	padding: 15px;
	border: #bbaeae solid 3px;
}
#block4 .frame img {
	position: absolute;
	top: 15px;
	left: 15px;
}
#block4 .txt {
	margin-left: 65px;
	font-size: 20px;
	line-height: 1.2;
}
#block4 .txt span {
	color: rgb( 86, 41, 150 );
	font-weight: bold;
}
.f1 {
	top: 145px;
}
.f2 {
	top: 264px;
}
.f3 {
	top: 426px;
}
#block4 .t_2 {
	position: absolute;
	top: 546px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	color: rgb( 86, 41, 150 );
	font-weight: bold;
}

/* ============= */
#block5 {
	margin: 0 auto;
	width: 100%;
	height: 440px;
}
.otz_frame {
	position: absolute;
	top: 142px;
	width: 100%;
	height: 245px;
}
.otz_frame img {
	border: #cecece solid 1px;
	padding: 3px;
	border-radius: 100px;
}
.ava_name {
	position: absolute;
	top: 170px;
	left: 0;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	width: 170px;
}
.ava_name span {
	font-size: 18px;
	font-weight: bold;
	color: rgb( 96, 44, 172 );
}
.baloon {
	position: absolute;
	background: url("/img/baloon.png") no-repeat left top;	
	width: 743px;
	height: 131px;
	top: 0;
	right: 0;
	font-size: 20px;
	color: rgb( 255, 255, 255 );
	font-style: italic;
	line-height: 1.2;
	text-align: left;
	text-shadow: 0px 1px 0px rgb( 0, 0, 0 );
	padding: 10px 15px 10px 20px;
}
/* ============= */
#block6 {
	margin: 0 auto;
	background: url("/img/bg4.jpg") repeat left top;
	width: 100%;
	height: 489px;
}
#block6 .t_1, #block6 .t_2 {
	position: absolute;
	width: 100%;
	font-weight: bold;
	line-height: 1.176;
	text-align: center;
	text-shadow: 1px 1.732px 3px #7344b4;
	color: white;
}
#block6 .t_1 span, #block6 .t_2 span {
	color: rgb( 255, 255, 51 );
}
#block6 .t_1 {
	top: 75px;
	font-size: 34px;
}
#block6 .t_2 {
	top: 170px;
	font-size: 24px;
}
#block6 .line1 {
	top: 237px;
}
#block6 .line2 {
	top: 395px;
}
#block6 .t_3 {
	position: absolute;
	top: 300px;
	left: 26px;
}
#block6 .t_4 {
	position: absolute;
	top: 300px;
	left: 226px;
}
#block6 .t_sms {
	position: absolute;
	top: 300px;
	left: 426px;
}
#block6 .inp {
	width: 180px;
}
#smsBtn1 {
	top: 145px;
	left: 132px;
	width: 270px;
	padding: 8px;
}
#smsBtn2 {
	top: 300px;
	left: 426px;
	width: 180px;
	padding: 4px;
}
#smsBtn1, #smsBtn2 {
	position: absolute;
	background-color: #FFD68E;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	border-radius: 4px;
}
#block6 .t_5 {
	position: absolute;
	top: 289px;
	left: 645px;
}
#block6 .t_6 {
	position: absolute;
	top: 356px;
	left: 660px;
	color: white;
	font-size: 14px;
}
/* ============= */
#block7 {
	margin: 0 auto;
	width: 100%;
	height: 164px;
}
#block7 .logo {
	position: absolute;
	top: 40px;
	left: 0;
}
#bottombtn {
	position: absolute;
	top: 10px;;
	left: 723px;
	text-align: center;
}
#bottombtn span {
	padding: 13px 0 0 0;
	display: block;
	font-family: "PTSansBold", sans-serif;
	color: rgb(51,51,51);
	font-size: 1.5em;
}
#info {
	position: absolute;
	top: 50px;;
	left: 280px;
	font-family: "PTSans", sans-serif;
	font-size: 0.8em;
}
/* ============= */
.btn {
	background: url("/img/btn.png") no-repeat center top;
	width: 237px;
	height: 32px;
	text-align: center;
	color: white;
	font-family: "PTSansBold", sans-serif;
	font-size: 0.9em;
	padding: 12px 0 0 0;
	cursor: pointer;
	margin-top: 10px;
}
.inp {
	border: #b5b5b5 solid 1px;
	border-radius: 3px;
	background-color: white;
	padding: 6px 6px;
	font-size: 16px;
	font-weight: 700;
	width: 270px;
    -moz-box-shadow:inset 0px 2px 1px #c4c4c4;
    -webkit-box-shadow:inset 0px 2px 1px #c4c4c4;
    box-shadow:inset 0px 2px 1px #c4c4c4;
}
.button {
	border: none;
	background: url("/img/btn2.png") no-repeat center top;
	width: 290px;
	height: 32px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 20px;
	font-family: "PTSansBold", sans-serif;
	margin-top: 10px;
	text-shadow: 0.5px 0.866px 2px #a7a6a6;
	padding-top: 10px;
}
.button:hover {
	font-size: 21px;
}
.button:active {
	font-size: 22px;
}
.error { background: #FFD68E; }
/* modal */
#modalBox {
	display: none;
}
#popupBox {
	background-color: white;
	border-radius: 6px;
	padding: 20px;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
}
.callName {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;	
}
.callPhone {
	display: block;
	margin-bottom: 20px;
}

.slider {
	background-color: white;
}
#smsInp1, #smsInp2 {
	display: none;
}

#formBox1 .text {
	position: absolute;
	top: 120px;
	left: 120px;
	font-size: 24px;
	color: white;
}
#formBox2 .text {
	position: absolute;
	top: 305px;
	left: 370px;
	font-size: 24px;
	color: white;
}

/* jivo begin */
.btnjivo {
	position: relative;
	top: 60px;
	left: 380px;
	width: 280px;
}

.jivo-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-transform: none;
	cursor: pointer;
	background-image: none;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0px;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jivo-btn:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
}
.jivo-btn.jivo-btn-light:hover{
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
}
.jivo-btn.jivo-btn-light{
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
}
.jivo-btn:active,.jivo-btn.jivo-btn-light:active{
	box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
	cursor: pointer;
}
.jivo-btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.jivo-btn-gradient {
	background-image: url(//static.jivosite.com/button/white_grad_light.png);
	background-repeat: repeat-x;
}
.jivo-btn-light.jivo-btn-gradient {
	background-image: url(//static.jivosite.com/button/white_grad.png);
}
.jivo-btn-icon {
	width:17px;
	height: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -5px;
}
.jivo-btn-light {
	color: #fff;
}
.jivo-btn-dark {
	color: #222;
}
.jivo-online-btn {
	font-family: Arial, Arial;
	font-size: 17px;
	background-color: #059d50;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 41px;
	line-height: 41px;
	padding: 0 20px 0 20px;
	font-weight: normal;
	font-style: normal;
}
.jivo-online-btn .jivo-btn-icon {
	background-image: url(//static.jivosite.com/button/handset_light.png);
}
.jivo-offline-btn {
	font-family: Arial, Arial;
	font-size: 17px;
	background-color: #059d50;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 41px;
	line-height: 41px;
	padding: 0 20px 0 20px;
	display: none;
	font-weight: normal;
	font-style: normal;
}
.jivo-offline-btn .jivo-btn-icon {
	background-image: url(//static.jivosite.com/button/mail_light.png);
}
/* jivo end */