/* /css/pages/company_feedbacks.css */
.reviews-page .reviews-wrp .review .first-line .mark .text
{
    margin-top: 10px;
}
.reviews-page .reviews-wrp .review .third-row .left>div div:nth-child(1)
{
    display: none;
}
.reviews-page .reviews-wrp .review .third-row .left>div div:nth-child(2)
{
    margin-top: 5px;
}
.news-page .top-row .left-block h1
{
    font-weight: 400;
}
.reviews-page .reviews-wrp .reviews
{
    padding-top: 0px;
}
.reviews-page .reviews-wrp
{
    margin-top: 15px;
}
.news-page .top-row .left-block
{
    width: 100%;
}
.news-page .nav-row
{
    width: 100%;
    text-align: left;
    margin: 20px 0;
}

.reviews-page .reviews-wrp .product .my {
    width: 20%;
    height: 43px;
    background: #c31b23;
    border-radius: 30px;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
    line-height: 2.625rem;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
.reviews-page .reviews-wrp .product .my:hover {
    background: #9b080f;
}
.reviews-page .reviews-wrp .product
{
    height: 70px;
    margin: 0px;
}
.review-modal.review-company
{
    height: 550px;
}
@media (max-width: 900px)
{
    .reviews-page .reviews-wrp .product .my
    {
        float: left;
        margin-top: 0px;
        width: 250px;
    }
}
@media (min-width: 900px)
{
    .news-page .top-row .left-block
    {
        width: 40%;
    }
    .news-page .nav-row
    {
        width: 60%;
        text-align: right;
        margin: 0px;
    }
}
@media (min-width: 1170px)
{
    .reviews-page .reviews-wrp .product {
        width: 100%;
        margin: 0 0 30px;
    }
}

/* /css/pages/check_claster.css */
.claster-modal {
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
}


.claster-modal .claster-modal-sprite {
    background-image: url(/templates/2.2.16/img/claster-modal.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.claster-modal .sprite-title {
    width: 48px;
    height: 48px;
    background-position: -5px -5px;
    display: none;
}
.claster-modal .top .title div span
{
    color: #e65048;
}
.claster-modal .top .title div {
    color: #222;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 7px 0 0 12px;
}
.claster-modal .top .buttons {
    margin-top: 30px;
}
.claster-modal .top .buttons a:first-of-type
{
    margin-right: 10%;
}
.claster-modal .top .buttons a {
    width: 17.8%;
    height: 36px;
    background: #40b5b8;
    border: 1px solid #3aa8ab;
    border-radius: 30px;
    cursor: pointer;
    margin: 8px 0 0 1%;
    transition: background 0.25s ease, border 0.25s ease;
    position: relative;
    border-radius: 5px;
    width: 44%;
    text-align: center;
}
.claster-modal .top .buttons a:hover {
    background: #0b4647;
    border: 1px solid #0b4647;
}


.claster-modal .top .buttons a.red
{
    border: 1px solid #9e1a20;
    background: #c00f17;
}
.claster-modal .top .buttons a.red:hover
{
    border: 1px solid #89090f;
    background: #89090f;
}
.claster-modal .top .buttons a div {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    margin: 6px 0 0 0;
}

@media (min-width: 1024px)
{
    .claster-modal .top {
        padding: 30px 8% 30px;
    }
}

