/* styles */
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    color: #000;
    background: #fff;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
section {
    padding: 40px 0;
}
section, footer {
    width: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}


/*form*/
.main_form input{
    display: block;
    border: none;
    background: #ffffff;
    width: 375px;
    height: 90px;
    font-size: 22px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    margin: 0 auto 20px;
    padding-right: 90px;
    text-align: center;
}
.main_form ::-webkit-input-placeholder {
    color: #333;
}
.main_form ::-moz-placeholder {
    color: #333;
}
.main_form :-moz-placeholder {
    color: #333;
}
.main_form :-ms-input-placeholder {
    color: #333;
}
.main_form :focus::-webkit-input-placeholder {
    color: transparent;
}
.main_form :focus::-moz-placeholder {
    color: transparent;
}
.main_form :focus:-moz-placeholder {
    color: transparent;
}
.main_form :focus:-ms-input-placeholder {
    color: transparent;
}

.main_form input[name=name]{
    background: #fff url(../img/input_icon.png) 100% 0% no-repeat;
}
.main_form input[name=phone]{
    background: #fff url(../img/input_icon.png) 100% -90px no-repeat;
}

.offer .main_form .button{
    margin-top: 0;
}


/* button */
.button {
    border: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 375px;
    height: 90px;
    background: #35b2da url(../img/btn_arrow.png) 100% 50% no-repeat;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    padding-right: 90px;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 90px;
    text-transform: uppercase;
    text-align: center;
}
.button:active{
    background-color: #178fb6;
    top: 2px;
}


.button.clr2{
    background: #fed401 url(../img/btn_arrow1.png) 100% 50% no-repeat;
    color: #000;
}
.button.clr2:active{
    background-color: #e6c105;
}



/* titles */
h2.title {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    text-transform: uppercase;
}
h2.title>p{
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
h2.title span{
    color: #d9a403;
}
h2.title>b{
    color: rgba(255,255,255,0.1);
    font-size: 85px;
    line-height: 1em;
    font-weight: 900;
    display: block;
    width: 540px;
    margin-left: -30px;
    margin-bottom: -30px;
}
h2.title.white{
    color: #fff;
}



.color_theme{
    background: #ccc;
}
.color_theme h2.title{
    color: #fff;
}




/*offer*/
.offer{
    padding: 0;
    overflow: hidden;
}
.offer .top{
    background: url(../img/offer_bg.jpg) 50% 0% repeat;
    padding: 30px 0 1px;
    color: #fff;
}

.offer h2{
    font-size: 35px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 5px;
}
.offer .main_name{
    display: block;
    margin: 0 auto 10px;
}

.where_prod{
    padding: 0 25px;
    text-align: right;
}
.where_prod>span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 26px;
    width: 200px;
    border: 1px solid #fff;
    padding: 0 2px 0 42px;
    text-align: center;
    background: url(../img/japan.png) 0% 50% / contain no-repeat;
    letter-spacing: 0.6px;
}

.offer .subtitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 900;
    padding: 0 20px;
    margin: 40px auto 20px;
}

.ofr_bull{
    width: 405px;
    background: #5da8db;
    padding-left: 35px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    position: relative;
    z-index: 12;
    margin-bottom: 30px;
}
.ofr_bull:after{
    content: '';
    width: 104px;
    height: 144px;
    background: url(../img/ofr_bull_arrow.png);
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 2;
}
.ofr_bull>li{
    padding-left: 20px;
    margin-right: 28px;
    background: url(../img/list1.png) 0% 50% no-repeat;
}
.ofr_bull>li:last-child{
    margin-right: 0;
}

.offer .result{
    display: block;
    margin: 0 auto -100px;
    position: relative;
    z-index: 1;
}
.offer .result>img{
    display: block;
    margin: 0 auto;
}
.offer .result:after{
    content: '';
    
    height: 800px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 50%;
    margin-left: -2px;
}

.offer .bottom{
    display: flex;
}
.offer .bottom>div{
    width: 50%;
    padding: 115px 15px 170px;
}
.offer .bottom .left{
    background: #cdcdcd;
    background: -moz-linear-gradient(top, #cdcdcd 0%, #f7f7f7 50%, #cdcdcd 100%);
    background: -webkit-linear-gradient(top, #cdcdcd 0%,#f7f7f7 50%,#cdcdcd 100%);
    background: linear-gradient(to bottom, #cdcdcd 0%,#f7f7f7 50%,#cdcdcd 100%);
}
.offer .bottom .right{
    background: #5ea8db;
    background: -moz-linear-gradient(top, #5ea8db 0%, #5da8db 50%, #1b5d8a 100%);
    background: -webkit-linear-gradient(top, #5ea8db 0%,#5da8db 50%,#1b5d8a 100%);
    background: linear-gradient(to bottom, #5ea8db 0%,#5da8db 50%,#1b5d8a 100%);
}

.offer .bottom .left>p{
    padding-top: 10px;
    font-size: 27px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: right;
    font-weight: 700;
    text-transform:     ;
    font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
}
.offer .bottom .left>p>span{
    color: #cd222e;
}

.ofr_bull1>li{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 22px;
    color: #fff;
    position: relative;
    padding-left: 4px;
}
.ofr_bull1>li:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    left: -14px;
}

.offer .content:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 205px 0 0 480px;
    border-color: transparent transparent transparent #bc002c;
    position: absolute;
    z-index: 5;
    left: 0;
    top: -204px;
}
.offer .content{
    position: relative;
    background: #bc002d;
    color: #fff;
    z-index: 5;
    padding: 20px 0 35px;
}

.sale_lenta{
    background: #fabf43;
    background: -moz-linear-gradient(top, #fabf43 0%, #fee202 50%, #fabf43 100%);
    background: -webkit-linear-gradient(top, #fabf43 0%,#fee202 50%,#fabf43 100%);
    background: linear-gradient(to bottom, #fabf43 0%,#fee202 50%,#fabf43 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;  
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    width: 600px;
    height: 70px;
    position: absolute;
    top: -165px;
    left: -50px;
    transform: rotate(23deg);
    z-index: 6;
}
.sale_lenta>span{
    margin: 0 10px;
}

.prod_price{
    display: flex;
    justify-content: center;
}
.prod_price>img{
    position: relative;
    z-index: 7;
    margin-top: -160px;
}
.price{
    width: 160px;
    text-align: center;
    text-transform: uppercase;
}
.price small{
    font-size: 0.7em;
}
.price .old{
    text-decoration: line-through;
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 500;
    margin-bottom: 20px;
}
.price>p{
    font-size: 16px;
    line-height: 1.1em;
}
.price .new{
    font-size: 46px;
    line-height: 1em;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0,0,0,0.3);
}


.offer .button{
    margin-top: 25px;
}

.timer{
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 1.3em;
    letter-spacing: 0.6px;
}
.timer>b{
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.timer>p>span{
    font-weight: 900;
}



/*video_block*/
section.nopad{
    padding: 0;
}
.video_block{
    background: #000;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.video_block iframe,
.video_block object,
.video_block video,
.video_block embed,
.video_block .youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*sect1*/
.sect1{
    background: #000b0d;
    color: #fff;
    overflow: hidden;
}
.sect1 .title{
    padding-bottom: 70px;
    background: url(../img/arrow.png) 50% 100% no-repeat;
}

.res_block>img{
    display: block;
    margin: 0 auto 35px;
}
.res_block>img:last-child{
    margin-bottom: 0;
}

.sect1 .button{
    margin-top: 50px;
}



/*sect2*/
.sect2{
    background: #000b0d;
    color: #fff;
    padding-bottom: 0;
}

.sect2>img{
    display: block;
    margin: 0 auto;
}
.color_container{
    padding: 40px 20px;
    background: #5ea8db url(../img/color_bg.png) 50% 0% no-repeat;
    background: url(../img/color_bg.png) 50% 0% no-repeat, -moz-linear-gradient(top, #5ea8db 0%, #175885 100%);
    background: url(../img/color_bg.png) 50% 0% no-repeat, -webkit-linear-gradient(top, #5ea8db 0%,#175885 100%);
    background: url(../img/color_bg.png) 50% 0% no-repeat, linear-gradient(to bottom, #5ea8db 0%,#175885 100%);
}
.color_container>img{
    display: block;
    margin: 0 auto 20px;
}
.color_container>p{
    font-size: 21px;
    line-height: 1.3em;
    margin-bottom: 25px;
}
.color_container>p:last-child{
    margin-bottom: 0;
}

.sect2 .color_container{
    padding-top: 15px;
    position: relative;
}
.sect2 .color_container:before{
    content: '';
    width: 48px;
    height: 41px;
    background: url(../img/arrow1.png);
    display: block;
    margin: 0 auto 15px;
}
.sect2 .color_container:after{
    content: '';
    width: 110px;
    height: 66px; 
    position: absolute;
    top: 100px;
    left: 40px;
}



/*sect3*/
.sect3{
    background: #bc002d;
    color: #fff;
}
.sect3 .title_block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.sect3 .title_block h3{
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    width: 250px;
    padding-bottom: 60px;
    background: url(../img/arrow.png) 100% 100% no-repeat;
}
.sect3 .title_block>img{
    margin-left: 20px;
}
.sect3>img{
    display: block;
    margin: 0 auto;
}
.sect3 .button{
    margin-top: 40px;
}



/*sect4*/
.sect4{
    background: #000b0d;
    color: #fff;
}

.benef1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.benef1>li{
    width: 220px;
    margin-bottom: 30px;
}
.benef1>li>img{
    display: block;
    margin: 0 0 20px;
    border-radius: 0 10px 10px 0;
}
.benef1>li>span{
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 4px;
}
.benef1>li>span,
.benef1>li>p{
    padding: 0 0 0 10px;
    text-align: right;
}
.benef1>li:nth-child(2n)>img{
    border-radius: 10px 0 0 10px;
}
.benef1>li:nth-child(2n)>span,
.benef1>li:nth-child(2n)>p{
    text-align: left;
    padding: 0 10px 0 0;
}



/*sect5*/
.sect5.color_container{
    background: #5ea8db;
    background: -moz-linear-gradient(top, #5ea8db 0%, #175885 100%);
    background: -webkit-linear-gradient(top, #5ea8db 0%,#175885 100%);
    background: linear-gradient(to bottom, #5ea8db 0%,#175885 100%);
    color: #fff;
}

.sect5 .title_block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.sect5 .title_block>h3{
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
    width: 310px;
    margin-left: 15px;
}

.sect5>p{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4em;
}
.sect5>p:last-child{
    margin-bottom: 0;
}
.sect5>p>span{
    color: #000;
    font-weight: 700;
}




/*sect6*/
.sect6{
    background: #d0d0d0;
    background: -moz-linear-gradient(left, #d0d0d0 0%, #cecece 100%);
    background: -webkit-linear-gradient(left, #d0d0d0 0%,#cecece 100%);
    background: linear-gradient(to right, #d0d0d0 0%,#cecece 100%);
    padding-top: 0;
}

.sect6 .recomended{
    background: url(../img/car_remont.jpg) 50% 50% no-repeat;
    padding: 30px 0 70px;
    text-align: center;
    color: #fff;
}
.sect6 .recomended>h3{
    width: 360px;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2em;
    padding-left: 65px;
    text-align: left;
    background: url(../img/recomended.png) 0% 50% no-repeat;
    margin: 0 auto 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sect6 .recomended>p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}

.sect6 .img_block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}
.sect6 .img_block>img:nth-child(1){
    width: 219px;
    position: relative;
    z-index: 2;
    margin-right: -20px;
}

.sect6 .button{
    margin-top: 40px;
}




/*sect7*/
.sect7{
    background: #000000;
    color: #fff;
}
.sect7 .title{
    font-size: 29px;
}

.benef2>li{
    display: flex;
    margin-bottom: 30px;
}
.benef2>li:last-child{
    margin-bottom: 0;
}
.benef2>li>img{
    width: 264px;
}
.benef2>li .text{
    background: #5ea8db;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
}
.benef2>li .text>span{
    font-weight: 900;
    color: #256d9e;
    display: block;
    font-size: 63px;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.sect7 .prod_block{
    background: url(../img/car_prod.jpg) 50% 0% no-repeat;
    padding: 215px 0 0 20px;
}
.sect7 .prod_block>img{
    display: block;
    margin: 0;
    width: 260px;
}

.sect7 .button{
    margin-top: 30px;
}




/*sect8*/
.sect8{
    background: #cecece;
}

.rev_item{
    width: 420px;
    padding: 10px 10px 10px;
    border-radius: 10px;
    margin: 0 auto;
    background: #fff;
}
.rev_item>img{
    display: block;
    margin: 0 auto 18px;
}
.rev_item>span{
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 0 25px;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.rev_item>p{
    padding: 0 25px;
}
.rev_item .name{
    margin-top: 20px;
    padding: 0 25px;
}
.rev_item .name>span{
    display: block;
}
.reviews .owl-prev,
.reviews .owl-next{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    background: #bd0404 url(../img/rev_arrow.png) 50% 50% no-repeat;
}
.reviews .owl-prev{
    left: 10px;
}
.reviews .owl-next{
    transform: rotate(180deg);
    right: 10px;
}

.sect8 .button{
    margin-top: 40px;
}



/*sect9*/
.sect9{
    background: #5ea8db;
    background: -moz-linear-gradient(top, #5ea8db 0%, #165784 100%);
    background: -webkit-linear-gradient(top, #5ea8db 0%,#165784 100%);
    background: linear-gradient(to bottom, #5ea8db 0%,#165784 100%);
    color: #fff;
}

.order_list>li{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.order_list>li:last-child{
    margin-bottom: 0;
}
.order_list>li .img{
    width: 190px;
    flex-shrink: 0;
}
.order_list>li .img>img{
    display: block;
    margin: 0;
}
.order_list>li .text{
    padding: 10px 25px 0 0;
}
.order_list>li .text>span{
    display: block;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}


/*bottom*/

.offer.bottom .content::before {
    background: #bc002c;
    height: 205px;
}
.offer.bottom .result{
    padding-bottom: 120px;
}
.offer.bottom .result::after {
    height: 284px;
}
.offer.bottom .result:before{
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bc002d;
}
.offer.bottom .result > img{
    position: relative;
}
.offer.bottom .content::before {
    display: none;
}
.offer.bottom .content{
    padding-top: 120px;
}
.bottom .sale_lenta{
    transform: rotate(18deg);
    top: -75px;
}

.form_action{
    padding: 0 80px;
    font-weight: 500;
    font-size: 19px;
    margin: 40px 0 35px;
    text-align: center;
}
.form_action>span{
    font-weight: 900;
    display: block;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}




.cpu{
    padding: 20px 0;
    text-align: center;
    background: #222;
    color: #fff;
}
.cpu img{
    display: block;
    margin: 0 auto 10px;
}
.cpu a{
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 1.1em;
    text-decoration: none;
}
.cpu a:hover{
    text-decoration: underline;
}

