<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px) {
    .dropdown-content {display: block;}
    li {margin-bottom: 10px;}
}


.dropdown:hover .dropdown-content {text-align: left;}
.dropdown-content a {display: block;font-size: 14px;padding: 5px;color: #212121;transition: color .3s ease-in-out;}
.dropdown-content a:before {bottom: 0;}
.dropdown-content a:hover {color: #1586e6;}
.menu-mobile {display: none;}

@media (max-width: 991px) {
    .menu-mobile {display: block !important;}
    .dropdown {display: none !important;}
}
.banner-img img{height: auto !important;}
.lazyload, .lazyloading {opacity: 0;}
.lazyloaded {opacity: 1;}
.breadcrumbs li:first-letter {text-transform: uppercase;}

/**download-box**/
.download-box.wn a.btn { height: 40px;text-align: center;-webkit-box-shadow: 1px 10px 24px rgba(55, 178, 245, 0.36);box-shadow: 1px 10px 24px rgba(55, 178, 245, 0.36);border-radius: 20px;background: none;color: #ffffff;font-weight: 400;line-height: 60px;text-transform: uppercase;letter-spacing: 0.9px;display: inline-flex;margin-right: 15px;}
.download-box.wn a.btn:hover { background: #fff;color: #aa80e3; }
/**end download-box**/
/**
search
 */
.break {flex-basis: 100%;height: 0;}
/** end search */


a.btn.install{
    height: 54px;
    border-radius: 40px;
    padding-left: 8px;
    margin-top: 20px;
    background: #6762e3 !important;
    border-radius: 40px !important;
    font-family: "Museo Sans Cyrl 700";
    color: #f4f7ff !important;
    box-sizing: border-box;
    padding-right: 30px;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}</pre></body></html>