*{
    box-sizing: border-box;
}

.container{
    display: block;
    padding: 0 15px;
    margin: 0 auto;
}
.header{
    padding: 10px 0;
    border-bottom: 1px solid #56288B;
}
.header__user-up{
    margin-left: 10px;
}
.header__user--title{
    cursor: pointer;
}


.subheader{
    display: none;
}

.header__user--wrap{
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
}
.header__logo{
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
    width: 5%;
    text-align-last: left;
    

}
.header__wrapper{
    display: table;
}
.header__logo--img{
    height: 32px;
}

.header__icon{
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    
    
}
.header__burger{
    text-align: left;
}

.header__icon--round{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #D11A1F;
    position: relative;
    margin-left: 8px;


}
.main{
    padding-top: 20px;
}
.main .review-date{
    font-size: 12px;
    font-weight: 500;
    color:  #AAAAAA;
    margin-bottom: 5px;
}
.header__icon--round:first-child{
    margin-left: 0;
}
.descr__line{
    margin-top: 40px;
}

.title{
    margin-top: 50px;
}

.title.mt{
    margin-top: 0;
}

.header__icon--img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.user{
    height: 14px;
}

.burger{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 13px;
}

.burger span{
    background-color: #fff;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: absolute;

}

.burger span:nth-child(1){
    top: 0;
}
.burger span:nth-child(2){
    top: 5px;
}
.burger span:nth-child(3){
    top: 10px;
}

.title{
    font-size: 24px;
    font-weight: 700;
    color: black;
    line-height: 1.4;
}
.header__user-up{
    display: inline-block;
    vertical-align: middle;
}

.main-img{
    width: 100%;
}

.descr{
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.descr__line{
    padding: 20px 15px;
    background: #F8F3FE;
    position: relative;

}
.descr__line::before{
    content: '';
    left: 0px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #D11A1F;
}

.descr__line .descr{
    font-weight: 500;
    line-height: 1.6;
}

.main__review--header{
    background: #56288B;
    position: relative;
    padding: 10px 57px 15px 57px;
    height: 41px;
    
}

.main__review--img{
    border-radius: 100%;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.main__review--qoutes{
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    
    top: 50%;
    transform: translate(-50%, -50%);
}

.qoutes--right{
    transform: scale(1, -1);
    right: 25%;
    top: 25%;
   
}

.qoutes--left{
    left: 25%;
}

.main__review{
    background: #F8F3FE;
    margin-top: 30px;
    
}



.main__review--title{
    font-weight: 600;
  
    font-size: 16px;
    color: black;
    text-align: center;
}

.main__review--base{
    padding: 30px 15px;
}

p, ul{
    margin: 0;
    padding: 0;
}

.descr a{
    color: #FF1319;
    font-weight: 700;
    text-decoration: none;
}
.descr a:hover{
    text-decoration: underline;
}
.title a{
    color: #FF1319;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.title a:hover{
    text-decoration: underline;
}


.main__wrapper--statistic{
    background: #F8F3FE;
    padding: 20px 15px;
    margin-top: -5px;
}
.main-img{
    margin-top: 30px;
}

.main__wrapper--images .main-img{
    width: 49%;
    margin-top: 0;
}
.main__wrapper{
    margin-top: 30px;
}
.descr{
    margin-top: 30px;
}
.main__wrapper--item .descr{
    margin-top: 15px;

}
.main__pluses{
    margin-top: 30px;
}
.main__pluses--item{
    margin-bottom: 10px;

}
.main__pluses--item:last-child{
    margin-bottom: 0;
}

.main__wrapper--title{
    font-size: 26px;
    font-weight: 700;
    color: #D11A1F;

}

.main__wrapper--item{
    margin-bottom: 30px;
}
.main__wrapper--item:last-child{
    margin-bottom: 0;
}

.main__pluses--item{
    padding: 20px 15px 20px 20px;
    background: #F8F3FE;
}

.main__pluses--descr{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    display: inline-block;
    vertical-align: middle;
    max-width: 226px;
   

}

.main__pluses--plus{
    display: inline-block;
    vertical-align: top;
}

.main-btn{
    width: 100%;
    background: #FF1319;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    text-align: center;

}
.main-btn{
cursor:pointer;
}

.main-btn:hover{

  background: #c10d12;
  transform: scale(104%);

}


.product-block .product-img{
    width: 30%;
    display: block;
    margin: 0 auto;
}
.product-block{
    margin-top: 30px;
}

.product-block .main-btn{
    margin-top: 10px;
}

.main{
    padding-bottom: 50px;
}


.review__header{
    background: #F4F4F4;
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    width: 100%;
}

.review__block--img{
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}

.review__block--titles{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.review__block--title{
    font-weight: 600;
    font-size: 16px;
    color: black;
}

.review__block .review-date{
    margin-top: 4px;
    color: #AFAFAF;
    font-size: 12px;
    font-weight: 600;
}

.review__block .descr{
    margin-top: 15px;
}

.review__block{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.review{
    padding-bottom: 50px;
}

.footer{
    height: 177px;
    background: #56288B;
}

.header__input{
    display: none;
}

.header__user--title{
    display: none;
}

@media (min-width: 521px){
    .container{
        max-width: 521px;
    }

    .product-block .product-img{
        width: 30%;
    }
}

@media (min-width: 770px){
    .container{
        max-width: 770px;
        padding: 0;
    }
    .header__logo--img{
        height: auto;
    }
    .header__input{
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        display: table-cell;
        text-align: center;
        width: 6%;
    }

    .header__input input{
        width: 370px;
        background: #F9F9F9;
        border: 1px solid #E1E1E1;
        border-radius: 5px;
        padding-left: 49px;
        height: 36px;
        color: #aaaa;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        z-index: 1;
        padding-top: 4px;
        padding-bottom: 5px;
        margin-right: 25px;
    }

    .header__input--img{
        display: inline-block;
        vertical-align: middle;
        margin-right: -40px;
        margin-top: -4px;
        z-index: 2;
        position: relative;
    }
    .header__burger{
        display: none;
    }

    .header__search{
        display: none;
    }
    .user{
        height: auto;

    }

    .header__icon--round{
        width: 32px;
        height: 32px;
    }

    .header__user--title{
        display: inline-block;
        vertical-align: middle;
       
        font-size: 16px;
        color: #aaaa;
        font-weight: 500;
    }

    .main{
        padding-top: 40px;
    }

    .main .review-date{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .title{
        font-size: 36px;
        font-weight: 700;
    }

    .main-img{
        margin-top: 40px;
    }
    .descr__line{
        margin-top: 70px;
    }
    .title{
        margin-top: 70px;
    }

    .descr{
        margin-top: 50px;
    }

    .main-img{
        width: auto;
    }

    .descr__line .descr{
        margin-top: 0;
    }
    .descr__line{
        font-size: 20px;
        padding: 40px;
        font-weight: 500;
    }


    .main__review--header{
        height: 108px;
        
    }
    .main__review--img{
        height: auto;
        top: 80%;
    }
    .main__review--qoutes{
        height: auto;
        
    }

    .qoutes--right{
        top: 30%;
    }

    .main__review--base{
        padding: 92px 40px 40px 40px;
    }
    .main__review--title{
        font-size: 20px;
    }

    .main__review{
        margin-top: 40px;
    }

    .main__wrapper--images{
        display: inline-block;
       
        vertical-align: top;
    }
    .main__wrapper--images .main-img{
        display: block;
        width: auto;
        margin: 0;
    }
    .main__wrapper--statistic{
        width: 410px;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        margin-left: -5px;
        padding: 40px;

    }
    .main__wrapper--item .descr{
        margin-top: 15px;
    }
    .main__wrapper--item{
        margin-bottom: 40px;
    }

    .main__pluses{
        margin-top: 40px;
    }
    .main__pluses--descr{
        max-width: 686px;
        margin-left: 10px;

    }
    .main__pluses--plus{
        vertical-align: middle;
    }
    .main__pluses--item{
        padding: 20px 20px 20px 25px;
    }
    .product-block .product-img{
        width: auto;
    }
    .product-block{
        margin-top: 40px;
    }

    .main-btn{
        width: 370px;
        display: block;
        margin: 0 auto;
    }
    .main .main-btn{
        margin-top: 30px;
    }
    .review__block{
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .review__block .descr{
        margin-top: 20px;
    }
    .header__user--wrap{
        display: table;
       
    }
    .header__user--title{
        display: table-cell;
        width: 5%;
       
    }
    .header__user-up{
        display: table-cell;
        width: 5%;
        
    }
    
}
.sidebar{
    display: none;
}

@media (min-width: 1170px){
    .container{
        max-width: 1170px;
    }
    .sidebar{
        display: block;
        
    }
    .side-wrapper{
        max-width: 370px;
        display: table-cell;

        
    }
    .main-wrapper{
        max-width: 770px;
        display: table-cell;
        
        vertical-align: top;
       
        
    }
    .sidebar__title{
        color: black;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 700;

    }

    .sidebar__item{
        display: block;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 40px;
    }
    .sidebar__item:last-child{
        margin-bottom: 0;
    }
    .wrapper{
        display: table;
    }

    .main .container{
        max-width: 770px;
    }

    .wrapper-up{
        display: block;
        margin: 0 auto;
        max-width: 1170px;
    }
    .sidebar{
        margin-left: 30px;
    }

    .side-wrapper{
        padding-top: 40px;
    }
    .wrapper{
        position: relative;
    }

    .side-wrapper{
        position: relative;
    }

    .sidebar{
        position: absolute;
       
        
    }

    .footer{
        margin-top: 80px;
    }
    .product-block .main-btn{
        margin-top: 30px;
    }
    .header__input input{
        width: 570px;
        margin-right: 0;
    }

    .header__input{
        margin-left: 109px;
        margin-right: 110px;
    }
    .header__logo{
        width: 30%;
    }
    .header__user--title{
        display: table-cell;
        width: 30%;
       
    }


    .subheader{
        display: block;
        padding: 14px 0;
        background: #56288B;
    }

    .subheader__nav{
        display: inline-block;
        vertical-align: middle;
    }

    .subheader__list{
        list-style: none;
        display: inline-block;
        vertical-align: middle;

    }

    .subheader__item{
        margin-right: 40px;
        display: inline-block;
        vertical-align: middle;

    }
    .subheader__item:last-child{
        margin-right: 0;
    }

    .subheader__item a{
        text-decoration: none;
        cursor: pointer;
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;

    }
    
    


}


.footer{
height:50px;
}
.ac_footer{
padding: 25px 0 !important;
}