*{
    font-family: "HelveticaNeueCyr";
}
.header{
    height: 90px;
    padding-top:10px;
}
.header>.left{
    height: 90px;
}
.header .logo_container{
    background-image: url(./images/logo.png);
    width: 80px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    margin:-5px 0 !important;
    display: inline-block;
    vertical-align: middle;
}
.header .left .txt_container{
    font-size: 14px;
    font-family: "HelveticaNeueCyr";
    color:#ff9201;
    font-weight: 500;
    text-align: left;
    margin: 25px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.header .right{
    margin: 10px 0 0 0;
}
.header .right .tx1{
      font-size: 26px;
      font-family: "HelveticaNeueCyr";
      color:#ff9201;
      text-align: right;
      font-weight: normal;
      padding: 5px 15px 5px 0;
      border-right: solid 1px #c8c8c8;
      margin: 0 15px 0 0;
}
.header .right .tx2{
}
.header .right .tx2 p{
      font-size: 30px;
      font-family: "HelveticaNeueCyr";
      color: rgb( 0, 0, 0 );
      line-height: 40px;
      text-align: right;
}
.header .right .tx2 a{
      font-size: 21px;
      font-family: "HelveticaNeueCyr";
      color: #ff9201;
      font-weight: bold;
      text-decoration: underline;
      text-transform: uppercase;
      line-height: 20px;
      float: right;
}
.dv1{
    position: relative;
    height: 565px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/dv1/bg.jpg);
}
.dv1 .title_container{

}
.dv1 .title_container p{
      font-size: 36px;
      font-family: "HelveticaNeueCyr";
      color: rgb( 255, 255, 255 );
      text-align: left;
      font-weight: 400;
      line-height: 1;
      padding: 55px 0 0 0;
}
.dv1 .title_container p span{
    font-weight: 700;
}
.dv1_form_wrapper{
    float: right;
    padding: 10px 0 0 0;

}
.top_form_wrapper{
    background-color: #ff9201;
    border-radius: 5px;
    border: solid 7px #fff;
    width: 350px;
}
.top_form_wrapper .top_form_container{
    width: 265px;
    margin: 0 auto;
    padding: 15px 0 13px 0;
}
.top_form_wrapper .form_title{
    font-size: 22px;
    font-family: "HelveticaNeueCyr";
    color: rgb( 255, 255, 255 );
    text-align: left;
    font-weight: 400;
}
.top_form_wrapper .form_title span{
    font-weight: 700;
    text-transform: uppercase;
}
.top_form_wrapper ul{
    margin: 0;
    padding: 20px 0;
}
.top_form_wrapper ul li{
    list-style: none;
    font-size: 16px;
    font-family: "HelveticaNeueCyr";
    color: rgb( 255, 255, 255 );
    text-align: left;
    padding: 0 0 0 30px;
    position: relative;
    line-height: 21px;
    padding-bottom: 4px;
}
.top_form_wrapper ul li:before{
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    height: 21px;
    width: 21px;
    background-image: url(./images/dv1/ch.png);
    background-position: center;
    background-repeat: no-repeat;
}
.top_form_wrapper label{
      font-size: 12px;
      font-family: "Verdana";
      color: rgb( 255, 255, 255 );
      text-align: left;
      display: block;
      padding-bottom: 10px;
}
.top_form_wrapper input[type=text], .top_form_wrapper input[type=tel]{
    display: block;
    outline: none;
    width: 245px;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    font-family: "HelveticaNeueCyr";
    margin-bottom: 16px;
}
.top_form_wrapper input[type=submit]{
      font-size: 20px;
      color: rgb( 255, 255, 255 );
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      text-shadow: 1px 1.732px 0px rgb( 178, 101, 0 );
      outline: none;
      display: block;
      background-color: #ff0000;
      border: none;
      width: 258px;
      height: 42px;
      border-radius: 4px;
        box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.15);
      /*background-image: url(../img/dv1/frm_btn.png);*/
      background-position: 0 0;
      cursor: pointer;
}
.top_form_wrapper input[type=submit]:hover{
    background-position: 0 -42px;
}
.top_form_wrapper input[type=submit]:active{
    background-position: 0 -84px;
}
.top_form_wrapper .bot_form{
    padding-top: 17px;
}
.top_form_wrapper .bot_form .img_container{
    background-image: url(./images/dv1/zam.png);
    width: 60px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.top_form_wrapper .bot_form .form_txt{
      font-size: 12px;
      font-family: "Verdana";
      color: rgb( 255, 255, 255 );
      text-align: left;
}
.dv2{
    padding: 55px 0;
}
.dv2 ul{
    display: table;
    margin: 0 auto;
}
.dv2 ul li{
  border-width: 3px;
  border-color: rgba( 19, 99, 125,0.22);
  border-style: dotted;
  border-radius: 2px;
  width: 185px;
  min-height: 330px;
  padding-bottom: 10px;
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
}
ul.wide-advantages > li {
    width: 260px;
    min-height: 280px;
}
ul.tall-advantages > li {
    min-height: 300px;
}
ul.wide-advantages li .txt_container {
    width: 235px !important;
}
.dv2 ul.wide-advantages li .img_container{
    width: 260px !important;
}
ul.wide-advantages li .img_container {
    width: 260px;
}
.dv2 ul li .txt_container{
    width: 160px;
    margin: 0 auto;
      font-size: 14px;
      color: rgb( 43, 43, 43 );
      text-align: left;
}
.dv2 ul li:last-child{
    margin: 0;
}
.dv2 ul li .img_container{
    height: 120px;
    width: 185px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.dv2 ul li .img_container img{
margin-top: 20px;
}
.dv2 ul li .title{
    font-weight: 700;
    padding: 0 0 17px;
}
.dv2 ul li p{
    font-weight: 400;
}
.dv3{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/dv3/bg.jpg);
    height: 465px;
}
.dv3 h4{
      font-size: 36px;
      color: rgb( 255, 255, 255 );
      font-weight: bold;
      text-align: center;
      padding: 55px 0 50px 0;
}
.dv3 ul{
    width: 740px;
    margin: 0 auto;
}
.dv3 ul li{
    padding-left: 85px;
    width: 655px;
    list-style: none;
    position: relative;
      font-size: 18px;
      color: rgb( 255, 255, 255 );
      text-align: left;
      margin-bottom: 40px;
}
.dv3 ul li:before{
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/dv3/li.png);
    width: 44px;
    height: 44px;
}
.dv3 ul li span{
    font-weight: bold;
}
.dv4{
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(./images/dv4/bg.jpg);
    min-height: 637px;
}
.dv4 h4{
      font-size: 36px;
      color: #666;
      font-weight: bold;
      text-align: center;
      padding: 45px 0 40px 0;
}
.dv4 ul{
    display: table;
    margin: 0 auto;
    padding-bottom: 45px;
}
.dv4 ul li{
    float: left;
    list-style: none;
    margin-right: 45px;
    width: 240px;
    height: 350px;
    position: relative;
}
.review-sign {
    float: right;
    margin-top: 30px;
}
.dv4 ul li:last-child{
    margin: 0;
}
.dv4 ul li .img_container{
    background-position: center;
    background-repeat: no-repeat;
    width: 230px;
    height: 202px;
    margin-bottom: 30px;
}
.dv4 ul li h5{
  font-size: 30px;
  color: rgb( 39, 39, 39 );
  text-align: left;
  padding-bottom: 15px;
}
.dv4 ul li .content{
      font-size: 14px;
      color: rgb( 39, 39, 39 );
      text-align: left;
      line-height: 1.25;
}
.dv4 ul li .prices{
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 230px;
}
.dv4 ul li .prices p{
    text-align: center;
    font-size: 32px;
    color: #ff9201;
    line-height: 35px;
}
.dv4 ul li .prices .old{
      color: #373737;
      text-decoration: line-through;
}
.dv5{
    background-position: center;
    background-repeat: no-repeat;
    height: 545px;
    background-image: url(./images/dv5/bg.jpg);
}
.dv5 h4{
    font-weight: 400;
      font-size: 25px;
      color: rgb( 255, 255, 255 );
      padding: 45px 0 0 0;
      text-align: left;
      float: right;
}
.dv5 h4 span{
    font-weight: 700;
}
.dv5 .timer_content_wrapper{
    width: 320px;
    margin-right: 30px;
}
.dv5 .data_content{
    float: right;
    padding: 35px 0 0 0;
}
.dv5 .big{
      font-size: 100px;
      color: rgb( 255, 255, 255 );
      font-weight: bold;
      padding-left: 35px;
        padding-top: 40px;
}
.dv5 .timer_wrapper{

}
.dv5 .timer_wrapper .title_timer{
  font-size: 30px;
  color: rgb( 255, 255, 255 );
  text-align: center;
  font-weight: 300;
}
.dv5 .timer_wrapper .timer_bot{
  font-size: 18px;
  color: rgb( 255, 255, 255 );
  padding-left: 25px;
}
.dv5 .timer_wrapper .timer_bot span{
    width: 60px;
    margin-right: 7px;
    text-align: center;
  display: block;
  float: left;
}
.dv5 .timer_wrapper .timer_container{

}
.dv5 .timer_wrapper .timer_container .timer_block{
    display: table;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 10px;
}
.dv5 .timer_wrapper .timer_container .timer_block > div{
    float: left;
  font-size: 47px;
  color: rgba( 255, 255, 255, 0.8 );
  text-align: center;
  text-shadow: 0px 5px 10px rgb( 0, 0, 0 );
  background-color: #101921;
  width: 60px;
  height: 58px;
  border-radius: 4px;
  line-height: 58px;
  margin-right: 7px;
}
.dv6{
    padding-bottom: 30px;
}
.dv6 h4{
      font-size: 36px;
      color: #ff9201;
      font-weight: bold;
      text-align: center;
      padding: 60px 0 40px 0;
}
.dv6 ul{

}
.dv6 ul li{
    list-style: none;
    margin-bottom: 45px;
}
.dv6 ul li:last-child{

}
.dv6 ul li .img_container{
    width: 184px;
    height: 184px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 60px 0 25px;
}
.dv6 ul li .main_content{
    width: 540px;
}
.dv6 ul li .main_content .title{
  font-size: 18px;
  color: rgb( 38, 38, 38 );
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.dv6 ul li .main_content .title span{
    font-weight: 400;
}
.dv6 ul li .main_content .content_otz{
    position: relative;
    padding-top: 15px;
     font-size: 14px;
    color: rgb( 4, 7, 7 );
     text-align: left;
}
.dv6 ul li .main_content .content_otz:before{
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0px;
    width: 20px;
    height: 16px;
    background-image: url(./images/dv6/bef.png);
    background-position: center;
    background-repeat: no-repeat;
}
.dv6 ul li .main_content .content_otz:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 16px;
    background-image: url(./images/dv6/af.png);
    background-position: center;
    background-repeat: no-repeat;
}
.dv6 ul li .main_content .nex:after{
    left: 220px;
    bottom: -15px;
}
.dv6 ul li .main_content .per:after{
    left: 490px;
    bottom: -15px;
}
.dv7{
    background-image: url(./images/dv7/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 615px;
}
.dv7 h4{
      font-size: 36px;
      color: rgb( 254, 255, 255 );
      font-weight: bold;
      text-align: center;
      padding: 50px 0;
}
.dv7 ul{

}
.dv7 ul li{
    float: left;
    width: 24.5%;
    margin-right: 2%;
    list-style: none;
}
.dv7 ul li:last-child{
    margin: 0;
}
.dv7 ul li .img_container{
    width: 160px;
    height: 110px;
    margin-bottom: 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.dv7 ul li .title_ul{
  font-size: 18px;
  color: rgb( 255, 255, 255 );
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
}
.dv7 ul li .content_ul{
    font-size: 14px;
  color: rgb( 255, 255, 255 );
  font-weight: 400;
  text-align: left;
}
.dv8{
    height: 886px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/dv8/bg.jpg);
}
.short-dv8{
    height: 443px;
}
.dv8 h4{
    padding: 55px 0 50px 0;
  font-size: 36px;
  color:#666;
  font-weight: bold;
  text-align: center;
}
.dv8 ul{
    display: table;
    margin: 0 auto;
}
.dv8 ul li{
    float: left;
    list-style: none;
    margin-bottom: 70px;
    margin-right: 80px;
}
.dv8 ul li:nth-child(2n){
    margin-right: 0px;
}
.dv8 ul li .bt{
    width: 199px;
    margin-right: 15px;
}
.dv8 ul li .content{
    width: 180px;
}
.dv8 ul li .img_container{
    width: 196px;
    height: 222px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.dv8 ul li a{
    width: 199px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    margin: 19px auto 0 auto;
    background-position: 0 0;
    text-decoration: none;
    background-image: url(./images/dv8/btn.png);
    background-repeat: no-repeat;
  font-size: 14px;
  color: rgb( 255, 255, 255 );
  font-weight: 700;
  text-transform: uppercase;
}
.dv8 ul li a:hover{
    background-position: 0 -40px;
}
.dv8 ul li a:active{
    background-position: 0 -80px;
}
.dv8 ul li .title{
  font-size: 18px;
  color: rgb( 70, 70, 70 );
  font-weight: 700;
  text-align: left;
  padding-bottom: 12px;
}
.dv8 ul li p{
  font-size: 14px;
  color: rgb( 70, 70, 70 );
  padding-bottom: 22px;
}
.dv9{
    height: 549px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/dv9/bg.jpg);
}
.dv9 h4{
    padding: 50px 0 80px 0;
  font-size: 48px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-align: center;
  text-shadow: -1px 2px 0px #375261;
}
.dv9 .sert_1_wrapper{
    background-position: center;
    background-repeat: no-repeat;
    width: 363px;
    height: 377px;
    background-image: url(./images/dv9/sbg2.png);
     position: absolute;
    right: 510px;
    top: 140px;
}
.dv9 .sert_1_wrapper a{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 188px;
    height: 260px;
    margin: 35px 0 0 30px;
}
.dv9 .sert_2_wrapper{
    background-position: center;
    background-repeat: no-repeat;
    width: 363px;
    height: 377px;
    background-image: url(./images/dv9/sbg2.png);
     position: absolute;
    right: 180px;
    top: 140px;
}
.dv9 .sert_2_wrapper a{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 188px;
    height: 260px;
    margin: 35px 0 0 30px;
}
.all_sert{
  display:flex;
  
}
.dv9 .sert_3_wrapper{
  
}
.dv9 .sert_3_wrapper img{
     background-image: url("./images/dv9/ramka.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;

    
}
.dv9 .sert_3_wrapper a{
   background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.dv10{
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/dv10/bg.jpg);
}
.dv10 h4{
  font-size: 36px;
  color:#666;
  font-weight: bold;
  text-align: left;
  margin-left: -70px;
  padding: 55px 0 75px 0;
}
.dv10 ul{
    width: 650px;
}
.dv10 ul li{
    float: left;
    list-style: none;
    width: 160px;
    margin-right: 80px;
    margin-bottom: 54px;
}
.dv10 ul li:nth-child(3n){
    margin-right: 0;
}
.dv10 ul li .img_container{
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 110px;
}
.dv10 ul li p{
  font-size: 14px;
  color: rgb( 44, 44, 44 );
  text-align: center;
  padding-top: 25px;
  font-weight: 500;
}
.dv11{
    padding-bottom: 10px;
}
.dv11 h4{
  font-size: 36px;
  color: rgb( 47, 70, 82 );
  font-weight: bold;
  text-align: center;
  padding: 70px 0;
}
.dv11 ul{
    display: table;
    margin: 0 auto 0 auto;
}
.dv11 ul li{
    float: left;
    list-style: none;
    margin-right: 60px;
    margin-bottom: 50px;
    width: 250px;
    vertical-align: bottom;
}
.dv11 ul li:nth-child(3n){
    margin-right: 0;
}
.dv11 ul li .title{
  font-size: 17px;
  color: rgb( 65, 65, 65 );
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.dv11 ul li .img_container{
    width: 250px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
}
.dv11 ul li .map_view{
    text-decoration: underline;
    padding: 20px 0;
    text-align: center;
  font-size: 14px;
  color: #ff9201;
  font-weight: bold;
  display: block;
}
.dv11 ul li .info{
  font-size: 14px;
  font-family: "Arial";
  color: #333333;
  text-align: left;
  padding-bottom: 16px;
}
.dv11 ul li .info span{
    color: #222222;
}
.dv11 ul li .viv{
    display: block;
    text-decoration: none;
    width: 250px;
    height: 40px;
    background-image: url(./images/dv11/btn.png);
    background-position: 0 0;
    text-align: center;
  font-size: 18px;
  color: rgb( 255, 255, 255 );
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  margin: 0 auto 0 auto;
}
.dv11 ul li .viv:hover{
    background-position: 0 -40px;
}
.dv11 ul li .viv:active{
    background-position: 0 -80px;
}
.dv12{
    height: 412px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/dv12/bg.jpg);
}
.dv12 h4{
  font-size: 36px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-align: center;
  padding-bottom: 55px;
  padding-top: 51px;
}
.dv12 ul{
    margin: 0 auto;
    display: table;
}
.dv12 ul li{
    float: left;
    list-style: none;
    width: 150px;
    margin-right: 110px;
}
.dv12 ul li:last-child{
    margin-right: 0;
}
.dv12 ul li .img_container{
    width: 110px;
    height: 120px;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.dv12 ul li p{
  font-size: 18px;
  color: rgb( 255, 255, 255 );
  text-align: center;
  padding-top: 30px;
}
.dv13{
    background-color: #e1e1e1;
}
.dv13 h4{
  font-size: 32px;
  color: rgb( 55, 55, 55 );
  text-align: center;
  padding: 30px 0 30px;
  font-weight: 400;
}
.dv13 p{
    color: #373737;
  font-size: 32px;
  color: rgb( 55, 55, 55 );
  text-align: center;
  padding-bottom: 30px;
}
.dv13 p span{
    color: #222222;
}
.dv14{
    width: 100%;
    height: 555px;
    background-image: url(./images/dv13/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.dv14 .map{
    width: 960px;
    height: 555px;
    position: absolute;
    left: 50%;
    top: 0px;
    overflow:hidden;
    margin-left: -960px;
}
.bot_formm{
    background-color: #ff9201;
    width: 280px;
    border-radius: 5px;
    border: solid 7px #fff;
    padding-left: 25px;
    padding-right: 5px;
}
.bot_formm .title_form{
      font-size: 19px;
      color: #fff;
      font-weight: bold;
      text-align: left;
      padding: 12px 0;
}
.bot_formm label{
  font-size: 12px;
  font-family: "Verdana";
  color: #fff;
  text-align: left;
  display: block;
  padding-bottom: 8px;
}
.bot_formm input[type=text], .bot_formm input[type=tel]{
    width: 245px;
    height: 35px;
    display: block;
    padding-left: 10px;
    line-height: 35px;
    margin-bottom: 15px;
}
.bot_formm input[type=submit]{
  font-size: 20px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1.732px 0px rgb( 178, 101, 0 );
  display: block;
  width: 258px;
  height: 42px;
  line-height: 40px;
  outline: none;
  background-color: #ff0000;
      border: none;
      border-radius: 4px;
        box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.15);
  /*background-image: url(../img/dv14/btn.png); */
  margin-top: 30px;
  cursor: pointer;
}
.bot_formm input[type=submit]:hover{
    background-position: 0 -42px;
}
.bot_formm input[type=submit]:active{
    background-position: 0 -84px;
}
.bot_formm .bot_info_form{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 35px;
}
.dv14 .bot_form_wrapper{
    float: right;
    padding: 55px 10px 0 0;
}
.header .email{
  font-size: 24px;
  font-family: "Arial";
  color: rgb( 34, 34, 34 );
  text-align: right;
  padding-bottom: 5px;
}
.spas{
    background-color: #ffffff;
    padding: 130px 0 140px 0;
    width: 390px;
}
.spas .title{
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #00c2c0;
    text-align: center;
}
.spas .title span{
    font-size: 30px;
    font-weight: normal;
}
.spas p{
    font-size: 30px;
    font-family: Arial;
    text-align: center;
    color: #252525;
    line-height: 40px;
}
textarea {
    padding-left: 10px;
    width: 245px;
}
.coord-x, .coord-y{
    display: none;
    visibility: hidden;
}
#popup-map{
    width: 600px;
    height: 400px;
    display: none;
    overflow: hidden;
}
.object {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.zapis {
    color: #fff;
    font-size: 20px;
}
label.error{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}
input.error, textarea.error{
    background-color: pink;
}
.hidden{
    display: none;
    visibility: hidden;
}
.variant {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 40px;
}
.wrapper.dv3.protez-page {
    background-size: auto 100%;
}
.variant-1 .variant {
    font-size: 26px;
    line-height: 40px;
}
.variant-1 {
    margin: 0 auto;
    width: 54%;
}
.cm_logo {
    margin-top: 20px;
}
.no-bg{
    background: none;
}
ul.vinir-advantages > li {
    min-height: 350px;
}

.vinir-ideal-for ul > li {
    margin-bottom: 20px;
    padding-top: 20px;
}
.dv3.vinir-ideal-for {
    background-size: auto 100%;
    padding-bottom: 30px;
}

.dv5 .timer_wrapper .timer_bot{padding-left:125px;}
                      .dv5 h4{margin-top:45px;padding:5px;font-size:22px;text-align:center;}
                      .dv5 .timer_content_wrapper{width:520px;position:absolute;top:103px;left:31px;}
                        .action_block_1{background-color:rgba(0, 0, 0, 0.5);padding:5px;text-align:center;color:#fff;font-weight:bold;font-size:2.3em;}
                        .action_block_1 .text_1{text-transform:uppercase;font-size:1.5em;}
                        .action_block_1 .text_2{font-size:0.59em;}