.block-1 {
    background: url(../images/gh1.jpg) center 0 no-repeat #1d2a35;
    background-size: contain; /* Растягивает фон на всю ширину */
    padding: 510px 40px 40px;
}

.block-1 .sale{
    position: absolute;
    top: 1px;
    left: 389px;
    font: 16px 'MuseoSansCyrl-900';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f80808;
}
.block-1 .sale>span{
    font-size: 28px;
}
/* after_qbici */
.price{
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.price>div{
    position: relative;
    float: left;
    width: 50%;
    height: 80px;
    padding: 10px 5px;
    font: 18px 'MuseoSansCyrl-500';
    line-height: 1em;
    white-space: nowrap;
}
.price .old{
    padding-right: 30px;
    text-align: right;
    color: #fff;
    background: #999999;   
}
.price .old>s{
    font: 32px 'MuseoSansCyrl-300';
    line-height: 1.4em;
}
.price .new{
  padding-left: 30px;
  color: #402925;
  background: #ffffff;
}
.price .new>span{
  color: #df1717;
  font: 36px 'MuseoSansCyrl-900';  
}
.block-1 .button-m{margin-top: 25px;}
.block-2{padding: 0;}
.block-2 .container{padding:40px 20px;
    text-align: justify;
    background:#ffffff;
}
.block-2 .container ul{
    padding: 20px 0 0;
}

.block-2 .container h3{
    font:30px 'MuseoSansCyrl-900';
    text-transform:uppercase; 
    padding-bottom: 30px;
    text-align: center;
}
.block7 .video{
    position: relative;
    width: 440px;
    height: 246px;
    margin: 30px auto 40px;
    outline: 10px solid #f1f1f1;
    background: #000;
    overflow:hidden;
}
.block7 .video iframe, .block7 .video object, .block7 .video embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.block5 h2{
    color: #402925;
    font-size: 30px;
}
.block5 ul li{
    position: relative;
    margin-top: 50px;
    padding: 0 30px 20px;
    font-size: 18px;
    background: #fff;
    border: 1px solid #e7e7e7;
    text-align: center;
}
/* michael-k90 */
.block5 ul li:before{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url('../images/icon2.png') no-repeat;
    margin: -17px auto auto;
}
.block5 ul li:nth-child(1):before{background-position: 0px 0px;}
.block5 ul li:nth-child(2):before{background-position: 0px -105px;}
.block5 ul li:nth-child(3):before{background-position: 0px -210px;}
/* bizlife_inc */
.block7{background: url('../images/block7.jpg') center 0 repeat-y; padding-bottom: 10px;}
.block7 p{
    position: relative;
    padding: 9px 7px 5px 7px;
    font-size: 22px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}
.block7 h2{font: 30px 'MuseoSansCyrl-900';}
.block8{padding: 10px 0px;}
.block8 ul li {
    position: relative;
    padding: 20px;
    border-bottom: 1px dashed rgba(110,110,74,0.6);
    text-align: center;
    font-family:'MuseoSansCyrl-300';
    text-align: justify;
}
.block8 ul li img{
    display: inline-block;
    margin-top: 10px;
}
.block8 p.name{
    display: block;
    color: #402925;
    font-family:'MuseoSansCyrl-500';
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
}
.block8 ul li:nth-child(2n){background: #fff;}
.block8 ul li:last-child{
    border: 0;
    padding-bottom: 40px;
}
.block9{padding: 0;}
.block9 h2{
    padding: 20px 0 15px;
    background: #1d2a35;
    color: #e8c293;
}
.block9 p.sale{
    padding: 15px 0 12px;
    font: 24px 'MuseoSansCyrl-900';  
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background: #e2a861;
}
.block9 .container{
    height: auto;
    padding: 525px 40px 15px;
    background: url(../images/block1.jpg) center 0 no-repeat #1d2a35;
}
/* owmen17 */
.timer{
    background: #1d2a35;
    padding: 15px 40px 50px;
}
.timer p{
  padding: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.m1-form{
    background: url('../images/block7.jpg') center 0 no-repeat;
    padding: 30px 40px;
}
.footer{
    padding: 15px 0;
    line-height: 1,5em;
}
.footer a{
    font-size: 13px;
    color: #234161;
}

.characteristics__list li {
    padding: 15px 30px 15px 52px;
    text-align: right;
    position: relative;
}

.characteristics__list li:nth-child(odd) {
    background: #f4f4f4;
}

.characteristics__list li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #414885;
    background: #414885;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 20px;
    left: 30px;
}

.characteristics__list li:nth-child(odd):before {
    -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
    box-shadow: 0 0 0 2px #f4f4f4 inset;
}

.characteristics__list li b {
    float: left;
}

.characteristics__list li:last-child b {
    width: 200px;
    height: 50px;
    text-align: left;
}
