* {
	box-sizing: border-box;
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	-webkit-text-size-adjust:none;
}

body {
	font-size:16px;
	line-height: 1;
	color:#3b3b3b;
	font-family: 'PT Sans', sans-serif;
}

.parent:after, .row:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

b {
	font-family:'pt_bold';
	font-weight:normal;
}

em {
	font-style:normal;
}

a {
	text-decoration:none;
	color:inherit;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

p {
	margin:0;
	padding:0;
}

.page {
	position:relative;
	width:100%;
	max-width:100%;
	overflow:hidden;
	margin:0 auto;
}

.clear {
	clear:both;
}

.slogan{
	font-size: 22px;
	line-height: 26px;
	padding: 8px 0 8px 15px;
	text-transform: uppercase;
	margin-left: 4%;
}
.slogan_top{
	font-weight: bold;
	color: #095892;
}
.slogan_bot{
	color: #3d3d3d;
}
.logo{
	padding-top: 25px;
}
.logo img{
	display: block;
	width: 100%;
	max-width: 261px;
}
.slogan{
	border-left: 1px solid #dadada;
	margin-top: 20px;
}
.grafik{
	padding-top: 25px;
	line-height: 20px;
}
.grafik_name{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
.grafik_val{
	font-weight: bold;
	font-size: 22px;
	color: #095892;
	white-space: nowrap;
}
.grafik_desk{
	font-size: 15px;
	font-weight: normal;
	color: #3c3c3c;
}
.t_phone {
	white-space: nowrap;
	font-size:30px;
	color:#095892;
	font-family:'pt_bold';
	text-align:right;
	line-height: 30px;
	padding-top: 23px;
}
.t_phone span span{
	display: block;
	font-size: 22px;
	line-height: 22px;
	padding-top: 7px;
	padding-bottom: 10px;
}

.t_phone a.mc {
	display:inline-block;
	width:171px;
	height:40px;
	background:url(../images/mc.png) no-repeat center;
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#fff;
	text-shadow:0px 1px 0px #b97b02;
	font-family:'pt_regular';
}

.t_phone a.mc:hover {
	color:#661616;
}

.main {
	height: 600px;
}

.main .wrap {
	height: 100%;
	position:relative;
	text-align:center;
}

h1 {
	font-size:32px;
	font-weight: bold;
	line-height:40px;
	color:#206ea5;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #fff;
	padding-top: 50px;
	letter-spacing:2px;
}

h1 span {
	display:block;
	font-size:22px;
	line-height:24px;
	color:#0a5286;
	padding-top: 10px;
}

h1.h1_2 {
	top:65px;
	color:#0d64a1;
}

h1.h1_2 span {
	margin-top:15px;
}

.timer_block {
	padding-top:15px;
	font-size:23px;
	line-height:27px;
	text-shadow:0px 1px 1px #fff;
}

.timer_block span {
	display:block;
	text-transform:uppercase;
	font-size:26px;
	line-height:26px;
	font-family:'pt_bold';
	margin-bottom:3px;
}
.timer_block span.akcia{
	color: #e32727;
	font-size: 30px;
	padding-top: 9px;
}
.timer {
	margin:5px 0 0px 10px;
	width:280px; 
	height:84px; 
	background:url(../images/timer.png) no-repeat center;
	position:relative; 
}

.timer .container { 
	width: 254px;
	position:relative;
	height: 58px; 
	top: 3px;
	left: 11px;
}

.timer .container div {
	height: 58px; 
	width: 58px; 
	float: left; 
	text-align:center!important; 
	position:relative;
	letter-spacing:-2px;
}

.days {
	margin-right:8px;
}

.hours {
	margin-right:7px;
}

.minutes {
	margin-right:7px;
}

.timer .container div span {
	display:inline;
	font-size: 44px;
	color:#585858;
	font-family:'din_bold';
	line-height: 58px;
}


.timer .container .second6Play, .timer .container .secondPlay {
	color:#cc180a;
}

.timer .container em {
	position: absolute;
	font-size:16px;
	bottom: -22px;
	text-align: center!important;
	width: 58px;
	display:block;
	color:#3c3c3c;
	font-family:'pt_regular';
	letter-spacing:0;
}


.order_block {
	width: 90%;
	max-width:300px;
	padding-top:5px;
	padding-bottom: 10px;
	border-radius: 15px;
	background: #fff;
	font-size:17px;
	line-height:20px;
	text-shadow:0px 1px 1px #fff;
	color:#000;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.31);
	float: right;
	margin-top: 55px;
}

.order_block span {
	display:block;
	text-transform:uppercase;
	font-size:26px;
	line-height:26px;
	color:#065c99;
	font-family:'pt_bold';
	margin-bottom:3px;
}

input[type="text"] {
	width: 100%;
	height:40px;
	border:#cab9ba solid 1px;
	box-shadow:0px 1px 0px #fff;
	margin-bottom:10px;
	background:#fff;
	padding:0 10px 0 35px;
	font-size:18px;
	color:#3b3b3b;
	font-family:'pt_regular';
}

input.input_name {
	background:#fff url(../images/input_name.png) no-repeat 11px;
}

input.input_phone {
	background:#fff url(../images/input_phone.png) no-repeat 9px;
}

input.input_email {
	background:#fff url(../images/input_email.png) no-repeat 11px;
}

input.bttn {
	width:274px;
	height:60px;
	line-height:55px;
	background:url(../images/bttn.png) no-repeat 0px 0px;
	box-shadow:none;
	border:none;
	padding:0;
	font-size:22px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 1px 0px #a86f05;
	cursor:pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

input.bttn:hover {
	color:#661616;
}

.order_block form {
	margin-top:10px;
}

.order_block input.bttn {
	margin-top:7px;
}

.counts {
	padding-bottom: 10px;
	background:url(../images/counts.jpg) repeat-x center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
}

.count {
	height:80px;
	font-size:16px;
	line-height:18px;
	color:#fff;
	font-family:'pt_regular';
	text-shadow:0px 1px 1px #00243e;
	margin-top:25px;
	text-align: left;
	display: inline-block;
}

.c1 {
	background:url(../../../images/premiya/c1.png) no-repeat left top;
	padding-left: 186px;
}

.c2 {
	background:url(../../../images/premiya/c2.png) no-repeat left top;
	padding-left:60px;
}

.c3 {
	background:url(../../../images/premiya/c3.png) no-repeat left top;
	padding-left: 190px;
}

h2 {
	font-size:48px;
	line-height:48px;
	color:#004a77;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #fff;
	font-family:'pt_bold';
	letter-spacing:2px;
	margin-bottom:40px;
}

.reasons {
	background:#f3f3f3;
	padding:37px 0 20px 0;
}

.reasons h2 {
	font-size:35px;
	line-height:35px;
}

.reason {
	width:420px;
	float:left;
	color:#3b3b3b;
	font-size:17px;
	line-height:22px;
	margin-bottom:20px;
}

.rq {
	text-align:right;
	padding-right:70px;
	background:url(../images/rq.png) no-repeat 440px 5px;
}

.ra {
	text-align:left;
	padding-left:70px;
	background:url(../images/ra.png) no-repeat 18px 5px;
}

.ra span {
	display:block;
	text-transform:uppercase;
	color:#065c99;
	font-family:'pt_bold';
	margin:4px 0;
}

.order .wrap {
	height:426px;
	padding-top: 50px;
	position:relative;
	text-align:center;
}

.order_img {
	width:656px;
	height:1090px;
	position:absolute;
	background:url(../images/order_img.png) no-repeat center;
	left:-509px;
	top:-274px;
}

.order .timer_block {
	width:384px;
	height: 263px;
	padding-top:30px;
	background:url(../images/timer_block1.png) no-repeat center bottom;
	padding: 95px 17px 20px 0;
	border-radius: 20px;
}

.order .timer_block .timer {
	margin:13px 0 0 43px;
}

.timer_block span.timer_block_htop{
	font-size: 32px;
	line-height: 32px;
	color: #065c99;
}
.timer_block span.timer_block_hmid{
	font-size: 29px;
	line-height: 29px;
	margin: 10px;
}
.timer_block span.timer_block_hbot{
	font-size: 54px;
	line-height: 54px;
	color: #e32727;
}

.order .order_block {
	border-radius:15px;
	margin: 0;
	float: none;
	background: #006ad7;
}

.order .order_block span {
	margin:3px 0 7px 0;
}

.order .order_block form {
	margin-top:13px;
}

.order .timer_block b {
	font-size:25px;
	line-height:27px;
	color:#000;
}
.order .timer_block, .order .order_block{
	display: inline-block;
}
.offer {
	background:#ededed;
	padding:45px 0 25px 0;
}

.offer h2 {
	color:#ff9524;
	font-size:56px;
	line-height:56px;
	text-shadow:0px 2px 1px rgba(0,0,0,0.38), 2px 2px 0px #d27a03;
}

.offer_one {
	text-align:center;
	margin-bottom:20px;
}

.offer_one span {
	display:block;
	color:#065c99;
	text-transform:uppercase;
	font-size: 22px;
	font-family:'pt_bold';
	line-height:30px;
}

.offer_text {
	height:60px;
	width:257px;
	padding-top:10px;
	margin:0 auto 18px auto;
	border:#fff dashed 1px;
	background:rgba(255,255,255,0.8);
	color:#004a77;
	font-size:16px;
	line-height:16px;
	border-radius:5px;
}

.offer_text em {
	display:block;
	font-size:24px;
	line-height:28px;
	font-family:'pt_bold';
}

.o1 {
	background: url(../images/o1.png) no-repeat center 120px;
}

.o2 {
	background:url(../images/o2.png) no-repeat center 120px;
}

.o3 {
	background:url(../images/o3.png) no-repeat center 120px;
}
.o4 {
	background: url(../images/o4.png) no-repeat center 120px;
}

.o5 {
	background:url(../images/o5.png) no-repeat center 120px;
}

.o6 {
	background:url(../images/o6.png) no-repeat center 120px;
}
.o7 {
	background: url(../images/o7.png) no-repeat center 120px;
}

.o8 {
	background:url(../images/o8.png) no-repeat center 120px;
}

.o9 {
	background:url(../images/o9.png) no-repeat center 120px;
}
span.price {font-size: 20px;color: #222;margin-bottom: 260px;}
.offer_one a {
	display:block;
	width:274px;
	height:56px;
	line-height:51px;
	background:url(../images/oo_a.png) no-repeat 0px 0px;
	box-shadow:none;
	border:none;
	padding:0;
	font-size:17px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 1px 0px #a86f05;
	text-align:center;
	margin: 0 auto;
}

.offer_one a:hover {
	color:#661616;
}

.offer a.offer_a {
	display:block;
	width:605px;
	height:67px;
	line-height:64px;
	background:url(../images/offer_a.png) no-repeat 0px 0px;
	box-shadow:none;
	border:none;
	padding:0;
	font-size:28px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 1px 0px #002353;
	text-align:center;
	margin:20px auto;
}

.offer a.offer_a:hover {
	color:#661616;
}

.why {
	background:url(../images/why1.jpg) no-repeat center top, url(../images/why2.jpg) no-repeat center 464px;
/*	height:887px; */
	padding-top:50px;
}

.why h2 {
	color:#fff;
	font-size:44px;
	line-height:44px;
	text-shadow:0px 2px 1px rgba(0,0,0,0.38), 2px 2px 2px #d27a03;
	margin-bottom:50px;
}

.why_one {
	width:245px;
	float:left;
	text-align:center;
	padding-top:174px;
	color:#3b3b3b;
	font-size:18px;
	line-height:22px;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	margin-bottom:15px;
}

.why_one span {
	display:block;
	line-height:24px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
}

.w1 {
	background:url(../images/w1.png) no-repeat center top;
}

.w2 {
	background:url(../images/w2.png) no-repeat center 23px;
}

.w3 {
	background:url(../images/w3.png) no-repeat center 23px;
}

.w4 {
	background:url(../images/w4.png) no-repeat center 23px;
}

.w5 {
	background:url(../images/w5.png) no-repeat center 23px;
	margin-left:122px;
}

.w6 {
	background:url(../images/w6.png) no-repeat center 23px;
}

.w7 {
	background:url(../images/w7.png) no-repeat center 23px;
}

.price h2 {
	color:#ff9524;
	font-size:52px;
	line-height:56px;
	text-shadow:0px 2px 1px rgba(0,0,0,0.38), 2px 2px 0px #d27a03;
	margin-bottom: 100px;
	padding-top: 45px;
}

.price .wrap {
	position:relative;
	width:714px;
	height:550px;
	margin: 0 auto;
}

.price_one {
	position:absolute;
	overflow:hidden;
	z-index:3;
}

.price_descr {
	position:absolute;
	padding:10px 0 5px 20px;
	font-size:18px;
	color:#000;
	line-height:24px;
	border-radius:5px;
	background: rgba(255, 213, 89, 0.7);
	text-shadow:0px 1px 1px #fff;
	/*opacity:0;*/
	z-index: 10;
}

.price_one:hover {
	overflow:visible;
	z-index:1;
}

.price_one:hover .price_descr {
	opacity:1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.price_descr a {
	border-bottom:#065c99 dashed 1px;
	color:#065c99;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.price_descr a:hover {
	border-color:transparent;
}

.pd {
	position:absolute;
}

.price .wrap:hover .prv {
	opacity:0;
	z-index:1;
}

.pr1 .pd {
	/*width:34px;
	height:41px;
	bottom:-41px;
	left:85px;*/
	width: inherit;
	height: 41px;
	bottom: -41px;
	left: -10px;
	background:url(../images/pd1.png) no-repeat center;
}

.pr2 .pd {
	width: inherit;
	height:68px;
	bottom:-68px;
	left: -20px;
	background:url(../images/pd2.png) no-repeat center;
}

.pr3 .pd {
	width: inherit;
	height:91px;
	top:-91px;
	left: 10px;
	background:url(../images/pd3.png) no-repeat center;
}

.pr4 .pd {
	width: inherit;
	height:54px;
	top:-54px;
	left: 78px;
	background:url(../images/pd4.png) no-repeat center;
}

.pr5 .pd {
	width: inherit;
	height:61px;
	top:-61px;
	right: -105px;
	background:url(../images/pd5.png) no-repeat center;
}

.pr6 .pd {
	width: inherit;
	height:78px;
	bottom:-78px;
	left: 38px;
	background:url(../images/pd6.png) no-repeat center;
}

.pr7 .pd {
	width: inherit;
	height:79px;
	bottom:-79px;
	left: 13px;
	background:url(../images/pd7.png) no-repeat center;
}

.pr8 .pd {
	width: inherit;
	height:79px;
	top:-79px;
	left: 52px;
	background:url(../images/pd8.png) no-repeat center;
}

.prv {
	width:264px;
	height:238px;
	left:12px;
	top:-3px;
	opacity:1;
	z-index:3;
	background:url(../images/pr1.html) no-repeat 5px 100px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.prv .pd {
	width:34px;
	height:41px;
	bottom:-41px;
	left:85px;
	background:url(../images/pd1.png) no-repeat center;
}

.prv .price_descr {
	width:225px;
	opacity:1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.prv .price_descr {
	left:0px;
	top:0px;
}
/*//////////////////////*/
.pr1 .price_descr {
	width:225px;
	top:-75px;
	left: 12px;
	display: none;
}

.pr2 .price_descr {
	width:225px;
	top: -53px;
	left: 382px;
	display: none;
}

.pr3 .price_descr {
	width:305px;
	top:264px;
	left:-104px;
	display: none;
}

.pr4 .price_descr {
	width:270px;
	top:330px;
	left:65px;
	display: none;
}

.pr5 .price_descr {
	width:280px;
	top: 367px;
	left: 172px;
	display: none;
}

.pr6 .price_descr {
	width:230px;
	top: -30px;
	left: -138px;
	display: none;
}

.pr7 .price_descr {
	width:230px;
	top: -12px;
	left: -135px;
	display: none;
}

.pr8 .price_descr {
	width:230px;
	top: 466px;
	left: 398px;
	display: none;
}
/*//////////////////////*/
.price div.price_a {
	display:block;
	width:86px;
	height:40px;
	line-height:35px;
	font-size:14px;
	text-transform:uppercase;
	font-family:'pt_bold';
	text-shadow:0px 1px 0px #a86f05;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
	background:url(../images/auto_bttns.png) no-repeat 0px 0px;
	position:absolute;
	z-index:4;
}

.pa1 {
	left:85px;
	top:60px;
}

.pa2 {
	left:390px;
	top:110px;
}

.pa3 {
	left:60px;
	top:142px;
}

.pa4 {
	left:240px;
	top:242px;
}

.pa5 {
	left:450px;
	top:287px;
}

.pa6 {
	left:-20px;
	top:107px;
}

.pa7 {
	right:60px;
	bottom:152px;
}

.order_photo {
	height:426px;
	background:url(../images/order2.jpg) no-repeat center;
/*	background-color: #f0f0f0; */
	position:relative;
	z-index:2;
}

.order_photo .wrap {
	height:426px;
	position:relative;
}

.order_img2 {
	width:656px;
	height:798px;
	position:absolute;
	background:url(../images/order_img2.png) no-repeat center;
	left:857px;
	top:-151px;
}

.upload {
	display: none;
}

.order_block2 {
	width:360px;
	height:260px;/*311*/
	padding-top:23px;
	background:rgba(255,255,255,0.8);
	border-radius:15px;
	position:absolute;
	left:310px;
	top:74px;/*47*/
	color:#16639d;
	font-family:'pt_bold';
	text-transform:uppercase;
	font-size:19px;
	line-height:19px;
	text-align:center;
}

.order_block2 span {
	display:block;
	font-size:26px;
	line-height:26px;
	margin-bottom:5px;
}

.order_block2 form {
	margin-top:15px;
}

.order_block2 input[type="text"] {
	width:251px;
}

.order_block2 input.bttn,
.modal.photo input.bttn {
	width:316px;
	height:75px;
	font-size:22px;
	font-family:'pt_regular';
	background:url(../images/bttn2.png) no-repeat center bottom;
	text-shadow:0px 1px 0px #003378;
	letter-spacing:0;
}

.modal.photo .up {
	width: 91px;
	height: 50px;
	font-family:'pt_regular';
	font-size:14px;
	color: #3f3f3f;
	position: relative;
	margin-right: 30px;
	padding-top: 50px;
	background: #ececec url(../images/order_photo1.html) center 28px no-repeat;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
	cursor: pointer;
}

.modal.photo .up_wrapp {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 91px;
	height: 100px;
	margin-right: 30px;
}

.modal.photo .up_wrapp.last {
	margin-right: 0px;
}

.modal.photo .up.uploaded {
	cursor: default;
	background: #ececec;
	margin: 0px 30px 0px 0px;
	padding: 50px 0px 0px 0px;
	/*height: 0px;*/
}

.modal.photo .img_upload {
	position: absolute;
	/*width: 40px;
	height: 20px;
	border-left: 6px solid #5e5e5e;
	border-bottom: 6px solid #5e5e5e;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 27px;
	left: 25px;
	opacity: 0;*/
	height: 50px;
	width: 50px;
	top: 24px;
	left: 25px;
	background: url('../images/gale1.html') no-repeat;
}

.modal.photo .up .img_upload {
	opacity: 0;
}

.modal.photo .up.uploaded .img_upload {
	opacity: 1;
}

.modal.photo .up.uploaded em {
	display: none;
}

.up_remove.active {
	position: absolute;
	opacity: 0;
	top: 0px;
	right: 0px;
	width: 91px;
	height: 100px;
	cursor: pointer;
	font-size: 27px;
	font-weight: bolder;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-family: 'pt_bold';
	z-index: 2;
}

.up_remove {
	display: none;
}
/*.up_remove.active {
	display: none;
	position: absolute;
}

.up_remove:hover.active:hover {
	display: block;
}*/

.up_remove.active:hover {
	position: absolute;
	opacity: 1;
	top: 0px;
	right: 0px;
	width: 91px;
	height: 100px;
	cursor: pointer;
	font-size: 27px;
	font-weight: bolder;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-family: 'pt_bold';
	z-index: 2;
}

.up_remove.active:after {
	content: 'ÃÂ¾Ã‘â€¡ÃÂ¸Ã‘ÂÃ‘â€šÃÂ¸Ã‘â€šÃ‘Å’';
	color: #fff;
	font-family:'din_light';
	font-size: 18px;
	padding-top: 70px;
	display: block;
	font-weight:normal;
}

.up_remove b {
	position: absolute;
	top: 5px;
	right: 7px;
}

.modal.photo .up em {
	text-align: center;
	/*position: absolute;
	margin-top: 30px;*/
	display: block;
}

/*.modal.photo .up:hover em {
	border-color:transparent;
	cursor: pointer;
}*/

.hww {
	background:#fff;
	padding:25px 0 45px 0;
}

.hww h2 {
	margin-bottom:55px;
}

.hww .wrap {
	position:relative;
	height:315px;
	background:url(../images/hww.png) no-repeat center 115px;
}

.hww_one {
	font-size:16px;
	color:#3b3b3b;
	line-height:18px;
	text-align:center;
}

.hww_one span {
	display:block;
	text-transform:uppercase;
	color:#065c99;
	font-size:22px;
	font-family:'pt_bold';
	line-height:22px;
}

.hww_text {
	padding:15px 0 5px 0;
	border-radius:5px;
	border:#f1bd5a dashed 1px;
}

.hww_text span {
	font-size:26px;
	line-height:26px;
}

.hb {
	background:url(../images/ho.png) no-repeat center top;
	padding-top:60px;
}

.ht {
	background:url(../images/ho.png) no-repeat center bottom;
	padding-bottom:65px;
}

.h1 {
	position:absolute;
	width:240px;
	top:102px;
	padding-top:43px;
}

.h2 {
	position:absolute;
	width:310px;
	top:1px;
	left:130px;
}

.h3 {
	position:absolute;
	width:305px;
	top:103px;
	left:340px;
}

.h4 {
	position:absolute;
	width:220px;
	top:1px;
	left:590px;
}

.h5 {
	position:absolute;
	width:160px;
	top:103px;
	right:45px;
}

.hww a {
	display:block;
	width:224px;
	height:55px;
	line-height:51px;
	background:url(../images/hww_a.png) no-repeat 0px 0px;
	font-size:20px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 1px 0px #a86f05;
	text-align:center;
	margin:10px auto 0 auto;
}

.hww a:hover {
	color:#661616;
}

.reviews {
	background:#eaeaea;
	padding:40px 0 20px 0;
}

.reviews h2 {
	letter-spacing:4px;
	margin-bottom:45px;
}

.review {
	border-radius:6px;
	background:#fff;
	padding:18px 20px 20px 35px;
	margin:0 0 55px 130px;
	position:relative;
	color:#3b3b3b;
	font-size:16px;
	line-height:20px;
	z-index:2;
}

.review p {
	margin-bottom:7px;
}

.review span {
	display:block;
	font-size:20px;
	color:#065c99;
	font-family:'pt_boldit';
	text-align:center;
	line-height:24px;
	margin-bottom:10px;
}

.review_img {
	width:140px;
	height:141px;
	position:absolute;
	top:5px;
}

.r2, .r4 {
	margin: 0 130px 55px 0;
}

.review_name {
	background:#ffb001;
	position:absolute;
	height: 37px;
	border-radius:6px;
	line-height:43px;
	bottom:-31px;
	padding:0 17px 0 15px;
	z-index:1;
	color:#fff;
	font-family:'pt_boldit';
	font-size:16px;
	text-shadow:0px 1px 1px #ab7000;
}

.rn {
	width:23px;
	height:31px;
	position:absolute;
}

.rnn {
	width: 385px;
	height:6px;
	position:absolute;
	top:0px;
	background:#fff;
}

.r2, .r4 {
	padding:18px 35px 20px 20px;
}

.r1 .review_img {
	background:url(../images/r1.png) no-repeat center;
	left:-120px;
}

.r2 .review_img {
	background:url(../images/r2.png) no-repeat center;
	right:-120px;
}

.r3 .review_img {
	background:url(../images/r3.png) no-repeat center;
	left:-120px;
}

.r4 .review_img {
	background:url(../images/r4.png) no-repeat center;
	right:-120px;
}

.r1 .review_name, .r3 .review_name {
	left:0px;
}

.r2 .review_name, .r4 .review_name {
	right:0px;
}

.r1 .rn, .r3 .rn {
	right:-20px;
	top:6px;
	background:url(../images/rn1.png) no-repeat center;
}

.r2 .rn, .r4 .rn {
	left:-20px;
	top:6px;
	background:url(../images/rn2.png) no-repeat center;
}

.r1 .rnn, .r3 .rnn {
	border-radius:0px 0px 0px 7px;
	left:0px;
}

.r2 .rnn, .r4 .rnn {
	border-radius:0px 0px 7px 0px;
	right:0px;
}

.projects {
	padding:30px 0 15px 0;
	background:#f1f1f1 url(../images/projects.jpg);
}

.project {
	width:860px;
	margin:0 auto 30px auto;
}

.project_name {
	text-align:center;
	color:#5b5b5b;
	font-size:33px;
	line-height:33px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.project_img {
	width:860px;
	height:271px;
	margin-bottom:10px;
}

.project_text {
	width:820px;
	padding:13px 0 15px 36px;
	border-radius:15px;
	border:#065c99 dashed 2px;
	color:#919191;
	font-family:'pt_italic';
	font-size:18px;
	line-height:22px;
	background:#fff;
}

.project_text span {
	display:block;
	font-family:'pt_bold';
	margin:0 0 0px 11px;
	font-size:20px;
	color:#3b3b3b;
	text-align:center;
}

.pt_col {
	color:#3b3b3b;
	float:left;
	font-family:'pt_regular';
}

.p1 .pt_col {
	width:270px;
}

.p2 .pt_col {
	width:370px;
}

.p2 .ptc {
	margin-right:80px;
}

.p3 .pt_col {
	width:410px;
	margin-bottom:10px;
}

.project_det {
	width:720px;
	border-radius:0 0 15px 15px;
	border:#fff dashed 2px;
	border-top:none;
	margin:0 auto;
	height:57px;
	font-size:25px;
	color:#3b3b3b;
	line-height:57px;
}

.project_date {
	float:left;
	width:325px;
	padding-left:35px;
	margin-left:20px;
	background:url(../images/project_date.png) no-repeat left;
}

.project_price {
	float:right;
	width:214px;
	padding-left:45px;
	margin-right:20px;
	background:url(../images/project_price.png) no-repeat left;
}

.project_det em {
	font-family:'pt_bold';
	color:#065c99;
}

.p3 .project_price {
	width:205px;
}

.p1 .project_img {
	background:url(../images/p1.png) no-repeat center;
}

.p2 .project_img {
	background:url(../images/p2.png) no-repeat center;
}

.p3 .project_img {
	background:url(../images/p3.png) no-repeat center;
}

.contacts {
	background:url(../images/contacts.jpg) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position:relative;
	z-index:3;
}

.contacts h2 {
	text-transform: none;
	text-align:left;
	font-size:75px;
	color:#fff;
	line-height:75px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;
	text-shadow:0px 3px 1px rgba(0,0,0,0.18), 0px 4px 0px #f1ba6f;
}

.contacts h2 em {
	display: block;
	font-size:61px;
	line-height: 61px;
	margin: 10px 0;
}
.contacts h2 span {
	display: block;
	font-size:40px;
	line-height: 40px;
}

.manager {
	float:left;
	background:url(../images/manager.png) no-repeat center top;
	padding-top:182px;
	width:163px;
	margin:20px 0 0 0;
	color:#3b3b3b;
	font-size:18px;
	line-height:22px;
	text-align:center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
}

.contacts_text {
	padding-top:64px;
}

.contacts_text span {
	display:block;
	padding-left:25px;
	background:url(../images/contacts_text.png) no-repeat left 5px;
	font-size: 22px;
	color:#3b3b3b;
	line-height:22px;
	margin-bottom:8px;
}
.contacts_phone span{
	background: none;
	padding: 0;
	font-size: 30px;
}
.contacts_phone {
	width: 100%;
	padding-top:14px;
	text-align:center;
	color:#fff;
	font-size:26px;
	font-family:'pt_bold';
	text-shadow:0px 1px 0px #a86f05;
	float: right;
	border: 1px dashed white;
	border-radius: 10px;
	padding: 15px 20px;
}
.contacts_text p{
	width: 100%;
	float: right;
}

.contacts_phone a.mc {
	display:inline-block;
	width:235px;
	height:47px;
	background:url(../images/cp_mc.png) no-repeat center;
	font-size:18px;
	line-height:41px;
	text-align:center;
	color:#fff;
	text-shadow:0px 1px 0px #002353;
	font-family:'pt_bold';
	text-transform:uppercase;
	margin:5px auto 0 auto;
}

.contacts_phone a.mc:hover {
	color:#661616;
}

.maps {
	height:359px;
	background:url(../images/map.jpg) no-repeat center;
}

.maps .wrap {
	position:relative;
	height:359px;
}

.map_block {
	position:absolute;
	background:#fff;
	border-radius:6px;
	width:365px;
	height:105px;
	padding:11px 15px 0 15px;
	color:#3b3b3b;
	font-size:20px;
	line-height:30px;
	left:404px;
	top:3px;
	  opacity: 0.4;
}

.mb {
	position:absolute;
	width:26px;
	height:26px;
	bottom:-26px;
	left:33px;
	background:url(../images/mb.png) no-repeat center;
}
#map{
	width: 100%;
	height: 500px;
}
.any_q {
	background:#fff;
	font-family:'din_light';
}

.any_q h2 {
	font-family:'din_light';
	font-size:68px;
	color:#3b3b3b;
	text-shadow:none;
	letter-spacing:0;
}

.any_q h2 em {
	color:#004a77;
}


.any_q a:hover {
	border-color:transparent;
}

footer {
	height:113px;
	background:url(../images/footer.jpg) repeat-x center;
	border-top:#023c65 solid 2px;
	font-family:'din_light';
}
.f_mail {
    float: left;
    margin-top: 30px;
    margin-left: 84px;
    color: #fff;
    font-size: 22px;
}

.f_copy {float: left;width: 250px;color: #fff;margin: 35px 0 0 81px;}
.f_phone {
	width:230px;
	float:left;
	font-size:32px;
	line-height:20px;
	color:#ffa400;
	text-align:right;
	margin:33px 0px 0 0;
	text-shadow:0px 1px 0px #013e69;
}

.f_phone a.mc {
	display:inline-block;
	font-size:18px;
	line-height:18px;
	border-bottom:#fff dashed 1px;
	color:#fff;
}

.f_phone a.mc:hover {
	border-color:transparent;
}

a.copyright {
	display:block;
	float:right;
	height:40px;
	line-height:28px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	margin:27px 0 0 0;
	text-shadow:0px 1px 0px #013e69;
}

a.conf {
	display:inline-block;
	float:left;
	margin:50px 0 0 105px;
	color:#fff;
	font-size:18px;
	line-height:14px;
	font-family:'pt_bold';
	text-transform:uppercase;
	border-bottom:#fff dashed 1px;
}

a.conf:hover {
	border-color:transparent;
}

#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #fff;
	display: none;
}

.modal {
	width:auto;
	margin:0 auto;
	display:none;
	color:#131313;
/*	background:#636363 url(../images/modal.jpg) no-repeat center; 
 */
	background-color: #f0f0f0;
	width:100%;
	padding:40px 0;
}

.modal-box {
	width:600px;
	padding:30px 20px 20px 20px;
	margin:0 auto;
	background:#fff;
	position:relative;
	border-radius:10px;
	text-align:center;
	box-shadow:0px 4px 7px rgba(20,29,33,0.29);
}

.modal-title {
	font-size:26px;
	line-height:26px;
	text-align:center;
	margin-bottom:18px;
	font-family:'pt_bold';
	text-transform:uppercase;
	color:#065c99;
}

.modal-title span {
	font-size:18px;
	line-height:18px;
	display:block;
	margin-top:9px;
	color:#000;
	text-transform:none;
	font-family:'pt_regular';
}

.modal input[type="text"] {
	width:254px;
	height:40px;
	line-height:40px;
	border-radius:5px;
	margin:0 10px 10px 10px;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.4);
}

.modal input.input_name {
	background:#ececec url(../images/mi_name.png) no-repeat 11px;
}

.modal input.input_phone {
	background:#ececec url(../images/mi_phone.png) no-repeat 9px;
}

.modal input.input_email {
	background:#ececec url(../images/mi_email.png) no-repeat 11px;
}

.modal input.bttn {
	margin-top:10px;
}

.makeorder .modal-box {
	width:314px;
	padding-top:15px;
}

.makeorder .modal-title {
	margin-bottom:10px;
}

.makeorder .modal-title span {
	margin-top:5px;
}
.form_left {
	float:left;
	width:270px;
	margin-left:15px;
}

.form_left input[type="text"] {
	width:225px;
	margin:0 0 10px 0;
}

.form_right {
	float:right;
	width:270px;
	margin-right:15px;
}

textarea {
	width:250px;
	height:119px;
	border:none;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.4);
	margin-bottom:10px;
	background:#ececec;
	border-radius:5px;
	padding:10px;
	font-size:18px;
	color:#3b3b3b;
	font-family:'pt_regular';
	resize:none;
}

.scale {
	transition: all 1s ease; opacity: 0.01; transform: scale(0.5, 0.5);
}

.fade {
	transition: all 0.5s ease; opacity: 0.01;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* Anton Lukashov | cassador.ru */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* Errors */

label { /*margin-left: 15px; margin-top: 10px;*/ display:inline-block; /*margin-bottom:10px; */position:relative; }
label:before, label:after { display:block; opacity:0; position:absolute; visibility:hidden; z-index:9998; font-family: 'bliss-light'; }
label:before { content:''; height:0; line-height:0; position:absolute; }
label:after { /*background-color:#f00;*/ color:#fff; content:attr(data); cursor:pointer; font-size:12px; height:20px;
background: #ff6868;
background: -moz-linear-gradient(top,  #ff6868 0%, #d80000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6868), color-stop(100%,#d80000));
background: -webkit-linear-gradient(top,  #ff6868 0%,#d80000 100%);
background: -o-linear-gradient(top,  #ff6868 0%,#d80000 100%);
background: -ms-linear-gradient(top,  #ff6868 0%,#d80000 100%);
background: linear-gradient(to bottom,  #ff6868 0%,#d80000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6868', endColorstr='#d80000',GradientType=0 );
 }
label:after { line-height:10px; padding:11px 11px 0; white-space:nowrap; border-radius: 4px; }
label:after:focus { visibility:hidden; opacity:0; }

label.right:before { z-index: 9999; border-top:solid 5px transparent; border-bottom:solid 5px transparent; border-right: 5px solid #ec3434; left:101%; top:50%; margin: -5px 0 0 0; width:0px; height: 0px; }
label.right:after { border-left:solid 1px #f00; left:100%; margin:-16px 0 0 6px; top:50%; }

label.left:before { z-index: 9999; border-top:solid 5px transparent; border-bottom:solid 5px transparent; border-left: 5px solid #ec3434;  right:101%; top:50%; margin: -5px 0 0 0; width:0px; height: 0px; }
label.left:after { border-right:solid 1px #f00; right:100%; margin:-16px 7px 0 0; top:50%; }

label.top:before { z-index: 9999; border-left:solid 5px transparent; border-right:solid 5px transparent; border-top: 5px solid #D80000; height:0px; width: 0px; left:50%; top:-14px; }
label.top:after { /*border-bottom:solid 1px #f00;*/ bottom:129%; left:15%; }

label.bottom:before { z-index: 9999; border-left:solid 5px transparent; border-right:solid 5px transparent; border-bottom: 5px solid #fe6666; height:0px; width: 0px; left:50%; bottom:-11px; }
label.bottom:after { /*border-bottom:solid 1px #f00;*/ top:129%; left:15%; }

label.red input, label.red textarea { border:solid 1px #f00; }
label.red:before, label.red:after { visibility:visible; opacity:1; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* cassador.ru */

.tpage {
	width:100%;
	height:100%;
	background:#e1e1e1;
	position:absolute;
}

.tpage_block {
	position:absolute;
	width:100%;
	top:200px;
	left:0;
	text-align:center;
	color:#0d64a1;
	font-size:20px;
	font-family:'pt_regular';
	line-height:20px;
}

.tpage_block span {
	display:block;
	font-size:30px;
	line-height:30px;
	font-family:'pt_bold';
	margin-bottom:15px;
}

.tpage_block a {
	display:block;
	width:274px;
	height:60px;
	line-height:57px;
	background:url(../images/tpage_a.png) no-repeat center;
	font-size:20px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 1px 0px #a86f05;
	text-align:center;
	margin:65px auto 0 auto;
}

.tpage_block a:hover {
	color:#661616;
}

.tpage header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	box-shadow:0px 50px 50px rgba(0,0,0,0.07);
}

.tpage footer {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
}

/*area {
	outline: 1px solid red;
}*/

map {
	width: 714px;
	height: 482px;
	display: block;
}

.price .wrap {
	line-height: 0;
	position: relative;
}

.price_a {
	cursor: default;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

.wrap2{
	display: none;
}





/*********  ÃÂ°ÃÂ´ÃÂ°ÃÂ¿Ã‘â€šÃÂ¸ÃÂ²  **********/


@media (max-width: 1199px){
	.slogan{
		margin-left: 0;
	}
	.grafik_desk{
		white-space: nowrap;
		font-size: 12px;
	}
}

@media (max-width: 991px){
	.order_img{
		display: none;
	}
	.grafik{
		text-align: right;
	}
	.t_phone{
		text-align: center;
		padding-top: 45px;
	}
	h1{
		padding-top: 10px;
	}
	.contacts h2{
		font-size: 58px;
		line-height: 58px;
	}
	.contacts h2 em{
		font-size: 42px;
		line-height: 42px;
	}
	.contacts h2 span{
		font-size: 27px;
		line-height: 27px;
	}
	.contacts_text{
		padding-top: 36px;
	}
}

@media (max-width: 767px){
	.scale {
		opacity: 1;
		transform: scale(1, 1);
	}
	.modal{
		top: 0 !important;
		padding: 15px 0 !important;
	}
	.modal-box{
		width: 90%;
		max-width: 300px;
	}
	.modal label{
		display: block;
	}
	.modal input.bttn{
		width: 100%;
		-webkit-background-size: 100% 180px;
		background-size: 100% 180px;
		font-size: 20px;
		padding-bottom: 7px;
	}
	.modal input[type="text"]{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	label.red::before, label.red::after{
		opacity: 0;
	}
	footer{
		height: auto;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	footer .wrap{
		text-align: center;
		padding-bottom: 10px;
	}
	.f_phone{
		width: 100%;
		padding: 0 15px;
		float: none;
		text-align: center;
	}
	.f_phone span{
		display: block;
	}
	.f_mail em{
		display: block !important;
		float: none !important;
		position: relative !important;
		margin: 20px 0 0 !important;
		text-align: center !important;
	}
	a.copyright{
		display: inline-block;
		float: none;
		margin-top: 15px;
	}
	.order .wrap{
		height: auto;
	}
	.order .timer_block, .order .order_block{
		display: block;
		margin: 0 auto;
	}
	.order .timer_block{
		background: none;
		padding-top: 0;
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.order .wrap{
		padding-bottom: 50px;
	}
	.contacts h2{
		text-align: center;
	}
	.contacts_text p, .contacts_phone{
		float: none;
		margin: 0 auto;
	}
	.contacts_text{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.logo img{
		display: inline-block;
		height: 60px;
		width: auto;
	}
	.t_phone{
		text-align: right;
		font-size: 25px!important;
	}
	.grafik{
		padding-top: 40px;
		text-align: left;
	}
	.slogan{
		border: none;
		text-align: right;
	}
	.count{
		width: 280px;
		margin: 0 auto;
		margin-top: 30px;
		padding-left: 166px;
	}
	.c3{
		background-position: left 0;
		background-size: auto 70%;
	}
	.count.c2 {
    background-position: 110px 0;
    background-size: auto 70%;
}
	.page h2{
		font-size: 36px;
		line-height: 40px;
	}
	.price .wrap{
		display: none;
	}
	.wrap2{
		display: block;
	}
	.pricr_item{
		background: #eee;
		padding: 20px;
		margin-bottom: 10px;
	}
	.pricr_item p{
		font-size: 18px;
		display: inline-block;
		white-space: nowrap;
		font-weight: bold;
	}
	.pricr_item a{
		font-size: 18px;
		float: right;
		background: url(../images/mc.png);
		width: 171px;
		height: 40px;
		display: block;
		text-align: center;
		line-height: 32px;
		text-transform: uppercase;
		font-size: 14px;
		position: relative;
		top: -5px;
	}
	.price h2{
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 34px;
	}
	.pricr_item p i{
		display: inline-block;
		color: #065c99;
	}
	.pricr_item p span{
		font-size: 18px;
		display: inline-block;
		padding-left: 10%;
	}
	.car2 img{
		display: block;
		width: 100%;
	}
		.slogan br {
    display: none;
}

.grafik {
    display: none;
}

section.main.container {
    height: 550px;
}

.offer_one span {
    line-height: 22px;
    font-size: 18px;
}

.offer_one {
    background-position: center 90px!important;
}

.contacts_phone span {
    font-size: 22px;
}

.f_mail {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
}

.f_copy {
    margin: 0;
    width: 100%;
}

a.copyright {
    margin: 20px 0;
    width: 80%;
}
}
@media (min-width: 579px) and (max-width: 750px){
.slogan {
    display: none;
}

.logo {
    padding-top: 0;
    width: 31%;
    vertical-align: middle;
    display: inline-block;
    float: none;
}
.t_phone {
    padding-top: 10px;
    font-size: 18px!important;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.t_phone span span {
    padding: 0;
    font-size: 20px;
}
.grafik.col-lg-2.col-md-2.col-sm-4.col-xs-6 {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 32%;
    padding: 0;
    text-align: center;
}

.logo img {
    width: 100%;
    height: auto;
}
header .col-lg-4  {display:none}
}
@media (max-width: 579px){
	.order_block{
		float: none;
		margin: 20px auto 0;
		background: rgba(255,255,255,0.7);
	}
	h1{
		font-size: 24px;
		line-height: 30px;
	}
	header .wrap>div{
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	.slogan{
		text-align: center;
		font-size: 16px;
		padding: 0;
		margin: 10px 0 0;
	}
	.pricr_item{
		padding: 20px 15px 5px;
	}
	.pricr_item p{
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.pricr_item a{
		float: none;
		margin: 0 auto;
	}
	.pricr_item p span{
		padding-left: 10px;
	}
	.review{
		margin: 140px 0 40px;
		padding: 45px 20px 57px;
	}
	.reviews h2{
		font-size: 28px;
		line-height: 32px;
	}
	.review .review_img{
		left: 50%;
		right: 0;
		top: -110px;
		display: block;
		margin: 0 0 0 -70px;
	}
	.review_name{
		width: 100%;
		bottom: 0;
		left: 0;
		border-radius: 0 0 5px 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 24px;
		height: auto;
		text-align: center;
	}
	.rn, .rnn{
		display: none;
	}
	.slogan br {
    display: none;
}

.grafik {
    display: none;
}

section.main.container {
    height: 550px;
}

.offer_one span {
    line-height: 22px;
    font-size: 18px;
}

.offer_one {
    background-position: center 90px!important;
}

.contacts_phone span {
    font-size: 22px;
}

.f_mail {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
}

.f_copy {
    margin: 0;
    width: 100%;
}

a.copyright {
    margin: 20px 0;
    width: 80%;
}
}

@media (max-width: 389px){
	.page{
		background-position: center 130px!important;
		background-size: 350%!important;
	}
	h1{
		font-size: 30px;
		line-height: 28px;
		padding: 20px 0 0;
	}
	h1 span{
		font-size: 18px;
		line-height: 18px;
	}
	.order_block{
		/* margin-top: 260px; */
	}
	.order_block form{
		padding: 0 20px;
	}
	.order_block form input.bttn{
		width: 100%;
		-webkit-background-size: 100% 180px;
		background-size: 100% 180px;
		font-size: 18px;
	}
	.contacts h2 em{
		font-size: 32px;
		line-height: 32px;
	}
	.contacts h2 span{
		font-size: 20px;
		line-height: 20px;
	}
	.timer_block span.timer_block_htop{
		font-size: 28px;
		line-height: 28px;
	}
	.timer_block span.timer_block_hmid{
		font-size: 25px;
		line-height: 25px;
	}
}