/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.logo_and_menu-row .search .search-input {
    font-size: 0.92em !important;
    border: 1px solid #9AC953 !important;
}

.drag-block.container .content_wrapper_block, .drag-block.container &gt; div[id*='bx_incl'] &gt; .content_wrapper_block {
    border-bottom: none !important;
}
.fakeH3{
    margin-bottom: 1.533rem;
    font-weight: bold;
}
.mainTitle .maxwidth-theme{
    background: #f9f9fa!important;
}
.mainTitle{
    padding: 40px 0 20px;
    background: #f9f9fa;
}
.mainTitle h1{
    text-align: center;
    font-size: 23px!important;
}
.noH3{
    font-size: inherit!important;
    font-weight: inherit!important;
    margin: 0!important;
}
.item-views.company .text-block .item .item-inner .h3 {
    margin: 20px 0px 32px;
    color: #000;
    font-weight: bold;
}
.h3 {
    color: #000;
    font-weight: bold;
}
.seoTagsLinks{
    min-height: 10px;
}
.tagsTitle{
    font-weight: bold;
    color: #009846;
}
.tagsLink{
    background: #eee;
    padding: 5px 10px;
    border-radius: 50px;
    color: #000;
    font-size: 13px;
}

.seoTagsLinks {
    display: flex;
    max-height: 160px;
    overflow: hidden;
    flex-wrap: wrap;
    margin: 0 -10px;
}
@media(max-width: 575px){
    .seoTagsLinks{
        max-height: 140px;
    }
}
.seoTagsLinks.open{
    max-height: unset;
}
.seoTagsLinks > *:first-child {
    margin-top: 0
}

.tagsTitle {
    display: inline-block;
    padding: 0 10px;
    margin: 5px 0 6px;
}
.seoTagsLinks .clear{
    height: 15px;
}
.seoTagsLinks .clear:first-of-type{
    height: 0;
}
.tagsLink {
    display: inline-flex;
    margin: 0 5px 10px;
    transition: all .3s ease;
}

.tagsLink:hover {
    background-color: #009846;
    color: #fff;
}
.seoTagsLinks__toggle {
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}

.seoTagsLinks__toggle span {
    border-bottom: 1px dashed currentColor;
    transition: all .3s ease;
}

.seoTagsLinks__toggle span:hover {
    border-color: transparent;
}
.seoTagsLinks__toggle i {
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.seoTagsLinks__toggle .seoTagclose {
    display: none;
}
.seoTagsLinks__toggle.open .seoTagopen {
    display: none;
}
.seoTagsLinks__toggle.open .seoTagclose {
    display: inline;
}
.seoTagsContent .seoTagsLinks__toggle{
    display: none;
}
.seoTagsContent .seoTagsLinks__toggle.has-child {
    display: block;
}
.detail.blog .blogRating {
    margin-bottom: 16px;
}

.detail.blog .blogRating .votes_block, .detail.blog .blogRating .inner_rating {
    display: flex;
    justify-content: flex-end
}

.detail.blog .blogRating .votes_block.nstar .ratings .item-rating {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.phone .more_phone .fakeLink {
    padding: 18px 22px 18px;
    display: block;
    white-space: nowrap;
    color: #222;
}
.phone .more_phone .fakeLink span {
    display: block;
    font-size: .8em;
    font-weight: 400;
    padding-top: 6px;
    color: #999;
    white-space: normal;
}
.showAll{
    text-align: center;
    padding: 20px 10px;
    margin-top: 20px;
    border: 1px solid #eee;
    cursor: pointer;
}