<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-2019, COMPUPROJECT and/or subsidiaries.
 * ALL RIGHTS RESERVED.
 * WEB SITE: &lt;https://compuproject.com&gt;.
 * E-MAIL: &lt;info@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.
 *
 */

@media(max-width: 767px) {
    .modal_apelsin.contacts_modal.contact_form_feedback {
        top: 5% !important;
    }

}

.modal_apelsin.contacts_modal.contact_form_feedback {
    display: none;
    box-shadow: rgb(100, 100, 100) 0px 0px 3px 0px;
}

.d_none{
    display: none;
}

.z0{
    z-index: 0 !important;
}

.contacts_holiday{
    padding-left: 18px;
    font-size: 13px;
    color:#666;
}
.contacts_holiday_date{
    color: #ff9000;
    font-weight: 600;
}

.contacts_shedule .schedule_status_item .schedule_status_wrapper{
    padding-left: 12px;
}

@media(max-width: 575px) {
    .contacts_shedule .muted {
        padding-left: 24px;
    }
}

@media(min-width: 576px) {
    .contacts_holiday{
        font-size: 13px;
    }

    .contacts_shedule .muted{
        padding-right: 20px;
    }
}
@media(max-width: 576px) {
    .contacts_btn_section{
        padding-top: 10px;
    }
}

.SHOP_FEATURES_CREDIT::before,.SHOP_FEATURES_OPT::before,.SHOP_FEATURES_DELIVERY_POINT::before,.SHOP_FEATURES_TERMINAL::before{
    content: "";
    background-image: url(/local/templates/apls_aspro_next/components/bitrix/news.list/contacts_restyle/img/shop_korzina.png);
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
}

.SHOP_FEATURES_CREDIT::before{
    background-image: url(/local/templates/apls_aspro_next/components/bitrix/news.list/contacts_restyle/img/GL_NEWS_Icons2.png);
}

.SHOP_FEATURES_OPT::before{
    background-image: url(/local/templates/apls_aspro_next/components/bitrix/news.list/contacts_restyle/img/GL_NEWS_Icons3.png);
}

.SHOP_FEATURES_DELIVERY_POINT::before{
    background-image: url(/local/templates/apls_aspro_next/components/bitrix/news.list/contacts_restyle/img/GL_NEWS_Icons1.png);
}

.SHOP_FEATURES_TERMINAL::before{
    background-image: url(/local/templates/apls_aspro_next/components/bitrix/news.list/contacts_restyle/img/GL_NEWS_Icons6.png);
}

.contacts_holiday_info{
    padding-left: 12px !important;
}

.contacts_comments{
    color: #666;
    font-size: 13px;
    display: flex;
}
.contacts_comments i{
    color: #ff9000;
    font-size: 15px;
    margin-top: 6px;
}
.openSoon{
    background-color: #ff9000;
    text-align: center;
}
.openSoon &gt; p{
    color: white;
    font-weight: 500;
    margin: 0 auto;
    padding: 5px;
    line-height: 1.2em;
}</pre></body></html>