.reviews_list_sidebar {
    background: #ffffe0;
    margin-top: 20px;
    padding: 10px;
}

.bgcolor {
    background: white !important;
}

.reviews_list_sidebar img{
    max-width: 150px;
    width: 100%;
    margin-bottom:20px;
}

.reviews_list_sidebar p{
    font-size: 14px;
    font-style: italic;
}

.page-sidebar {
    background: #344a5f;
}

.nav__logo {
    max-width: 230px;
}

.adv p{
    text-align:center;
    color:#fff;
}

.promo-box {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.pros-header {
    margin-bottom: -1px;
    padding: 15px;
    background: #198754;
    border: 2px solid #198754;
    color: #fff;
    font-size: 2rem;
    padding-bottom: 13px;
    font-weight: bold;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.pros {
    border: 2px solid #198754;
    padding: 20px;
    list-style-type: none;
}

.pros li p:before {
    content: "✅";
    padding-right: 5px;
}

.cons-header {
    margin-bottom: -1px;
    padding: 15px;
    background: #00000020;
    border: 2px solid #00000020;
    font-size: 2rem;
    padding-bottom: 13px;
    font-weight: bold;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.cons {
    border: 2px solid #00000020;
    padding: 20px;
    list-style-type: none;
}

.cons li p:before {
    content: "❌";
    padding-right: 5px;
}

.footer__contact-icon--phone {
    -webkit-mask: url(in_css_c3c14cf9136a61c5a4a7030ae29171b5.static.svg) no-repeat center;
    mask: url(in_css_c3c14cf9136a61c5a4a7030ae29171b5.static.svg) no-repeat center;
}

.footer__contact-icon--mail {
    -webkit-mask: url(in_css_5b57bb4eaa323534b171700a863320d7.static.svg) no-repeat center;
    mask: url(in_css_5b57bb4eaa323534b171700a863320d7.static.svg) no-repeat center;
}
