﻿@charset "utf-8";
:root{--color:#1e489d}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
@media (min-width:1081px){li#liproducts:hover .submenu.nav0{display:flex!important}
li#liproducts .submenu.nav0{flex-wrap:wrap;width:720px;max-width:inherit;left:-200px}
li#liproducts .submenu.nav0>li{width:50%;}}
.feature-list{counter-reset:feature-counter;list-style:none;padding-left:0;margin:13px 0;display:flex;flex-direction:column;gap:8px;}
.feature-list li{display:flex;align-items:flex-start;counter-increment:feature-counter;}
.feature-list li::before{content:counter(feature-counter,decimal-leading-zero) ".";margin-right:12px;}
.head-top .head-contact i, .head-top .head-contact em{color:#fff}