update
All checks were successful
Deploy Static Site / deploy (push) Successful in 9m44s

This commit is contained in:
2025-08-01 16:58:46 +04:00
parent e030c30c2c
commit 345ceafa80
108 changed files with 2569 additions and 2238 deletions

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -40,30 +40,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -235,6 +235,7 @@ img {
} }
.footer-mobile { .footer-mobile {
display: flex; display: flex;
justify-content: space-around;
} }
.footer-mobile__list { .footer-mobile__list {
list-style: none; list-style: none;
@ -265,7 +266,9 @@ img {
.mobile-question-popup { .mobile-question-popup {
display: none; display: none;
} }
.footer-wrap {
width: 100%;
}
.question-xs { .question-xs {
display: none; display: none;
} }

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -41,7 +41,6 @@ p {
.container { .container {
display: flex; display: flex;
justify-content: space-between;
width: 100%; width: 100%;
max-width: 1600px; max-width: 1600px;
margin: 0 auto; margin: 0 auto;
@ -150,7 +149,7 @@ h3 {
z-index: 1; z-index: 1;
position: absolute; position: absolute;
right: 15px; right: 15px;
top: 10px; top: 12px;
width: 20px; width: 20px;
height: 20px; height: 20px;
display: block; display: block;
@ -287,6 +286,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
display: flex; display: flex;
align-items: center; align-items: center;
margin: 0; margin: 0;
padding-left: 16px;
} }
.header__navi ul li { .header__navi ul li {
@ -295,7 +295,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
} }
.header__navi ul li + li { .header__navi ul li + li {
margin-right: 36px; margin-right: 32px;
} }
.link-active__square-1 { .link-active__square-1 {
@ -486,6 +486,9 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.hero__search { .hero__search {
display: flex; justify-content: end; width: 100%; border-radius: 8px; display: flex; justify-content: end; width: 100%; border-radius: 8px;
} }
.hero__search a {
display: none;
}
.--header-hidden .sidebar__wrapper { .--header-hidden .sidebar__wrapper {
top: 0; top: 0;
max-height: 100svh; max-height: 100svh;
@ -504,22 +507,30 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
max-width: 520px; max-width: 520px;
padding-left: 30px; padding-left: 30px;
margin-left: 55px; margin-left: 55px;
margin-right: 60px; display: flex;
align-items: center;
} }
} }
@media (min-width: 1100px) {
.search-form__label span{
top: 10px;
}
}
@media (max-width: 900px) { @media (max-width: 900px) {
.hero-wrap { .hero-wrap {
display: flex; justify-content: end; width: 100%; display: flex; justify-content: end; width: 100%; align-items: center;
} }
.hero__search-form { .hero__search-form {
position: absolute; position: absolute;
right: 0; right: 0;
padding-left: 8px; top: 3px;
padding-right: 0; padding-right: 0;
display: flex; display: flex;
width: 0; /* Начальная ширина 0 */ width: 0; /* Начальная ширина 0 */
max-width: 100%; max-width: 100%;
z-index: 10; z-index: 10;
padding-left: 0;
overflow: hidden; /* Скрываем содержимое, когда форма свернута */ overflow: hidden; /* Скрываем содержимое, когда форма свернута */
transition: width 0.35s cubic-bezier(0.77, 0.2, 0.05, 1), transition: width 0.35s cubic-bezier(0.77, 0.2, 0.05, 1),
background 0.35s cubic-bezier(0.77, 0.2, 0.05, 1); background 0.35s cubic-bezier(0.77, 0.2, 0.05, 1);
@ -531,6 +542,14 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
width: 100%; /* Полная ширина при активации */ width: 100%; /* Полная ширина при активации */
max-width: 100%; max-width: 100%;
} }
.hero__search a {
display: block;
}
.sidebar__header a {
display: block;
}
} }
@media (min-width: 900px) and (max-width: 1100px) { @media (min-width: 900px) and (max-width: 1100px) {
.search-form { .search-form {
@ -546,7 +565,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.hero__search-form { .hero__search-form {
position: absolute; position: absolute;
top: -7px; top: -3px;
right: 0; right: 0;
padding-left: 8px; padding-left: 8px;
padding-right: 0; padding-right: 0;
@ -588,6 +607,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.article { .article {
padding-left: 0; padding-left: 0;
padding-top: 0;
width: 100%; width: 100%;
} }
@ -619,6 +639,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
} }
.header__logo { .header__logo {
width: 100%; width: 100%;
display: none;
} }
.header__logo img { .header__logo img {
@ -652,7 +673,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.header .container { .header .container {
padding-top: 12px; padding-top: 12px;
padding-bottom: 11px; padding-bottom: 12px;
} }
.header__logo img { .header__logo img {
@ -744,6 +765,10 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
.hero__side-icon { .hero__side-icon {
display: flex; display: flex;
margin-left: 17px; margin-left: 17px;
flex-shrink: 0;
width: 22px;
height: 18px;
margin-bottom: 2px;
} }
.hero__search form::before { .hero__search form::before {

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -1,10 +1,10 @@
<header class="header <IFNOT_QUICKBPM><%HEADER_THEME_COLOR%></IFNOT_QUICKBPM><IF_QUICKBPM><%QUICK_HEADER_THEME_COLOR%></IF_QUICKBPM>"> <header class="header <IFNOT_QUICKBPM><%HEADER_THEME_COLOR%></IFNOT_QUICKBPM><IF_QUICKBPM><%QUICK_HEADER_THEME_COLOR%></IF_QUICKBPM>">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="<IFNOT_QUICKBPM><%TVAR_HOME_URL%></IFNOT_QUICKBPM><IF_QUICKBPM><%TVAR_HOME_URL_QUICK%></IF_QUICKBPM>"> <a class="header__logo" href="<IFNOT_QUICKBPM><%TVAR_HOME_URL%></IFNOT_QUICKBPM><IF_QUICKBPM><%TVAR_HOME_URL_QUICK%></IF_QUICKBPM>">
<img src="<IFNOT_QUICKBPM><%HREF_LOGO%></IFNOT_QUICKBPM><IF_QUICKBPM><%HREF_LOGO_QUICK%></IF_QUICKBPM>" alt="header logo"> <img src="<IFNOT_QUICKBPM><%HREF_LOGO%></IFNOT_QUICKBPM><IF_QUICKBPM><%HREF_LOGO_QUICK%></IF_QUICKBPM>" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<IFNOT_QUICKBPM> <IFNOT_QUICKBPM>
<%HEADER_LIST%> <%HEADER_LIST%>
@ -12,21 +12,24 @@
<IF_QUICKBPM> <IF_QUICKBPM>
<%HEADER_LIST_QUICK%> <%HEADER_LIST_QUICK%>
</IF_QUICKBPM> </IF_QUICKBPM>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="<IFNOT_QUICKBPM><%TVAR_HOME_URL%></IFNOT_QUICKBPM><IF_QUICKBPM><%TVAR_HOME_URL_QUICK%></IF_QUICKBPM>">
<img src="<IFNOT_QUICKBPM><%HREF_LOGO%></IFNOT_QUICKBPM><IF_QUICKBPM><%HREF_LOGO_QUICK%></IF_QUICKBPM>" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<%YANDEX_SEARCH%> <%YANDEX_SEARCH%>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -29,30 +29,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -43,30 +43,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
<script type="text/javascript"> <script type="text/javascript">
function loadicons() { var icons = new Array(); for (i=0; i<arguments.length; i++) { icons[i] = new Image(); icons[i].src = arguments[i]; } } function loadicons() { var icons = new Array(); for (i=0; i<arguments.length; i++) { icons[i] = new Image(); icons[i].src = arguments[i]; } }
function loadtoc() { loadstate(document.getElementById("toc")); } function loadtoc() { loadstate(document.getElementById("toc")); }

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -46,10 +46,8 @@ const addCanonicalUrl = () => {
}; };
const listUrl = [ const listUrl = [
"/ru/haproxy-postgresql.html",
"/ru/doc_template.docx", "/ru/doc_template.docx",
"/ru/platform-distribution.html", "/ru/platform-distribution.html",
"/ru/help/platform/haproxy-postgresql.html",
"/ru/help/platform/platform-distribution.html", "/ru/help/platform/platform-distribution.html",
"/ru/help/ecm/doc_template.docx", "/ru/help/ecm/doc_template.docx",
]; ];
@ -322,10 +320,10 @@ function prepareContent() {
}); });
} }
const spans = document.querySelectorAll('span'); const spans = document.querySelectorAll("span");
if (spans.length) { if (spans.length) {
spans.forEach(span => { spans.forEach((span) => {
if (span.innerHTML === '&nbsp;') { if (span.innerHTML === "&nbsp;") {
span.remove(); span.remove();
} }
}); });
@ -856,8 +854,6 @@ function getTitleSite() {
} }
// добавляет label, чтобы появились иконки поиска и очискти // добавляет label, чтобы появились иконки поиска и очискти
const currentUrl = window.location.href;
// Общие элементы // Общие элементы
const searchPanel = document.querySelector("#search-panel"); const searchPanel = document.querySelector("#search-panel");
const sidebar = document.querySelector("#sidebar"); const sidebar = document.querySelector("#sidebar");
@ -893,15 +889,11 @@ document.addEventListener('click', (e) => {
} }
// Закрываем боковое меню, если клик был не по нему // Закрываем боковое меню, если клик был не по нему
if (!e.target.closest("#sidebar") && sideMenu.classList.contains('show-side-menu')) { if (!e.target.closest("#sidebar") && sidebar.classList.contains('show-side-menu')) {
sidebar.classList.remove('show-side-menu'); sidebar.classList.remove('show-side-menu');
} }
}); });
const currentUrl = window.location.href;
// Если есть кнопка закрытия внутри меню, можно добавить:
document.querySelector('#close-side-menu')?.addEventListener('click', () => {
document.querySelector("#side-menu").classList.remove('show-side-menu');
});
if ( if (
/elma365.com\/ru\/help/i.test(currentUrl) || /elma365.com\/ru\/help/i.test(currentUrl) ||
@ -919,7 +911,6 @@ if (
if (searchIcon) { if (searchIcon) {
searchIcon.addEventListener("click", (evt) => { searchIcon.addEventListener("click", (evt) => {
evt.preventDefault(); evt.preventDefault();
searchPanel.classList.add("mobsearch")
searchPanel.classList.toggle("show-search-panel"); searchPanel.classList.toggle("show-search-panel");
setTimeout(() => searchInput.focus(), 500); setTimeout(() => searchInput.focus(), 500);

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -41,30 +41,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

View File

@ -42,30 +42,33 @@
<header class="header elma-365"> <header class="header elma-365">
<div class="container"> <div class="container">
<div class="nav-container"> <div class="nav-container">
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help"> <a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo"> <img src="./logo.svg" alt="header logo">
</a> </a>
<div class="nav-wrap">
<div class="header__navi"> <div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul> <ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap"> <div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%"> <div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon"> <button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string"> <img src="search-icon-white.svg" alt="search string">
</button> </button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div> <div class="hero__search-form" id="search-panel"> <form class="search-form"> <label class="search-form__label"> <span id="reset-search" class="search__icon"></span> <input class="search-form__input" type="text"> </label> <input class="search-form__submit" type="submit" value="Submit"> </form> </div>
</div> </div>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon"> <a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu"> <img src="side_menu.svg" alt="side menu">
</a> </a>
</div> </div>
</div> </div>
</div>
</div>
</div>
</header> </header>

Some files were not shown because too many files have changed in this diff Show More