html.js .loader {
     background: none repeat scroll 0 0 #ffffff;
     bottom: 0;
     height: 100%;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     z-index: 9999;
}
*{
     outline: none !important;
}
html.js .loader .loader_inner {
     background-image: url("../img/preloader.gif");
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     background-color: #fff;
     height: 60px;
     width: 60px;
     margin-top: -30px;
     margin-left: -30px;
     left: 50%;
     top: 50%;
     position: absolute;
}

body {
     font-family: "pfdintextcondproregular", sans-serif;
     font-weight: normal;
     font-size: 16px;
     position: relative;
     line-height: 1.6;
     -webkit-font-smoothing: antialiased;
     overflow-x: hidden;
     color: #000;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
     color: red;
}

body input:required:valid,
body textarea:required:valid {
     color: #000;
}

h1,
h2 {
     font-size: 46px;
     text-transform: uppercase;
     font-weight: normal;
     line-height: 52px;
}

a {
     color: #fff;
}

a:hover,
a:focus,
a:active {
     text-decoration: none;
     outline: none;
     color: #fff;
}

.clearpad {
     padding: 0;
}

.button {
     background-color: #0193d7;
     border: 1px solid #0093d7;
     border-radius: 5px;
     padding: 4px 18px;
     font-size: 20px;
     text-transform: uppercase;
     font-family: "pfdintextcondpromedium", sans-serif;
     transition: all 0.3s ease;
}

.button:hover {
     background-color: #01a4f0;
}

.top_line {
     padding: 20px 0;
}

.top_line .logo_wrap {
     float: left;
     margin-right: 30px;
}

.top_line .button_wrap {
     float: right;
     margin-top: 20px;
}

.top_line .contact_wrap {
     float: right;
     margin-right: 23px;
     margin-top: 9px;
}

.top_line .contact_wrap span {
     display: block;
     font-size: 24px;
     line-height: 30px;
     padding-left: 30px;
     position: relative;
}

.top_line .contact_wrap span::before {
     content: "";
     position: absolute;
     background-image: url(../img/ic_phone.png);
     width: 21px;
     height: 21px;
     top: 4px;
     left: 0;
}

.top_line .contact1_wrap span::before {
     content: "";
     position: absolute;
     background-image: url(../img/email-flat.png);
     width: 21px;
     height: 21px;
     top: 4px;
     left: 0;
}


.home_sect {
     background-image: url(../img/septiс_bg.jpg);
     background-size: cover;
     background-position: center;
  	background-repeat: no-repeat;
     text-align: center;
     position: relative;
     padding-bottom: 100px;
}

.home_sect .title_wrap {
     width: 790px;
     max-width: 100%;
     min-height: 206px;
     display: inline-block;
     background: url(../img/bg_title.png) 0 0 no-repeat;
     margin-top: 40px;
}

.home_sect .title_wrap h1 {
     color: #fff;
     line-height: 50px;
     margin-top: 21px;
     margin-bottom: 15px;
}

.home_sect .title_wrap p {
     font-size: 30px;
     color: #fff;
     margin-top: 0;
}

.my_form h3 {
     text-transform: uppercase;
     font-size: 30px;
     color: #fff;
     font-weight: normal;
     margin-bottom: 10px;
}

.my_form input {
     width: 30%;
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px 9px;
    vertical-align: bottom;
    margin-right: 18px;
    line-height: 22px;
}

.my_form .button {
     width: 30%;
     padding: 3px 0;
     vertical-align: bottom;
     color: #fff;
}

.form_wrap {
     display: inline-block;
     margin-top: 220px;
}

section {
     text-align: center;
}

.s_title_wrap h2 {
     color: #0270a3;
     margin: 30px 0;
}

.color .s_title_wrap h2 {
     color: #fff;
}

.item_sect1 {
     display: inline-block;
     width: 200px;
     text-align: center;
     vertical-align: top;
     margin: 0 5px 25px;
}

.item_sect1__img {
     width: 100px;
     height: 100px;
     display: inline-block;
     background-image: url(../img/bg_item_sect1.png);
     font-size: 50px;
     color: #0193d7;
     line-height: 100px;
}

.item_sect1__descr p {
     font-size: 20px;
     text-transform: uppercase;
     color: #0270a3;
     line-height: 25px;
}

.sale {
     background-image: url(../img/bg_home_sect4.jpg);
     background-size: cover;
     background-position: center;
     min-height: 934px;
     position: relative;
}

.sale .s_title_wrap h2 {
     margin-bottom: 24px;
}

.sale:before {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background-color: #0193d7;
     opacity: 0.4;
}

.ic {
     height: 30px;
     background-image: url(../img/ic_sprite.jpg);
     display: inline-block;
}

.ic_toilet {
     width: 23px;
}

.ic_sink {
     background-position: -27px;
     width: 21px;
}

.ic_washer {
     background-position: -110px;
     width: 18px;
}

.ic_shower {
     background-position: -74px;
     width: 28px;
}

.ic_tub {
     background-position: -133px;
     width: 34px;
}

.item_sale {
     width: 320px;
    background-color: white;
    border-radius: 5px;
    display: inline-block;
    padding-bottom: 20px;
    margin: 0 7px 20px;
    max-width: 100%;
}

.item_sale h4 {
     font-size: 20px;
     font-weight: normal;
     margin: 0;
     margin-top: 10px;
     line-height: 22px;
}

.item_sale__img {
     display: inline-block;
     width: 250px;
     height: 230px;
     line-height: 230px;
}

.item_sale__img img {
     max-width: 100%;
     max-height: 100%;
}

.item_sale span {
     display: block;
     font-size: 34px;
     color: #c91515;
     font-family: "myriadproreg", sans-serif;
     margin-bottom: 8px;
}

.button_red {
     background-color: #c91515;
     border: 1px solid #960f0f;
     /*padding: 5px 70px;*/
}

.button_red:hover {
     background-color: #e71b1b;
}

.block_sale {
     background-color: white;
     border: 3px solid #fff;
     border-radius: 5px;
     display: inline-block;
}

.block_sale .block_sale_item {
     padding: 0 0 20px;
     width: 244px;
     display: inline-block;
     position: relative;
}

.block_sale .block_sale_item::before {
     content: "";
     position: absolute;
     width: 1px;
     height: 89%;
     background-color: #b2def3;
     top: 22px;
     right: 0;
}
.block_sale > div:last-of-type:before{
     display: none;
}

.block_sale .block_sale_item h4 {
     font-size: 20px;
     font-family: "pfdintextcondpromedium", sans-serif;
     margin: 0;
     font-weight: normal;
     margin-top: 15px;
     line-height: 22px;
}

.block_sale .block_sale_item p {
     margin: 2px 0 5px;
}

.block_sale .block_sale_item__img {
     width: 150px;
     height: 150px;
     line-height: 150px;
     display: inline-block;
     vertical-align: top;
}

.block_sale .block_sale_item__img img {
     max-width: 100%;
     max-height: 100%;
}

.block_sale .block_sale_item__descr {
     display: inline-block;
}

.block_sale .block_sale_item__descr ul {
     list-style-type: none;
     text-align: left;
     margin: 0;
     margin-top: 15px;
     padding: 0;
}

.block_sale .block_sale_item__descr ul li {
     line-height: 20px;
}

.block_sale .block_sale_item span {
     display: block;
     font-size: 20px;
     color: #c91515;
     font-family: "myriadproreg", sans-serif;
     margin-bottom: 25px;
}

.block_sale .block_sale_item .button_red {
     padding: 5px 22px;
}

.action {
     padding-bottom: 25px;
}

.action p {
     font-size: 18px;
     text-align: left;
     line-height: 22px;
}

.items_wrap_action {
     margin: 50px 0 25px;
}

.item_action {
     width: 280px;
     display: inline-block;
     position: relative;
     margin: 0 25px;
}

.item_action:first-child {
     margin-left: 0;
}

.item_action:last-child {
     margin-right: 0;
}

.item_action__img {
     width: 280px;
     height: 220px;
     background-color: white;
     border-radius: 5px;
     overflow: hidden;
     max-width: 100%;
}

.item_action__img img {
     width: 100%;
     border-radius: 5px;
}
.item_action p {
     font-size: 20px;
}

.s_form {
     background-image: url(../img/bg_form.jpg);
     background-position: center;
     background-size: cover;
     padding-bottom: 45px;
}

.s_form .my_form h3 {
     line-height: 44px;
     margin-bottom: 35px;
}

.s_step {
     padding: 20px 0;
}

.items_step {
     margin-top: 15px;
}

.item_step {
     display: inline-block;
     width: 200px;
     text-align: center;
     vertical-align: top;
     position: relative;
}

.item_step::before {
     content: "";
     position: absolute;
     width: 40px;
     height: 40px;
     background-image: url(../img/arrow_s_step.png);
     top: 50px;
     right: -20px;
}

.item_step:last-child::before {
     display: none;
}

.item_step__img {
     display: inline-block;
}

.item_step p {
     font-size: 18px;
     color: #0270a3;
     line-height: 22px;
     margin-top: 30px;
     padding: 0 5px;
}

.item_step p a {
     color: #0270a3;
     border-bottom: 2px solid #b0c8da;
}

.item_step p a:hover {
     border: none;
}

.s_setificates {
     min-height: 499px;
     background-image: url(../img/bg_sert.jpg);
     background-position: center;
     background-size: cover;
     position: relative;
}

.s_setificates::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #0270a3;
     top: 0;
     left: 0;
     opacity: 0.5;
}

.slider_sertif .slide {
     width: 235px;
     height: 324px;
     border-radius: 5px;
     overflow: hidden;
     display: inline-block;
     margin: 0 15px 30px;
}

.slider_sertif .slide img {
     width: 100%;
}

.owl-carousel {
     position: relative;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
     position: absolute;
     top: 127px;
     opacity: 0.7;
     transition: all 0.3s ease;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
     opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev::before,
.owl-carousel .owl-controls .owl-nav .owl-next::before {
     content: "";
     width: 40px;
     height: 40px;
     position: absolute;
     background-image: url(../img/arrow_s_step.png);
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
     left: -30px;
     top: 167px;
     transform: rotate(180deg);
}

.owl-carousel .owl-controls .owl-nav .owl-next {
     right: -20px;
}

.mfp-fade.mfp-bg {
     opacity: 0;
     -webkit-transition: all 0.15s ease-out;
     -moz-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
     opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
     opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
     opacity: 0;
     -webkit-transition: all 0.15s ease-out;
     -moz-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
     opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
     opacity: 0;
}

.s_comment {
     padding-bottom: 20px;
}

.s_comment .s_title_wrap h2 {
     font-size: 45px;
}

.slider_comment .slide {
     background-color: white;
     border: 1px solid #0193d7;
     margin-bottom: 30px;
     padding: 0 0 15px;
}

.slider_comment .slide_title {
     margin-top: 20px;
     margin-left: 15px;
     padding-right: 15px;
     text-align: left;
}

.slider_comment .slide_title__img {
     border-radius: 10em;
     overflow: hidden;
     display: inline-block;

}

.slider_comment .slide_title__img img {
     width: 100%;
     border-radius: 10em;
}

.slider_comment .slide_title h4 {
     text-align: left;
     margin: 0;
     font-size: 18px;
     font-family: "pfdintextcondpromedium", sans-serif;
     font-weight: normal;
     margin-top: 15px;
}

.slider_comment .slide_title p {
     margin: 0;
     text-align: left;
     font-size: 18px;
}

.slider_comment .slide .slide_descr {
     text-align: left;
     padding-right: 40px;
     padding-left: 10px;
}

.slider_comment .slide .slide_descr h3 {
     font-size: 18px;
     font-family: "pfdintextcondpromedium", sans-serif;
     text-transform: uppercase;
     font-weight: normal;
}

.slider_comment .slide .slide_descr h4 {
     font-size: 18px;
     font-family: "pfdintextcondpromedium", sans-serif;
     font-weight: normal;
     margin: 0;
     line-height: 22px;
}

.slider_comment .slide .slide_descr p {
     font-size: 18px;
     line-height: 22px;
     margin-top: 0;
     margin-bottom: 10px;
}

footer {
     background-color: #333;
     padding: 20px 0;
     text-align: center;
     color: #e5e5e5;
     font-family: 'Open Sans', sans-serif;
     font-weight: 600;
     font-size: 14px;
}
.contact_wrap.bottom .inner{
     text-align: center;
     padding: 35px;
     background-image: url(../img/bg_contact.jpg);
     border: 2px solid #ccc;
     font-size: 18px;
     margin-bottom: 60px;
}
.contact_wrap.bottom h4{
     font-size: 36px;
     margin: 15px 0 0;
     line-height: 1;
}


@media(max-width: 1199px){
     .block_sale .block_sale_item::before{
          display: none;
     }
     .sale{
          padding-bottom: 40px;
     }
}
@media(max-width: 991px){
     .home_sect .title_wrap{
          background: rgba(34, 106, 142, 0.5);
          padding: 20px;
     }
     .form_wrap{
          margin-top: 60px;  
     }
     .item_action {
         width: 280px;
         display: block;
         position: relative;
         margin: 0 auto 50px !important;
         text-align: center;
         max-width: 100%;
     }
     .action p{
          margin-top: 10px;
          text-align: center;
     }
}
@media(max-width: 767px){
     h1, h2{
          font-size: 30px !important;
          line-height: 1.3 !important;
     }
     .home_sect .title_wrap p{
          font-size: 20px;
          line-height: 1.4;
     }
     .my_form input,
     .my_form .button{
          width: 250px;
          max-width: 100%;
          margin: 0 auto 20px;
          display: block;
     }
     .home_sect{
          padding-bottom: 30px;
     }
     .home_sect .title_wrap{
          padding: 10px;
     }
}
@media(max-width: 670px){
     .top_line .contact_wrap {
          margin-right: 0;
          margin-left: 23px;
          margin-top: 15px;
     }
}

@media(max-width: 480px){
     .top_line .logo_wrap,
     .top_line .contact_wrap,
     .top_line .button_wrap{
          float: none;
          margin: 0 0 20px;
          display: block;
          text-align: center;
     }
     .top_line .contact_wrap span::before{
          display: none;
     }
     .top_line .contact_wrap span{
          padding: 0;
     }
}
::-webkit-scrollbar-button{
    background-image:url("");
    background-repeat:no-repeat;
    width:5px;
    height:0
}
::-webkit-scrollbar-track{
    background-color:#ecedee
}
::-webkit-scrollbar-thumb{
    border-radius:0;
    background:#3293D6;
}
::-webkit-resizer{
    background-image:url("");
    background-repeat:no-repeat;
    width:4px;
    height:0
}
::-webkit-scrollbar{
    width:10px
}
.hid{
  opacity:0;
}
.vis{
    opacity:1;
}
.delay-100{
    -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
     -o-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200{
    -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
     -o-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300{
    -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
     -o-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400{
    -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
     -o-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
     -o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600{
    -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
     -o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700{
    -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
     -o-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800{
    -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
     -o-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-900{
    -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
     -o-animation-delay: 900ms;
    animation-delay: 900ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
     -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1100{
    -webkit-animation-delay: 1100ms;
     -moz-animation-delay: 1100ms;
     -o-animation-delay: 1100ms;
    animation-delay: 1100ms;
}
.delay-1200{
    -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
     -o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1300{
    -webkit-animation-delay: 1300ms;
     -moz-animation-delay: 1300ms;
     -o-animation-delay: 1300ms;
    animation-delay: 1300ms;
}
.delay-1400{
    -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
     -o-animation-delay: 1400ms;
    animation-delay: 1400ms;
}

.image_popup {
	cursor:pointer;
}
.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}
.popup_bg {
	background:rgba(0,0,0,0.5);
	position:fixed;
	z-index:1;
	height:100%;
	width:100%;
}
.popup_img {
	position:relative;
	z-index:2;
	top: 50%;
	transform: translateY(-50%);
	max-height:95%;
	max-width:95%;
}

.modal3, .modal2, .modal1 {
	display: none;
	position: fixed;
	z-index: 99;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal-content3, .modal-content2, .modal-content1  {
	position: relative;
	background-color: #e5e5e5;
	margin: auto;
	padding: 0;
	border: 5px solid #e6af2e;
	width: 800px;
	max-width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}
@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}
.close-modal3, .close-modal2, .close-modal1 {
	position: relative;
	display: block;
	cursor: pointer;
	top: -12px;
	color: #fff;
	float: right;
	font-size: 32px;
	font-weight: bold;
	transition: 0.3s;
}
.close-modal3:hover,
.close-modal3:focus,
.close-modal2:hover,
.close-modal2:focus
.close-modal1:hover,
.close-modal1:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;
}

.modal-header3, .modal-header2, .modal-header1 {
	padding: 2px 16px;
	background-color: #f98109;
	color: #282f44;
}
.modal-body3, .modal-body2, .modal-body1 {
	padding: 0px 0px;
	text-align: center;
	background-image: url(../img/bg_form.jpg);
	background-size: cover;
	padding-bottom: 45px;
	background-position: center center;
}
.modal-body3 h3, .modal-body2 h3, .modal-body2 h1 {
	color: #282f44;
}
.modal-body2 p {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #282f44;
	font-weight: 500;
}
.modal-body1 h3 {
	font-size: 18px;
}
.modal-body1 input {
	width: 100%;
	margin: 0.5em 0;
}
.modal-body1 button {
	width: 100% !important;
	margin: 0.5em 0;
}
#feedback input, #disconnect input, #write_me input {
	width: 80%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto !important;
	background: #e5e5e5;
	border: 1px solid #282f44;
	border-radius: 30px;
	padding: 9px 20px;
	color: #282f44;
	font-family: Lato;
	font-weight: 500;
	box-shadow: 2px 2px 5px 0px #e6e6e6;
	outline: none;
}
#feedback textarea, #disconnect textarea, #write_me textarea {
	width: 80%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto !important;
	background: #e5e5e5;
	border: 1px solid #282f44;
	border-radius: 30px;
	padding: 9px 20px;
	color: #282f44;
	font-family: Lato;
	font-weight: 500;
	box-shadow: 2px 2px 5px 0px #e6e6e6;
	resize: none;
	outline: none;
}
#feedback input[type="submit"], #disconnect input[type="button"], #write_me input[type="submit"], #attention {
	width: 80%;
	background: #e5e5e5;
	border: none;
	display: block;
	font-weight: 300;
	border: 1px solid #282f44;
	border-radius: 30px;
	padding: 10px 5px 10px 5px;
	color: #282f44;
	font-family: Lato;
	font-weight: 500;
	text-align: center;
	font-size: 15px;
	margin: 10px auto !important;
	outline: none;
	transition: 0.2s;
}
#feedback input[type="submit"]:hover, #disconnect input[type="button"]:hover, #write_me input[type="submit"]:hover, #attention:hover {
	background: #282f44;
	color: #e5e5e5;
	transition: 0.2s;
}

#help_modal_btn1,
#help_modal_btn2,
#help_modal_btn3,
#help_modal_btn4,
#help_modal_btn5,
#help_modal_btn6,
#help_modal_btn7,
#help_modal_btn8 {
	cursor: pointer;
}



.hit-form-main {position: relative; margin:120px 0 0 40px; display: table;}
.hit-form-main:after {content:''; display: block; background: url(../img/shadow-form.png) bottom center no-repeat; width:325px; height:290px; position: absolute; bottom: -26px; left: -17px; z-index:1;}
.hit-form-main:before {content:''; background: url(../img/arrow-form.png) no-repeat; width:184px; height:108px; position: absolute; top: -80px; right: -195px; z-index: 5;}
.hit-form {background: #fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; width:290px; position: relative; padding:18px 18px 21px; position: relative; z-index:3;}
.hit-form .title {font: 24px 'pfdintextcondproregular', Arial; color:#fff; background: #FF5151; border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; position: absolute; top:-42px; left:5px; width:216px; height:42px; text-align:center; line-height:40px; text-transform: uppercase;}
.hit-form h3 {font: 22px 'pfdintextcondproregular', Arial; margin:0 0 10px 0; line-height:22px; text-align:center;}
.hit-form h3 span {font: 400 17px 'pfdintextcondproregular', Arial;}
.hit-form .coupon {font: 24px 'pfdintextcondproregular', Arial; color:#fff; background: #7DCA2B; text-align:center; text-transform: uppercase; margin:0 -18px 10px; padding: 11px 0; box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.33) , inset 0 -15px 15px -15px rgba(0, 0, 0, 0.31); -moz-box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.33) , inset 0 -15px 15px -15px rgba(0, 0, 0, 0.31); -webkit-box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.33) , inset 0 -15px 15px -15px rgba(0, 0, 0, 0.31);}
.hit-form p {font: 400 17px 'pfdintextcondproregular', Arial; text-align:center;}
.hit-form form {width: 92%; margin: 0 auto;}
.hit-form input[type=text]{width:89%; height:40px; color:#a0a0a0; font: 14px 'pfdintextcondproregular', Arial; border: 1px solid #CBCBCB; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0 0 10px 0; padding:0 12px;}
.hit-form input[type=text]:focus {border: 1px solid #7DCA2B;}
.hit-form button {width: 100%; background: #6C4131; color:#fff; font: 18px 'pfdintextcondproregular', Arial; display: table; padding: 10px 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border: solid #4D2415; border-width:0 0 3px 0; outline:0; margin: 0 auto; position: relative; cursor: pointer;}
.hit-form button:hover {opacity:0.9;}
.hit-form button:active {border-width:0 0 1px 0; margin:2px auto 0 auto;}


.timer-wrap {background:#fff; width:182px; height:104px; border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; overflow: hidden; position: absolute; bottom:5px; right:-181px; box-shadow: 0 0 6px 1px #CFCFCF; -moz-box-shadow: 0 0 6px 1px #CFCFCF; -webkit-box-shadow: 0 0 6px 1px #CFCFCF;}
.timer-wrap h4 {font: 400 12px 'pfdintextcondproregular', Arial; text-align: center; margin: 10px 0 5px 0; color:#696969;}
.timer-wrap .timer {display: table; margin: 0 auto; padding: 0 0 0 10px;}
.timer-wrap .timer div {background: url(../img/bg-clock.png) 0 3px no-repeat; width: 40px; height: 40px; display: inline-block; padding: 8px 0 0 0; color: #6A6A6A; font: 700 25px "pfdintextcondproregular"; text-shadow: 1px 1px 2px #fff; text-align: center; margin: 0 12px 0 0;}
.timer-name {list-style: none; margin: -2px 0 0 0; text-align: center;}
.timer-name li {display: inline-block; font: 12px 'pfdintextcondproregular', Arial; color: #696969; margin: 0 11px 0 5px; text-align: center;}
