
.main_wrapper{
    width: 480px;
    margin: 0 auto;
    background: #fff;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.center_img {
    display: block;
    margin: 0 auto 20px;
}
p {
    padding: 0 20px 20px;
}
p.justify {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.separat:after {
    content: '';
    display:block;
    width: 460px;
    height: 1px;
    background: #e5e5e5;
    margin: 0 auto 20px;
}
.button-m{
    position: relative;
    display: block;
    width: 380px;
    height: 90px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    line-height: 86px;
    font-family: "DINRoundPro", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #e39106;
    background-image: -webkit-linear-gradient(top, #fdcf00, #ffb000);
    background-image: -moz-linear-gradient(top, #fdcf00, #ffb000);
    background-image: -o-linear-gradient(top, #fdcf00, #ffb000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdcf00), to(#ffb000));
    background-image: linear-gradient(to bottom, #fdcf00, #ffb000);
    border-bottom: 5px solid #d59300;
    -webkit-box-shadow: 0 16px 13px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 13px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 13px -8px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.m1-form input, .m1-form select {
    position: relative;
    display: block;
    outline: 0;
    width: 380px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background: #fff;
    color: #222;
    text-indent: 15px;
    font-size: 18px;
    text-align: center;
    font-family: "DINRoundPro", Helvetica, sans-serif;
    margin-bottom: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:2px solid #fff;
    -webkit-box-shadow: inset 0px 2px 1px #00000017;
    -moz-box-shadow: inset 0px 2px 1px #00000017;
    box-shadow: inset 0px 2px 1px #00000017;
}

/*Блок b1*/
.b1 {
    padding: 528px 0 0;
    background: url("../img/b1new.png") center top no-repeat #8dc53e;
}
.b1-bot {
    background: url("../img/b1-bot.jpg") center bottom no-repeat;
}
.b1 h1 {
    padding: 22px 0 20px;
    font-size: 58px;
    line-height: 58px;
    color: #75b1f0;
    text-transform: uppercase;
}
.b1 h2 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.b1 .best {
    color: #fff;
    font-family: 'DINRoundPro-Bold';
    text-transform: uppercase;
    width: 228px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0px 0 55px;
    margin-top: 15px;
    text-shadow: 1px 1px 1px #00000026;
}
.b1 .price {
    color: #fff;
    font-family:'DINRoundPro-Medi';
    height: 90px;
}
.b1 .price .old {
    float:left;
    width: 190px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.b1 .price .old div {
    font-family: 'DINRoundPro-Bold';
    font-size: 40px;
    line-height: 40px;
    text-decoration: line-through;
}
.b1 .price .sale {
    float: left;
    width: 101px;
    font-family: 'DINRoundPro-Bold';
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding-top: 2px;
    text-shadow: 1px 1px 1px #00000026;
}
.b1 .price .sale div {
    font-size: 34px;
    line-height: 34px;
}
.b1 .price .new {
    float:left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.b1 .price .new div {
    font-family: 'DINRoundPro-Bold';
    font-size: 40px;
    line-height: 40px;
}

h3 > p{
    display: inline-block;
}


.b1 .timer {
    height: 165px;
    font-family: 'DINRoundPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.b1 .timer p {
    padding-bottom: 10px;
    background: url("../img/b1-timer.png") center 9px no-repeat;
}
.products_count {
        margin: 20px 0 0 0;
        padding-bottom: 40px;
        font-family: 'DINRoundPro-Bold';
        font-size: 18px;
        text-align: center;
}
.b1 .products_count {
    color: #fff;
}
.products_count span {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 3px 0 3px;
        padding: 1px 8px;
        height: 28px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 18px;
        color: #fff;
        background: #ffb300;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        background-image: -webkit-linear-gradient(top,#f9cb00,#ffb200);
        background-image: -moz-linear-gradient(top,#f9cb00,#ffb200);
        background-image: -o-linear-gradient(top,#f9cb00,#ffb200);
        background-image: -webkit-gradient(linear,left top, left bottom,from(#f9cb00),to(#ffb200));
        background-image: linear-gradient(to bottom,#f9cb00,#ffb200);
        border-bottom: 2px solid #d59300;
}

/*Блок b1-2*/
.b1-2 {
    background: url("http://best-gooods.ru/wall-racer8/img/b1-2.jpg") center top no-repeat;
}
.b1-2 .zag {
    height: 528px;
    padding-top: 30px;
}
.b1-2 h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 auto;
    padding:  10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #75b1f0;
    background: #fff;
    display: table;
    text-transform: uppercase;
}
.b1-2 h2 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: table;
    margin: -5px auto 0;
    padding:  6px 10px;
    background: #ffb400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
}
.b1-2 .best {
    color: #fff;
    font-family: 'DINRoundPro-Bold';
    text-transform: uppercase;
    width: 228px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0px 0 55px;
    margin-top: 15px;
    text-shadow: 1px 1px 1px #00000026;
}
.b1-2 .price {
    font-family:'DINRoundPro-Medi';
    height: 90px;
    color: #999;
}
.b1-2 .price .old {
    float:left;
    width: 190px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.b1-2 .price .old div {
    font-family: 'DINRoundPro-Bold';
    font-size: 40px;
    line-height: 40px;
    text-decoration: line-through;
    color: #222;
}
.b1-2 .price .sale {
    float: left;
    width: 101px;
    font-family: 'DINRoundPro-Bold';
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding-top: 2px;
    text-shadow: 1px 1px 1px #00000026;
    color: #fff;
}
.b1-2 .price .sale div {
    font-size: 34px;
    line-height: 34px;
}
.b1-2 .price .new {
    float:left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.b1-2 .price .new div {
    font-family: 'DINRoundPro-Bold';
    font-size: 40px;
    line-height: 40px;
    color: #ffb200;
}
.b1-2 .timer {
    height: 165px;
    font-family: 'DINRoundPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.b1-2 .timer p {
    padding-bottom: 10px;
    background: url("http://best-gooods.ru/wall-racer8/img/b2-timer.png") center 9px no-repeat;
    color: #999;
}
.b1-2 .products_count {
        color: #222;
}


/*Блок b1-3*/
.b1-3 {
    background: url("http://best-gooods.ru/wall-racer8/img/b1-3.jpg") center top no-repeat #01c9de;
    color: #fff;
}
.b1-3-bot {
    background: url("http://best-gooods.ru/wall-racer8/img/b1-3-bot.jpg") center bottom no-repeat;
}
.b1-3 .zag {
    height: 528px;
}
.b1-3 ul {
    padding: 10px 60px 20px;
}
.b1-3 ul li {
    font-family:'DINRoundPro-Bold';
    font-size: 20px;
    padding: 0 0 12px 0;
}
.b1-3 ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    top: 3px;
    position: relative;
    background: url("http://best-gooods.ru/wall-racer8/img/spisok1.png") center 0px no-repeat;
}
.b1-3 ul li p {
    padding: 0 0 0 30px;
}

.b1-3 .price {
    color: #fff;
    font-family:'DINRoundPro-Medi';
    height: 90px;
    width: 360px;
    margin: 0 auto 20px;
}
.b1-3 .price .old {
    float:left;
    width: 180px;
    height: 90px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #222;
    background: #fff;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    padding-top: 17px;
}
.b1-3 .price .old div {
    font-family: 'DINRoundPro-Bold';
    font-size: 38px;
    line-height: 38px;
    text-decoration: line-through;
}

.b1-3 .price .new {
    float:left;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: #ffb300;
    width: 180px;
    height: 90px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    padding-top: 17px;
}
.b1-3 .price .new div {
    font-family: 'DINRoundPro-Bold';
    font-size: 38px;
    line-height: 38px;
}



.b1-3 .timer {
    height: 165px;
    font-family: 'DINRoundPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.b1-3 .timer p {
    padding-bottom: 10px;
    background: url("../img/b1-timer.png") center 9px no-repeat;
}
.b1-3 .products_count {
        padding-bottom: 100px;
}




h2.title_blue {
    text-align: center;
    color: #75b1f0;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 25px 20px;
    margin-bottom: 20px;
}
h2.title_blue:after {
    content: '';
    display: block;
    width: 110px;
    height: 9px;
    background: url("../img/title_blue.png") center top no-repeat;
    position: relative;
    left:50%;
    bottom: -18px;
    margin-left: -55px;
}
h2.title_white {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 25px 20px;
    margin-bottom: 20px;
}
h2.title_white:after {
    content: '';
    display: block;
    width: 110px;
    height: 9px;
    background: url("../img/title_white.png") center top no-repeat;
    position: relative;
    left:50%;
    bottom: -18px;
    margin-left: -55px;
}

/*Видео блок*/
    .video-container{
        position: relative;
        width: 440px;
        height: 248px;
        overflow:hidden;
        margin: 0 auto 10px;
        background: #000;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .video-container iframe, .video-container object, .video-container embed{
        position:absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.spisok ul {
    margin: 0 0 20px;
}
.spisok ul li {
    padding: 0px 20px 10px;
    overflow: hidden;
}
.spisok ul li:nth-child(2n) {
    background: #f5f9fe;
}
.spisok ul li:nth-child(1) p {
    padding-top: 0;
}
.spisok ul li p {
    font-family:'DINRoundPro-Medi';
    line-height: 20px;
    padding-left: 28px;
    padding: 10px 0 0 32px;
}
.spisok ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px;
    background: url("http://best-gooods.ru/wall-racer8/img/spisok.png") center 0px no-repeat;
}
.spisok ul li:nth-child(1):before {
    margin-top: 0;
}

.green {
    background: #8dc53e;
    color: #fff;
}
.orange {
    background: #f7851e;
    color: #fff;
}
.blue {
    background: #75b1f0;
    color: #fff;
}
.blue1 {
    background: #8dc53e;
    color: #fff;
}
.purple {
    background: #b080e5;
    color: #fff;
}

.spisok2_in {
    height: 225px;
    width: 460px;
    margin: 0 auto 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.img_left img {
    float:left;
}
.v-middle {
    height: 225px;
    display: table-cell;
    vertical-align: middle;
}
.v-middle p {
    padding: 6px 20px 0;
}
.img_right img {
    float: right;
}

.spisok3 img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}
.spisok3 ul {
    text-align: center;
    padding-bottom: 10px;
}
.spisok3 ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
ul.spisok3_colors {
    padding-top: 25px;
}

.spisok4 h3 {
    text-transform: uppercase;
    display: table;
    font-size: 26px;
    padding: 14px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: -45px auto 10px;
    position: relative;
    z-index: 10;
}

.spisok4 h3.purple {
    background: #b080e5;
}

.spisok5 {
        padding-bottom: 20px;
}
.spisok5 ul li {
    text-align: right;
    padding: 10px 20px;
}
.spisok5 ul li span {
    display: inline-block;
    float: left;
    font-family:'DINRoundPro-Medi';
}
.spisok5 ul li:nth-child(2n) {
    background: #f5f9fe;
}

.kak_zakaz-v2 {
    }
    ul.kak_zakaz-v2_inner {
        text-align: center;
    }
    ul.kak_zakaz-v2_inner li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 20px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    ul.kak_zakaz-v2_inner li:nth-child(2), ul.kak_zakaz-v2_inner li:nth-child(3) {

    }
    ul.kak_zakaz-v2_inner li h3 {
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 40px;
        line-height: 56px;
        height: 60px;
        width: 60px;
        margin: -30px auto 10px;
        padding: 0;
        display: block;
        position: relative;
    }
    ul.kak_zakaz-v2_inner li:before {
        content: '';
        display: block;
        width: 180px;
        height: 180px;
        background: url("../img/kak_zakaz-v2.jpg");
        margin: 0 auto;
    }
    ul.kak_zakaz-v2_inner li:nth-child(1):before {
        background-position: 0 0;
    }
    ul.kak_zakaz-v2_inner li:nth-child(2):before {
        background-position: -180px 0;
    }
    ul.kak_zakaz-v2_inner li:nth-child(3):before {
        background-position: 0px -180px;
    }
    ul.kak_zakaz-v2_inner li:nth-child(4):before {
        background-position: -180px 180px;
    }

.rev1 {
    padding: 0;
}

.author_rev3 {
    margin: 0  20px 10px;
}
.author_rev3 img {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 59px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.author_rev3 .author_info {
    font-size: 18px;
    padding-top: 4px;
    font-family:'DINRoundPro-Bold';
}

.pad_bot30 {
    padding-bottom: 30px;
}

.cpu {
    text-align: center;
}
.cpu img {
    display: block;
    margin: 30px auto 20px;
}
.cpu p {
    font-size: 14px;
}
.cpu p a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #222;
}

.about_section img {
    width: 440px;
    width: 440px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }

.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }

.errorMessage {font-size: 11px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 50px 0 0; }

.reviews_section .owl-dots {
    display: none!important;
}

.price > p {
    padding: 0 20px 15px;
}
.timer.center > p {
    padding: 0 20px 15px;
}
.sale.center  p {
    padding-bottom: 5px;
    padding-top:7px;
}
.sale.center  div  p {
    padding-left: 24px;
    padding-top: 0;
}
