header-inova

This commit is contained in:
2026-06-01 15:24:28 +03:30
parent 22e241a881
commit 494ede03fd
6 changed files with 1160 additions and 346 deletions

View File

@@ -6,20 +6,202 @@
<link rel="stylesheet" href="./src/core/stylesheet/core.css" /> <link rel="stylesheet" href="./src/core/stylesheet/core.css" />
<link rel="stylesheet" href="./src/assets/css/footer.css" /> <link rel="stylesheet" href="./src/assets/css/footer.css" />
<link rel="stylesheet" href="./src/assets/css/footer-responsive.css" /> <link rel="stylesheet" href="./src/assets/css/footer-responsive.css" />
<script type="module" src="./src/assets/js/header.js" defer></script>
<title></title> <title></title>
</head> </head>
<body> <body>
<div id="root"> <div id="root">
<header class="header">
<div class="header-container">
<!-- Logo -->
<div class="header-logo">
<svg aria-hidden="true" width="150px" height="50px">
<use href="./src/assets/icons/portfolioP.svg#inova-logo-en"></use>
</svg>
</div>
<!-- Desktop Menu -->
<nav class="header-nav">
<ul class="header-menu">
<li><a href="">خدمات</a></li>
<li><a href="">نمونه کارها</a></li>
<li><a href="">درباره ما</a></li>
<li><a href="">تماس با ما</a></li>
</ul>
</nav>
<!-- Desktop number -->
<div class="header-left">
<a href="tel:+989121234567" class="header-phone">
<span>021-91096311</span>
<svg aria-hidden="true" width="24px" height="24px">
<use href="./src/assets/icons/portfolioP.svg#phone2"></use>
</svg>
</a>
<button class="header-user-btn" aria-label="User">
<svg aria-hidden="true" width="48px" height="48px">
<use href="./src/assets/icons/portfolioP.svg#profile-icon"></use>
</svg>
</button>
</div>
<!-- Mobile Hamburger -->
<button class="header-menu-toggle" aria-label="Open Menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
<!-- Mobile Menu -->
<div class="header-mobile-menu">
<div class="header-mobile-top">
<button class="header-mobile-close">
<svg aria-hidden="true" width="48px" height="48px">
<use href="./src/assets/icons/portfolioP.svg#closemenu"></use>
</svg>
</button>
<div class="header-mobile-logo">
<svg aria-hidden="true" width="48px" height="48px">
<use href="./src/assets/icons/portfolioP.svg#inova-logo3"></use>
</svg>
</div>
<button class="header-user-btn" aria-label="User">
<svg aria-hidden="true" width="48px" height="48px">
<use href="./src/assets/icons/portfolioP.svg#profile-icon"></use>
</svg>
</button>
</div>
<!-- Menu -->
<nav class="header-mobile-nav">
<a href="#">
<div class="header-mobile-nav-hover">
<svg class="menuicon phoneicon" aria-hidden="true" width="20px" height="20px">
<use href="./src/assets/icons/portfolioP.svg#housemenu"></use>
</svg>
<span class="header-mobile-item"> خانه </span>
</div>
<svg aria-hidden="true" width="20px" height="20px">
<use href="./src/assets/icons/portfolioP.svg#chevron-left"></use>
</svg>
</a>
<a href="#">
<div class="header-mobile-nav-hover">
<svg class="menuicon phoneicon" aria-hidden="true" width="20px" height="20px">
<use href="./src/assets/icons/portfolioP.svg#foldermenu"></use>
</svg>
<span class="header-mobile-item"> نمونه کارها </span>
</div>
<svg aria-hidden="true" width="20px" height="20px">
<use href="./src/assets/icons/portfolioP.svg#chevron-left"></use>
</svg>
</a>
<a href="#">
<div class="header-mobile-nav-hover">
<svg class="menuicon phoneicon" aria-hidden="true" width="20px" height="20px">
<use href="./src/assets/icons/portfolioP.svg#usermenu"></use>
</svg>
<span class="header-mobile-item">
درباره ما
</span>
</div>
<svg aria-hidden="true" width="20px" height="20px">
<use href="./src/assets/icons/portfolioP.svg#chevron-left"></use>
</svg>
</a>
<a href="#">
<div class="header-mobile-nav-hover">
<svg class="menuicon phoneicon" aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/portfolioP.svg#phone3"></use>
</svg>
<span class="header-mobile-item">
تماس با ما
</span>
</div>
<svg aria-hidden="true" width="20px" height="20px">
<use href="./src/assets/icons/portfolioP.svg#chevron-left"></use>
</svg>
</a>
</nav>
<!-- CTA -->
<a href="#" class="header-mobile-consultation"> درخواست مشاوره </a>
<!-- Footer -->
<div class="header-mobile-footer">
<a href="tel:+9891291096311" class="header-mobile-phone">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/portfolioP.svg#headphone"></use>
</svg>
<span>021-91096311</span>
</a>
<div class="header-mobile-socials">
<div class="social-links">
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/portfolioP.svg#instagram1"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/portfolioP.svg#telegram1"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/portfolioP.svg#linkedin1"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/portfolioP.svg#twitter1"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/portfolioP.svg#youtube1"></use>
</svg>
</a>
</div>
</div>
</div>
</div>
</header>
<footer class="footer"> <footer class="footer">
<div class="footer-bottom-line"></div> <div class="footer-bottom-line"></div>
<div class="container"> <div class="container">
<div class="footer-cta"> <div class="footer-cta">
<div class="footer-cta-content"> <div class="footer-cta-content">
<img class="footer-imga" src="./public/images/Group.png" alt="footer" /> <img class="footer-imga" src="./public/images/Group.png" alt="footer" />
<img class="footer-imgb" src="/public/images/Ñëîé_10.png" alt="footer"/> <img class="footer-imgb" src="./public/images/Ñëîé_10.png" alt="footer" />
<img class="footer-imgc" src="/public/images/Vector (1).png" alt="footer"/> <img class="footer-imgc" src="./public/images/Vector (1).png" alt="footer" />
<img class="footer-imgd" src="/public/images/Vector.png" alt="footer"/> <img class="footer-imgd" src="./public/images/Vector.png" alt="footer" />
<div class="footer-cta-txt"> <div class="footer-cta-txt">
<h2>برای شروع آماده‌اید؟</h2> <h2>برای شروع آماده‌اید؟</h2>
<p>خلاقیت و نوآوری منتظر شماست. برای رشد برند خود اکنون اقدام کنید.</p> <p>خلاقیت و نوآوری منتظر شماست. برای رشد برند خود اکنون اقدام کنید.</p>
@@ -28,7 +210,7 @@
<a href="/consultation" class="footer-cta-btn"> <a href="/consultation" class="footer-cta-btn">
<span>درخواست جلسه مشاوره </span> <span>درخواست جلسه مشاوره </span>
<svg aria-hidden="true" width="20px" height="24px"> <svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#phone"></use> <use href="./src/assets/icons/portfolioP.svg#phone"></use>
</svg> </svg>
</a> </a>
</div> </div>
@@ -37,7 +219,7 @@
<div class="footer-container"> <div class="footer-container">
<div class="footer-column footer-one"> <div class="footer-column footer-one">
<svg aria-hidden="true" width="140px" height="60px"> <svg aria-hidden="true" width="140px" height="60px">
<use href="./src/assets/icons/footer.svg#inova-logo"></use> <use href="./src/assets/icons/portfolioP.svg#inova-logo"></use>
</svg> </svg>
<p class="footer-column-txt"> <p class="footer-column-txt">
@@ -48,37 +230,37 @@
<div class="social-links"> <div class="social-links">
<a href="" target="_blank"> <a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px"> <svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#instagram"></use> <use href="./src/assets/icons/portfolioP.svg#instagram"></use>
</svg> </svg>
</a> </a>
<a href="" target="_blank"> <a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px"> <svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#telegram"></use> <use href="./src/assets/icons/portfolioP.svg#telegram"></use>
</svg> </svg>
</a> </a>
<a href="" target="_blank"> <a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px"> <svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#linkedin"></use> <use href="./src/assets/icons/portfolioP.svg#linkedin"></use>
</svg> </svg>
</a> </a>
<a href="" target="_blank"> <a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px"> <svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#twitter"></use> <use href="./src/assets/icons/portfolioP.svg#twitter"></use>
</svg> </svg>
</a> </a>
<a href="" target="_blank"> <a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px"> <svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#youtube"></use> <use href="./src/assets/icons/portfolioP.svg#youtube"></use>
</svg> </svg>
</a> </a>
<a href="" target="_blank"> <a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px"> <svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#aparat"></use> <use href="./src/assets/icons/portfolioP.svg#aparat"></use>
</svg> </svg>
</a> </a>
</div> </div>
@@ -90,32 +272,33 @@
<ul> <ul>
<li class="footer-icon-two"> <li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px"> <svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#phone"></use> <use href="./src/assets/icons/portfolioP.svg#phone"></use>
</svg> </svg>
<a href="/contact">تلفن: 91096311-021</a> <a href="/contact">تلفن: 91096311-021</a>
</li> </li>
<li class="footer-icon-two"> <li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px"> <svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#email"></use> <use href="./src/assets/icons/portfolioP.svg#email"></use>
</svg> </svg>
<a href="Info@inova-agency.net"> ایمیل: Info@inova-agency.net </a> <a href="Info@inova-agency.net"> ایمیل: Info@inova-agency.net </a>
</li> </li>
<li class="footer-icon-two"> <li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px"> <svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#codeposti"></use> <use href="./src/assets/icons/portfolioP.svg#codeposti"></use>
</svg> </svg>
<div>کد پستی: 1518633969</div> <div>کد پستی: 1518633969</div>
</li> </li>
<li class="footer-icon-two"> <li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px"> <svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#location"></use> <use href="./src/assets/icons/portfolioP.svg#location"></use>
</svg> </svg>
<div> <div>
تهران، بلوار نلسون ماندلا (جردن)، پایین تر از جهان کودک، خیابان ناوک، پلاک 12، تهران، بلوار نلسون ماندلا (جردن)، پایین تر از جهان کودک، خیابان ناوک، پلاک 12،
طبقه سوم، واحد 8</div> طبقه سوم، واحد 8
</div>
</li> </li>
</ul> </ul>
</div> </div>
@@ -137,20 +320,24 @@
<ul> <ul>
<li class="footer-icon-three"> <li class="footer-icon-three">
<svg aria-hidden="true" width="30px" height="24px"> <svg aria-hidden="true" width="30px" height="24px">
<use href="./src/assets/icons/footer.svg#mojavez2"></use> <use href="./src/assets/icons/portfolioP.svg#mojavez2"></use>
</svg> </svg>
<a href="" target="_blank"> دارای مجوز رسمی از نظام صنفی رایانه‌ای </a> <a href="" target="_blank"> دارای مجوز رسمی از نظام صنفی رایانه‌ای </a>
</li> </li>
<li class="footer-icon-three"> <li class="footer-icon-three">
<svg aria-hidden="true" width="30px" height="24px"> <svg aria-hidden="true" width="30px" height="24px">
<use href="./src/assets/icons/footer.svg#mojavez3"></use> <use href="./src/assets/icons/portfolioP.svg#mojavez3"></use>
</svg> </svg>
<a href="" target="_blank"> عضو انجمن صنفی کسب‌وکارهای اینترنتی </a> <a href="" target="_blank"> عضو انجمن صنفی کسب‌وکارهای اینترنتی </a>
</li> </li>
<li class="footer-icon-three"> <li class="footer-icon-three">
<img class="ershad-logo" src="./public/images/DigitalPublish 1.png" alt="ershad"/> <img
class="ershad-logo"
src="./public/images/DigitalPublish 1.png"
alt="ershad"
/>
<a href="" target="_blank"> دارای مجوز نشر برخط از وزارت ارشاد اسلامی </a> <a href="" target="_blank"> دارای مجوز نشر برخط از وزارت ارشاد اسلامی </a>
</li> </li>
</ul> </ul>

View File

@@ -18,6 +18,54 @@
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.header-container {
position: relative;
padding: 14px 16px;
display: flex;
justify-content: center;
align-items: center;
}
/* لوگو وسط واقعی */
.header-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.header-logo img {
height: 36px;
}
/* کاربر سمت چپ */
.header-left {
position: absolute;
left: 16px;
}
.header-phone {
display: none;
}
/* منو سمت راست */
.header-menu-toggle {
display: flex;
position: absolute;
right: 16px;
}
/* مخفی شدن منوی دسکتاپ */
.header-nav {
display: none;
}
.footer-imgb , .footer-imga{ .footer-imgb , .footer-imga{
display: none; display: none;
} }

View File

@@ -1,3 +1,234 @@
/* ===== Header ===== */
.header {
position: relative;
width: 100%;
background: #fff;
border-bottom: 1px solid #eee;
z-index: 1000;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
height: 84px;
display: flex;
align-items: center;
}
/* ===== Left Section ===== */
.header-left {
display: flex;
align-items: center;
gap: 16px;
}
.header-phone {
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #0a8ed8;
font-size: 13px;
font-weight: 400;
line-height: 1.8;
}
.header-user-btn {
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: none;
cursor: pointer;
}
/* ===== Menu ===== */
.header-nav {
margin-left: auto;
margin-right: 48px;
}
.header-menu {
display: flex;
align-items: center;
gap: 30px;
list-style: none;
margin: 0;
padding: 0;
}
.header-menu a {
text-decoration: none;
color: var(--color-title);
font-size: 15px;
font-weight: 400;
}
.header-menu a:hover {
color: var(--color-primary);
}
/* ===== Logo ===== */
.header-logo img {
display: block;
height: 42px;
}
.header-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
/* ===== Hamburger ===== */
.header-menu-toggle {
display: none;
width: 48px;
height: 48px;
border: none;
background: transparent;
cursor: pointer;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4px;
}
.header-menu-toggle span {
width: 16px;
height: 2px;
background: var(--color-text);
border-radius: 50px;
}
/* ===== Mobile Menu ===== */
.header-mobile-menu {
position: fixed;
inset: 0;
background: #ffffff;
display: none;
flex-direction: column;
z-index: 900;
}
.header-mobile-menu.active {
display: flex;
}
.header-mobile-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px;
}
.header-mobile-logo img {
height: 60px;
}
.header-mobile-close {
border: none;
background: transparent;
font-size: 34px;
cursor: pointer;
}
.header-mobile-nav {
display: flex;
flex-direction: column;
gap: 24px;
padding: 20px 24px;
}
.header-mobile-nav a {
display: flex;
align-items: center;
text-decoration: none;
color: #444;
}
.header-mobile-nav-hover {
display: flex;
margin-left: auto;
}
.header-mobile-item {
display: flex;
align-items: center;
font-size: 15px;
font-weight: bold;
color: var(--color-text);
}
.header-mobile-item :hover {
color: var(--color-primary);
}
.header-mobile-arrow {
font-size: 30px;
}
.header-mobile-consultation {
padding: 8px 12px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
background: var(--color-primary);
color: #fff;
font-weight: bold;
font-size: 15px;
line-height: 1.7;
margin: 24px 20px;
}
.header-mobile-footer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.header-mobile-socials {
display: flex;
gap: 18px;
}
.header-mobile-phone {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
color: #444;
}
.menuicon {
margin-left: 8px;
}
.phoneicon use {
stroke: #505068;
}
/* .phoneicon:hover use , a:hover .header-mobile-item {
stroke: var(--color-primary);
color: var(--color-primary);;
} */
.header-mobile-nav-hover:hover .header-mobile-item,
.header-mobile-nav-hover:hover .phoneicon use {
color: #0274b3;
stroke: var(--color-primary);
}
/* =========================================footer==================================== */
footer > .container { footer > .container {
max-width: 1240px; max-width: 1240px;
padding: 0 20px; padding: 0 20px;
@@ -10,7 +241,6 @@ footer > .container {
color: #9ea0a7; color: #9ea0a7;
position: relative; position: relative;
padding-top: 141px; padding-top: 141px;
} }
.footer-cta { .footer-cta {
@@ -21,7 +251,7 @@ footer > .container {
/* transform: translateY(-60%); */ /* transform: translateY(-60%); */
} }
.footer-cta-content { .footer-cta-content {
background: #0274B2 ; background: #0274b2;
border-radius: 10px; border-radius: 10px;
padding: 37px 48px; padding: 37px 48px;
display: flex; display: flex;
@@ -75,13 +305,13 @@ footer > .container {
top: 0; top: 0;
left: 0; left: 0;
} }
.footer-imgc , .footer-imgd{ .footer-imgc,
.footer-imgd {
display: none; display: none;
} }
.footer-cta-btn:hover { .footer-cta-btn:hover {
transform: translateY(-3px); transform: translateY(-3px);
} }
.footer-container { .footer-container {
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -93,7 +323,6 @@ footer > .container {
flex-direction: column; flex-direction: column;
gap: 16px; gap: 16px;
} }
.footer-icon-two, .footer-icon-two,
.footer-icon-three { .footer-icon-three {
display: flex; display: flex;
@@ -136,7 +365,6 @@ footer > .container {
width: 48px; width: 48px;
height: 1.5px; height: 1.5px;
background: #03aeff; background: #03aeff;
/* margin-bottom:16px; */
} }
.footer-column ul { .footer-column ul {
list-style: none; list-style: none;
@@ -159,7 +387,6 @@ footer > .container {
.footer-column a:hover { .footer-column a:hover {
color: #03aeff; color: #03aeff;
} }
.footer-logo { .footer-logo {
width: 150px; width: 150px;
margin-bottom: 20px; margin-bottom: 20px;
@@ -172,7 +399,7 @@ footer > .container {
} }
.social-links { .social-links {
display: flex; display: flex;
gap: 16px; gap: 8px;
} }
.social-links a { .social-links a {
width: 32px; width: 32px;

View File

@@ -1,292 +1,5 @@
<svg> <svg>
<symbol
id="inova-logo"
width="140"
height="60"
viewBox="0 0 140 60"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M95.2295 25.6206C95.2295 14.7436 102.944 5.95192 113.295 4.56899C124.46 3.07891 134.91 10.8884 136.509 22.0174C137.47 28.7257 135.61 34.6146 130.944 39.573C129.991 40.5849 128.67 40.7872 127.593 40.1305C126.116 39.2317 125.886 37.2853 127.118 36.0015C129.016 34.0502 130.373 31.6384 131.055 29.0035C133.323 20.3269 127.527 11.3448 118.69 9.85867C110.005 8.39438 101.918 14.196 100.648 22.9162C99.92 27.9202 101.394 32.3031 104.88 35.9837C106.362 37.5491 105.745 39.9519 103.712 40.446C103.275 40.5661 102.813 40.5645 102.377 40.4414C101.941 40.3183 101.547 40.0784 101.237 39.7476C98.2318 36.7381 96.2386 32.8669 95.535 28.6722C95.3579 27.6639 95.2557 26.6439 95.2295 25.6206Z"
fill="#03AEFF"
/>
<path
d="M115.97 45.907C113.61 45.916 111.266 45.5131 109.044 44.7165C107.536 44.1828 106.792 42.7622 107.278 41.3336C107.764 39.905 109.262 39.2423 110.76 39.7661C114.132 40.9767 117.82 40.9823 121.196 39.782C122.726 39.2542 124.187 39.907 124.683 41.3237C125.19 42.7721 124.456 44.1828 122.897 44.7344C120.675 45.5288 118.33 45.9257 115.97 45.907Z"
fill="#03AEFF"
/>
<path
d="M119.805 52.4765C119.804 53.4853 119.402 54.4521 118.687 55.1643C117.973 55.8765 117.005 56.2757 115.996 56.2741C114.987 56.2726 114.02 55.8703 113.308 55.1559C112.596 54.4415 112.197 53.4734 112.198 52.4646C112.2 51.4558 112.602 50.489 113.316 49.7768C114.031 49.0646 114.999 48.6654 116.008 48.667C117.017 48.6686 117.983 49.0708 118.696 49.7852C119.408 50.4997 119.807 51.4678 119.805 52.4765Z"
fill="#03AEFF"
/>
<path d="M5.61914 12.6426H10.7402V38.47H5.61914V12.6426Z" fill="#03AEFF" />
<path
d="M35.569 33.1449C35.8336 33.1449 35.9658 34.0656 35.9658 35.9068C35.9658 37.6158 35.8336 38.4703 35.569 38.4703H32.3666C32.0703 41.4584 31.0022 43.8003 29.1623 45.4961C27.3223 47.1919 24.9467 48.0398 22.0353 48.0398H16.5492L16.1523 42.7144H22.3587C23.9076 42.7144 25.1292 42.3341 26.0234 41.5735C26.9176 40.8129 27.3646 39.7785 27.3646 38.4703H24.5571C21.6748 38.4703 19.6127 37.8698 18.3706 36.6687C17.1285 35.4677 16.5082 33.5622 16.5095 30.9525C16.4776 29.3745 16.8175 27.8112 17.5016 26.389C18.1273 25.0956 19.1097 24.0079 20.3329 23.254C21.6077 22.491 23.0717 22.1025 24.5571 22.133C26.9857 22.133 28.9076 22.9339 30.323 24.5358C31.7383 26.1376 32.446 28.3533 32.446 31.1826V33.1449H35.569ZM21.5948 30.7421C21.573 31.2249 21.669 31.7056 21.8746 32.1429C22.0967 32.5163 22.4451 32.7978 22.8567 32.9366C23.4677 33.146 24.1121 33.2408 24.7575 33.2164H27.4063V31.0933C27.4063 29.8142 27.1418 28.84 26.6127 28.1707C26.0769 27.504 25.3309 27.1787 24.3686 27.1787C23.4877 27.1787 22.8071 27.4988 22.3269 28.139C21.8468 28.7792 21.6027 29.6469 21.5948 30.7421Z"
fill="#03AEFF"
/>
<path
d="M41.5747 33.1445C41.8392 33.1445 41.9715 34.0652 41.9715 35.9064C41.9715 37.0268 41.9311 37.7345 41.8504 38.0295C41.7698 38.3244 41.6765 38.4713 41.5707 38.4699H35.5687C35.3042 38.4699 35.1719 37.6154 35.1719 35.9064C35.1719 34.7318 35.2122 33.9779 35.2929 33.6445C35.3736 33.3112 35.4668 33.1445 35.5727 33.1445H41.5747Z"
fill="#03AEFF"
/>
<path
d="M46.2194 33.1452C46.8082 33.1715 47.3857 32.9785 47.8404 32.6035C48.0467 32.4222 48.2096 32.1968 48.3171 31.944C48.4246 31.6913 48.474 31.4176 48.4615 31.1432V24.6968H53.5964V30.9527C53.5964 31.6736 53.7769 32.2206 54.1381 32.5936C54.4992 32.9666 55.0527 33.1538 55.7988 33.1551H57.3206C57.5851 33.1551 57.7174 34.0493 57.7174 35.8376C57.7174 37.5996 57.5851 38.4805 57.3206 38.4805H55.5805C54.6123 38.5057 53.648 38.3496 52.7373 38.0202C52.0023 37.7446 51.3816 37.2295 50.9754 36.5579C50.4988 37.2211 49.8378 37.7296 49.0746 38.0202C48.1566 38.3482 47.186 38.5042 46.2115 38.4805H41.5746C41.31 38.4805 41.1777 37.626 41.1777 35.917C41.1777 34.7702 41.2181 34.0228 41.2988 33.675C41.3781 33.3277 41.4714 33.1551 41.5785 33.1551L46.2194 33.1452Z"
fill="#03AEFF"
/>
<path
d="M51.4341 15.3394H49.8151C48.3434 15.3394 47.1504 16.5324 47.1504 18.004V18.4148C47.1504 19.8864 48.3434 21.0794 49.8151 21.0794H51.4341C52.9058 21.0794 54.0988 19.8864 54.0988 18.4148V18.004C54.0988 16.5324 52.9058 15.3394 51.4341 15.3394Z"
fill="#03AEFF"
/>
<path
d="M63.3188 33.1445C63.5834 33.1445 63.7156 34.0652 63.7156 35.9064C63.7156 37.0275 63.674 37.7358 63.5946 38.0295C63.5153 38.3231 63.42 38.4699 63.3149 38.4699H57.3109C57.0463 38.4699 56.9141 37.6154 56.9141 35.9064C56.9141 34.7318 56.9537 33.9779 57.0331 33.6445C57.1145 33.3112 57.2077 33.1445 57.3149 33.1445H63.3188Z"
fill="#03AEFF"
/>
<path
d="M60.875 47.1988V42.6353H66.7202V47.1988H60.875ZM74.5655 31.3019C74.5655 33.5506 73.912 35.3059 72.6052 36.5678C71.2983 37.8297 69.5093 38.464 67.2381 38.4706H63.3194C63.0549 38.4706 62.9226 37.6161 62.9226 35.9071C62.9226 34.7603 62.9623 34.0129 63.0417 33.665C63.123 33.3178 63.2163 33.1452 63.3234 33.1452H67.246C67.9405 33.1452 68.4881 32.9646 68.8889 32.6035C69.0917 32.4118 69.2501 32.1779 69.3529 31.9185C69.4557 31.659 69.5005 31.3802 69.4841 31.1015V24.6968H74.5694L74.5655 31.3019ZM66.3175 47.1988V42.6353H72.1647V47.1988H66.3175Z"
fill="#03AEFF"
/>
<path d="M80.2529 12.6426H85.3779V38.47H80.2529V12.6426Z" fill="#03AEFF" />
</symbol>
<symbol
id="instagram"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M20.9992 5.99707H10.9992C8.23778 5.99707 5.99921 8.23565 5.99921 10.9971V20.9971C5.99921 23.7585 8.23778 25.9971 10.9992 25.9971H20.9992C23.7606 25.9971 25.9992 23.7585 25.9992 20.9971V10.9971C25.9992 8.23565 23.7606 5.99707 20.9992 5.99707Z"
fill="#7681A2"
/>
<path
d="M20.0028 15.3703C20.1262 16.2025 19.9841 17.0525 19.5966 17.7993C19.2091 18.5461 18.596 19.1517 17.8444 19.53C17.0929 19.9082 16.2413 20.0399 15.4106 19.9062C14.5799 19.7726 13.8126 19.3804 13.2177 18.7855C12.6227 18.1905 12.2306 17.4232 12.0969 16.5925C11.9632 15.7619 12.0949 14.9102 12.4731 14.1587C12.8514 13.4072 13.457 12.794 14.2038 12.4065C14.9506 12.019 15.8006 11.8769 16.6328 12.0003C17.4817 12.1262 18.2677 12.5218 18.8745 13.1286C19.4814 13.7355 19.8769 14.5214 20.0028 15.3703Z"
stroke="#071542"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M21.5008 10.4971H21.5108"
stroke="#071542"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="telegram"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M26.1476 7.1448C25.7876 6.83952 25.2221 6.79584 24.6375 7.03056H24.6365C24.0216 7.27728 7.23123 14.4792 6.54771 14.7734C6.42339 14.8166 5.33763 15.2218 5.44947 16.1242C5.54931 16.9378 6.42195 17.2747 6.52851 17.3136L10.7972 18.7752C11.0804 19.7179 12.1244 23.196 12.3552 23.939C12.4992 24.4022 12.734 25.0109 13.1453 25.1362C13.5063 25.2754 13.8653 25.1482 14.0976 24.9658L16.7074 22.5451L20.9204 25.8307L21.0207 25.8907C21.3068 26.0174 21.5808 26.0808 21.8424 26.0808C22.0445 26.0808 22.2384 26.0429 22.4237 25.967C23.0549 25.7078 23.3074 25.1064 23.3338 25.0382L26.4807 8.68128C26.6727 7.80768 26.4058 7.3632 26.1476 7.1448ZM14.5618 19.3598L13.1218 23.1998L11.6818 18.3998L22.7218 10.2398L14.5618 19.3598Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="linkedin"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M20.0008 12.0015C21.5921 12.0015 23.1182 12.6336 24.2434 13.7588C25.3687 14.884 26.0008 16.4102 26.0008 18.0015V25.0015H22.0008V18.0015C22.0008 17.471 21.7901 16.9623 21.415 16.5873C21.0399 16.2122 20.5312 16.0015 20.0008 16.0015C19.4704 16.0015 18.9617 16.2122 18.5866 16.5873C18.2115 16.9623 18.0008 17.471 18.0008 18.0015V25.0015H14.0008V18.0015C14.0008 16.4102 14.6329 14.884 15.7582 13.7588C16.8834 12.6336 18.4095 12.0015 20.0008 12.0015Z"
fill="#7681A2"
/>
<path d="M9.99921 13H5.99921V25H9.99921V13Z" fill="#7681A2" />
<path
d="M7.99921 10.0015C9.10378 10.0015 9.99921 9.10603 9.99921 8.00147C9.99921 6.8969 9.10378 6.00146 7.99921 6.00146C6.89464 6.00146 5.99921 6.8969 5.99921 8.00147C5.99921 9.10603 6.89464 10.0015 7.99921 10.0015Z"
stroke="#7681A2"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="twitter"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M7.32406 6.87988L14.1481 16.8286L6.99219 25.1199H8.5175L14.8241 17.813L19.8359 25.1199H24.6425L17.5016 14.7099L24.26 6.87988H22.7356L16.8266 13.7255L12.1306 6.87988H7.32406Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="youtube"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M25.5817 11.1551C25.3517 10.2892 24.6742 9.60675 23.8133 9.37508C22.2542 8.95508 16 8.95508 16 8.95508C16 8.95508 9.74583 8.95508 8.18583 9.37508C7.32583 9.60675 6.64833 10.2884 6.41833 11.1551C6 12.7251 6 16.0001 6 16.0001C6 16.0001 6 19.2751 6.41833 20.8451C6.64833 21.7109 7.32583 22.3934 8.18667 22.6251C9.74583 23.0451 16 23.0451 16 23.0451C16 23.0451 22.2542 23.0451 23.8142 22.6251C24.6742 22.3934 25.3517 21.7117 25.5825 20.8451C26 19.2751 26 16.0001 26 16.0001C26 16.0001 26 12.7251 25.5817 11.1551ZM13.955 18.9742V13.0259L19.1817 16.0001L13.955 18.9742Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="aparat"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M14.8847 6.59787L12.6137 6.08524C10.761 5.66682 8.92051 6.82945 8.50209 8.68209L7.98472 10.9721C9.47525 8.60525 11.9774 6.94103 14.8847 6.59787ZM6.59787 17.1153L6.08524 19.3863C5.66682 21.239 6.82945 23.0795 8.68209 23.4979L10.9721 24.0153C8.60525 22.5242 6.94103 20.0226 6.59787 17.1153ZM23.3179 8.50209L21.0279 7.98472C23.3948 9.47525 25.059 11.9774 25.4021 14.8842L25.9148 12.6132C26.3332 10.7616 25.1705 8.92051 23.3179 8.50209ZM17.1153 25.4021L19.3863 25.9148C21.239 26.3332 23.0795 25.1705 23.4979 23.3179L24.0153 21.0279C22.5248 23.3948 20.0226 25.059 17.1153 25.4021Z"
fill="#7681A2"
/>
<path
d="M16.0002 7.57886C11.3491 7.57886 7.5791 11.3489 7.5791 15.9999C7.5791 20.651 11.3491 24.421 16.0002 24.421C20.6512 24.421 24.4212 20.651 24.4212 15.9999C24.4212 11.3489 20.6512 7.57886 16.0002 7.57886ZM13.8949 10.2104C15.0575 10.2104 16.0002 11.1531 16.0002 12.3157C16.0002 13.4783 15.0575 14.421 13.8949 14.421C12.7323 14.421 11.7896 13.4783 11.7896 12.3157C11.7896 11.1531 12.7323 10.2104 13.8949 10.2104ZM12.316 20.2105C11.1533 20.2105 10.2107 19.2678 10.2107 18.1052C10.2107 16.9426 11.1533 15.9999 12.316 15.9999C13.4786 15.9999 14.4212 16.9426 14.4212 18.1052C14.4212 19.2678 13.4786 20.2105 12.316 20.2105ZM14.9475 15.9999C14.9475 15.4183 15.4186 14.9473 16.0002 14.9473C16.5818 14.9473 17.0528 15.4183 17.0528 15.9999C17.0528 16.5815 16.5818 17.0526 16.0002 17.0526C15.4186 17.0526 14.9475 16.5815 14.9475 15.9999ZM18.1054 21.7894C16.9428 21.7894 16.0002 20.8468 16.0002 19.6841C16.0002 18.5215 16.9428 17.5789 18.1054 17.5789C19.2681 17.5789 20.2107 18.5215 20.2107 19.6841C20.2107 20.8468 19.2681 21.7894 18.1054 21.7894ZM19.6844 15.9999C18.5218 15.9999 17.5791 15.0573 17.5791 13.8947C17.5791 12.732 18.5218 11.7894 19.6844 11.7894C20.847 11.7894 21.7897 12.732 21.7897 13.8947C21.7897 15.0573 20.847 15.9999 19.6844 15.9999Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="phone"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11.7083 5.66658C13.4069 5.84556 14.9935 6.59892 16.2057 7.80207C17.4179 9.00522 18.1832 10.5861 18.375 12.2833M11.7083 8.99992C12.5279 9.16153 13.28 9.56577 13.867 10.1602C14.4539 10.7546 14.8487 11.5117 15 12.3333M18.3333 18.0999V20.5999C18.3343 20.832 18.2867 21.0617 18.1937 21.2744C18.1008 21.487 17.9644 21.6779 17.7934 21.8348C17.6224 21.9917 17.4205 22.1112 17.2006 22.1855C16.9808 22.2599 16.7478 22.2875 16.5167 22.2666C13.9523 21.988 11.4891 21.1117 9.32498 19.7083C7.31151 18.4288 5.60443 16.7217 4.32498 14.7083C2.91663 12.5343 2.04019 10.0591 1.76665 7.48325C1.74583 7.25281 1.77321 7.02055 1.84707 6.80127C1.92092 6.58199 2.03963 6.38049 2.19562 6.2096C2.35162 6.03871 2.54149 5.90218 2.75314 5.80869C2.9648 5.7152 3.1936 5.6668 3.42499 5.66658H5.92498C6.32941 5.6626 6.72148 5.80582 7.02812 6.06953C7.33476 6.33324 7.53505 6.69946 7.59165 7.09992C7.69717 7.89997 7.89286 8.68552 8.17498 9.44158C8.2871 9.73985 8.31137 10.064 8.24491 10.3757C8.17844 10.6873 8.02404 10.9733 7.79998 11.1999L6.74165 12.2583C7.92795 14.3445 9.65536 16.072 11.7417 17.2583L12.8 16.1999C13.0266 15.9759 13.3126 15.8215 13.6242 15.755C13.9359 15.6885 14.26 15.7128 14.5583 15.8249C15.3144 16.107 16.0999 16.3027 16.9 16.4083C17.3048 16.4654 17.6745 16.6693 17.9388 16.9812C18.203 17.2931 18.3435 17.6912 18.3333 18.0999Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="email"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18.3333 9.8335L10.8583 14.5835C10.601 14.7447 10.3036 14.8302 9.99999 14.8302C9.69639 14.8302 9.39893 14.7447 9.14166 14.5835L1.66666 9.8335M3.33332 7.3335H16.6667C17.5871 7.3335 18.3333 8.07969 18.3333 9.00016V19.0002C18.3333 19.9206 17.5871 20.6668 16.6667 20.6668H3.33332C2.41285 20.6668 1.66666 19.9206 1.66666 19.0002V9.00016C1.66666 8.07969 2.41285 7.3335 3.33332 7.3335Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="codeposti"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5.41666 8.1665C3.33332 8.1665 1.66666 9.83317 1.66666 11.9165V18.1665C1.66666 18.6085 1.84225 19.0325 2.15481 19.345C2.46737 19.6576 2.8913 19.8332 3.33332 19.8332H16.6667C17.1087 19.8332 17.5326 19.6576 17.8452 19.345C18.1577 19.0325 18.3333 18.6085 18.3333 18.1665V11.4998C18.3333 9.6665 16.8333 8.1665 15 8.1665H5.41666ZM5.41666 8.1665C7.49999 8.1665 9.16666 9.83317 9.16666 11.9165V18.1665C9.16666 18.6085 8.99106 19.0325 8.6785 19.345C8.36594 19.6576 7.94202 19.8332 7.49999 19.8332M12.5 11.4998H15V13.1665M4.99999 12.3332H5.83332"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="location"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.6666 12.3332C16.6666 16.494 12.0508 20.8273 10.5008 22.1657C10.3564 22.2742 10.1806 22.333 9.99998 22.333C9.81931 22.333 9.64354 22.2742 9.49915 22.1657C7.94915 20.8273 3.33331 16.494 3.33331 12.3332C3.33331 10.5651 4.03569 8.86937 5.28593 7.61913C6.53618 6.36888 8.23187 5.6665 9.99998 5.6665C11.7681 5.6665 13.4638 6.36888 14.714 7.61913C15.9643 8.86937 16.6666 10.5651 16.6666 12.3332Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M9.99998 14.8332C11.3807 14.8332 12.5 13.7139 12.5 12.3332C12.5 10.9525 11.3807 9.83317 9.99998 9.83317C8.61927 9.83317 7.49998 10.9525 7.49998 12.3332C7.49998 13.7139 8.61927 14.8332 9.99998 14.8332Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="mojavez2"
width="30"
height="24"
viewBox="0 0 30 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.8504 2.2513C17.6511 1.55195 18.5213 0.93633 19.4473 0.414062C20.3767 1.83255 21.086 3.4033 21.4733 5.05682C19.6244 5.72551 17.8534 6.65655 16.3571 7.94344C14.8509 9.22289 13.6451 10.8673 12.9491 12.7219C12.5296 13.8532 12.2358 15.0499 12.2581 16.264C12.2174 17.8198 12.4436 19.3711 12.9268 20.8505C13.2562 21.8444 13.6981 22.8061 14.2923 23.6701C17.1367 21.7161 19.1751 18.5754 19.67 15.1468C19.8843 13.6637 19.8702 12.1434 19.5839 10.6695C19.3307 9.37765 18.8945 8.10565 18.1869 6.98841C19.2742 6.34197 20.4203 5.79996 21.6098 5.36965C22.2553 7.80275 22.3505 10.3848 21.8805 12.8576C21.6256 13.9145 21.2382 14.9349 20.8244 15.9379C20.3296 17.1007 19.7569 18.2419 19.0054 19.2632C18.2905 20.1903 17.5053 21.061 16.6567 21.8676C15.926 22.5421 15.1654 23.2058 14.2898 23.6866C13.353 22.5735 12.681 21.2576 12.1828 19.8971C11.6218 18.3303 11.3071 16.6859 11.2501 15.0226C11.145 13.6563 11.2609 12.275 11.548 10.9368C12.2805 7.55282 14.2526 4.50813 16.8504 2.2513Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M7.05049 4.51455C8.92 4.51207 10.7895 4.51372 12.659 4.51372C11.5708 9.22434 10.4345 13.925 9.40662 18.6489C9.24773 19.4177 9.08386 20.189 9.03835 20.9736C9.03338 21.5074 9.10869 22.0892 9.47035 22.5088C9.63421 22.7074 9.86924 22.8232 10.101 22.9226C9.67311 22.8232 9.27835 22.6288 8.88276 22.445C7.72745 21.869 6.64249 21.0704 5.9349 19.973C5.25131 18.9526 4.69352 17.799 4.60662 16.5568C4.58428 16.1049 4.58759 15.6497 4.66786 15.2028C4.8698 13.9168 5.15283 12.6456 5.43255 11.3736C5.94715 9.08121 6.48649 6.79528 7.05049 4.51455ZM24.2593 4.51455C26.0585 4.51207 27.8568 4.51372 29.6552 4.51372C29.0047 7.2911 28.3534 10.0685 27.688 12.8426C27.4612 13.7546 27.2643 14.6757 27.0003 15.5777C26.5046 16.7661 25.7837 17.8577 24.928 18.8186C24.5606 19.2357 24.131 19.5899 23.7255 19.9672C22.0877 21.3808 20.1197 22.4335 18.0143 22.9416C18.7211 22.5617 19.485 22.1843 19.9575 21.5074C20.2943 20.9951 20.3879 20.3744 20.5807 19.8026C21.8133 14.7081 23.04 9.61215 24.2593 4.51455Z"
fill="white"
fill-opacity="0.6"
/>
</symbol>
<symbol
id="mojavez3"
width="30"
height="24"
viewBox="0 0 30 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M29.458 12.2095L26.0664 15.4944L26.0588 20.3759H21.2645L17.8881 23.7693L14.5167 20.3815H9.67062V15.6005L6.28662 12.202L9.66683 8.77249V4.00912H14.4548L17.8641 0.570801L21.2001 3.99522C21.2001 3.99522 24.4123 4.00154 25.9313 4.00154H26.0626V4.19606C26.0626 5.65059 26.0544 8.86722 26.0544 8.86722C26.0544 8.86722 29.427 12.1704 29.458 12.2095ZM10.1127 8.99796L6.90936 12.2001L10.1121 15.4022V19.9401L14.6929 19.942C14.6929 19.942 17.3115 22.587 17.866 23.1396C18.0037 23.0045 21.0744 19.935 21.0744 19.935C21.0744 19.935 24.0454 19.9394 25.45 19.9394H25.611V15.3409C25.611 15.3409 27.4218 13.6028 28.2473 12.7792C28.438 12.5885 28.6325 12.4015 28.8277 12.2108L25.6016 8.98027V4.46133C25.5441 4.4588 25.5037 4.45501 25.4626 4.45501C24.1186 4.45501 20.9879 4.4588 20.9879 4.4588C20.9879 4.4588 19.3875 2.76175 18.6542 2.02912L17.8736 1.24596L14.6557 4.45122L10.2498 4.45375C10.2056 4.45375 10.1633 4.46133 10.1121 4.46638L10.1127 8.99796Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M20.9893 9.08591C21.1358 9.26528 21.2899 9.43959 21.4282 9.62654C21.8021 10.1255 22.0541 10.704 22.1659 11.3173C22.2164 11.5964 22.2467 11.8794 22.2872 12.1756L25.5385 9.79959L26.6836 10.9838L24.1074 12.1958L26.6829 13.4027L25.5398 14.5882L22.2669 12.1971C22.2392 13.4097 21.8147 14.4265 20.9848 15.3019L24.965 15.9177V17.568L22.2783 16.6017C22.6017 17.4973 22.9143 18.3663 23.2402 19.2625C22.6863 19.3067 22.145 19.2897 21.5968 19.3023C21.3903 17.9697 21.1863 16.6484 20.9779 15.3095C20.8813 15.3935 20.7928 15.4718 20.7032 15.547C20.0617 16.0892 19.2784 16.4363 18.4459 16.5474C17.7798 16.6392 17.1015 16.5748 16.4646 16.3592C15.8192 16.1458 15.2332 15.7831 14.7543 15.3006L14.7562 15.3025C14.5314 15.0126 14.285 14.736 14.0855 14.4291C13.8347 14.0476 13.6641 13.6191 13.584 13.1697C13.5328 12.871 13.5145 12.5659 13.4817 12.264C13.4798 12.2501 13.4747 12.2362 13.4653 12.1977L10.1924 14.5882L9.04736 13.404L11.6229 12.1939L9.04926 10.9857L10.1899 9.79833L13.4697 12.192C13.476 12.1289 13.4842 12.0809 13.4855 12.0322C13.4994 11.1341 13.7886 10.3295 14.3147 9.60822C14.4493 9.4238 14.6034 9.25454 14.7486 9.0777C14.9912 8.88822 15.2217 8.68233 15.4762 8.51243C16.1589 8.0577 16.9162 7.82843 17.7385 7.80759C18.5282 7.78122 19.3101 7.97122 19.9996 8.35707C20.3435 8.54296 20.6588 8.7776 20.9356 9.0537C20.9526 9.06759 20.9716 9.07896 20.9912 9.08843L20.9893 9.08591ZM21.7396 12.7503C22.0573 10.8114 20.7512 8.7158 18.5204 8.33054C16.2796 7.94338 14.1328 9.56338 13.9528 11.9021C13.9125 12.4373 13.9825 12.9751 14.1585 13.4821C14.3345 13.9891 14.6128 14.4546 14.976 14.8497C15.3394 15.2447 15.7801 15.5607 16.2707 15.7782C16.7614 15.9957 17.2915 16.1101 17.8282 16.1141C19.0206 16.1305 20.0204 15.6575 20.8194 14.7733C21.0467 14.5232 21.2337 14.2396 21.3733 13.932H20.0229C19.5707 14.4657 19.001 14.8131 18.3 14.923C17.5989 15.0322 16.9415 14.8964 16.3503 14.508C15.7187 14.0924 15.3202 13.5101 15.1585 12.7503H21.7396Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M16.6505 21.0018L15.4695 19.8561L17.8632 16.5858C18.6653 17.681 19.4592 18.7647 20.2587 19.8586C19.8646 20.2401 19.4762 20.6165 19.0739 21.0037L17.8802 18.4673L17.8455 18.466L16.6505 21.0018ZM15.4663 4.52959L16.6524 3.3877L17.8461 5.92475H17.8808L19.0739 3.3877L20.2613 4.53085L17.8644 7.80243L15.4663 4.52959ZM20.9895 9.08833C21.0236 8.83127 21.0545 8.57296 21.0937 8.3178C21.255 7.24647 21.4216 6.17594 21.5933 5.10622H23.2442L22.2918 7.74243L22.312 7.77275L24.9659 6.81843V8.46685C24.8794 8.48264 24.7884 8.50285 24.6968 8.51675C24.1139 8.60643 23.5303 8.69548 22.9474 8.78327L21.22 9.04664C21.1423 9.05801 21.0653 9.07191 20.9876 9.08517L20.9888 9.08833H20.9895ZM14.7539 15.3005L14.44 17.3405C14.3389 17.9873 14.2379 18.6321 14.1349 19.2763H12.4853L13.4503 16.6022L10.7794 17.5629L10.7446 15.9201L11.2657 15.8412L13.485 15.502C13.9095 15.4363 14.332 15.3687 14.7558 15.3024L14.7539 15.3005ZM14.7469 9.07949C14.5044 9.04538 14.2632 9.01317 14.0219 8.97654C13.3859 8.87864 12.7524 8.77822 12.1171 8.6797C11.7046 8.61654 11.2922 8.55464 10.8792 8.49085C10.8394 8.48454 10.8002 8.4738 10.7693 8.46622V6.82096L13.4497 7.78538L12.4846 5.10938H14.1362L14.7469 9.07949ZM27.5888 12.1894C27.5912 12.2967 27.5719 12.4034 27.532 12.5031C27.4921 12.6027 27.4324 12.6933 27.3566 12.7693C27.2808 12.8453 27.1904 12.9051 27.0908 12.9453C26.9912 12.9854 26.8846 13.005 26.7773 13.0029C26.6172 13.0031 26.4607 12.9558 26.3275 12.867C26.1944 12.7782 26.0906 12.6518 26.0293 12.504C25.968 12.3561 25.952 12.1934 25.9833 12.0364C26.0146 11.8794 26.0918 11.7353 26.205 11.6222C26.3185 11.5076 26.4634 11.429 26.6214 11.3965C26.7794 11.3639 26.9435 11.3787 27.0931 11.4391C27.2411 11.5004 27.3674 11.6046 27.4558 11.7383C27.5441 11.8721 27.5905 12.0291 27.5888 12.1894Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M24.9737 5.90545C24.9888 6.35514 24.6168 6.70251 24.1747 6.70945C23.7326 6.71577 23.3537 6.34061 23.3562 5.9023C23.3556 5.79293 23.3771 5.68458 23.4193 5.58369C23.4615 5.4828 23.5236 5.39145 23.6019 5.31506C23.6802 5.23868 23.773 5.17884 23.8749 5.1391C23.9768 5.09936 24.0856 5.08055 24.1949 5.08377C24.637 5.08882 24.9768 5.4463 24.9737 5.90545ZM12.3705 18.4865C12.3743 18.9412 12.0194 19.2968 11.5589 19.3012C11.3466 19.3033 11.142 19.2212 10.99 19.0729C10.8379 18.9246 10.7507 18.7222 10.7474 18.5099C10.741 18.0532 11.077 17.6901 11.5577 17.6812C11.6641 17.6802 11.7697 17.7004 11.8683 17.7404C11.9669 17.7805 12.0566 17.8397 12.1322 17.9146C12.2078 17.9896 12.2678 18.0788 12.3087 18.177C12.3496 18.2753 12.3706 18.3801 12.3705 18.4865ZM8.13957 12.1916C8.12504 11.7267 8.50335 11.3831 8.93283 11.3806C9.41409 11.3775 9.75514 11.728 9.75704 12.1998C9.75957 12.6431 9.41662 13.0038 8.9423 13.0025C8.48378 13.0019 8.13957 12.6545 8.13957 12.1916ZM18.6718 21.0943C18.6869 21.549 18.3225 21.8989 17.8867 21.916C17.7794 21.9191 17.6725 21.9008 17.5722 21.8622C17.472 21.8237 17.3804 21.7655 17.3028 21.6913C17.2253 21.617 17.1632 21.528 17.1203 21.4295C17.0775 21.3311 17.0546 21.2251 17.053 21.1177C17.0499 20.6629 17.3941 20.3023 17.8362 20.2966C18.3187 20.2903 18.6655 20.6219 18.6718 21.0943ZM24.9756 18.5092C24.9806 18.9747 24.5821 19.3164 24.1419 19.3019C24.0343 19.2992 23.9284 19.2751 23.8303 19.2308C23.7322 19.1866 23.644 19.1232 23.5709 19.0443C23.4977 18.9654 23.4411 18.8727 23.4043 18.7716C23.3675 18.6705 23.3514 18.563 23.3568 18.4556C23.3695 18.0179 23.7528 17.6661 24.2012 17.6787C24.414 17.6863 24.6151 17.778 24.7603 17.9337C24.9055 18.0895 24.9829 18.2965 24.9756 18.5092ZM18.6692 3.28187C18.673 3.73282 18.3212 4.10608 17.8709 4.10293C17.7633 4.10436 17.6565 4.08427 17.5568 4.04384C17.4571 4.0034 17.3665 3.94344 17.2903 3.86747C17.2141 3.7915 17.1538 3.70106 17.1131 3.60148C17.0724 3.50189 17.0519 3.39515 17.053 3.28756C17.0492 2.86566 17.3954 2.47472 17.8596 2.48103C18.3168 2.48735 18.6648 2.82082 18.6692 3.28187ZM12.3692 5.89724C12.3718 6.34693 12.0105 6.70187 11.5457 6.70693C11.1124 6.71135 10.7455 6.34124 10.7448 5.89851C10.7445 5.73715 10.7923 5.57936 10.8819 5.44519C10.9715 5.31102 11.099 5.20654 11.2482 5.14503C11.3716 5.09395 11.5058 5.07415 11.6387 5.08739C11.7716 5.10063 11.8992 5.14651 12.0102 5.22094C12.1211 5.29537 12.2119 5.39605 12.2745 5.51404C12.3372 5.63202 12.3697 5.76366 12.3692 5.89724ZM20.5482 11.6137H15.1703C15.3522 10.5577 16.3514 9.44861 17.8368 9.43219C19.3482 9.41766 20.3935 10.569 20.5482 11.6137Z"
fill="white"
fill-opacity="0.6"
/>
</symbol>
<symbol id="telegram"></symbol>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 18 B

View File

@@ -380,8 +380,8 @@
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
> >
<foreignObject x="-10" y="-10" width="60" height="66.6667" <foreignObject x="-10" y="-10" width="60" height="66.6667">
><div <div
xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"
style=" style="
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
@@ -503,4 +503,630 @@
</clipPath> </clipPath>
</defs> </defs>
</symbol> </symbol>
<symbol
id="inova-logo"
width="140"
height="60"
viewBox="0 0 140 60"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M95.2295 25.6206C95.2295 14.7436 102.944 5.95192 113.295 4.56899C124.46 3.07891 134.91 10.8884 136.509 22.0174C137.47 28.7257 135.61 34.6146 130.944 39.573C129.991 40.5849 128.67 40.7872 127.593 40.1305C126.116 39.2317 125.886 37.2853 127.118 36.0015C129.016 34.0502 130.373 31.6384 131.055 29.0035C133.323 20.3269 127.527 11.3448 118.69 9.85867C110.005 8.39438 101.918 14.196 100.648 22.9162C99.92 27.9202 101.394 32.3031 104.88 35.9837C106.362 37.5491 105.745 39.9519 103.712 40.446C103.275 40.5661 102.813 40.5645 102.377 40.4414C101.941 40.3183 101.547 40.0784 101.237 39.7476C98.2318 36.7381 96.2386 32.8669 95.535 28.6722C95.3579 27.6639 95.2557 26.6439 95.2295 25.6206Z"
fill="#03AEFF"
/>
<path
d="M115.97 45.907C113.61 45.916 111.266 45.5131 109.044 44.7165C107.536 44.1828 106.792 42.7622 107.278 41.3336C107.764 39.905 109.262 39.2423 110.76 39.7661C114.132 40.9767 117.82 40.9823 121.196 39.782C122.726 39.2542 124.187 39.907 124.683 41.3237C125.19 42.7721 124.456 44.1828 122.897 44.7344C120.675 45.5288 118.33 45.9257 115.97 45.907Z"
fill="#03AEFF"
/>
<path
d="M119.805 52.4765C119.804 53.4853 119.402 54.4521 118.687 55.1643C117.973 55.8765 117.005 56.2757 115.996 56.2741C114.987 56.2726 114.02 55.8703 113.308 55.1559C112.596 54.4415 112.197 53.4734 112.198 52.4646C112.2 51.4558 112.602 50.489 113.316 49.7768C114.031 49.0646 114.999 48.6654 116.008 48.667C117.017 48.6686 117.983 49.0708 118.696 49.7852C119.408 50.4997 119.807 51.4678 119.805 52.4765Z"
fill="#03AEFF"
/>
<path d="M5.61914 12.6426H10.7402V38.47H5.61914V12.6426Z" fill="#03AEFF" />
<path
d="M35.569 33.1449C35.8336 33.1449 35.9658 34.0656 35.9658 35.9068C35.9658 37.6158 35.8336 38.4703 35.569 38.4703H32.3666C32.0703 41.4584 31.0022 43.8003 29.1623 45.4961C27.3223 47.1919 24.9467 48.0398 22.0353 48.0398H16.5492L16.1523 42.7144H22.3587C23.9076 42.7144 25.1292 42.3341 26.0234 41.5735C26.9176 40.8129 27.3646 39.7785 27.3646 38.4703H24.5571C21.6748 38.4703 19.6127 37.8698 18.3706 36.6687C17.1285 35.4677 16.5082 33.5622 16.5095 30.9525C16.4776 29.3745 16.8175 27.8112 17.5016 26.389C18.1273 25.0956 19.1097 24.0079 20.3329 23.254C21.6077 22.491 23.0717 22.1025 24.5571 22.133C26.9857 22.133 28.9076 22.9339 30.323 24.5358C31.7383 26.1376 32.446 28.3533 32.446 31.1826V33.1449H35.569ZM21.5948 30.7421C21.573 31.2249 21.669 31.7056 21.8746 32.1429C22.0967 32.5163 22.4451 32.7978 22.8567 32.9366C23.4677 33.146 24.1121 33.2408 24.7575 33.2164H27.4063V31.0933C27.4063 29.8142 27.1418 28.84 26.6127 28.1707C26.0769 27.504 25.3309 27.1787 24.3686 27.1787C23.4877 27.1787 22.8071 27.4988 22.3269 28.139C21.8468 28.7792 21.6027 29.6469 21.5948 30.7421Z"
fill="#03AEFF"
/>
<path
d="M41.5747 33.1445C41.8392 33.1445 41.9715 34.0652 41.9715 35.9064C41.9715 37.0268 41.9311 37.7345 41.8504 38.0295C41.7698 38.3244 41.6765 38.4713 41.5707 38.4699H35.5687C35.3042 38.4699 35.1719 37.6154 35.1719 35.9064C35.1719 34.7318 35.2122 33.9779 35.2929 33.6445C35.3736 33.3112 35.4668 33.1445 35.5727 33.1445H41.5747Z"
fill="#03AEFF"
/>
<path
d="M46.2194 33.1452C46.8082 33.1715 47.3857 32.9785 47.8404 32.6035C48.0467 32.4222 48.2096 32.1968 48.3171 31.944C48.4246 31.6913 48.474 31.4176 48.4615 31.1432V24.6968H53.5964V30.9527C53.5964 31.6736 53.7769 32.2206 54.1381 32.5936C54.4992 32.9666 55.0527 33.1538 55.7988 33.1551H57.3206C57.5851 33.1551 57.7174 34.0493 57.7174 35.8376C57.7174 37.5996 57.5851 38.4805 57.3206 38.4805H55.5805C54.6123 38.5057 53.648 38.3496 52.7373 38.0202C52.0023 37.7446 51.3816 37.2295 50.9754 36.5579C50.4988 37.2211 49.8378 37.7296 49.0746 38.0202C48.1566 38.3482 47.186 38.5042 46.2115 38.4805H41.5746C41.31 38.4805 41.1777 37.626 41.1777 35.917C41.1777 34.7702 41.2181 34.0228 41.2988 33.675C41.3781 33.3277 41.4714 33.1551 41.5785 33.1551L46.2194 33.1452Z"
fill="#03AEFF"
/>
<path
d="M51.4341 15.3394H49.8151C48.3434 15.3394 47.1504 16.5324 47.1504 18.004V18.4148C47.1504 19.8864 48.3434 21.0794 49.8151 21.0794H51.4341C52.9058 21.0794 54.0988 19.8864 54.0988 18.4148V18.004C54.0988 16.5324 52.9058 15.3394 51.4341 15.3394Z"
fill="#03AEFF"
/>
<path
d="M63.3188 33.1445C63.5834 33.1445 63.7156 34.0652 63.7156 35.9064C63.7156 37.0275 63.674 37.7358 63.5946 38.0295C63.5153 38.3231 63.42 38.4699 63.3149 38.4699H57.3109C57.0463 38.4699 56.9141 37.6154 56.9141 35.9064C56.9141 34.7318 56.9537 33.9779 57.0331 33.6445C57.1145 33.3112 57.2077 33.1445 57.3149 33.1445H63.3188Z"
fill="#03AEFF"
/>
<path
d="M60.875 47.1988V42.6353H66.7202V47.1988H60.875ZM74.5655 31.3019C74.5655 33.5506 73.912 35.3059 72.6052 36.5678C71.2983 37.8297 69.5093 38.464 67.2381 38.4706H63.3194C63.0549 38.4706 62.9226 37.6161 62.9226 35.9071C62.9226 34.7603 62.9623 34.0129 63.0417 33.665C63.123 33.3178 63.2163 33.1452 63.3234 33.1452H67.246C67.9405 33.1452 68.4881 32.9646 68.8889 32.6035C69.0917 32.4118 69.2501 32.1779 69.3529 31.9185C69.4557 31.659 69.5005 31.3802 69.4841 31.1015V24.6968H74.5694L74.5655 31.3019ZM66.3175 47.1988V42.6353H72.1647V47.1988H66.3175Z"
fill="#03AEFF"
/>
<path d="M80.2529 12.6426H85.3779V38.47H80.2529V12.6426Z" fill="#03AEFF" />
</symbol>
<symbol
id="inova-logo-en"
width="150"
height="50"
viewBox="0 0 150 50"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2.30298 21.2435C2.30298 11.9128 8.92063 4.3709 17.8003 3.18456C27.3779 1.9063 36.3427 8.60565 37.7145 18.1526C38.5383 23.9073 36.9435 28.959 32.9402 33.2125C32.1215 34.0805 30.9897 34.2541 30.0654 33.6908C28.7991 32.9197 28.6017 31.25 29.6586 30.1487C31.2864 28.4748 32.4502 26.4059 33.0356 24.1455C34.981 16.7024 30.0093 8.99712 22.4283 7.72227C14.9783 6.46785 8.03555 11.443 6.94623 18.9236C6.32157 23.2162 7.5862 26.9761 10.5767 30.1266C11.8482 31.4695 11.3188 33.5393 9.57422 33.9546C9.19988 34.0582 8.80435 34.0577 8.4303 33.953C8.05625 33.8483 7.71789 33.6435 7.45174 33.3605C4.87117 30.7803 3.15892 27.4599 2.55318 23.8613C2.40517 22.9961 2.32154 22.1211 2.30298 21.2435Z"
fill="#0274B2"
/>
<path
d="M20.0945 38.6455C18.0696 38.6532 16.0588 38.3076 14.1526 37.6242C12.8573 37.1664 12.2208 35.9477 12.6378 34.7222C13.0548 33.4967 14.3398 32.9282 15.6249 33.3776C18.5181 34.416 21.6815 34.4209 24.5778 33.3912C25.8901 32.9384 27.1411 33.4984 27.5683 34.7137C28.0041 35.9562 27.3743 37.1664 26.0365 37.6396C24.1302 38.321 22.1189 38.6615 20.0945 38.6455Z"
fill="#0274B2"
/>
<path
d="M23.3846 44.281C23.3833 45.1464 23.0382 45.9758 22.4253 46.5867C21.8125 47.1977 20.982 47.5402 20.1167 47.5388C19.2513 47.5374 18.4219 47.1924 17.811 46.5795C17.2 45.9667 16.8575 45.1362 16.8589 44.2708C16.8596 43.8423 16.9446 43.4182 17.1092 43.0226C17.2738 42.627 17.5147 42.2676 17.8182 41.9651C18.1216 41.6626 18.4817 41.4228 18.8778 41.2595C19.274 41.0961 19.6984 41.0124 20.1269 41.0131C20.5553 41.0137 20.9795 41.0988 21.3751 41.2634C21.7707 41.428 22.1301 41.6689 22.4326 41.9723C22.7351 42.2758 22.9749 42.6359 23.1382 43.032C23.3016 43.4281 23.3853 43.8526 23.3846 44.281Z"
fill="#0274B2"
/>
<path d="M51.011 36.5673H44.3474V14.5272H51.011V36.5673Z" fill="#0274B2" />
<path
d="M62.7469 36.5673H56.085V14.5272H61.7018L68.3296 24.68V14.5272H75.029V36.5673H69.373L62.7469 26.4842V36.5673Z"
fill="#0274B2"
/>
<path
d="M82.1368 33.9359C80.3485 32.1203 79.4538 29.2455 79.4526 25.3115C79.4526 21.3014 80.3411 18.4022 82.1181 16.6139C83.895 14.8256 86.5242 13.9309 90.0055 13.9297C93.4391 13.9297 96.0438 14.8245 97.8197 16.6139C99.5955 18.4034 100.484 21.3025 100.485 25.3115C100.485 29.2478 99.5966 32.1226 97.8197 33.9359C96.0427 35.7491 93.438 36.6569 90.0055 36.6592C86.5491 36.6569 83.9262 35.7491 82.1368 33.9359ZM92.8139 29.2007C93.4153 28.4064 93.7154 27.11 93.7143 25.3115C93.7143 23.4369 93.4204 22.1099 92.8326 21.3303C92.2448 20.5508 91.3024 20.161 90.0055 20.161C88.6608 20.161 87.7003 20.5508 87.1239 21.3303C86.5474 22.1099 86.2592 23.4369 86.2592 25.3115C86.2592 27.1123 86.5537 28.4087 87.1426 29.2007C87.7315 29.9927 88.6858 30.3899 90.0055 30.3922C91.2763 30.3899 92.2125 29.9927 92.8139 29.2007Z"
fill="#0274B2"
/>
<path
d="M117.552 36.2949H110.634L102.858 14.2548H109.809L114.095 27.6518L118.381 14.2548H125.332L117.552 36.2949Z"
fill="#0274B2"
/>
<path
d="M132.118 14.2548H139.034L146.812 36.2949H139.862L135.577 22.8979L131.291 36.2949H124.34L132.118 14.2548Z"
fill="#0274B2"
/>
</symbol>
<symbol
id="instagram"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M20.9992 5.99707H10.9992C8.23778 5.99707 5.99921 8.23565 5.99921 10.9971V20.9971C5.99921 23.7585 8.23778 25.9971 10.9992 25.9971H20.9992C23.7606 25.9971 25.9992 23.7585 25.9992 20.9971V10.9971C25.9992 8.23565 23.7606 5.99707 20.9992 5.99707Z"
fill="#7681A2"
/>
<path
d="M20.0028 15.3703C20.1262 16.2025 19.9841 17.0525 19.5966 17.7993C19.2091 18.5461 18.596 19.1517 17.8444 19.53C17.0929 19.9082 16.2413 20.0399 15.4106 19.9062C14.5799 19.7726 13.8126 19.3804 13.2177 18.7855C12.6227 18.1905 12.2306 17.4232 12.0969 16.5925C11.9632 15.7619 12.0949 14.9102 12.4731 14.1587C12.8514 13.4072 13.457 12.794 14.2038 12.4065C14.9506 12.019 15.8006 11.8769 16.6328 12.0003C17.4817 12.1262 18.2677 12.5218 18.8745 13.1286C19.4814 13.7355 19.8769 14.5214 20.0028 15.3703Z"
stroke="#071542"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M21.5008 10.4971H21.5108"
stroke="#071542"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="telegram"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M26.1476 7.1448C25.7876 6.83952 25.2221 6.79584 24.6375 7.03056H24.6365C24.0216 7.27728 7.23123 14.4792 6.54771 14.7734C6.42339 14.8166 5.33763 15.2218 5.44947 16.1242C5.54931 16.9378 6.42195 17.2747 6.52851 17.3136L10.7972 18.7752C11.0804 19.7179 12.1244 23.196 12.3552 23.939C12.4992 24.4022 12.734 25.0109 13.1453 25.1362C13.5063 25.2754 13.8653 25.1482 14.0976 24.9658L16.7074 22.5451L20.9204 25.8307L21.0207 25.8907C21.3068 26.0174 21.5808 26.0808 21.8424 26.0808C22.0445 26.0808 22.2384 26.0429 22.4237 25.967C23.0549 25.7078 23.3074 25.1064 23.3338 25.0382L26.4807 8.68128C26.6727 7.80768 26.4058 7.3632 26.1476 7.1448ZM14.5618 19.3598L13.1218 23.1998L11.6818 18.3998L22.7218 10.2398L14.5618 19.3598Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="linkedin"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M20.0008 12.0015C21.5921 12.0015 23.1182 12.6336 24.2434 13.7588C25.3687 14.884 26.0008 16.4102 26.0008 18.0015V25.0015H22.0008V18.0015C22.0008 17.471 21.7901 16.9623 21.415 16.5873C21.0399 16.2122 20.5312 16.0015 20.0008 16.0015C19.4704 16.0015 18.9617 16.2122 18.5866 16.5873C18.2115 16.9623 18.0008 17.471 18.0008 18.0015V25.0015H14.0008V18.0015C14.0008 16.4102 14.6329 14.884 15.7582 13.7588C16.8834 12.6336 18.4095 12.0015 20.0008 12.0015Z"
fill="#7681A2"
/>
<path d="M9.99921 13H5.99921V25H9.99921V13Z" fill="#7681A2" />
<path
d="M7.99921 10.0015C9.10378 10.0015 9.99921 9.10603 9.99921 8.00147C9.99921 6.8969 9.10378 6.00146 7.99921 6.00146C6.89464 6.00146 5.99921 6.8969 5.99921 8.00147C5.99921 9.10603 6.89464 10.0015 7.99921 10.0015Z"
stroke="#7681A2"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="twitter"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M7.32406 6.87988L14.1481 16.8286L6.99219 25.1199H8.5175L14.8241 17.813L19.8359 25.1199H24.6425L17.5016 14.7099L24.26 6.87988H22.7356L16.8266 13.7255L12.1306 6.87988H7.32406Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="youtube"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M25.5817 11.1551C25.3517 10.2892 24.6742 9.60675 23.8133 9.37508C22.2542 8.95508 16 8.95508 16 8.95508C16 8.95508 9.74583 8.95508 8.18583 9.37508C7.32583 9.60675 6.64833 10.2884 6.41833 11.1551C6 12.7251 6 16.0001 6 16.0001C6 16.0001 6 19.2751 6.41833 20.8451C6.64833 21.7109 7.32583 22.3934 8.18667 22.6251C9.74583 23.0451 16 23.0451 16 23.0451C16 23.0451 22.2542 23.0451 23.8142 22.6251C24.6742 22.3934 25.3517 21.7117 25.5825 20.8451C26 19.2751 26 16.0001 26 16.0001C26 16.0001 26 12.7251 25.5817 11.1551ZM13.955 18.9742V13.0259L19.1817 16.0001L13.955 18.9742Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="aparat"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="32" height="32" rx="16" fill="#071542" />
<path
d="M14.8847 6.59787L12.6137 6.08524C10.761 5.66682 8.92051 6.82945 8.50209 8.68209L7.98472 10.9721C9.47525 8.60525 11.9774 6.94103 14.8847 6.59787ZM6.59787 17.1153L6.08524 19.3863C5.66682 21.239 6.82945 23.0795 8.68209 23.4979L10.9721 24.0153C8.60525 22.5242 6.94103 20.0226 6.59787 17.1153ZM23.3179 8.50209L21.0279 7.98472C23.3948 9.47525 25.059 11.9774 25.4021 14.8842L25.9148 12.6132C26.3332 10.7616 25.1705 8.92051 23.3179 8.50209ZM17.1153 25.4021L19.3863 25.9148C21.239 26.3332 23.0795 25.1705 23.4979 23.3179L24.0153 21.0279C22.5248 23.3948 20.0226 25.059 17.1153 25.4021Z"
fill="#7681A2"
/>
<path
d="M16.0002 7.57886C11.3491 7.57886 7.5791 11.3489 7.5791 15.9999C7.5791 20.651 11.3491 24.421 16.0002 24.421C20.6512 24.421 24.4212 20.651 24.4212 15.9999C24.4212 11.3489 20.6512 7.57886 16.0002 7.57886ZM13.8949 10.2104C15.0575 10.2104 16.0002 11.1531 16.0002 12.3157C16.0002 13.4783 15.0575 14.421 13.8949 14.421C12.7323 14.421 11.7896 13.4783 11.7896 12.3157C11.7896 11.1531 12.7323 10.2104 13.8949 10.2104ZM12.316 20.2105C11.1533 20.2105 10.2107 19.2678 10.2107 18.1052C10.2107 16.9426 11.1533 15.9999 12.316 15.9999C13.4786 15.9999 14.4212 16.9426 14.4212 18.1052C14.4212 19.2678 13.4786 20.2105 12.316 20.2105ZM14.9475 15.9999C14.9475 15.4183 15.4186 14.9473 16.0002 14.9473C16.5818 14.9473 17.0528 15.4183 17.0528 15.9999C17.0528 16.5815 16.5818 17.0526 16.0002 17.0526C15.4186 17.0526 14.9475 16.5815 14.9475 15.9999ZM18.1054 21.7894C16.9428 21.7894 16.0002 20.8468 16.0002 19.6841C16.0002 18.5215 16.9428 17.5789 18.1054 17.5789C19.2681 17.5789 20.2107 18.5215 20.2107 19.6841C20.2107 20.8468 19.2681 21.7894 18.1054 21.7894ZM19.6844 15.9999C18.5218 15.9999 17.5791 15.0573 17.5791 13.8947C17.5791 12.732 18.5218 11.7894 19.6844 11.7894C20.847 11.7894 21.7897 12.732 21.7897 13.8947C21.7897 15.0573 20.847 15.9999 19.6844 15.9999Z"
fill="#7681A2"
/>
</symbol>
<symbol
id="email"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18.3333 9.8335L10.8583 14.5835C10.601 14.7447 10.3036 14.8302 9.99999 14.8302C9.69639 14.8302 9.39893 14.7447 9.14166 14.5835L1.66666 9.8335M3.33332 7.3335H16.6667C17.5871 7.3335 18.3333 8.07969 18.3333 9.00016V19.0002C18.3333 19.9206 17.5871 20.6668 16.6667 20.6668H3.33332C2.41285 20.6668 1.66666 19.9206 1.66666 19.0002V9.00016C1.66666 8.07969 2.41285 7.3335 3.33332 7.3335Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="codeposti"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5.41666 8.1665C3.33332 8.1665 1.66666 9.83317 1.66666 11.9165V18.1665C1.66666 18.6085 1.84225 19.0325 2.15481 19.345C2.46737 19.6576 2.8913 19.8332 3.33332 19.8332H16.6667C17.1087 19.8332 17.5326 19.6576 17.8452 19.345C18.1577 19.0325 18.3333 18.6085 18.3333 18.1665V11.4998C18.3333 9.6665 16.8333 8.1665 15 8.1665H5.41666ZM5.41666 8.1665C7.49999 8.1665 9.16666 9.83317 9.16666 11.9165V18.1665C9.16666 18.6085 8.99106 19.0325 8.6785 19.345C8.36594 19.6576 7.94202 19.8332 7.49999 19.8332M12.5 11.4998H15V13.1665M4.99999 12.3332H5.83332"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="location"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.6666 12.3332C16.6666 16.494 12.0508 20.8273 10.5008 22.1657C10.3564 22.2742 10.1806 22.333 9.99998 22.333C9.81931 22.333 9.64354 22.2742 9.49915 22.1657C7.94915 20.8273 3.33331 16.494 3.33331 12.3332C3.33331 10.5651 4.03569 8.86937 5.28593 7.61913C6.53618 6.36888 8.23187 5.6665 9.99998 5.6665C11.7681 5.6665 13.4638 6.36888 14.714 7.61913C15.9643 8.86937 16.6666 10.5651 16.6666 12.3332Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M9.99998 14.8332C11.3807 14.8332 12.5 13.7139 12.5 12.3332C12.5 10.9525 11.3807 9.83317 9.99998 9.83317C8.61927 9.83317 7.49998 10.9525 7.49998 12.3332C7.49998 13.7139 8.61927 14.8332 9.99998 14.8332Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="mojavez2"
width="30"
height="24"
viewBox="0 0 30 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.8504 2.2513C17.6511 1.55195 18.5213 0.93633 19.4473 0.414062C20.3767 1.83255 21.086 3.4033 21.4733 5.05682C19.6244 5.72551 17.8534 6.65655 16.3571 7.94344C14.8509 9.22289 13.6451 10.8673 12.9491 12.7219C12.5296 13.8532 12.2358 15.0499 12.2581 16.264C12.2174 17.8198 12.4436 19.3711 12.9268 20.8505C13.2562 21.8444 13.6981 22.8061 14.2923 23.6701C17.1367 21.7161 19.1751 18.5754 19.67 15.1468C19.8843 13.6637 19.8702 12.1434 19.5839 10.6695C19.3307 9.37765 18.8945 8.10565 18.1869 6.98841C19.2742 6.34197 20.4203 5.79996 21.6098 5.36965C22.2553 7.80275 22.3505 10.3848 21.8805 12.8576C21.6256 13.9145 21.2382 14.9349 20.8244 15.9379C20.3296 17.1007 19.7569 18.2419 19.0054 19.2632C18.2905 20.1903 17.5053 21.061 16.6567 21.8676C15.926 22.5421 15.1654 23.2058 14.2898 23.6866C13.353 22.5735 12.681 21.2576 12.1828 19.8971C11.6218 18.3303 11.3071 16.6859 11.2501 15.0226C11.145 13.6563 11.2609 12.275 11.548 10.9368C12.2805 7.55282 14.2526 4.50813 16.8504 2.2513Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M7.05049 4.51455C8.92 4.51207 10.7895 4.51372 12.659 4.51372C11.5708 9.22434 10.4345 13.925 9.40662 18.6489C9.24773 19.4177 9.08386 20.189 9.03835 20.9736C9.03338 21.5074 9.10869 22.0892 9.47035 22.5088C9.63421 22.7074 9.86924 22.8232 10.101 22.9226C9.67311 22.8232 9.27835 22.6288 8.88276 22.445C7.72745 21.869 6.64249 21.0704 5.9349 19.973C5.25131 18.9526 4.69352 17.799 4.60662 16.5568C4.58428 16.1049 4.58759 15.6497 4.66786 15.2028C4.8698 13.9168 5.15283 12.6456 5.43255 11.3736C5.94715 9.08121 6.48649 6.79528 7.05049 4.51455ZM24.2593 4.51455C26.0585 4.51207 27.8568 4.51372 29.6552 4.51372C29.0047 7.2911 28.3534 10.0685 27.688 12.8426C27.4612 13.7546 27.2643 14.6757 27.0003 15.5777C26.5046 16.7661 25.7837 17.8577 24.928 18.8186C24.5606 19.2357 24.131 19.5899 23.7255 19.9672C22.0877 21.3808 20.1197 22.4335 18.0143 22.9416C18.7211 22.5617 19.485 22.1843 19.9575 21.5074C20.2943 20.9951 20.3879 20.3744 20.5807 19.8026C21.8133 14.7081 23.04 9.61215 24.2593 4.51455Z"
fill="white"
fill-opacity="0.6"
/>
</symbol>
<symbol
id="mojavez3"
width="30"
height="24"
viewBox="0 0 30 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M29.458 12.2095L26.0664 15.4944L26.0588 20.3759H21.2645L17.8881 23.7693L14.5167 20.3815H9.67062V15.6005L6.28662 12.202L9.66683 8.77249V4.00912H14.4548L17.8641 0.570801L21.2001 3.99522C21.2001 3.99522 24.4123 4.00154 25.9313 4.00154H26.0626V4.19606C26.0626 5.65059 26.0544 8.86722 26.0544 8.86722C26.0544 8.86722 29.427 12.1704 29.458 12.2095ZM10.1127 8.99796L6.90936 12.2001L10.1121 15.4022V19.9401L14.6929 19.942C14.6929 19.942 17.3115 22.587 17.866 23.1396C18.0037 23.0045 21.0744 19.935 21.0744 19.935C21.0744 19.935 24.0454 19.9394 25.45 19.9394H25.611V15.3409C25.611 15.3409 27.4218 13.6028 28.2473 12.7792C28.438 12.5885 28.6325 12.4015 28.8277 12.2108L25.6016 8.98027V4.46133C25.5441 4.4588 25.5037 4.45501 25.4626 4.45501C24.1186 4.45501 20.9879 4.4588 20.9879 4.4588C20.9879 4.4588 19.3875 2.76175 18.6542 2.02912L17.8736 1.24596L14.6557 4.45122L10.2498 4.45375C10.2056 4.45375 10.1633 4.46133 10.1121 4.46638L10.1127 8.99796Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M20.9893 9.08591C21.1358 9.26528 21.2899 9.43959 21.4282 9.62654C21.8021 10.1255 22.0541 10.704 22.1659 11.3173C22.2164 11.5964 22.2467 11.8794 22.2872 12.1756L25.5385 9.79959L26.6836 10.9838L24.1074 12.1958L26.6829 13.4027L25.5398 14.5882L22.2669 12.1971C22.2392 13.4097 21.8147 14.4265 20.9848 15.3019L24.965 15.9177V17.568L22.2783 16.6017C22.6017 17.4973 22.9143 18.3663 23.2402 19.2625C22.6863 19.3067 22.145 19.2897 21.5968 19.3023C21.3903 17.9697 21.1863 16.6484 20.9779 15.3095C20.8813 15.3935 20.7928 15.4718 20.7032 15.547C20.0617 16.0892 19.2784 16.4363 18.4459 16.5474C17.7798 16.6392 17.1015 16.5748 16.4646 16.3592C15.8192 16.1458 15.2332 15.7831 14.7543 15.3006L14.7562 15.3025C14.5314 15.0126 14.285 14.736 14.0855 14.4291C13.8347 14.0476 13.6641 13.6191 13.584 13.1697C13.5328 12.871 13.5145 12.5659 13.4817 12.264C13.4798 12.2501 13.4747 12.2362 13.4653 12.1977L10.1924 14.5882L9.04736 13.404L11.6229 12.1939L9.04926 10.9857L10.1899 9.79833L13.4697 12.192C13.476 12.1289 13.4842 12.0809 13.4855 12.0322C13.4994 11.1341 13.7886 10.3295 14.3147 9.60822C14.4493 9.4238 14.6034 9.25454 14.7486 9.0777C14.9912 8.88822 15.2217 8.68233 15.4762 8.51243C16.1589 8.0577 16.9162 7.82843 17.7385 7.80759C18.5282 7.78122 19.3101 7.97122 19.9996 8.35707C20.3435 8.54296 20.6588 8.7776 20.9356 9.0537C20.9526 9.06759 20.9716 9.07896 20.9912 9.08843L20.9893 9.08591ZM21.7396 12.7503C22.0573 10.8114 20.7512 8.7158 18.5204 8.33054C16.2796 7.94338 14.1328 9.56338 13.9528 11.9021C13.9125 12.4373 13.9825 12.9751 14.1585 13.4821C14.3345 13.9891 14.6128 14.4546 14.976 14.8497C15.3394 15.2447 15.7801 15.5607 16.2707 15.7782C16.7614 15.9957 17.2915 16.1101 17.8282 16.1141C19.0206 16.1305 20.0204 15.6575 20.8194 14.7733C21.0467 14.5232 21.2337 14.2396 21.3733 13.932H20.0229C19.5707 14.4657 19.001 14.8131 18.3 14.923C17.5989 15.0322 16.9415 14.8964 16.3503 14.508C15.7187 14.0924 15.3202 13.5101 15.1585 12.7503H21.7396Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M16.6505 21.0018L15.4695 19.8561L17.8632 16.5858C18.6653 17.681 19.4592 18.7647 20.2587 19.8586C19.8646 20.2401 19.4762 20.6165 19.0739 21.0037L17.8802 18.4673L17.8455 18.466L16.6505 21.0018ZM15.4663 4.52959L16.6524 3.3877L17.8461 5.92475H17.8808L19.0739 3.3877L20.2613 4.53085L17.8644 7.80243L15.4663 4.52959ZM20.9895 9.08833C21.0236 8.83127 21.0545 8.57296 21.0937 8.3178C21.255 7.24647 21.4216 6.17594 21.5933 5.10622H23.2442L22.2918 7.74243L22.312 7.77275L24.9659 6.81843V8.46685C24.8794 8.48264 24.7884 8.50285 24.6968 8.51675C24.1139 8.60643 23.5303 8.69548 22.9474 8.78327L21.22 9.04664C21.1423 9.05801 21.0653 9.07191 20.9876 9.08517L20.9888 9.08833H20.9895ZM14.7539 15.3005L14.44 17.3405C14.3389 17.9873 14.2379 18.6321 14.1349 19.2763H12.4853L13.4503 16.6022L10.7794 17.5629L10.7446 15.9201L11.2657 15.8412L13.485 15.502C13.9095 15.4363 14.332 15.3687 14.7558 15.3024L14.7539 15.3005ZM14.7469 9.07949C14.5044 9.04538 14.2632 9.01317 14.0219 8.97654C13.3859 8.87864 12.7524 8.77822 12.1171 8.6797C11.7046 8.61654 11.2922 8.55464 10.8792 8.49085C10.8394 8.48454 10.8002 8.4738 10.7693 8.46622V6.82096L13.4497 7.78538L12.4846 5.10938H14.1362L14.7469 9.07949ZM27.5888 12.1894C27.5912 12.2967 27.5719 12.4034 27.532 12.5031C27.4921 12.6027 27.4324 12.6933 27.3566 12.7693C27.2808 12.8453 27.1904 12.9051 27.0908 12.9453C26.9912 12.9854 26.8846 13.005 26.7773 13.0029C26.6172 13.0031 26.4607 12.9558 26.3275 12.867C26.1944 12.7782 26.0906 12.6518 26.0293 12.504C25.968 12.3561 25.952 12.1934 25.9833 12.0364C26.0146 11.8794 26.0918 11.7353 26.205 11.6222C26.3185 11.5076 26.4634 11.429 26.6214 11.3965C26.7794 11.3639 26.9435 11.3787 27.0931 11.4391C27.2411 11.5004 27.3674 11.6046 27.4558 11.7383C27.5441 11.8721 27.5905 12.0291 27.5888 12.1894Z"
fill="white"
fill-opacity="0.6"
/>
<path
d="M24.9737 5.90545C24.9888 6.35514 24.6168 6.70251 24.1747 6.70945C23.7326 6.71577 23.3537 6.34061 23.3562 5.9023C23.3556 5.79293 23.3771 5.68458 23.4193 5.58369C23.4615 5.4828 23.5236 5.39145 23.6019 5.31506C23.6802 5.23868 23.773 5.17884 23.8749 5.1391C23.9768 5.09936 24.0856 5.08055 24.1949 5.08377C24.637 5.08882 24.9768 5.4463 24.9737 5.90545ZM12.3705 18.4865C12.3743 18.9412 12.0194 19.2968 11.5589 19.3012C11.3466 19.3033 11.142 19.2212 10.99 19.0729C10.8379 18.9246 10.7507 18.7222 10.7474 18.5099C10.741 18.0532 11.077 17.6901 11.5577 17.6812C11.6641 17.6802 11.7697 17.7004 11.8683 17.7404C11.9669 17.7805 12.0566 17.8397 12.1322 17.9146C12.2078 17.9896 12.2678 18.0788 12.3087 18.177C12.3496 18.2753 12.3706 18.3801 12.3705 18.4865ZM8.13957 12.1916C8.12504 11.7267 8.50335 11.3831 8.93283 11.3806C9.41409 11.3775 9.75514 11.728 9.75704 12.1998C9.75957 12.6431 9.41662 13.0038 8.9423 13.0025C8.48378 13.0019 8.13957 12.6545 8.13957 12.1916ZM18.6718 21.0943C18.6869 21.549 18.3225 21.8989 17.8867 21.916C17.7794 21.9191 17.6725 21.9008 17.5722 21.8622C17.472 21.8237 17.3804 21.7655 17.3028 21.6913C17.2253 21.617 17.1632 21.528 17.1203 21.4295C17.0775 21.3311 17.0546 21.2251 17.053 21.1177C17.0499 20.6629 17.3941 20.3023 17.8362 20.2966C18.3187 20.2903 18.6655 20.6219 18.6718 21.0943ZM24.9756 18.5092C24.9806 18.9747 24.5821 19.3164 24.1419 19.3019C24.0343 19.2992 23.9284 19.2751 23.8303 19.2308C23.7322 19.1866 23.644 19.1232 23.5709 19.0443C23.4977 18.9654 23.4411 18.8727 23.4043 18.7716C23.3675 18.6705 23.3514 18.563 23.3568 18.4556C23.3695 18.0179 23.7528 17.6661 24.2012 17.6787C24.414 17.6863 24.6151 17.778 24.7603 17.9337C24.9055 18.0895 24.9829 18.2965 24.9756 18.5092ZM18.6692 3.28187C18.673 3.73282 18.3212 4.10608 17.8709 4.10293C17.7633 4.10436 17.6565 4.08427 17.5568 4.04384C17.4571 4.0034 17.3665 3.94344 17.2903 3.86747C17.2141 3.7915 17.1538 3.70106 17.1131 3.60148C17.0724 3.50189 17.0519 3.39515 17.053 3.28756C17.0492 2.86566 17.3954 2.47472 17.8596 2.48103C18.3168 2.48735 18.6648 2.82082 18.6692 3.28187ZM12.3692 5.89724C12.3718 6.34693 12.0105 6.70187 11.5457 6.70693C11.1124 6.71135 10.7455 6.34124 10.7448 5.89851C10.7445 5.73715 10.7923 5.57936 10.8819 5.44519C10.9715 5.31102 11.099 5.20654 11.2482 5.14503C11.3716 5.09395 11.5058 5.07415 11.6387 5.08739C11.7716 5.10063 11.8992 5.14651 12.0102 5.22094C12.1211 5.29537 12.2119 5.39605 12.2745 5.51404C12.3372 5.63202 12.3697 5.76366 12.3692 5.89724ZM20.5482 11.6137H15.1703C15.3522 10.5577 16.3514 9.44861 17.8368 9.43219C19.3482 9.41766 20.3935 10.569 20.5482 11.6137Z"
fill="white"
fill-opacity="0.6"
/>
</symbol>
<symbol id="telegram"></symbol>
<symbol
id="profile-icon"
width="48"
height="48"
viewBox="0 0 48 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M32.0001 34.6667C32.0001 32.545 31.1572 30.5101 29.6569 29.0098C28.1566 27.5095 26.1218 26.6667 24.0001 26.6667M24.0001 26.6667C21.8783 26.6667 19.8435 27.5095 18.3432 29.0098C16.8429 30.5101 16.0001 32.545 16.0001 34.6667M24.0001 26.6667C26.9456 26.6667 29.3334 24.2789 29.3334 21.3334C29.3334 18.3878 26.9456 16 24.0001 16C21.0546 16 18.6667 18.3878 18.6667 21.3334C18.6667 24.2789 21.0546 26.6667 24.0001 26.6667ZM37.3334 24C37.3334 31.3638 31.3639 37.3334 24.0001 37.3334C16.6363 37.3334 10.6667 31.3638 10.6667 24C10.6667 16.6362 16.6363 10.6667 24.0001 10.6667C31.3639 10.6667 37.3334 16.6362 37.3334 24Z"
stroke="#505068"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="phone"
width="20"
height="24"
viewBox="0 0 20 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11.7083 5.66658C13.4069 5.84556 14.9935 6.59892 16.2057 7.80207C17.4179 9.00522 18.1832 10.5861 18.375 12.2833M11.7083 8.99992C12.5279 9.16153 13.28 9.56577 13.867 10.1602C14.4539 10.7546 14.8487 11.5117 15 12.3333M18.3333 18.0999V20.5999C18.3343 20.832 18.2867 21.0617 18.1937 21.2744C18.1008 21.487 17.9644 21.6779 17.7934 21.8348C17.6224 21.9917 17.4205 22.1112 17.2006 22.1855C16.9808 22.2599 16.7478 22.2875 16.5167 22.2666C13.9523 21.988 11.4891 21.1117 9.32498 19.7083C7.31151 18.4288 5.60443 16.7217 4.32498 14.7083C2.91663 12.5343 2.04019 10.0591 1.76665 7.48325C1.74583 7.25281 1.77321 7.02055 1.84707 6.80127C1.92092 6.58199 2.03963 6.38049 2.19562 6.2096C2.35162 6.03871 2.54149 5.90218 2.75314 5.80869C2.9648 5.7152 3.1936 5.6668 3.42499 5.66658H5.92498C6.32941 5.6626 6.72148 5.80582 7.02812 6.06953C7.33476 6.33324 7.53505 6.69946 7.59165 7.09992C7.69717 7.89997 7.89286 8.68552 8.17498 9.44158C8.2871 9.73985 8.31137 10.064 8.24491 10.3757C8.17844 10.6873 8.02404 10.9733 7.79998 11.1999L6.74165 12.2583C7.92795 14.3445 9.65536 16.072 11.7417 17.2583L12.8 16.1999C13.0266 15.9759 13.3126 15.8215 13.6242 15.755C13.9359 15.6885 14.26 15.7128 14.5583 15.8249C15.3144 16.107 16.0999 16.3027 16.9 16.4083C17.3048 16.4654 17.6745 16.6693 17.9388 16.9812C18.203 17.2931 18.3435 17.6912 18.3333 18.0999Z"
stroke="#0274B3"
stroke-width="0.972222"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="phone2"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13 2C15.3869 2 17.6761 2.94821 19.364 4.63604C21.0518 6.32387 22 8.61305 22 11"
stroke="#0274B3"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M13 6C14.3261 6 15.5979 6.52678 16.5355 7.46447C17.4732 8.40215 18 9.67392 18 11"
stroke="#0274B3"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M13.832 16.568C14.0385 16.6628 14.2712 16.6845 14.4917 16.6294C14.7122 16.5744 14.9073 16.4458 15.045 16.265L15.4 15.8C15.5863 15.5516 15.8279 15.35 16.1056 15.2111C16.3833 15.0723 16.6895 15 17 15H20C20.5304 15 21.0391 15.2107 21.4142 15.5858C21.7893 15.9609 22 16.4696 22 17V20C22 20.5304 21.7893 21.0391 21.4142 21.4142C21.0391 21.7893 20.5304 22 20 22C15.2261 22 10.6477 20.1036 7.27208 16.7279C3.89642 13.3523 2 8.7739 2 4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H7C7.53043 2 8.03914 2.21071 8.41421 2.58579C8.78929 2.96086 9 3.46957 9 4V7C9 7.31049 8.92771 7.61672 8.78885 7.89443C8.65 8.17214 8.44839 8.41371 8.2 8.6L7.732 8.951C7.54842 9.09118 7.41902 9.29059 7.36579 9.51535C7.31256 9.74012 7.33878 9.97638 7.44 10.184C8.80668 12.9599 11.0544 15.2048 13.832 16.568Z"
fill="#0274B3"
/>
</symbol>
<symbol
id="headphone"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2.5 9.16667H5C5.44203 9.16667 5.86595 9.34226 6.17851 9.65482C6.49107 9.96738 6.66667 10.3913 6.66667 10.8333V13.3333C6.66667 13.7754 6.49107 14.1993 6.17851 14.5118C5.86595 14.8244 5.44203 15 5 15H4.16667C3.72464 15 3.30072 14.8244 2.98816 14.5118C2.67559 14.1993 2.5 13.7754 2.5 13.3333V9.16667ZM2.5 9.16667C2.5 8.18175 2.69399 7.20648 3.0709 6.29654C3.44781 5.3866 4.00026 4.5598 4.6967 3.86336C5.39314 3.16693 6.21993 2.61448 7.12987 2.23757C8.03982 1.86066 9.01509 1.66667 10 1.66667C10.9849 1.66667 11.9602 1.86066 12.8701 2.23757C13.7801 2.61448 14.6069 3.16693 15.3033 3.86336C15.9997 4.5598 16.5522 5.3866 16.9291 6.29654C17.306 7.20648 17.5 8.18175 17.5 9.16667M17.5 9.16667V13.3333M17.5 9.16667H15C14.558 9.16667 14.134 9.34226 13.8215 9.65482C13.5089 9.96738 13.3333 10.3913 13.3333 10.8333V13.3333C13.3333 13.7754 13.5089 14.1993 13.8215 14.5118C14.134 14.8244 14.558 15 15 15H15.8333C16.2754 15 16.6993 14.8244 17.0118 14.5118C17.3244 14.1993 17.5 13.7754 17.5 13.3333M17.5 13.3333V15C17.5 15.8841 17.1488 16.7319 16.5237 17.357C15.8986 17.9821 15.0507 18.3333 14.1667 18.3333H10"
stroke="#0274B3"
stroke-width="1.25"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="chevron-left"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12.5 15L7.5 10L12.5 5"
stroke="#505068"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="usermenu"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13.3334 17.5V15.8333C13.3334 14.9493 12.9822 14.1014 12.3571 13.4763C11.732 12.8512 10.8841 12.5 10.0001 12.5H5.00008C4.11603 12.5 3.26818 12.8512 2.64306 13.4763C2.01794 14.1014 1.66675 14.9493 1.66675 15.8333V17.5M18.3334 17.5V15.8333C18.3329 15.0948 18.087 14.3773 17.6346 13.7936C17.1821 13.2099 16.5485 12.793 15.8334 12.6083M13.3334 2.60833C14.0504 2.79192 14.6859 3.20892 15.1398 3.79359C15.5936 4.37827 15.84 5.09736 15.84 5.8375C15.84 6.57764 15.5936 7.29673 15.1398 7.88141C14.6859 8.46608 14.0504 8.88308 13.3334 9.06667M10.8334 5.83333C10.8334 7.67428 9.34103 9.16667 7.50008 9.16667C5.65913 9.16667 4.16675 7.67428 4.16675 5.83333C4.16675 3.99238 5.65913 2.5 7.50008 2.5C9.34103 2.5 10.8334 3.99238 10.8334 5.83333Z"
stroke="#currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="foldermenu"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1.66675 6.66666V15.8333C1.66675 16.2754 1.84234 16.6993 2.1549 17.0118C2.46746 17.3244 2.89139 17.5 3.33341 17.5H15.0001M16.6667 14.1667C17.1088 14.1667 17.5327 13.9911 17.8453 13.6785C18.1578 13.3659 18.3334 12.942 18.3334 12.5V7.5C18.3334 7.05797 18.1578 6.63404 17.8453 6.32148C17.5327 6.00892 17.1088 5.83333 16.6667 5.83333H13.4167C13.138 5.83606 12.863 5.76884 12.617 5.63781C12.371 5.50679 12.1617 5.31614 12.0084 5.08333L11.3334 4.08333C11.1817 3.85289 10.9751 3.66373 10.7322 3.53283C10.4893 3.40192 10.2177 3.33337 9.94175 3.33333H6.66675C6.22472 3.33333 5.8008 3.50892 5.48824 3.82148C5.17568 4.13404 5.00008 4.55797 5.00008 4.99999V12.5C5.00008 12.942 5.17568 13.3659 5.48824 13.6785C5.8008 13.9911 6.22472 14.1667 6.66675 14.1667H16.6667Z"
stroke="#currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="housemenu"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12.5 17.5V10.8333C12.5 10.6123 12.4122 10.4004 12.2559 10.2441C12.0996 10.0878 11.8877 10 11.6667 10H8.33333C8.11232 10 7.90036 10.0878 7.74408 10.2441C7.5878 10.4004 7.5 10.6123 7.5 10.8333V17.5M2.5 8.33335C2.49994 8.0909 2.55278 7.85137 2.65482 7.63144C2.75687 7.41152 2.90566 7.21651 3.09083 7.06001L8.92417 2.06085C9.22499 1.8066 9.60613 1.66711 10 1.66711C10.3939 1.66711 10.775 1.8066 11.0758 2.06085L16.9092 7.06001C17.0943 7.21651 17.2431 7.41152 17.3452 7.63144C17.4472 7.85137 17.5001 8.0909 17.5 8.33335V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0119C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0119C2.67559 16.6993 2.5 16.2754 2.5 15.8333V8.33335Z"
stroke="#currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="inova-logo3"
width="36"
height="45"
viewBox="0 0 36 45"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_597_42220)">
<path
d="M0.302979 18.2435C0.302979 8.9128 6.92063 1.37093 15.8003 0.184586C25.3779 -1.09367 34.3427 5.60568 35.7145 15.1526C36.5383 20.9073 34.9435 25.959 30.9402 30.2125C30.1215 31.0806 28.9897 31.2542 28.0654 30.6908C26.7991 29.9197 26.6017 28.25 27.6586 27.1488C29.2864 25.4748 30.4502 23.4059 31.0356 21.1456C32.981 13.7024 28.0093 5.99715 20.4283 4.7223C12.9783 3.46788 6.03555 8.44303 4.94623 15.9236C4.32157 20.2162 5.5862 23.9761 8.57674 27.1266C9.84819 28.4696 9.31884 30.5393 7.57422 30.9546C7.19988 31.0583 6.80435 31.0577 6.4303 30.953C6.05625 30.8483 5.71789 30.6435 5.45174 30.3606C2.87117 27.7803 1.15892 24.46 0.553183 20.8613C0.405172 19.9961 0.321541 19.1211 0.302979 18.2435Z"
fill="#0274B2"
/>
<path
d="M18.0945 35.6455C16.0696 35.6532 14.0588 35.3076 12.1526 34.6242C10.8573 34.1664 10.2208 32.9477 10.6378 31.7222C11.0548 30.4967 12.3398 29.9282 13.6249 30.3776C16.5181 31.416 19.6815 31.4209 22.5778 30.3912C23.8901 29.9384 25.1411 30.4984 25.5683 31.7137C26.0041 32.9562 25.3743 34.1664 24.0365 34.6396C22.1302 35.321 20.1189 35.6615 18.0945 35.6455Z"
fill="#0274B2"
/>
<path
d="M21.3846 41.281C21.3833 42.1464 21.0382 42.9758 20.4253 43.5867C19.8125 44.1977 18.982 44.5402 18.1167 44.5388C17.2513 44.5374 16.4219 44.1924 15.811 43.5795C15.2 42.9667 14.8575 42.1362 14.8589 41.2708C14.8596 40.8423 14.9446 40.4182 15.1092 40.0226C15.2738 39.627 15.5147 39.2676 15.8182 38.9651C16.1216 38.6626 16.4817 38.4228 16.8778 38.2595C17.274 38.0961 17.6984 38.0124 18.1269 38.0131C18.5553 38.0137 18.9795 38.0988 19.3751 38.2634C19.7707 38.428 20.1301 38.6689 20.4326 38.9723C20.7351 39.2758 20.9749 39.6359 21.1382 40.032C21.3016 40.4281 21.3853 40.8526 21.3846 41.281Z"
fill="#0274B2"
/>
</g>
<defs>
<clipPath id="clip0_597_42220">
<rect width="36" height="45" fill="white" />
</clipPath>
</defs>
</symbol>
<symbol
id="closemenu"
width="48"
height="48"
viewBox="0 0 48 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M32 16L16 32M16 16L32 32"
stroke="#1A1A2E"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="youtube1"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M25.5817 11.1549C25.3517 10.2891 24.6742 9.60658 23.8133 9.37492C22.2542 8.95492 16 8.95492 16 8.95492C16 8.95492 9.74583 8.95492 8.18583 9.37492C7.32583 9.60658 6.64833 10.2882 6.41833 11.1549C6 12.7249 6 15.9999 6 15.9999C6 15.9999 6 19.2749 6.41833 20.8449C6.64833 21.7107 7.32583 22.3933 8.18667 22.6249C9.74583 23.0449 16 23.0449 16 23.0449C16 23.0449 22.2542 23.0449 23.8142 22.6249C24.6742 22.3933 25.3517 21.7116 25.5825 20.8449C26 19.2749 26 15.9999 26 15.9999C26 15.9999 26 12.7249 25.5817 11.1549ZM13.955 18.9741V13.0257L19.1817 15.9999L13.955 18.9741Z"
fill="#0274B3"
/>
</symbol>
<symbol
id="linkedin1"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20.0007 12.0016C21.592 12.0016 23.1182 12.6337 24.2434 13.7589C25.3686 14.8841 26.0007 16.4103 26.0007 18.0016V25.0016H22.0007V18.0016C22.0007 17.4711 21.79 16.9624 21.4149 16.5874C21.0399 16.2123 20.5312 16.0016 20.0007 16.0016C19.4703 16.0016 18.9616 16.2123 18.5865 16.5874C18.2114 16.9624 18.0007 17.4711 18.0007 18.0016V25.0016H14.0007V18.0016C14.0007 16.4103 14.6329 14.8841 15.7581 13.7589C16.8833 12.6337 18.4094 12.0016 20.0007 12.0016Z"
fill="#0274B3"
/>
<path d="M9.99927 13H5.99927V25H9.99927V13Z" fill="#0274B3" />
<path
d="M7.99927 10.0016C9.10384 10.0016 9.99927 9.10613 9.99927 8.00156C9.99927 6.89699 9.10384 6.00156 7.99927 6.00156C6.8947 6.00156 5.99927 6.89699 5.99927 8.00156C5.99927 9.10613 6.8947 10.0016 7.99927 10.0016Z"
stroke="#0274B3"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
<symbol
id="twitter1"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M7.32406 6.87988L14.1481 16.8286L6.99219 25.1199H8.5175L14.8241 17.813L19.8359 25.1199H24.6425L17.5016 14.7099L24.26 6.87988H22.7356L16.8266 13.7255L12.1306 6.87988H7.32406Z"
fill="#0274B3"
/>
</symbol>
<symbol
id="telegram1"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M26.1476 7.1448C25.7876 6.83952 25.2221 6.79584 24.6375 7.03056H24.6365C24.0216 7.27728 7.23123 14.4792 6.54771 14.7734C6.42339 14.8166 5.33763 15.2218 5.44947 16.1242C5.54931 16.9378 6.42195 17.2747 6.52851 17.3136L10.7972 18.7752C11.0804 19.7179 12.1244 23.196 12.3552 23.939C12.4992 24.4022 12.734 25.0109 13.1453 25.1362C13.5063 25.2754 13.8653 25.1482 14.0976 24.9658L16.7074 22.5451L20.9204 25.8307L21.0207 25.8907C21.3068 26.0174 21.5808 26.0808 21.8424 26.0808C22.0445 26.0808 22.2384 26.0429 22.4237 25.967C23.0549 25.7078 23.3074 25.1064 23.3338 25.0382L26.4807 8.68128C26.6727 7.80768 26.4058 7.3632 26.1476 7.1448ZM14.5618 19.3598L13.1218 23.1998L11.6818 18.3998L22.7218 10.2398L14.5618 19.3598Z"
fill="#0274B3"
/>
</symbol>
<symbol
id="instagram1"
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_597_42257)">
<path
d="M20.1719 7.66602H11.8385C9.53736 7.66602 7.67188 9.5315 7.67188 11.8327V20.166C7.67188 22.4672 9.53736 24.3327 11.8385 24.3327H20.1719C22.4731 24.3327 24.3385 22.4672 24.3385 20.166V11.8327C24.3385 9.5315 22.4731 7.66602 20.1719 7.66602Z"
fill="#0274B3"
stroke="#0274B3"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M19.3337 15.4753C19.4366 16.1688 19.3181 16.8771 18.9952 17.4994C18.6723 18.1218 18.1614 18.6264 17.5351 18.9416C16.9088 19.2569 16.1991 19.3666 15.5069 19.2552C14.8147 19.1438 14.1752 18.817 13.6794 18.3212C13.1837 17.8255 12.8569 17.186 12.7455 16.4938C12.6341 15.8015 12.7438 15.0918 13.059 14.4656C13.3742 13.8393 13.8789 13.3284 14.5012 13.0055C15.1236 12.6825 15.8319 12.5641 16.5254 12.6669C17.2328 12.7718 17.8878 13.1015 18.3935 13.6072C18.8992 14.1129 19.2288 14.7678 19.3337 15.4753Z"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M20.5781 11.416H20.5865"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</g>
<defs>
<clipPath id="clip0_597_42257">
<rect width="20" height="20" fill="white" transform="translate(6 6)" />
</clipPath>
</defs>
</symbol>
<symbol
id="phone3"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11.7084 1.66666C13.407 1.84564 14.9936 2.59899 16.2058 3.80214C17.4181 5.0053 18.1834 6.58617 18.3751 8.28333M11.7084 4.99999C12.528 5.16161 13.2801 5.56585 13.8671 6.16025C14.4541 6.75465 14.8488 7.51177 15.0001 8.33333M18.3334 14.1V16.6C18.3344 16.8321 18.2868 17.0618 18.1939 17.2745C18.1009 17.4871 17.9645 17.678 17.7935 17.8349C17.6225 17.9918 17.4206 18.1112 17.2007 18.1856C16.9809 18.2599 16.7479 18.2876 16.5168 18.2667C13.9525 17.988 11.4893 17.1118 9.32511 15.7083C7.31163 14.4289 5.60455 12.7218 4.32511 10.7083C2.91676 8.53433 2.04031 6.05916 1.76677 3.48333C1.74595 3.25288 1.77334 3.02063 1.84719 2.80135C1.92105 2.58207 2.03975 2.38057 2.19575 2.20968C2.35174 2.03879 2.54161 1.90225 2.75327 1.80876C2.96492 1.71527 3.19372 1.66688 3.42511 1.66666H5.92511C6.32953 1.66268 6.7216 1.80589 7.02824 2.0696C7.33488 2.33332 7.53517 2.69953 7.59177 3.09999C7.69729 3.90005 7.89298 4.6856 8.17511 5.44166C8.28723 5.73993 8.31149 6.06409 8.24503 6.37573C8.17857 6.68737 8.02416 6.97342 7.80011 7.19999L6.74177 8.25833C7.92807 10.3446 9.65549 12.072 11.7418 13.2583L12.8001 12.2C13.0267 11.9759 13.3127 11.8215 13.6244 11.7551C13.936 11.6886 14.2602 11.7129 14.5584 11.825C15.3145 12.1071 16.1001 12.3028 16.9001 12.4083C17.3049 12.4654 17.6746 12.6693 17.9389 12.9812C18.2032 13.2931 18.3436 13.6913 18.3334 14.1Z"
stroke="#currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 66 KiB

13
src/assets/js/header.js Normal file
View File

@@ -0,0 +1,13 @@
console.log('test');
const headerMenuBtn = document.querySelector('.header-menu-toggle');
const headerMobileMenu = document.querySelector('.header-mobile-menu');
headerMenuBtn.addEventListener('click', () => {
headerMobileMenu.classList.toggle('active');
});
const headerCloseBtn = document.querySelector('.header-mobile-close');
headerCloseBtn.addEventListener('click', () => {
headerMobileMenu.classList.remove('active');
});