/* vote */

.vote_section {
    padding: 30px;
}

.vote_section .vote_block {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.vote_section .questions_list {
    margin: 0 0 22px;
}

.vote_section .question_item {
    margin: 0 0 20px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 0 1px #dedede inset;
    -moz-box-shadow: 0 0 0 1px #dedede inset;
    box-shadow: 0 0 0 1px #dedede inset;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.vote_section .question_item:last-child {
    margin: 0;
}

.vote_section .question_item .line {
    display: none;
    width: 0%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.vote_section .questions_list.active .question_item .line {
    display: block;
}

.vote_section .question_item:nth-child(1) .line {
    background: #7ac700;
}

.vote_section .question_item:nth-child(2) .line {
    background: #e43315;
}

.vote_section .question_item:nth-child(3) .line {
    background: #f5ca16;
}

.vote_section .question_item .question_text {
    float: left;
    padding: 0 0 0 20px;
    line-height: 50px;
    position: relative;
}

.vote_section .question_item .question_text:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -2px 10px 0 -5px;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.vote_section .questions_list.active .question_item .question_text:before {
    display: none;
}

.vote_section .question_item:nth-child(1) .question_text:before {
    background: #7ac700;
}

.vote_section .question_item:nth-child(2) .question_text:before {
    background: #e43315;
}

.vote_section .question_item:nth-child(3) .question_text:before {
    background: #f5ca16;
}

.vote_section .question_item .percents {
    display: none;
    float: right;
    padding: 0 20px 0 0;
    font-weight: 700;
    line-height: 50px;
    text-align: right;
    position: relative;
}

.vote_section .questions_list.active .question_item .percents {
    display: block;
}

.vote_section .voice_count {
    text-align: center;
}

.vote_section .voice_count b {
    margin: 0 0 0 5px;
    padding: 3px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #7ac700;
    color: #fff;
}
.block-4 {    
    background: #fff;
    padding-bottom: 20px;
}

.block-4 .text-4 {
    font-size: 1.5em;
    line-height: 1.3em;
    padding-bottom: 2em;
}

.block-4 .text-4 span.red {
    display: inline-block;
    font-size: 26px;
    padding-bottom: .3em;
    line-height: 1em;
}

.block-4 .action-4 {
    padding: 10px 5px 20px;
}

.block-4 img {
    width: 180px;
    margin-right: 10px;
}

.block-4 .cost {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.7em;
}

.block-4 .cost b.blue {
    font-size: 34px;
}

.block-4 .dop {
    font-size: 18px;
    line-height: 1em;
}

.block-4 .button {
    margin-top: .8em;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.55);
}
.slider .owl-prev, 
.slider .owl-next {
    width: 40px;
    height: 80px;
    background-color: #921593;
    background-image: url("7g43avae.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.slider .owl-prev {
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    background-position: left center;
    left: 0;
}
.slider .owl-next {
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    background-position: right center;
    right: 0;
}
/* button */

.button {
    display: block;
    margin: 10px auto;
    width: 330px;
    height: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background-color: #643490;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#643490), to(#ffc174));
    background-image: -webkit-linear-gradient(bottom, #643490 0%, #ffc174 100%);
    background-image: -moz-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
    background-image: -o-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
    background-image: linear-gradient(to top, #643490 0%, #ffc174 100%);
    -webkit-box-shadow: 0 6px 0 #643490, inset 0 0 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 6px 0 #e0b700, inset 0 0 0 rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 0 #ab5b00, inset 0 0 0 rgba(255, 255, 255, 0.15);
   
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    color: #2d2929;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
/* offer */

.offer_section {
    padding: 0 0 36px;
    background: #212121;
}



.offer_section .price_block {
    padding-top: 10px;
    margin: -40px auto 30px;
    width: 440px;
    text-align: center;
    position: relative;
}

.offer_section .price_block .price_item {
    float: left;
    width: 50%;
    height: 80px;
}

.offer_section .price_block .price_item.old {
    padding: 12px 45px 0 0;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    background: #fff;
}

.offer_section .price_block .price_item.new {
    padding: 12px 0 0 45px;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    background: #ea800b;
    color: #fff;
}

.offer_section .price_block .text {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 18px;
}

.offer_section .price_block .value {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}

.offer_section .price_block .price_item.old .value {
    text-decoration: line-through;
}

.offer_section .price_block .discount {
    padding: 32px 0 0;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffff00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd200), to(#ffff00));
    background-image: -webkit-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
    background-image: -moz-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
    background-image: -o-linear-gradient(bottom, #ffd200 0%, #ffff00 100%);
    background-image: linear-gradient(to top, #ffd200 0%, #ffff00 100%);
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -60px;
}

.offer_section .price_block .discount .text {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.offer_section .price_block .discount .value {
    font-size: 36px;
    line-height: 36px;
}

.offer_section .timer_block {
    margin: 50px auto 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.offer_section .timer_block p {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.offer_section .timer_block .timer {
    margin: 0 auto;
    width: 390px;
}

.offer_section .timer_block .timer_item {
    float: left;
    margin: 0 30px 0 0;
    padding: 19px 0 0;
    width: 110px;
    height: 110px;
    border: 6px solid #ef8712;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.offer_section .timer_block .timer_item:last-child {
    margin: 0;
}

.offer_section .timer_block .timer_item:before {
    display: block;
    content: ':';
    width: 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    top: 28px;
    right: -36px;
}

.offer_section .timer_block .timer_item:last-child:before {
    display: none;
}

.offer_section .timer_block .count {
    margin: 0 0 4px;
    font-size: 36px;
    line-height: 36px;
}

.offer_section .timer_block .text {
    font-size: 16px;
    line-height: 16px;
}

.offer_section .input {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 400px;
    height: 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
  
    font-weight: 400;
    font-size: 18px;
    color: #222;
    text-align: center;
}

.offer_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input::-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}
.gift {
    position: absolute;
    top: 331px;
    left: 304px;
}
/* Название товара + заказать */
.title-block{
    margin: 0 auto;
    padding: 15px 20px;
    color: #fff;
    background: #643490;
    border: 0;
}
.title-block>span{
    display: inline-block;
    margin: 10px 0 0;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.title-block>a{
    display: inline-block;
    float: right;
    padding: 8px 25px 7px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.4px;
    border-radius: 3px;
    background: #168deb;
}

/* Шапка-v1 top-block-pic.jpg */
.top-block-v1{
    padding: 0;
    text-align: center;
    border: 0;
    position: relative;
}
.top-block-v1>img{
    display: block;
    margin: 0 auto;
}

/* detail-block */
.detail-block{
    
}

/* Преимущества-v1 sup-block-v1.psd */
.sup-block-v1{
    
}
.sup-block-v1 .sup-cont{
    padding: 20px;
}
.sup-block-v1 .sup-cont>li{
    margin: 20px 0 40px;
}
.sup-block-v1 .sup-cont>li:last-child{
    margin: 0 0 20px;
}
.sup-block-v1 .sup-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 77px;
    height: 77px;
    background: url("urn:scrapbook:download:error:http://meat.injector.2bk.co.ua/img/sup-block-v1.png") no-repeat;
}
.sup-block-v1 .sup-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.sup-block-v1 .sup-cont>li:nth-child(2):before{
    background-position: -77px 0;
}
.sup-block-v1 .sup-cont>li:nth-child(3):before{
    background-position: -154px 0;
}
.sup-block-v1 .sup-cont>li>h4{
    padding: 0 0 4px 97px;
    font-size: 18px;
    font-weight: 700;
}
.sup-block-v1 .sup-cont>li>p{
    padding: 0 0 0 97px;
}

/* Преимущества-v2 */
.sup-block-v2{

}
.sup-block-v2 .sup-cont{
    padding: 20px;
}
.sup-block-v2 .sup-cont>li{
    margin: 20px 0 30px;
    padding: 0 0 0 40px;
    background: url("urn:scrapbook:download:error:http://meat.injector.2bk.co.ua/img/marker-3.png") 0 2px no-repeat;
}
.sup-block-v2 .sup-cont>li:last-child{
    margin: 0 0 20px;
}
.sup-block-v2 .sup-cont>li>h4{
    padding: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
}

/* Преимущества-v3 sup-block-v3.jpg */
.sup-block-v3{
    
}
.sup-block-v3 .sup-cont{
    padding: 20px 10px;
}
.sup-block-v3 .sup-cont>li{
    float: left;
    width: 50%;
    padding: 0 10px 20px;
    text-align: center;
}
.sup-block-v3 .sup-cont>li img{
    display: block;
    margin: 0 auto 15px;
    border-radius: 2px;
}
.sup-block-v3 .sup-cont>li>h4{
    padding: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
}

/* Преимущества-v1 sup-block-v4.psd */
.sup-block-v4{
    
}
.sup-block-v4 .sup-cont{
    padding: 20px;
}
.sup-block-v4 .sup-cont>li{
    position: relative;
    margin: 20px 0 30px;
    padding: 20px 30px 30px 20px;
    color: #333;
    background: #fff;
    background: url("data/rapbg.jpg") ;
}

.sup-block-v4 .sup-cont>li.nopad {
    padding: 0;
     overflow: hidden;
     background: none;
}

.sup-block-v4 .sup-cont>li:last-child{
    margin: 0 0 20px;
}
.sup-block-v4 .sup-cont>li:before{
    /*content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 73px;
    height: 63px;
    right: 0;
    bottom: 0;*/
   /* background: url("rmpj6ktx.png") no-repeat;*/
}

/*
.sup-block-v4 .sup-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.sup-block-v4 .sup-cont>li:nth-child(2):before{
    background-position: -73px 0;
}
.sup-block-v4 .sup-cont>li:nth-child(3):before{
    background-position: -141px -2px;
}
.sup-block-v4 .sup-cont>li:nth-child(4):before{
    background-position: -210px 0;
}

*/
.sup-block-v4 .sup-cont>li>h4{
        text-transform: uppercase;
    padding: 0 0 4px 0;
    font-size: 18px;
    font-weight: 700;
}
.sup-block-v4 .sup-cont>li>p{
    position: relative;
    z-index: 10;
}

/* about-block */
.about-block{
    
}

/* Применение-v1 use-block-v1_1.jpg */
.use-block-v1{
    
}
.use-block-v1 .use-cont{
    padding: 20px;
}
.use-block-v1 .use-cont>li{
    margin: 20px 0 30px;
}
.use-block-v1 .use-cont>li:last-child{
    margin: 0 0 20px;
}
.use-block-v1 .use-cont>li:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.use-block-v1 .use-cont>li>img{
    padding: 25px;
    border: solid 3px #ffb354;
    display: block;
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.use-block-v1 .use-cont>li>h4{
    padding: 15px 0 4px 130px;
    font-size: 18px;
    font-weight: 700;
    color: #643490;
    text-transform: uppercase;
}
.use-block-v1 .use-cont>li>p{
    padding: 0 0 0 130px;
}

/* Применение-v2 */
.use-block-v2{
}
.use-block-v2 .use-cont{
    padding: 20px;
}
.use-block-v2 .use-cont>li{
    margin: 20px 0 30px;
    padding: 0 0 0 30px;
    background: url("urn:scrapbook:download:error:http://meat.injector.2bk.co.ua/img/marker-1.png") 0 2px no-repeat;
}
.use-block-v2 .use-cont>li:last-child{
    margin: 0 0 20px;
}
.use-block-v2 .use-cont>li>h4{
    padding: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
}

/* Применение-v3 */
.use-block-v3{
}
.use-block-v3 .use-cont{
    padding: 20px;
}
.use-block-v3 .use-cont>li{
    margin: 20px 0 30px;
}
.use-block-v3 .use-cont>li:last-child{
    margin: 0 0 20px;
}
.use-block-v3 .use-cont>li>span{
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 4px 0 0;
    line-height: 62px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #643490;
    background: #fff;
    border-radius: 2px;
}
.use-block-v3 .use-cont>li>h4{
    padding: 0 0 4px 80px;
    font-size: 18px;
    font-weight: 700;
}
.use-block-v3 .use-cont>li>p{
    padding: 0 0 0 80px;
}


/* Отзывы-v1  rev-block-v1_1.jpg*/
.rev-block-v1 .rev-cont{
    padding: 0 20px 20px;
}
.rev-block-v1 .rev-item{
    margin: 20px auto 25px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.rev-block-v1 .rev-item:last-child{
    margin: 0;
    padding: 0 0 10px;
    border: 0;
}
.rev-block-v1 .rev-item>img{
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 2px;
}
.rev-block-v1 .rev-item .rev-txt{
    padding: 0 0 0 80px;
}
.rev-block-v1 .rev-item .rev-txt>h4{
    font-size: 16px;
    font-weight: 700;
    padding: 0 4px 0 0;
}
.rev-block-v1 .rev-item .rev-share{
    padding: 15px 0 0;
    text-align: right;
}
.rev-block-v1 .rev-item .rev-share>span{
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #888;
}
.rev-block-v1 .rev-item .rev-share>span:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background: url("1lx_6-tv.png") no-repeat;
}
.rev-block-v1 .rev-item .rev-share .rev-remsg:before{
    margin: -2px 2px 0 0;
    background-position: 0 -80px;
}
.rev-block-v1 .rev-item .rev-share .rev-relike:before{
    background-position: 0 -60px;
}

/* Слайдер фото */
.slider-block{
    
}
.slider-block .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
    top: 40%;
    background: url("urn:scrapbook:download:error:http://meat.injector.2bk.co.ua/img/button-sl-v1.png") no-repeat;
 }
.slider-block .slick-prev{
    left: 10px;
    background-position: 0 0;
}
.slider-block .slick-next{
    background-position: -40px 0;
    right: 10px;
}

/* Доставка/оплата-v1 delivery-block-v1.psd */
.delivery-block-v1{
}
.delivery-block-v1 .delivery-cont{
    padding: 20px;
}
.delivery-block-v1 .delivery-cont>li{
    margin: 20px 0 40px;
    height: 90px;
}
.delivery-block-v1 .delivery-cont>li:last-child{
    margin: 0 0 20px;
}
.delivery-block-v1 .delivery-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    margin: 4px 0 0;
    background: url("nzd7b6wm.png") no-repeat;
}
.delivery-block-v1 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(2):before{
    background-position: -90px 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(3):before{
    background-position: -180px 0;
}
.delivery-block-v1 .delivery-cont>li>h4{
    padding: 0 0 4px 110px;
    font-size: 18px;
    font-weight: 700;
}
.delivery-block-v1 .delivery-cont>li>p{
    padding: 0 0 0 110px;
}

/* Доставка/оплата-v2 delivery-block-v2.psd*/
.delivery-block-v2{
}
.delivery-block-v2 .delivery-cont{
    padding: 20px;
}
.delivery-block-v2 .delivery-cont>li{
    margin: 20px 0 40px;
}
.delivery-block-v2 .delivery-cont>li:last-child{
    margin: 0 0 20px;
}
.delivery-block-v2 .delivery-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 74px;
    height: 74px;
    background: url("urn:scrapbook:download:error:http://meat.injector.2bk.co.ua/img/delivery-block-v2.png") no-repeat;
}
.delivery-block-v2 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v2 .delivery-cont>li:nth-child(2):before{
    background-position: -74px 0;
}
.delivery-block-v2 .delivery-cont>li:nth-child(3):before{
    background-position: -148px 0;
}
.delivery-block-v2 .delivery-cont>li>h4{
    padding: 0 0 4px 94px;
    font-size: 18px;
    font-weight: 700;
}
.delivery-block-v2 .delivery-cont>li>p{
    padding: 0 0 0 94px;
}

/* Доставка/оплата-v3 delivery-block-v3.psd */
.delivery-block-v3{
    
}
.delivery-block-v3 .delivery-cont{
    padding: 20px;
}
.delivery-block-v3 .delivery-cont>li{
    margin: 20px 0 40px;
}
.delivery-block-v3 .delivery-cont>li:last-child{
    margin: 0 0 20px;
}
.delivery-block-v3 .delivery-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background:  url("urn:scrapbook:download:error:http://meat.injector.2bk.co.ua/img/delivery-block-v3.png") no-repeat;
}
.delivery-block-v3 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v3 .delivery-cont>li:nth-child(2):before{
    background-position: -70px 0;
}
.delivery-block-v3 .delivery-cont>li:nth-child(3):before{
    margin: 5px 0 0;
    background-position: -140px 0;
}
.delivery-block-v3 .delivery-cont>li>h4{
    padding: 0 0 4px 90px;
    font-size: 18px;
    font-weight: 700;
}
.delivery-block-v3 .delivery-cont>li>p{
    padding: 0 0 0 90px;
}

/* Заказать-v1 */
.order-block-v1{
    
}
.order-block-v1 .cost-cont>div{
    position: relative;
    float: left;
    width: 50%;
    padding: 35px 20px 25px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.order-block-v1 .cost-cont>div>span{
    display: block;
    padding: 4px 0 0;
    font-size: 38px;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
}
.order-block-v1 .cost-cont .old-cost>span{
    color: #333;
}
.order-block-v1 .cost-cont .old-cost>span{
    text-decoration: line-through;
}
.order-block-v1 .cost-cont .new-cost>span{
    font-weight: 700;
    color: #643490;
}
.order-block-v1 .cost-cont .new-cost:after, .order-block-v1 .cost-cont .new-cost:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 1px;
    top: 56%;
    left: -15px;
    margin: -13px 0 0;
    background: #ddd;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
}
.order-block-v1 .cost-cont .new-cost:after{
    margin: 13px 0 0;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.order-block-v1 .ost-col {
    padding: 30px 40px;
    font-size: 14px;
    text-align: center;
}
.order-block-v1 .ost-col:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: url("1lx_6-tv.png") 0 -100px no-repeat;
}


/* Заказать-v1  orange-sheme*/

.order-block-v1.orange-sheme .cost-cont .old-cost>span{
    color: rgba(255,255,255,.6);
}
.order-block-v1.orange-sheme .cost-cont .new-cost>span{
    color: #fff;
}
.order-block-v1 .timer-cont{
    margin: 40px 0 0;
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.3);
}
.order-block-v1 .timer-cont>h4{
    padding: 0 0 5px;
    text-align: center;
}
.order-block-v1 .timer-action .timer-col{
    position: relative;
    display: inline-block;
    width: 55px;
    margin: 0 10px;  
}
.order-block-v1 .timer-action .timer-col:after{
    content: ':';
    position: absolute;
    top: 15%;
    right: -12px;
    font-size: 1.2em;
}
.order-block-v1 .timer-action .timer-col:last-child:after{
    display: none;
}
.order-block-v1 .timer-action .timer-col>strong{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 1em;
    line-height: 48px;
    font-size: 2em;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
}
.order-block-v1 .timer-action .timer-col>span{
    display: inline-block;
    font-weight: 400;
}



/* Реквизиты */
.copyright{
    color: #333;
    padding: 30px 0 20px;
    text-align: center;
    font-size: 14px;
}


.top-block-v1, .top-block-v1.bottomBlock {
    margin: 0;
}
h4.active-ava.noneStar:after {
    background: none !important;
}
.top-block-v1 h2{

    font-size: 26px;
    line-height: 50px;
    background: #921593;
    color: #fff;

}
.offer_section h2{
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    background: #212121;
    color: #fff;
}
.benef-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 15px 20px;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.benef-block .block-item{
    flex-basis: 100%;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin: 15px 0;
}
.benef-block .block-item img{
    width: 50px;
}
.benef-block .block-item .text{
    font-size: 16px;
    font-weight: 700;
    }
    .sale_block {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    color:#212121;
}
.sup-block-v4 h3 {
    color: rgb(238, 130, 8);
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
}
.sale_price-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.oldprice-block, .newprice-block{
    flex-basis: 50%;
    text-align: center;
}
.oldprice-block p, .newprice-block p{
    font-size: 18px;
    font-weight: 700;
    }
.oldprice-block span, .newprice-block span {
    display: block;
    margin-top: 15px;
}
.sale_block p{
    text-align: center;
    
    
    margin-bottom: 25px;
}
.sale_block p span.oldpr{
    font-size: 22px;
    text-decoration: line-through;

}
.sale_block p span.newpr{
    font-size: 24px;
    font-weight: 700;
    background-color: rgb(238, 130, 8);
    padding: 7px;
    border-radius: 3px;
    color:#fff;

    }

.sale_block p.text_block{
padding: 0 20px;
text-align: center;


}
.sale_block-img{
    margin-bottom: 20px;
}
.sup-block-v4{
    padding-bottom: 25px;
}