.wrapper {
    background-color: #f5f5f5;
}

.breadcrumb {
    padding-left: 0;
}

.article .breadcrumb a span {
    color: #20202E;
    font-size: 14px;
    text-decoration: none;
}
.article .breadcrumb span {
    font-size: 14px;
    color: #6E7494;
}
.article .breadcrumb li + li::after {
    width: 17px;
    height: 1px;
    background: #CECFDA;
    transform: rotate(0);
    border: none;
    left: -27px;
    top: 11px;
}
.article .breadcrumb li + li {
    margin-left: 37px;
}


/* article */
.article_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.article_left {
    max-width: 844px;
    width: 100%;
    margin-right: 26px;
}
.article_right {
    max-width: 300px;
    width: 100%;
}
.article {
    padding: 30px 0 120px;
}
.article_left-inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 30px;
}
.article_top {
    display: flex;
    align-items: center;
}
.article_view {
    display: flex;
    align-items: center;
}
.article_view-likes {
    margin-left: 10px;
}
.article_view-view,
.article_view-likes {
    display: flex;
    align-items: center;
}
.article_view-view span,
.article_view-likes span {
    margin-left: 4px;
    color: #6E7494;
    font-size: 15px;
    font-weight: 500;
}
.article_top .space {
    margin-left: 14px;
    padding-left: 14px;
    position: relative;
}
.article_top .space::before {
    content: '';
    width: 1px;
    height: 14px;
    opacity: 0.6;
    background: #6E7494;
    position: absolute;
    left: 0;
    top: 4px;
}
.article_times,
.article_date {
    color: #6E7494;
    font-size: 15px;
    font-weight: 500;
}
h1 {
    font-size: 30px;
    font-weight: 400;
    margin: 24px 0;
    line-height: 145%;
}
.article_left-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #333;
}
.article_left-content h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 145%
}
.article_left-content li {
    font-size: 18px;
    font-weight: 500;
}
.article_left-content ul {
    padding-left: 20px;
    margin: 10px 0;
}
.article_left-content em {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin: 30px 0 30px 20px;
    display: block;
    font-style: inherit;
}
.article_left-content em::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    border-radius: 20px;
    background-color: #6E7494;
}
.article_left-content img {
    margin-bottom: 14px;
    margin-bottom: 14px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.article_right {   
    position: sticky;
    top: 40px;
}
.article_author {
    padding: 24px 20px;
    border-radius: 20px;
    background-color: #fff;
}
.article_author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 14px;
}
.article_author-text {
    font-size: 12px;
    font-weight: 500;
    color: #6E7494;
    margin: 0;
}
.article_author-name {
    font-size: 18px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0;
}
.article_author-editor {
    font-size: 15px;
    font-weight: 400;
    color: #6E7494;
    margin: 0;
    margin-top: 5px;
}
.article_author-page {
    font-size: 15px;
    font-weight: 400;
    color: #6E7494;
    margin-top: 14px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.article_author-page::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8614 9.35355C15.0566 9.15829 15.0566 8.84171 14.8614 8.64645L11.6794 5.46447C11.4841 5.2692 11.1675 5.2692 10.9723 5.46447C10.777 5.65973 10.777 5.97631 10.9723 6.17157L13.8007 9L10.9723 11.8284C10.777 12.0237 10.777 12.3403 10.9723 12.5355C11.1675 12.7308 11.4841 12.7308 11.6794 12.5355L14.8614 9.35355ZM0.507812 9.5H14.5078V8.5H0.507812V9.5Z' fill='%236E7494'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    transition: 0.4s;
}
.article_author-page:hover::after {
    right: -30px;
}
.article_matter p {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 10px;
}
.article_matter ul {
    padding-left: 20px;
    list-style: auto;
}
.article_matter ul li + li {
    margin-top: 8px;
}
.article_matter ul li.active a {
    color: #0F76A9;
}
.article_matter ul li.active::marker {
    color: #0F76A9;
}
.article_matter ul a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}
.article_like {
    display: flex;
    align-items: center;
}
.article_like p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #6E7494;
}
.article_like-btn,
.article_like-icon {
    display: flex;
    align-items: center;
}
.article_like-btn {
    margin-left: 12px;
}
.article_like-btn a {
    padding: 10px 14px;
    display: block;
    border-radius: 10px;
    background-color: #0F76A9;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 700;
}
.article_like-btn a:hover {
    background-color: #084f72;
}
.article_like-icon {
    margin-left: 15px;
}
.article_like-icon p {
    font-size: 18px;
    font-weight: 500;
    color: #6E7494;
    margin-left: 2px;
    margin-top: 2px;
}
.socials ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0px;
}
.socials p {
    font-size: 15px;
    font-weight: 500;
    color: #6E7494;
}
.socials ul li + li {
    margin-left: 12px;
}
.article_promotion {
    margin: 35px 0;
}
.article_promotion p {
    font-size: 16px;
    font-weight: 700;
    color: #6E7494;
    margin: 0 0 12px 0;
}
.article_promotion-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    background-color: #FECD01;
    text-decoration: none;
    transition: .4s;
}
.article_promotion-inner:hover {
    box-shadow: 0px 7px 60px -16px rgba(0,0,0,0.65);
}
.article_promotion-left span {
    color: #1C1C1C;
    font-size: 20px;
    font-weight: 400;
}
.article_promotion-left {
    display: flex;
    align-items: center;
}
.article_promotion-left img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 0;
    margin-right: 8px;
}
.article_recommend-yacht {
    margin-top: 40px;
}
.article_recommend-yacht_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    text-decoration: none;
    transition: .4s;
}
.article_recommend-yacht_inner:hover {
    box-shadow: 0px 7px 60px -16px rgba(0,0,0,0.65);
}
.article_recommend-yacht p {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 700;
    color: #6E7494;
}
.article_recommend-yacht_left span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}
.article_recommend-yacht_left {
    display: flex;
    align-items: center;
}
.article_recommend-yacht_left img {
    margin-right: 8px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}
.article_recommend-yacht_right a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.article_recommend-yacht_right {
    display: flex;
    align-items: center;
}
/* .article_recommend-yacht_right a:first-child {
    padding: 16px 24px;
    border-radius: 100px;
    display: block;
    margin-right: 12px;
    border: 1px solid #333;
} */
/* article END */


.article_inner .rmp-widgets-container {
    text-align: left !important;
}
.rmp-heading.rmp-heading--title,
/* .rmp-heading.rmp-heading--subtitle,*/
.rmp-rating-widget__msg.js-rmp-msg {
    display: none !important;
}

.rmp-rating-widget {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start !important;
    display: flex;
    margin-top: 20px;
}
.rmp-rating-widget__hover-text,
.rmp-heading.rmp-heading--subtitle,
.rmp-rating-widget__not-rated,
.rmp-rating-widget__results {
    margin-bottom: 7px !important;
    margin-left: 0px !important;
}
.rmp-heading.rmp-heading--subtitle {
    margin-left: 0 !important; 
}
.rmp-rating-widget__icons {
    margin: 0 10px !important;
    transform: translateY(2px);
}
.rmp-rating-widget p:last-of-type {
    flex-basis: 100%;
}


/* rating */
.form_rating {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.rating_bottom-left_text {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.rating_bottom-left_num {
    font-size: 96px;
    font-weight: 600;
    margin: 30px 0;
}
.rating_bottom {
    display: flex;
}
.rating_bottom-left {
    width: 170px;
    text-align: center;
}
.rating_bottom-right {
    max-width: 285px;
    width: 100%;
    margin-left: 30px;
}
.rating_bottom-right_lines div {
    width: 100%;
    height: 12px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.rating_bottom-right_lines div + div {
    margin-top: 10px;
}
.rating_bottom-right_lines span {
    position: absolute;
    width: 0%;
    height: 12px;
    border-radius: 4px;
    left: 0;
    top: 0;
    background-color: rgba(254, 205, 1, 1);
    transition: .4s;
}
.rating_total {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    margin: 20px 0;
}
.article_rate {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    line-height: 0.75;
    width: 100%;
    width: 460px;
    margin: 50px auto;
}
.article_rate.rating_sending {
    opacity: 0.5;
    pointer-events: none;
}
.rating_bottom-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.rating_bottom-item.disabled {
    display: none;
}
.rating_bottom-item  {
    margin-top: 5px;
}
.rating_bottom-item span {
    font-size: 16px;
    line-height: 1;
    padding: 0 0 0 10px;
    font-weight: 500;
}
.rating_bottom-item p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.rating_body {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.rating_body::before {
    content: '★★★★★';
    display: block;
}
.rating_active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.rating_active::before {
    content: '★★★★★';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ffd300;
}
.rating_items {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rating_item {
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

/* rating END */

@media (min-width: 1440px) {
    .rmp-rating-widget__icons {
        transform: translateY(0px) !important;
    }
}

@media (max-width: 450px) {
    .socials svg {
        width: 29px;
        height: 29px;
    }
    .socials ul li + li {
        margin-left: 6px;
    }
    .article_like-btn a {
        padding: 8px 13px;      
        font-size: 16px;
    }
    .socials ul {
        margin-top: -6px;
    }
    .article_like {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }
    .article_like-btn {
        margin-left: 0;
        margin-top: 8px;
    }
    .rmp-rating-widget {
        flex-direction: column !important;
    }
    .rmp-rating-widget__icons {
        margin: -6px 0px !important;
    }
    .rmp-rating-widget__results {
        margin-top: 0px !important;
    }
    .rmp-heading.rmp-heading--subtitle {
        margin-bottom: 8px !important;
    }
}

/* media */
@media (max-width: 992px) {
    .article_inner {
        flex-direction: column;
    }
    .article_left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.article_matter p svg {
    display: none;
}
@media (max-width: 650px) {
    .article_left-inner {
        padding: 20px 14px;
    }
    .article_date,
    .article_times,
    .article_view-view span, .article_view-likes span {
        font-size: 13px;
    }
    .article_view svg {
        width: 14px;
        height: 14px;
    }
    h1 {
        font-size: 24px;
        margin: 16px 0 14px;
    }
    .article_inner {
        flex-direction: column-reverse;
    }
    .article_author {
        display: flex;
    }
    .article_author img {
        margin-bottom: 0;
        margin-right: 15px;
        width: 60px;
        height: 60px;
    }
    body.rtl .article_view-likes {
        margin-left: 0;
        margin-right: 10px;
    }
    body.rtl .article_view-view {
        margin-left: 0;
    }
    body.rtl .article_author img {
        margin-right: 0;
        margin-left: 15px;
    }
    .article_author-page {
        margin-top: 4px;
    }
    .article_right {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .article_matter p {
        color: #0B75FE;
        font-size: 15px;
        padding: 10px 12px;
        border-radius: 10px;
        border: 1px solid rgba(203, 203, 203, 0.40);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 12px 0 17px;
    }
    .article_matter p span {
        font-weight: 500;   
    }
    .article_matter p svg {
        display: inline-block;
    }
    .article_matter p svg:first-of-type {
        margin-right: 10px;
    }
    body.rtl .article_matter p svg:first-of-type {
        margin-right: 0;
        margin-left: 10px;
    }
    .article_matter ul {
        display: none;
    }
    .article_matter.opened ul {
        display: block;
    }
    .article_matter.opened svg.arrow {
        transform: rotate(180deg);
    }
    .article_matter ul a,
    .article_left-content li {
        font-size: 14px;
    }
    .article_top .space {
        margin-left: 7px;
        padding-left: 7px;
    }
    .article {
        padding: 30px 0 50px;
    }
}
.article_nav-top {
    display: none;
}
@media (max-width: 500px) {
    .article .breadcrumb{
        display: none;
    }
    .article_nav-top {
        display: block;
    }
    .article_nav-top a {
        display: flex;
        align-items: center;
        font-size: 18px;
        text-decoration: none;
        color: #1C1C1C;
    }
    .article_nav-top {
        margin-bottom: 10px;
    }
    .article_nav-top svg {
        margin-right: 10px;
    }
}
/* media END */

/* if site rtl */
body.rtl .article_left {
    margin-right: 0;
    margin-left: 26px;
}
body.rtl .article_author-page {
    margin-right: 30px;
}
body.rtl .socials ul li + li {
    margin-left: 0;margin-right: 12px;
}
body.rtl .socials ul {
    padding-right: 0;
}
body.rtl .article_like-icon {
    margin-left: 0;
    margin-right: 15px;
}
body.rtl .article_view-view span, body.rtl .article_view-likes span {
    margin-left: 0;
    margin-right: 4px;
}

body.rtl .article_like-btn {
    margin-left: 0;
    margin-right: 12px;
}

body.rtl  .article_top .space {
    margin-left: 0;padding-left: 0;
    margin-right: 14px;
    padding-right: 14px;
}

body.rtl  .article_top .space::before {
    left: auto;
    right: 0;
}

body.rtl .breadcrumb li::before {
    width: 17px;
    height: 1px;
    background: #CECFDA;
    transform: rotate(0);
    border: none;
    left: -27px;
    top: 11px;
}

body.rtl  .article .breadcrumb li + li {
    margin-left: 0;
    margin-right: 7px;
}

body.rtl .article_promotion-left img,
body.rtl .article_recommend-yacht_left img {
    margin-right: 0;
    margin-left: 8px;
}
body.rtl .article_promotion-right a,
body.rtl .article_recommend-yacht_right a {
    transform: rotate(180deg);
    display: block;
}
