.search__list {
    display: none;
    width: 100%;
    position: absolute;
    top: 103%;
    left: 0;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    font-size: 16px;
    z-index: 100;
}

.search__list li{
    margin-bottom: 10px;
}

.navbar__item_profile img {
    border-radius: 24px;
}

.product__buy--box{
    margin-top: 30px;
}

.btn-more {
    position: relative;
    cursor: pointer;
    text-align: left;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 5px 10px 5px 30px;
}

.icon-more {
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon_plus:after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 2px;
    background-color: #666;
}

.icon_plus:before {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    width: 2px;
    height: 8px;
    background-color: #666;
}

.icon_minus:after {
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 2px;
    background-color: #333;
}

.benefits__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.benefits__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -5px;
}

.benefits__counter {
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 90px;
    width: 100%;
    min-height: 50px;
    border: 1px solid #333333;
    padding: 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-right: 10px;
}

.benefits__arrow {
    cursor: pointer;
    max-width: 60px;
    width: 100%;
    display: block;
    min-height: 50px;
    margin: 0 5px;
    padding: 10px;
    outline: none;
    border: 1px solid #333333;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.benefits__info{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    padding-bottom: 2px;
    margin-top: 20px;
}

.benefits__error{
    margin-top: 30px;
}

.payment__desc{
    margin-top: 25px;
    text-align: center;
}

.rempas__form{
    padding: 24px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}


@media (max-width: 767px){
    .search {
        width: 100%;
    }
}
