/*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;  }*/
.msk-tmp-adr {
    padding: 10px 10px;
    text-align: center;
    border: 2px solid red;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 18px;
}
.history.item-views.list .item {
    background: #f6f7f8;
    margin-bottom: 10px;
    position: relative;
    border: none;
}
.history.item-views.list .item .title {
    padding: 16px 0;
    font-weight: 500;
    float: left;
    text-align: center;
    width: 121px;
    margin: 0;
    font-size: 30px;
    line-height: 44px;
}
.history.item-views .title {
    color: #0088cc;
}
.history.item-views.list .item .info {
    background: none repeat scroll 0 0 #eceff1;
    margin-left: 121px;
    padding: 24px 10px;
}
.history.item-views.list .item .image {
    margin: 0;
    padding-right: 9px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    text-align: center;
    width: 100%;
}
.history.item-views.list .item .image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.gap {
    gap: var(--gap);
}

.gap--20 {
    --gap: 20px;
}
@media (min-width: 992px) {
    .history.item-views.list .col-md-8 {
        width: 65.666667%;
    }
}