/* ===== PRIMARY STYLES =====================================================
   ========================================================================== */
/*========================= global ===========================*/
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;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {  
  font-family: 'DinPro';  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



.container {
  width: 980px;
  margin: 0 auto;  
}

/* =============== ВСПЛЫВАЮЩИЕ ОКНА ======================= ===================
============================================================ POP-UP============
/////////////////////////////////////////////////////////////////////////////*/
/*ЗАКАТЬ ЗВОНОК*/
.overlay{
    background-color: rgba(16, 78, 118, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:focus{
  outline: none;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {              
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;    
    top: 50%;
    visibility: hidden;
    z-index: 10;
 
    -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-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;   
 
    -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;
}
.order-form {
background: rgba(255,255,255,0.7);
border-radius: 10px 10px 0 0;
width: 310px;
padding: 25px 0 25px 0;
}

.order-form input[type="text"] {
  margin-left: none;
  width: 240px;
}

.overlay:target+.popup {    
    opacity: 1;
    visibility: visible;
}

.feedbackf {  
  width: 930px;  
  border-radius: 9px;
  position: relative;  
  text-align: center;
}
.feedbackf img{
 margin-right: 15px;
 border-radius: 5px;
 border: 1px solid #fff;
}
.feedbackf img:last-child{
  margin-right: 0;
}

/* All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens */
/* All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens */
/* All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens All-contens */

.header-bg {
  background: url(../img/background/header.jpg) no-repeat center top;
  height: 570px;
}

.logoNdescript {
  background: rgba(255,255,255,0.7);
  padding: 25px 8px 10px 8px;
  width: 432px;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  margin-bottom: 50px;
  font-size: 26px;
color: #990000;
text-align: center;
font-weight: bold;
text-shadow: 1px 1px 1px #BD8389;
}

.description {
  font-size: 17px;
  color: #000;
  font-weight: 700;
}

.order-box {
  background: rgba(255,255,255,0.7);
  border-radius: 0 0 10px 10px;
  width: 310px;
  float: right; 
  padding: 12px 8px 10px 8px; 
  text-align: center;
  display: inline-block;
}

.telephone {
  font-size: 25px;
  font-weight: 300;
}

.width40-bold {
  font-size: 40px;
  font-weight: 700;
}

.order-call {
  border-radius: 4px;
  width: 270px;
  height: 35px;
  display: block;
  margin: 0 auto;
  border: 1px solid #990000;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
background: #990000;
}

.order-call:hover{
background: #B84343;

}

.order-call:active {
background: #990000;
}

.top-form-contain {
  background: rgba(255,255,255,0.7);
  border-radius: 10px 10px 0 0;
  width: 310px;
  float: right; 
  padding-top: 25px;
  padding-bottom: 25px;  
}

.form-descript {
font-size: 20px;
color: #000;
text-align: center;
line-height: 1.2;
}

.form-descript span{
  font-weight: 600;
}

.form-big-text {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}

.contens-form {
  width: 310px;
}

.contens-form input[type="text"] {
  width: 240px;
  height: 45px;
  margin-top: 2px;
  margin-left: 15px;
  padding: 1px 2px 0 40px;
  border-radius: 2px;
  border: none;
}

.contens-form input[type="text"]:nth-child(1) {
  background: url(../img/background/form-name.png) center left 5% no-repeat, #fff;
}

.contens-form input[type="text"]:nth-child(2) {
  background: url(../img/background/form-phone.png) center left 5% no-repeat, #fff;
}

.contens-form input[type="text"]:nth-child(3) {
  background: url(../img/background/form-mail.png) center left 5% no-repeat, #fff;
}

input:focus {
  outline: none;
}

.contens-form input[type="button"] {
  margin-top: 15px;
  border-radius: 2px;
background: #990000;
border: 1px solid #990000;
font-size: 25px;
text-align: center;
color: #fff;
border-radius: 4px;
width: 281px;
height: 40px;
margin-left: 15px;
cursor: pointer;
}

.contens-form input[type="button"]:hover{
background: #B84343;
}

.contens-form input[type="button"]:active {
background: #B84343;
}

.guarantie {
  width: 270px;
  padding-left: 40px;
  background: url(../img/background/key-box.png) center left no-repeat;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 0 25px;
  text-decoration: none;
}

.guarantie a{
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.guarantie a:hover {
  text-decoration: underline;
}

.guarantie2 {
  padding-left: 40px;
  background: url(../img/background/key-box.png) center left no-repeat;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-decoration: none;
padding-top: 13px;
height: 30px;
}

.guarantie2 a{
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.guarantie2 a:hover {
  text-decoration: underline;
}

.in-numbers {
  height: 210px;
}

.numb {
  background: url(../img/background/numb.png) no-repeat center center;
  height: 220px;
}

.Fixed {
  position: fixed;
  bottom: 2%;
  right: -120px;
  background: url(../img/background/fixed.png)no-repeat top left;
  border-radius: 5px 0 0 5px;
  height: 98px;
  width: 378px;
  opacity: 0.6;
  padding-top: 70px;
}

.Fixed:hover {
  opacity: 1;
  background-color: rgba(255,255,255,0.1);
}

.Fixed a {
  color: #666;
  text-decoration: none;
  font-size: 18px;
  margin-left: 20px;
}

.Fixed a:hover {
  text-decoration: underline;
}

.video-in-phone {
  height: 410px;
  background: url(../img/background/video-in-phone.jpg) top center no-repeat;
  padding-top: 50px;
}

.phone-text1 {
  color: #000;
  text-align: center;
  font-size: 25px;
}

.phone-text2 {
color: #000;
text-align: center;
font-size: 25px;
font-weight: 700;
padding-top: 45px;
}

.header1 {
  width: 100%;
  height: 143px;
  background: url(../img/background/yes-header.jpg) top center no-repeat;
  padding-top: 37px;
}

.header2 {
  width: 100%;
  height: 148px;
  background: url(../img/background/header2.jpg) top center no-repeat;
  padding-top: 37px;
}

.my-header {
text-align: center;
font-size: 30px;
line-height: 1;
}

.big-title {
  font-size: 50px;
  font-weight: 700;
}

.priimuschestva {
  background: url(../img/background/priimuschestva.jpg) center center no-repeat;
  height: 680px;
  padding-top: 75px;
}

.inline3 {
  width: 320px;
  display: inline-block;
  vertical-align: top;
}

.benefit1 {
  background: url(../img/background/benefit1.png) no-repeat center center;
  width: 217px;
  margin: 10px auto;
  height: 237px;
 padding: 75px 7px;
  text-align: center;
}

.benefit2 {
  background: url(../img/background/benefit2.png) no-repeat center center;
  width: 217px;
  margin: 5px auto;
  height: 237px;
  padding: 75px 7px;
}

.benefit3 {
  background: url(../img/background/benefit3.png) no-repeat center center;
  width: 217px;
  margin: 5px auto;
  height: 237px;
 padding: 85px 7px;
}

.benefit4 {
  background: url(../img/background/benefit4.png) no-repeat center center;
  width: 217px;
  margin: 5px auto;
  height: 237px;
 padding: 75px 7px;
}

.benefit5 {
  background: url(../img/background/benefit5.png) no-repeat center center;
  width: 217px;
  margin: 5px auto;
  height: 237px;
 padding: 75px 7px;
}

.benefit6 {
  background: url(../img/background/benefit6.png) no-repeat center center;
  width: 217px;
  margin: 5px auto;
  margin: 5px auto;
  height: 237px;
 padding: 75px 7px;
}

.benefit1:hover, .benefit2:hover, .benefit3:hover, .benefit4:hover, .benefit5:hover, .benefit6:hover {
  background: url(../img/background/benefit-hover.png) no-repeat center center;
}

.benefit-text {
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 700;
}

.middle-form {
  background: url(../img/background/middle-form.jpg) top center no-repeat;
  height: 351px;
  padding-top: 30px;
}

.how-wie {
  background: #F0F7FA;
  padding: 15px 0;
height: 616px;
border-bottom: 1px solid #EDF3F6;
}

.how-bg {
  background: url(../img/background/how-wie.jpg) no-repeat center left 20%;
height: 616px;
}

.numbers {
  float: left;
  padding-left: 400px;
}

.one-li {

}

.my-number {
  color: #23C62B;
  font-size: 50px;
  display: inline-block;  
  vertical-align: top;
}

.one-punkt {
  font-size: 25px;
  display: inline-block;
  font-weight: 700;
  padding-top: 27px;
  width: 475px;
}

.header2 {
  margin: 20px 0;
}

.oure-systems1 {
  display: inline-block;
  vertical-align: top;
  width: 241px;
  text-align: center;
  margin-bottom: 30px;
}

.oder-link {
  text-align: center;
  text-decoration: none;
  color: #000; 
  font-weight: 700; 
}

.oder-link:hover {
  color: #23C62B;
  text-decoration: underline;
}

.image-sys1 {
  height: 83px;
}

.inline2 {
  width: 485px;
  background: url(../img/background/camera.png) top left no-repeat;
  padding: 10px 0 0 95px;
  display: inline-block;
  vertical-align: top;
  height: 200px;
}

.system2-text1 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 3;
}

.system2-text2 {
  font-size: 16px;
  color: #000;  
}

.slider-bg {
  background: url(../img/background/slider-bg.png);
  height: 387px;
}

.slider-bg {
  padding-top: 21px;
}

.certificates {
  text-align: center;
  
}

.mymy{
  margin: 20px 7px 20px 7px;
}

.closef {      
  line-height: 24px;
  position: absolute;
  right: 48%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: arial;
  top: -16px;
  width: 32px;
  height: 32px;
  margin-top: -1px;  
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
     border-radius: 15px;  
     background: url(../img/close.png);  
}
.closef:before {
    color: #747474;
    content: "";    
    font-size: 18px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    line-height: 0.5;
    padding-top: -3px;
}

.inline33 {
  text-align: center;
  width: 320px;
  display: inline-block;
  vertical-align: top;
}

.footer {
  background: url(../img/background/footer.jpg) center top;
  height: 342px;
}

.reshaj {
  padding: 15px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.reshaj span{
  font-size: 50px;
  font-weight: 700;
}

.foot-left {
  float: left;  
}

.bot-phone {
  font-size: 47px;
  color: #fff;
  font-weight: 700;
}

.bot-phone span {
  font-size: 70px;
}

.gold-telec  {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}

.footer-n {
  color: #fff;
}

.bold {
  font-weight: 700;
}

.copy {
  text-align: center;
  color: #fff;
  clear: both;
  margin-top: 20px;
}

.foot-right {
  float: right;
}

.bottom-order-button {
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  padding: 10px;
  margin: 19px 90px 0 50px;
}

.privacy-text {
  padding: 15px;
}

.privacy-polisyy {
  width: 450px;
  background: rgba(255,255,255,0.8);
  border-radius: 5px;
}

.system-info {
  width: 765px;
  padding: 25px;  
  background: #fff;
  border-radius: 8px;
  /*overflow-y: scroll;
  max-height: 500px;*/
}

.system-title {
  text-align: center;
  font-size: 30px;
  color: #000;
}

.photos-block {
  width: 330px;
  float: left;
  vertical-align: top;
  display: inline-block;
  height: 286px;
  text-align: center;
}

.photos-block img{
  vertical-align: middle; 
  padding:  3px;
}

.system-description {
  vertical-align: top;
  display: inline-block;
  float: right;
  padding-left: 25px;
  text-align: justify;
  font-size: 16px;
  color: #000;
  width: 370px;
  padding-top: 10px;
}

.icon-block {
  width: 325px;
  float: left;
  display: inline-block;
  text-align: center;
  padding-top: 25px;
}

.system-text {
  font-size: 16px;
  color: #000;
  padding: 15px 0 15px 0;
  clear: both;
}

.system-list {
  list-style-image: url(../img/background/list-point.png);
  margin-left: 10px;
}

.system-info input[type="text"] {
  width: 175px;
  height: 45px;
  margin-top: 2px;
  margin-right: 15px;
  padding: 1px 2px 0 40px;
  border-radius: 2px;
  border: none;
  border: 1px solid #666;
  border-radius: 3px;
}

.system-info input[type="text"]:nth-child(1) {
  background: url(../img/background/form-name.png) center left 5% no-repeat, #fff;
}

.system-info input[type="text"]:nth-child(2) {
  background: url(../img/background/form-phone.png) center left 5% no-repeat, #fff;
}

input:focus {
  outline: none;
}

.system-info input[type="button"] {
border-radius: 2px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(3%, rgba(130,227,74,1)), color-stop(96%, rgba(0,172,47,1)), color-stop(100%, rgba(79,189,101,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4fbd65', GradientType=0 );
border: 1px solid #00A727;
font-size: 22px;
text-align: center;
color: #fff;
border-radius: 4px;
width: 213px;
height: 48px;
cursor: pointer;
display: inline-block;
}

.system-info input[type="button"]:hover{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,233,114,1) 3%, rgba(0,199,53,1) 96%, rgba(111,200,129,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(3%, rgba(158,233,114,1)), color-stop(96%, rgba(0,199,53,1)), color-stop(100%, rgba(111,200,129,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,233,114,1) 3%, rgba(0,199,53,1) 96%, rgba(111,200,129,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,233,114,1) 3%, rgba(0,199,53,1) 96%, rgba(111,200,129,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(158,233,114,1) 3%, rgba(0,199,53,1) 96%, rgba(111,200,129,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(158,233,114,1) 3%, rgba(0,199,53,1) 96%, rgba(111,200,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6fc881', GradientType=0 );
}

.system-info input[type="button"]:active {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(3%, rgba(130,227,74,1)), color-stop(96%, rgba(0,172,47,1)), color-stop(100%, rgba(79,189,101,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(130,227,74,1) 3%, rgba(0,172,47,1) 96%, rgba(79,189,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4fbd65', GradientType=0 );
}

.system-info ul {
  display: block;
  padding: 10px 0 20px 0;
}

.price, .srok {
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
  color: #000;

}

.price {
  background: url(../img/background/price.png) left center no-repeat;
}

.srok {
  background: url(../img/background/srok.png) left center no-repeat;
  margin-bottom: 15px;
}

.header3 {
  width: 580px;
  height: 100px;
  border-bottom: 1px solid #7CD671;
  margin: 0 auto;
  padding-top: 15px;
}
.clients {
  background: url(../img/background/clients.png) no-repeat top center;
  height: 178px;
  margin-top: 15px;
}
.res {
width: 940px;
margin-left: auto;
margin-right: auto;
}
.section > .h1 {
text-align: center;
font-size: 40px;
margin: .5em 0;
text-transform: uppercase;
margin-top: 0;
color: rgba(85,85,85, 0.8);
text-shadow: 1px 1px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
}

.work_ord {margin-bottom: 20px;}
.work_ord .item {margin-bottom: 15px; font-size: 18px; height: 103px;}
.work_ord .item .pik {position: relative; z-index: 0; float: left; margin-right: 15px; width: 100px; height: 100px; background: #fff url(../images/work_ord.png) 0 0 no-repeat; border-radius: 50%; border: 2px dashed #7b7b7b;}
.work_ord .item .pik.p2 {background-position: -110px 0;}
.work_ord .item .pik.p3 {background-position: 0 -110px;}
.work_ord .item .pik.p4 {background-position: -110px -110px;}
.work_ord .item .pik.p5 {background-position: 0 -220px;}

.work_ord .item.fl_r .pik {float: right; margin-right: 0; margin-left: 15px;}

.work_ord .item .pik:before {display: block; content: ''; position: absolute; top: 50%; left: 50%; margin: -102px 0 0 -112px; width: 224px; height: 204px; background: url(../images/vv1.png) 50% 50% no-repeat; z-index: -1;}
.work_ord .item .pik.p2:before {background-image: url(../images/vv2.png); margin: -117px 0 0 -103px;}
.work_ord .item .pik.p3:before {background-image: url(../images/vv3.png); margin: -121px 0 0 -113px;}
.work_ord .item .pik.p4:before {background-image: url(../images/vv4.png); margin: -123px 0 0 -93px;}
.work_ord .item .pik.p5:before {background-image: url(../images/vv5.png); margin: -122px 0 0 -110px;}

.work_ord .item .txt {height: 103px; overflow: hidden; line-height: 103px;}
.work_ord .item .txt > span {display: inline-block; vertical-align: middle; line-height: normal;}
.work_ord .item.fl_r .txt {text-align: right;}
.work_ord .item .txt .accent {color: #d44f68;}


.work_ord.reasons .item  .pik {width: 77px; height: 77px; border: none; background: url(../images/reasons.png) 0 0 no-repeat;}
.work_ord.reasons .item .pik.p2 {background-position: -80px 0;}
.work_ord.reasons .item .pik.p3 {background-position: 0 -80px;}
.work_ord.reasons .item .pik.p4 {background-position: -80px -80px;}
.work_ord.reasons .item .pik.p5 {background-position: 0 -160px;}
.work_ord.reasons .item .pik.p6 {background-position: -80px -160px;}
.work_ord.reasons .item .pik.p7 {background-position: 0 -240px;}

.work_ord.reasons .item  .pik:before {display: none;}

.comments_wrap {background: #f4f5f9; padding: 16px 0 43px; margin-bottom: 15px;}
.comments_list {text-align: center;}

.comments_list .item {margin-bottom: 15px; text-align: left; padding-top: 1px;}

.comments_list .item img {
	float: left; background: #e8e8e8;
	width: 96px; border-radius: 50%; border: 5px solid #ddd;
	box-shadow: 1px 2px 2px #d4d4d4; margin: 0 23px 4px 0;
    -moz-box-shadow: 1px 2px 2px #d4d4d4;
    -webkit-box-shadow: 1px 2px 2px #d4d4d4;
    -o-box-shadow: 1px 2px 2px #d4d4d4;
    box-shadow: 1px 2px 2px #d4d4d4;
}

.comments_list .item .txt {background: #fff; margin-left: 30px; border-radius: 9px; font-size: 16px; color: #2e302f; margin-top: 30px; padding: 12px 30px 20px; box-shadow: 1px 2px 0 #d7d9e0;}
.comments_list .item .txt .name {color: #2e302f; font-size: 15px; margin-bottom: 10px;}

.comments_list .item.right img {margin-left: 23px; margin-right: 0; float: right;}
.comments_list .item.right .txt {text-align: right; margin-left: 0; margin-right: 30px;}

.cover {margin-bottom: 40px; height: 386px; background: #4C8FA8;}
.cover .res {padding: 47px 18px 0 40px;}
.cover .name {float: left; width: 400px; font-size: 30px; color: #fff; text-shadow: 2px 2px 3px #092D3A; text-align: center;}
.cover .pic_1 {width: 386px; height: 110px; background: url(../images/pic_1.png) 50% 50% no-repeat; margin-top: 60px;}
.count_form {float: right;}
.counter {margin: -10px 0 0 auto;}
.count_form {
background: rgba(255,255,255,0.7);
border-radius: 10px 10px 0 0;
width: 310px;
float: right;
padding-top: 25px;
padding-bottom: 25px;
}
.pt_bold {
font-family: 'PTSansBold';
}

.countbox
{
	color: #fff;	
	font-size: 35px;
	height: 40px;	
	margin: 0 auto;
	padding: 0;	
}
.countbox .countbox-num
{
	float: left;
}
.countbox .countbox-space
{
	float: left;
	height: 90px;
	width: 8px;
}
.countbox-days1,.countbox-hours1,.countbox-mins1,.countbox-secs1,.countbox-days2,.countbox-hours2,.countbox-mins2,.countbox-secs2
{	background: url(../img/background/timer-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 70px;	
	text-align: center;
	width: 26px;
	z-index: 1;	
	line-height: 1.2;
}
.countbox-days-text,.countbox-hours-text,.countbox-mins-text,.countbox-secs-text
{
	background-position: center;
	background-repeat: no-repeat;
	height: 14px !important;
	margin-top: 78px;
	position: absolute;
	width: 55px;
	color: #000;	
}
.countbox-days-text:after
{
	content: "Дней";
	font-size: 13px;	
	display: block;
	margin-top: -32px;
	text-align: center;
}
.countbox-hours-text:after
{
	content: "Часов";
	font-size: 13px;	
	display: block;
	margin-top: -32px;
	text-align: center;
}
.countbox-mins-text:after
{
	content: "Мин";
	font-size: 12px;	
	display: block;
	margin-top: -32px;
	text-align: center;
}
.countbox-secs-text:after
{
	content: "Сек";
	font-size: 12px;	
	display: block;
	margin-top: -32px;
	text-align: center;
}
.countbox-days1 span, .countbox-days2 span, .countbox-hours1 span, .countbox-hours2 span, .countbox-mins1 span, .countbox-mins2 span, .countbox-secs1 span, .countbox-secs2 span
{
	background-repeat: no-repeat;
	display: block;
	height: 89px;
	position: absolute;
	width: 25px;	
}
.days-for-timer {
	position: absolute;
	left: 120px;
	line-height: 1.2;
}
.timer {
margin-left: 39px;
}
