/* styles */
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    color: #000;
    background: #f1f1f1;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
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{
    padding: 0 30px;
}
.main_form input{
    border: none;
    background: #fafafa;
    width: 100%;
    height: 76px;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #747474;
    border-radius: 30px;
    margin-bottom: 15px;
    text-align: center;
    border: 2px solid #08899f;
}
.main_form ::-webkit-input-placeholder {
    color: #08899f;
}
.main_form ::-moz-placeholder {
    color: #08899f;
}
.main_form :-moz-placeholder {
    color: #08899f;
}
.main_form :-ms-input-placeholder {
    color: #08899f;
}
.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;
}

/* button */
.button {
    border: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 360px;
    height: 76px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #ff545b;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    line-height: 76px;
    text-transform: uppercase;
    text-align: center;
}
.button:hover {
    background: #f66168;
}
.button:active{
    background: #f34148;
    top: 2px;
}


/* titles */
h2.title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #08899f;
    text-transform: uppercase;
}
h2.title small{
    font-size: 20px;
    line-height: 1.2em;
    display: block;
    margin-top: 15px;
}
h2.title span{
    color: #ff545b;
}




/*offer*/
.offer{
    padding: 0;
    position: relative;
}
.offer:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background: #f1f1f1;
    border-radius: 50px 0 0 50px;
    z-index: 1;
}
.offer .content{
    position: relative;
    z-index: 2;
    padding-bottom: 25px;
}

.offer .top_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.offer .top_line .logo{
    background: #6dcff6;
    height: 100px;
    width: 210px;
    border-radius: 0 0 50px 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer .top_line .text{
    color: #08899f;
    font-size: 11px;
    line-height: 1.3em;
    font-weight: 500;
    padding: 0 20px;
}

.main_title{
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 700;
    padding: 0 80px 0 35px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.ofr_bull{
    width: 225px;
}
.ofr_bull>li{
    height: 72px;
    background: #08899f;
    border-radius: 0 36px 36px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.ofr_bull>li:last-child{
    margin-bottom: 0;
}
.ofr_bull>li p{
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 700;
    padding-left: 45px;
}
.ofr_bull>li p:before{
    content: '';
    width: 32px;
    height: 32px;
    background: url(../img/check.png) 50% 50% no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
}
.offer img.offer{
    position: absolute;
    bottom: 0;
    right: 25px;
    pointer-events: none;
}


/*sect1*/
.sect1 .title{
    margin-bottom: 20px;
}

.info_block .text{
    background: #e6e6e6;
    width: 460px;
    color: #08899f;
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 700;
    margin-left: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px 0 0 30px;
    padding: 5px 0;
}

.info_block2{
    display: flex;
    align-items: center;
}
.info_block2>img{
    flex-shrink: 0;
    border-radius: 0 40px 40px 0;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
}
.info_block2 .list1{
    padding: 0 12px;
}

.list1>li{
    margin-bottom: 18px;
    padding-left: 42px;
    background: url(../img/check1.png) 0 0 no-repeat;
    font-size: 18px;
    line-height: 1.4em;
}
.list1>li:last-child{
    margin-bottom: 0;
}

.order_block{
    width: 410px;
    margin: 35px auto 0;
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    border-radius: 50px;
    overflow: hidden;
    padding-bottom: 20px;
}
.order_block>img{
    display: block;
}
.order_block .prod_name{
    color: #fff;
    background: #08899f;
    padding: 12px 15px 12px 110px;
    text-align: center;
    position: relative;
}
.order_block .prod_name p{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.1em;
}
.order_block .prod_name .alert{
    min-width: 100px;
    background: #ff545b;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1em;
    padding: 8px 15px;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    left: 10px;
    transform: rotate(20deg);
}

.order_block .sticker{
    position: absolute;
    top: 10px;
    right: 6px;
}


.price{
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.price small{
    font-size: 0.7em;
}
.price .old span{
    text-decoration: line-through;
}
.price .old{
    font-size: 38px;
    line-height: 54px;
    margin-right: 35px;
}
.price .new{
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    color: #08899f;
}

.date_sale{
    text-align: center;
    font-size: 14px;
    line-height: 1.1em;
    margin-top: 17px;
}




/*sect2*/
.benef1>li{
    margin-bottom: 45px;
    width: 460px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    border-radius: 0 40px 40px 0;
}
.benef1>li:nth-child(odd){
    margin-left: 20px;
    border-radius: 40px 0 0 40px;
}
.benef1>li:last-child{
    margin-bottom: 0;
}
.benef1>li img{
    flex-shrink: 0;
    border-radius: 0 40px 40px 0;
}
.benef1>li .text{
    background: #08899f;
    color: #fff;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 1.6em;
}
.benef1>li .text span{
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 8px;
}



/*sect3*/
.sect3{
    padding-top: 20px;
}


/*sect4*/
.sect4{
    padding-top: 20px;
}
.sect4 .title{
    font-size: 37px;
}

.reviews{
    padding: 0 30px;
}
.rev_item img{
    display: block;
    border-radius: 40px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
}
.rev_item {
    margin-bottom: 40px;
}


/*sect5*/
.sect5{
    padding-top: 20px;
}

.char_block{
    padding-top: 20px;
}
.char_block>img{
    display: block;
    margin: 0 auto;
}
.char_list{
    padding-top: 40px;
    position: relative;
    top: 0;
    left: 0;
}
.char_list>li{
    font-size: 14px;
    line-height: 1.3em;
    position: absolute;
}
.char_list>li:nth-child(1){
    top: 0;
    left: 40px;
    width: 130px;
}
.char_list>li:nth-child(2){
    margin: 0 0 -45px -5px;
    width: 110px;
    top: 35px;
    left: 175px;
}
.char_list>li:nth-child(3){
    width: 80px;
    left: 300px;
    top: -20px;
}
.char_list>li:nth-child(4){
    margin: 0 0 -75px -20px;
    width: 80px;
    left: 375px;
    top: 50px;
}



/*sect6*/
.sect6 .title{
    font-size: 37px;
    line-height: 1.1em;
}

.result_block{
    width: 420px;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.result_block:before{
    content: '';
    background: #fff;
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -14px;
}
.result_block img{
    display: block;
}
.result_block .text{
    display: flex;
}
.result_block .text p{
    width: 50%;
    padding: 10px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 1.3em;
}
.result_block .text p:nth-child(1){
    background: #b4b4b4;
}
.result_block .text p:nth-child(2){
    background: #9bfbf9;
}




/*sect7*/
.sect7{
    padding-top: 20px;
}

.spec_block{
    padding: 0 20px;
}
.spec_block .top{
    font-size: 0;
    text-align: center;
}
.spec_block .top>img{
    display: inline-block;
    border-radius: 50%;
}
.spec_block .top .author{
    display: inline-block;
    vertical-align: top;
    width: 210px;
    font-size: 16px;
    text-align: left;
    padding: 40px 0 0 20px;
    margin-right: -10px;
}
.spec_block .top .author>p:not(:last-child){
    margin-bottom: 18px;
}
.spec_block .top .author small{
    display: block;
    font-size: 14px;
    line-height: 1.3em;
}
.spec_block .text_block{
    max-width: 420px;
    margin: -35px auto 0;
    padding: 25px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    font-size: 16px;
}
.spec_block .text_block>p:not(:last-child){
    margin-bottom: 20px;
}



/*sect9*/
.order_text{
    text-align: center;
    font-weight: 700;
    padding: 10px 0 40px;
}
.order_text span{
    color: #08899f;
    font-size: 29px;
    line-height: 1em;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.order_text p{
    color: #ff545b;
    font-size: 20px;
    line-height: 1.2em;
}







/*cpu*/
.cpu{
    padding: 20px 0;
    text-align: center;
    background: #f1f1f1;
    color: #000;
}
.cpu img{
    display: block;
    margin: 0 auto 10px;
}
.cpu a{
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    line-height: 1.1em;
    text-decoration: none;
}
.cpu a:hover{
    text-decoration: underline;
}

