.content {
    width: 71.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.content img {
    max-width: 100%;
}

.trader-info {
    width: 104.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #dedede;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 30px 10px;
    box-sizing: border-box;
}

.trader-name {
    color: #11839a;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.trader-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trader-rate .rate {
    color: #000000;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-right: 8px;
}

.trader-rate .stars a {
    font-size: 14px;
    line-height: 14px;
    color: #e7a700;
}

.trader-rate .stars a:hover {
    color: #c6c6c6;
}

.trader-rate .stars span a {
    color: #c6c6c6;
}

.trader-rate .stars span a:hover {
    color: #e7a700;
}

.trader-rate .qnt-reviews {
    color: #c5c5c5;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}

.trader-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.trader-site a {
    color: #11839a;
    padding-left: 5px;
}

.trader-site a:hover {
    color: #d36f0d;
}

.trader-btn a {
    max-width: 120px;
    width: 100%;
    padding: 4px 2px;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #4b9988;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all .1s linear;
    display: block;
}

.trader-btn a:hover {
    background-color: #59b7a2;
}

.article-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 27px;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 14px;
}

.article-category {
    color: #11839a;
    padding-left: 21px;
    background: url(../img/article-folder-icon.png) no-repeat left center;
}

.article-date {
    color: #888;
    padding-left: 10px;
}

.article-likes {
    padding-left: 22px;
    background: url(../img/fire-likes-post.png) no-repeat 9px center;
}

a.article-likes {
    color: #000;
}

.article-socials {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 26px;
    box-sizing: border-box;
}

/* .article-content {
    color: #202020;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-right: 15px;
} */

.article-text,
.article-image {
    margin-bottom: 15px;
}

/* .article-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.article-post-info {
    background-color: #eee;
    width: 100%;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 12px 13px 3px;
}

.article-post-info svg {
    margin-right: 10px
}

.article-post-info .socials {
    float: right;
}

.article-post-category svg {
    padding-right: 8px;
}

.add-comment-link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add-comment-link a {
    padding-left: 34px;
    margin-top: 24px;
    background: url(../img/add-comment-icon.png) no-repeat 14px center;
    color: #d36f0d;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.similar-posts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.similar-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22.012%;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
}

.similar-post-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.similar-post-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 80px;
}

.similar-post-title {
    color: #11839a;
    margin-top: 8px;
    height: 40px;
    overflow-y: hidden;
}

.similar-post-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
}

.similar-post-date {
    color: #888;
}

.similar-post-likes {
    color: #202020;
    padding-left: 20px;
    background: url(../img/fire-likes-post.png) no-repeat 7px center;
}

.add-comment-block {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.add-comment-block h2 {
    width: 100%;
    margin-bottom: 30px;
}

.add-comment-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #efefef;
    padding: 18px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.add-comment-form .triangle {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    border: 10px solid transparent;
    border-right-color: #dfdfdf;
    z-index: -1;
}

.add-comment-form .triangle::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background: #efefef;
    z-index: 3;
}

.add-comment-form .triangle::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -7px;
    border: 8px solid transparent;
    border-right-color: #efefef;
    z-index: 1;
}

.add-comment-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #dfdfdf;
    min-height: 90px;
    box-sizing: border-box;
    resize: vertical;
}

.add-comment-form button {
    padding: 9px 22px;
    color: #fff;
    background-color: #c6c6c6;
    border: 1px solid transparent;
    outline: none;
    border-radius: 3px;
    margin-right: auto;
    margin-top: 8px;
    cursor: pointer;
    transition: all .1s linear;
}

.add-comment-form button:hover {
    color: #c6c6c6;
    background-color: #fff;
    border-color: #c6c6c6;
}

.page-container.recommend {
    padding: 31px 19px;
    background-color: #fef9dd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.page-container.recommend h2 {
    width: 100%;
    margin-bottom: 35px;
}

.recommend-broker {
    max-width: 118px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.recommend-broker-image {
    background-color: #fff;
    border: 1px solid #dedede;
    width: 112px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.recommend-broker-real,
a.recommend-broker-demo {
    max-width: 120px;
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 5px;
    transition: all .1s linear;
}

.recommend-broker-real {
    background-color: #4a9a89;
    margin-top: 25px;
    margin-bottom: 8px;
}

.recommend-broker-real:hover {
    background: #59b7a2;
}

.recommend-broker-demo {
    background-color: #c6c6c6;
}

.recommend-broker-demo:hover {
    background-color: #d3d3d3;
}

.trader-logo img {
    max-width: 82px
}

.trader-btn {
    display: block;
    width: 120px;
    font-size: 12px;
    padding-left:0px;
}

.trader-btn a +a {
    margin-top: 10px;
    background-color: #C5C5C5;
}


@media screen and (max-width: 992px) {
    .content {
        width: 100%;
    }

    .article-content {
        padding-right: 0;
    }

    .right-column {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .category, .useful, .most-readable {
        border-color: transparent;
        border-top-color: #dedede;
        width: 100%;
        margin-top: 0;
    }

    .article-link__author,
    .article-link__likes,
    .article-link__date {
        width: 100%;
    }

    .article-link .article-link__likes {
        padding-left: 15px;
        background-position: 0 center;
    }

    .article-link__info .article-link__author:before {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .trader-info {
        justify-content: space-around;
    }

    .trader-logo,
    .trader-name {
        width: 32.5%;
    }

    .trader-rate {
        width: 35%;
        justify-content: center;
    }

    .similar-posts {
        justify-content: space-around;
    }

    .similar-post {
        width: 30%;
    }

    .page-container.recommend {
        justify-content: space-around;
    }

    .recommend-broker {
        width: 48%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 610px) {
    .category, .most-readable, .useful {
        width: 100%;
    }

    .trader-info {
        padding: 15px;
    }

    .trader-rate,
    .trader-site {
        justify-content: flex-start;
    }

    .trader-info > div {
        width: 100%;
        min-height: 0;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 480px) {
    .similar-post {
        width: 48%;
    }

    .recommend-broker {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

