/**
 * @package Helix 3 Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/subset-SegoePrint-Bold.eot');
    src: url('../fonts/subset-SegoePrint-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SegoePrint-Bold.woff2') format('woff2'),
        url('../fonts/subset-SegoePrint-Bold.woff') format('woff'),
        url('../fonts/subset-SegoePrint-Bold.ttf') format('truetype'),
        url('../fonts/subset-SegoePrint-Bold.svg#SegoePrint-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/subset-SegoePrint.eot');
    src: url('../fonts/subset-SegoePrint.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SegoePrint.woff2') format('woff2'),
        url('../fonts/subset-SegoePrint.woff') format('woff'),
        url('../fonts/subset-SegoePrint.ttf') format('truetype'),
        url('../fonts/subset-SegoePrint.svg#SegoePrint') format('svg');
    font-weight: normal;
    font-style: normal;
}

#sp-header {
    background: rgb(100%, 100%, 100%, 0.7);
}
.sp-megamenu-parent {
    float: none;
    text-align: center;
}
.sp-megamenu-parent {
    font-family: Caveat, sans-serif;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}
#sp-footer {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    //text-align: left;
    padding: 5px 0
}
.fa {
    float: right;
    margin-top: 33px;
    padding-left: 15px;
    margin-right: -15px;
}
.fa-circle::before {
    font-size: 8px;
}
.sicial-m { 
    background: url(https://www.lilack.ru/images/m.png) no-repeat 50% 50%;  
    display: block;
    width: 29px; 
    height: 29px;
}

.sicial-m:hover { 
    background: url(https://www.lilack.ru/images/m-a.png) no-repeat 50% 50%;
    border-radius: 100%;
}
.sicial-v { 
    background: url(https://www.lilack.ru/images/v.png) no-repeat 50% 50%;  
    display: block;
    width: 29px; 
    height: 29px;
}

.sicial-v:hover { 
    background: url(https://www.lilack.ru/images/v-a.png) no-repeat 50% 50%;
    border-radius: 100%;
}
.sicial-i { 
    background: url(https://www.lilack.ru/images/i.png) no-repeat 50% 50%;  
    display: block;
    width: 29px; 
    height: 29px;
}

.sicial-i:hover { 
    background: url(https://www.lilack.ru/images/i-a.png) no-repeat 50% 50%;
    border-radius: 100%;
}
.sicial-y { 
    background: url(https://www.lilack.ru/images/y.png) no-repeat 50% 50%;  
    display: block;
    width: 63px; 
    height: 29px;
}

.sicial-y:hover { 
    background: url(https://www.lilack.ru/images/y-a.png) no-repeat 50% 50%; 
}