ul {
    padding-left: 45px;
}

.product-link {
    color: red;
    text-decoration: underline;
    font-weight: 600;
}

.author {
    margin: 0 auto 10px auto;
    display: flex;
    gap: 20px;
    width: 80%;
    background: #cfe2f3ff;
    padding: 20px;
}

.author img {
    width: 30%;
    object-fit: cover;
}

.desc {
    margin-bottom: 10px;
}

.desc p {
    margin: -15px auto auto auto;
    text-align: center;
    font-weight: 600;
    max-width: 590px;
}

.categories ul li {
    font-size: 18px !important;
}

.main-wrapper .content {
    padding: 30px 30px 15px !important;
    float: left;
    max-width: 836px;
}

.main-wrapper .content img {
    max-height: 500px;
}

.sidebar {
    float: right;
    position: sticky;
    top: 10px;
    height: 100%;
    max-width: 300px;
}

.reviews-pc {
    display: none;
}

.notation {
    margin: 40px auto 40px auto;
    width: 80%;
    position: relative;
    border-top: 1px solid;
    padding: 20px;
    background: #cfe2f3ff;
}

.notation::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5px;
    background: #000;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.notation::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 0.5px;
    background: #000;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bottombar1 {
    position: fixed;
    bottom: 0px;
    right: 0;
    background-color: #c00000;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    color: #ffffff;
    z-index: 100;
}

@media (max-width: 1135px) {
    .sidebar {
        display: none;
    }
    .main-wrapper .content {
        padding: 20px 25px 25px 25px !important;
        max-width: 100%;
    }
    .reviews-pc {
        display: block;
    }
    .author {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .main-wrapper .content {
        padding: 20px 20px 25px 20px !important;
    }
}

@media (max-width: 650px) {
    .author {
        flex-direction: column;
    }
    .author img {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    header .top .logo {
        font-size: 22px !important;
    }
    .categories {
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    #bottombar1 {
        font-size: 14px;
    }
}

/*============FORM===============*/

.bonusform {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
    border: 8px solid #166ca7;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3Csvg\ width=\'48\'\ height=\'32\'\ viewBox=\'0\ 0\ 48\ 32\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg\ fill=\'none\'\ fill-rule=\'evenodd\'%3E%3Cg\ fill=\'%23DDD\'\ fill-opacity=\'0.4\'%3E%3Cpath\ d=\'M27\ 32c0-3.314\ 2.686-6\ 6-6\ 5.523\ 0\ 10-4.477\ 10-10S38.523\ 6\ 33\ 6c-3.314\ 0-6-2.686-6-6h2c0\ 2.21\ 1.79\ 4\ 4\ 4\ 6.627\ 0\ 12\ 5.373\ 12\ 12s-5.373\ 12-12\ 12c-2.21\ 0-4\ 1.79-4\ 4h-2zm-6\ 0c0-3.314-2.686-6-6-6-5.523\ 0-10-4.477-10-10S9.477\ 6\ 15\ 6c3.314\ 0\ 6-2.686\ 6-6h-2c0\ 2.21-1.79\ 4-4\ 4C8.373\ 4\ 3\ 9.373\ 3\ 16s5.373\ 12\ 12\ 12c2.21\ 0\ 4\ 1.79\ 4\ 4h2z\'\ /%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.bonusform p {
    margin: 0;
    padding: 0;
}
.bonusform_title {
    display: flex;
    gap: 30px;
    max-width: 400px;
    align-self: center;
}
.bonusform_title_logo {
    flex-shrink: 0;
}
.bonusform_title_text {
    align-self: center;
}
.bonusform_title_text > b {
    display: block;
}
.bonusform_order {
    max-width: 600px;
    font-weight: bold;
    font-size: 16px;
    list-style: 1.4;
    margin: 15px 0;
    text-align: center;
}
.bonusform_order > b {
    color: #ed1b24;
}
.bonusform_footer {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 10px 0;
}
.bonusform_footer > img {
    margin-top: 10px;
}
.bonusform_value {
    display: flex;
    color: #166ca7;
    font-weight: bold;
    font-size: 20px;
    align-items: center;
    align-self: center;
}
.bonusform_value_current {
    border: 1px solid #000;
    color: #ff5858;
    line-height: 1;
    font-size: 24px;
    padding: 5px 20px;
    margin: 0 15px;
}
.bonusform_value_total {
    font-size: 24px;
}
.bonusform_price {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 30px;
    margin-top: 30px;
}
.bonusform_price_old span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    position: relative;
    line-height: 1;
}
.bonusform_price_old span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 4px solid #ed1b24;
    transform: rotate(-15deg);
}
.bonusform_price_new span {
    display: block;
    background-color: #ed1b24;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    font-size: 44px;
    padding: 5px 15px;
    font-weight: 700;
    line-height: 1;
}
@media (max-width: 500px) {
    .bonusform_title {
        gap: 5px;
    }
    .bonusform_title_text {
        font-size: 16px;
    }
    .bonusform_value {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.bonusform .name-input,
.bonusform .phone-input {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}
.bonusform .name-input label,
.bonusform .phone-input label {
    font-weight: bold;
    margin-top: 10px;
}
.bonusform .name-input input,
.bonusform .name-input select,
.bonusform .phone-input input {
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    min-width: 0;
    background: #fff;
    border: 2px solid #9b9b9b;
    appearance: none;
    -webkit-appearance: none; 
    box-sizing: border-box;
}
.bonusform .button-submit:focus,
.bonusform input:focus {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c;
}
.bonusform .button-submit {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 20px;
    color: #fff;
    border: 4px solid #eeeccb;
    padding: 14px 0;
    cursor: pointer;
    background: #0056b5;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
.bonusform .button-submit:hover {
    background: #000;
}
.bonusform ::placeholder {
    color: #696969;
    opacity: 1;
}
body {
    font-family: "Open Sans", sans-serif;
}
