.product_link_reviews_page a
{
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
  background: #EFF2FF;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    color: #000 !important;
}

.product_link_reviews_page b
{
    font-size: 18px;
    line-height: 22px;
    color: #777E90;
    font-weight: 500;
    margin-right: 3px;
}


.xs_single_product__reviews
{
    margin-bottom: 60px;
}

.otzovik_count small
{
    font-size: 18px;
}


#xs_product__reviews_page
{
    margin-top: 60px;
}

.xs_product__reviews_page___title
{
    margin-top: 20px;
    text-align: center;
    font-size: 54px;
    line-height: 64px;
    color: #000;
    font-weight: 500;
    margin-bottom: 60px;
}


.xs_product__reviews_page___subtitle
{
    text-align: center;
    font-size: 33px;
    line-height: 41px;
    color: #777E90;
}

.xs_product__reviews_page___title span
{
    color: #120A8F;
}




@media screen and (max-width: 992px)
{
    .xs_product__reviews_page___title {
        font-size: 46px;
        line-height: 56px;
    }

    .xs_product__reviews_page___subtitle {
        font-size: 28px;
        line-height: 36px;
    }
}





@media screen and (max-width: 768px)
{
    .xs_product__reviews_page___title {
        font-size: 33px;
        line-height: 43px;
        color: #000;
        margin-bottom: 40px;
    }

    .xs_product__reviews_page___subtitle {
        text-align: center;
        font-size: 23px;
        line-height: 30px;
        color: #777E90;
    }

    .xs_single_product__reviews___top2 h3
    {
        display: none;
    }

    #xs_product__reviews_page .xs_xs_single_product__reviews___top___mob {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #xs_product__reviews_page h2
    {
        display: none;
    }

     .xs_xs_single_product__reviews___top___mob h2
    {
        display: block !important;
    }

    #xs_product__reviews_page .xs_xs_single_product__reviews___top___mob > div:last-child {
        color: #000;
        font-weight: 500;
    }
    
    #xs_product__reviews_page .xs_xs_single_product__reviews___top___mob > div:last-child span
    {
        font-weight: 400 !important;
        display: inline-block;
    }

    #xs_product__reviews_page  .xs_xs_single_product__reviews___top___mob svg
    {
        margin-left: 12px;
    }


    #xs_product__reviews_page  .xs_xs_single_product__reviews___top___mob > div:first-child
    {
        margin-bottom: 10px;
    }

    .xs_xs_single_product__reviews___top___mob {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 576px)
{
    .product_link_reviews_page a {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .product_link_reviews_page b
    {
        font-size: 14px;
        line-height: 16px;
    }

    .xs_product__reviews_page___title {
            margin-bottom: 20px;
    }

    #xs_product__reviews_page {
        margin-top: 20px;
    }
}




@media screen and (max-width: 460px)
{
    .xs_product__reviews_page___title {
        font-size: 30px;
        line-height: 40px;
    }


    .xs_product__reviews_page___subtitle {
        text-align: center;
        font-size: 21px;
        line-height: 28px;
        color: #777E90;
    }
}




@media screen and (max-width: 420px)
{
    .xs_product__reviews_page___title {
        font-size: 20px;
        line-height: 24px;
       
    }


    .xs_product__reviews_page___subtitle {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        color: #777E90;
    }


    #xs_product__reviews_page {
        margin-top: 20px;
    }
}