<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * NOT TO CHANGE OR DELETE THE COPYRIGHT AND FILE HEADER
 *
 * Copyright (c) 2010-2023, COMPUPROJECT and/or subsidiaries.
 * ALL RIGHTS RESERVED.
 * WEB SITE: &lt;https://compuproject.com&gt;;.
 * E-MAIL: &lt;support@compuproject.com&gt;.
 *
 * Redistribution and use in source and binary forms, with or without modification,
 * are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice,
 * this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 * this list of conditions and the following disclaimer in the documentation
 * and/or other materials provided with the distribution.
 * 3. Neither the name of COMPUPROJECT nor the names of its contributors may be
 * used to endorse or promote products derived from this software without
 * specific prior written permission.
 * 4. The distribution and/or modification of source code must be made under the
 * terms of the GNU General public license as published by the free software
 * Foundation; either version 3 of the license, or (at your option) any later
 * version. You should have received a copy of the GNU General public license
 * along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;;.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 * IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * USE OF THIS SOURCE CODE MEANS THAT YOU WERE INTRODUCED TO ALL THE RIGHTS,
 * STANDARDS AND CONDITIONS MENTIONED ABOVE, WE AGREE THEREWITH AND UNDERTAKE
 * TO COMPLY WITH THEM.
 *
 * IF YOU DISAGREE WITH THE ABOVE RIGHTS, STANDARDS AND CONDITIONS, YOU MAY
 * REFUSE THE USE OF THIS SOURCE CODE.
 */
.item-views.cp_promotions_v2 .previewtext {
    /*display: none;*/
}
.item-views.table-elements.news2.cp_promotions_v2 .item {
    border: 1px solid #f2f2f2;
    box-shadow: none;
}
.item-views.table-elements.news2.cp_promotions_v2 .item .body-info {
    padding: 10px 20px;
    min-height: 75px;
    display: table;
    width: 100%;
}
.item-views.table-elements.news2.cp_promotions_v2 .item .title {
    /*text-align: center;*/
    padding: 0;
    margin: 0;
    /*display: table-cell;*/
    vertical-align: middle;
    height: auto !important;
}
.item-views.table-elements.news2.cp_promotions_v2 .item .title a {
    font-weight: 600;
}

.item-views.cp_promotions_v2 .cp-promo-icon {
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    bottom: 15px;
    right: 20px;
    display: block !important;
}
.item-views.table-elements.cp_promotions .item .body-info .previewtext,
.item-views.table-elements.cp_promotions .item .body-info .previewtext p {
    font-size: 12px;
    line-height: 16px;
}
.item-views.table-elements.cp_promotions .item .period {
    display: block;
    text-align: right;
    font-size: 11px;
    line-height: 14px;
}
.item-views.table-elements.cp_promotions .item .period span {
    font-size: 11px;
    line-height: 14px;
}

.item-views.news2.cp_promotions .bottom_nav .ajax_load_btn{
    display: none;
}

.head-block.top .item-link .title .btn-inline {
    padding: 5px 0 !important;
    margin-bottom: 4px;
}

.head-block.top .bottom_border{
    bottom: -15px !important;
}

#content &gt; div.wrapper_inner.wide_page &gt; div &gt; div &gt; div &gt; div.head-block.top &gt; div &gt; div{
    background-color: #f9f9f9;
}
@media(max-width: 575px) {
    #content &gt; div.wrapper_inner.wide_page &gt; div &gt; div &gt; div &gt; div.head-block.top {
        text-align: center;
    }

    .head-block.top .item-link .title .btn-inline {
        font-size: 0.8em;
        line-height: 1.1em;
    }
}
@media(max-width: 658px) {
    .cp_promotions_v2 .items&gt;div {
        width: 100%;
    }
}</pre></body></html>