.modal-gallery-product .modal-header,
.modal-gallery-product .modal-body {
    padding: 0;
}
.modal-gallery-product .images-container > ul.product-tab {
    padding-top: 30px;
}
.mat-for-prod img {
    width: 60px;
    border-radius: 50%;
    border: 1px solid #878787;
}
#logo > a {
    padding: 10px 30px;
    display: inline-block;
}
.mat-for-prod {
    position: relative;
}
#description a:hover {
    cursor: text;
    color: #666666;
}
.mat-for-prod.active:after {
    /*content: "\f00c";
    display: inline-block;
    font: normal normal normal 36px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 13px;
    left: 13px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;*/
}
span.title-img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
}
.comment-error > div {
    color: red;
    margin-bottom: 20px;
}
.featured-product > .tab-content {
    display: inline-block;
    width: 100%;
}
.variant-links .circle {
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0 5px;
}
.breadcrumb > ol {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mappoint {
    padding: 5px;
}

.mappoint:hover, .mappoint.active {
    -webkit-box-shadow: 0px 0px 3px #909090;
    -moz-box-shadow: 0px 0px 3px #909090;
    box-shadow: 0px 0px 3px #909090;
}

#the-basics-search-tm {
    /*text-align: center;*/
    margin-bottom: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#the-basics-search-tm input.typeahead {
    width: 100%;
    padding: 5px 25px 5px 10px;
    border: 1px solid rgba(55, 110, 52, 0.11);
    background: rgba(75, 120, 35, 0.03);
    border-radius: 4px;
}
#the-basics-search-tm > .fa {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #1f4b56;
}
.twitter-typeahead {
    width: 100%;
}
#the-basics-search-tm input.typeahead::placeholder { /* Firefox, Chrome, Opera */
    color: #1f4b56;
}

#the-basics-search-tm input.typeahead:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1f4b56;
}

#the-basics-search-tm input.typeahead::-ms-input-placeholder { /* Microsoft Edge */
    color: #1f4b56;
}

.page-link {
    color: #1f4b56;
}
.page-item.disabled .page-link {
    color: #cccccc;
}
.js-qv-mask > div.active {
    cursor: pointer;
}
.js-qv-mask > div.active:hover {
    opacity: 0.6;
}
.js-qv-mask > div.active:hover:before {
    content: 'увеличить';
    margin-top: 35%;
    margin-left: 40%;
    position: absolute;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
}
.tt-menu {
    position: absolute;
    top: 95%;
    left: 2.5%;
    z-index: 100;
    display: none;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 1px green;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-menu.is-open {
    display: block;
}

.Typeahead-selectable {
    cursor: pointer;
}

.Typeahead-selectable + .Typeahead-selectable {
    border-top: 1px solid #ccd6dd;
}

/* ProfileCard */

.ProfileCard {
    position: relative;
    padding: 8px;
    display: inline-block;
    width: 50%;
}

.ProfileCard-avatar {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 52px;
    /*border: 2px solid #ccd6dd;
    border-radius: 5px;*/
}

.ProfileCard:hover .ProfileCard-avatar {
    border-color: #f5f8fa;
}

.ProfileCard-details {
    /*min-height: 60px;
    padding-left: 60px;*/
}

.ProfileCard-realName,
.ProfileCard-screenName {
    display: inline-block;
}

.ProfileCard-realName {
    font-weight: 700;
}

.ProfileCard-screenName {
    color: #8899a6;
}

.ProfileCard-description {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
}

.ProfileCard-stats {
    /*float: right;
    text-align: right;*/
}

.ProfileCard-stat {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.ProfileCard-stat-label {
    color: #8899a6;
    font-weight: 500;
}

.ProfileCard-stat + .ProfileCard-stat {
    margin-left: 5px;
}

.ProfileCard:hover,
.ProfileCard.is-active {
    color: #fff;
    background: #1f4b56;
}

.ProfileCard:hover .ProfileCard-screenName,
.ProfileCard:hover .ProfileCard-stat-label,
.ProfileCard.is-active .ProfileCard-screenName,
.ProfileCard.is-active .ProfileCard-stat-label {
    color: #fff;
}
.section-ug > div {
    text-align: center;
    margin-bottom: 20px;
}
.to-bay-nav ul.pagination {
    display: inline-block;
}
.to-bay-nav ul.pagination .page-item {
    float: left;
}
/* EmptyMessage */

.EmptyMessage {
    position: relative;
    padding: 10px;
    font-size: initial;
    line-height: 30px;
    text-align: center;

}
@media (min-width: 992px) and (max-width: 1199px) {
    .pagination_alfa_num_fixed{
        width: 992px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #the-basics-search-tm {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #the-basics-search-tm {
        width: 100%;
    }
}
