chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
# Based on http://stackoverflow.com/questions/17313023/symfony-2-2-1-url-rewrite-issue
# Modified to use index.php as per symfony >= 4.0 installer
# Use the front controller as index file. It serves as fallback solution when
# every other rewrite/redirect fails (e.g. in an aliased environment without
# mod_rewrite). Additionally, this reduces the matching process for the
# startpage (path "/") because otherwise Apache will apply the rewritting rules
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect to URI without front controller to prevent duplicate content
# (with and without `/index.php`). Only do this redirect on the initial
# rewrite by Apache and not on subsequent cycles. Otherwise we would get an
# endless redirect loop (request -> rewrite to front controller ->
# redirect -> request -> ...).
# So in case you get a "too many redirects" error or you always get redirected
# to the startpage because your Apache does not expose the REDIRECT_STATUS
# environment variable, you have 2 choices:
# - disable this feature by commenting the following 2 lines or
# - use Apache >= 2.3.9 and replace all L flags by END flags and remove the
# following RewriteCond (best solution)
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^index\.php(/(.*)|$) %{CONTEXT_PREFIX}/$2 [R=301,L]
# If the requested filename exists, simply serve it.
# We only want to let Apache serve files and not directories.
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule .? - [L]
# cache-bust assets url rewrite
# Example format: /cpv-10/js/test123.js -> /js/test123.js
# This allows us to change the asset version and "bust" intermediate caches (like varnish)
# See http://symfony.com/doc/current/reference/configuration/framework.html#ref-framework-assets-version
# See http://symfony.com/doc/current/reference/configuration/framework.html#assets-version-format
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^cpv-\d+\/(.+)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ index.php [QSA,L]
# The following rewrites all other queries to the front controller. The
# condition ensures that if you are using Apache aliases to do mass virtual
# hosting, the base path will be prepended to allow proper resolution of the
# index.php file; it will work in non-aliased environments as well, providing
# a safe, one-size fits all solution.
RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
RewriteRule ^(.*) - [E=BASE:%1]
RewriteRule .? %{ENV:BASE}index.php [L]
</IfModule>
<IfModule !mod_rewrite.c>
<IfModule mod_alias.c>
# When mod_rewrite is not available, we instruct a temporary redirect of
# the startpage to the front controller explicitly so that the website
# and the generated links can still be used.
RedirectMatch 302 ^/$ /index.php/
# RedirectTemp cannot be used instead
</IfModule>
</IfModule>
+56
View File
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>В личном кабинете проводятся работы по настройке</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="comingSoon/bootstrap.min.css">
</head>
<style>
.login-page {
margin-top: 5vh;
height: 90vh;
width: 100%;
background: #005B33;
border-radius: 10px;
}
.hello-text {
color: white;
font-size: 1.6em;
}
.btn-link, .btn-link:hover {
display: block;
color: #fff;
font-size: 16px;
line-height: 19px;
text-decoration: none;
padding: 10px 20px;
margin: 0 -20px;
margin-bottom: 1px;
border-radius: 10px;
}
</style>
<body>
<div class="container login-page">
<div class="content-fluid auth border-radius py-3 px-5 h-100">
<div class="row justify-content-md-center h-100">
<div class="col-md-6 h-md-100 align-self-center">
<div class="row align-items-center h-md-100">
<div class="col-12 p-0">
<div class="hello-text">
В личном кабинете проводятся работы по настройке.
</div>
<br>
<a href="//sova.infoclinica.ru/" class="btn btn-link align-self-center border mt-2">На старую версию личного кабинета</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

+4
View File
@@ -0,0 +1,4 @@
<svg width="135" height="50" viewBox="0 0 135 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M125.935 24.1768C125.281 25.0915 124.42 25.8383 123.422 26.3559C122.424 26.8735 121.317 27.1471 120.193 27.1544C118.374 27.1544 117.144 26.1381 117.144 24.6442C117.211 23.9505 117.505 23.2982 117.981 22.7891C118.458 22.28 119.089 21.9425 119.776 21.8292C121.782 21.3461 123.82 21.0065 125.874 20.8129L125.935 24.1768ZM132.083 24.5731C131.951 26.1381 131.331 27.1138 130.335 27.1138C130.157 27.1214 129.98 27.0913 129.815 27.0256C129.65 26.9598 129.5 26.8598 129.376 26.7321C129.253 26.6044 129.157 26.452 129.096 26.2848C129.036 26.1176 129.011 25.9395 129.024 25.7621V16.6158C129.024 12.9471 126.321 10.5182 121.849 10.5182C117.642 10.5182 114.482 12.8353 114.482 16.0365V16.1178H117.449C117.449 14.4918 119.227 13.3333 121.616 13.3333C123.74 13.3333 125.935 14.3495 125.935 17.0426V18.4247C123.888 18.5974 121.853 18.8824 119.837 19.2784C116.25 20.0101 113.933 21.9003 113.933 24.9898C113.933 27.8861 116.25 29.817 119.797 29.817C120.969 29.8196 122.129 29.5684 123.195 29.0808C124.262 28.5931 125.21 27.8805 125.975 26.9918C126.238 27.8503 126.782 28.5955 127.519 29.1079C128.256 29.6202 129.144 29.87 130.04 29.817C132.886 29.817 134.746 27.7845 134.746 24.5731H132.083ZM64.2376 26.7682C62.4857 26.7682 60.8055 26.0723 59.5667 24.8335C58.3279 23.5946 57.6319 21.9145 57.6319 20.1625C57.6319 18.4106 58.3279 16.7304 59.5667 15.4916C60.8055 14.2528 62.4857 13.5568 64.2376 13.5568C65.4801 13.5529 66.6932 13.9351 67.7091 14.6506C68.725 15.3661 69.4935 16.3795 69.9084 17.5507L72.7234 16.2804C72.0704 14.5615 70.8988 13.0882 69.3711 12.0649C67.8433 11.0415 66.0351 10.5188 64.197 10.569C58.9531 10.569 54.9795 14.502 54.9795 20.2133C54.9795 25.9247 58.9531 29.8678 64.197 29.8678C66.0351 29.9181 67.8433 29.3953 69.3711 28.372C70.8988 27.3486 72.0704 25.8754 72.7234 24.1564L69.9084 22.8759C69.4851 24.0377 68.7129 25.0401 67.6978 25.746C66.6826 26.4519 65.474 26.8267 64.2376 26.819V26.7682ZM108.262 19.8678C109.07 19.4949 109.753 18.8945 110.226 18.1402C110.698 17.3858 110.941 16.51 110.925 15.6198C110.925 12.7337 108.608 10.9552 105.843 10.9552H94.9287V29.4308H105.965C109.471 29.4308 112.063 27.5406 112.063 24.0243C112.063 21.5955 110.518 20.2845 108.323 19.817L108.262 19.8678ZM97.9775 13.567H105.193C105.527 13.5365 105.863 13.5792 106.179 13.6919C106.494 13.8047 106.782 13.9848 107.02 14.2199C107.259 14.4549 107.444 14.7392 107.562 15.0529C107.68 15.3667 107.728 15.7023 107.703 16.0365C107.72 16.3774 107.666 16.7182 107.545 17.0371C107.423 17.356 107.236 17.6461 106.996 17.8889C106.756 18.1318 106.468 18.3219 106.151 18.4474C105.833 18.5729 105.493 18.6309 105.152 18.6178H97.9775V13.567ZM105.234 26.7784H97.9775V21.2499H105.65C107.683 21.2499 108.78 22.2662 108.78 23.9837C108.78 26.0162 106.961 26.7682 105.234 26.7682V26.7784ZM83.323 10.5081C78.0791 10.5081 74.1055 14.4816 74.1055 20.1524C74.1055 25.8231 78.0791 29.8068 83.323 29.8068C88.5669 29.8068 92.5913 25.8637 92.5913 20.1524C92.5913 14.441 88.6177 10.5081 83.323 10.5081ZM83.323 26.7682C79.8169 26.7682 77.2254 23.9837 77.2254 20.1625C77.2254 16.3414 79.8169 13.567 83.323 13.567C86.8291 13.567 89.4205 16.3414 89.4205 20.1625C89.4205 23.9837 86.8392 26.7682 83.323 26.7682Z" fill="white"/>
<path d="M40.6504 39.9085C35.7724 43.872 29.1667 46.0874 21.3415 46.0874C13.5163 46.0874 6.86992 43.872 2.03252 39.9085L0 43.2927C5.58943 47.6931 12.9065 50 21.4126 50C29.9187 50 37.2459 47.6931 42.8354 43.2927L40.6504 39.9085ZM41.5955 20.8028C40.9451 30.7724 33.9939 38.6179 21.372 38.6179C8.10975 38.6179 1.04675 29.9594 1.04675 19.3089C1.04675 8.65854 8.07927 0 21.372 0C33.9939 0 40.9451 7.85568 41.5955 17.8252H27.2459C26.7988 13.313 24.6748 10.5793 21.372 10.5793C17.7033 10.5793 15.4776 13.9126 15.4065 19.3496C15.3354 24.7866 17.7033 28.1199 21.372 28.1199C24.6748 28.1199 26.7988 25.3862 27.2459 20.874L41.5955 20.8028Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="35" height="40" viewBox="0 0 35 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32.5203 31.9268C28.6179 35.0976 23.3333 36.8699 17.0732 36.8699C10.813 36.8699 5.49593 35.0976 1.62602 31.9268L0 34.6341C4.47154 38.1545 10.3252 40 17.1301 40C23.935 40 29.7967 38.1545 34.2683 34.6341L32.5203 31.9268ZM33.2764 16.6423C32.7561 24.6179 27.1951 30.8943 17.0976 30.8943C6.4878 30.8943 0.837397 23.9675 0.837397 15.4472C0.837397 6.92683 6.46341 0 17.0976 0C27.1951 0 32.7561 6.28455 33.2764 14.2602H21.7967C21.439 10.6504 19.7398 8.46341 17.0976 8.46341C14.1626 8.46341 12.3821 11.1301 12.3252 15.4797C12.2683 19.8293 14.1626 22.4959 17.0976 22.4959C19.7398 22.4959 21.439 20.3089 21.7967 16.6992L33.2764 16.6423Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

+17
View File
@@ -0,0 +1,17 @@
<svg width="100" height="40" viewBox="0 0 100 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 40C31.0457 40 40 31.0457 40 20C40 8.95431 31.0457 0 20 0C8.95431 0 0 8.95431 0 20C0 31.0457 8.95431 40 20 40Z" fill="#E6F0EC"/>
<path d="M25.7161 23.9202V26.8242C27.8601 27.2402 29.5241 29.1922 29.5241 31.4442V33.9322C29.5241 34.4042 29.1681 34.7602 28.7521 34.8802L26.7881 35.2362C26.5481 35.2962 26.3121 35.1162 26.2521 34.8802L26.0721 33.9322C26.0121 33.6962 26.1921 33.4602 26.4281 33.4002L27.6201 33.1642V31.4402C27.6201 27.7682 21.9041 27.5882 21.9041 31.5602V33.1602L23.0361 33.3962C23.2761 33.4562 23.4521 33.6922 23.3921 33.9282L23.2121 34.8762C23.1521 35.1122 22.9161 35.2922 22.6761 35.2322L20.7721 34.9962C20.3561 34.9362 20.0001 34.5202 20.0001 34.0482V31.4402C20.0001 29.1882 21.6081 27.2922 23.8081 26.8202V24.1562C23.7281 24.1802 23.6641 24.1962 23.6041 24.2082C23.5281 24.2242 23.4601 24.2402 23.3921 24.2722C22.3201 24.6282 21.1881 24.8642 20.0001 24.8642C18.8081 24.8642 17.6201 24.6282 16.5481 24.2722C16.1561 24.1042 15.7121 24.0442 15.3161 23.9882C15.2881 23.9842 15.2641 23.9802 15.2361 23.9762V28.7722C16.6041 29.1882 17.6161 30.4322 17.6161 31.9722C17.6161 33.7482 16.1281 35.2882 14.2841 35.2882C12.4401 35.2882 10.9521 33.7482 10.9521 31.9722C10.9521 30.4322 11.9641 29.1882 13.3321 28.7722V24.0362C9.52406 24.6282 6.66406 27.8882 6.66406 31.8562V34.5202C6.66406 34.6602 6.68006 34.8002 6.70406 34.9362C10.2401 38.0842 14.8961 40.0002 20.0001 40.0002C25.1041 40.0002 29.7601 38.0842 33.2921 34.9402C33.3161 34.8042 33.3321 34.6642 33.3321 34.5242V31.8602C33.3321 27.5922 29.9401 24.1562 25.7161 23.9202Z" fill="#8EB7A5"/>
<path d="M12.8562 31.9161C12.8562 32.7441 13.4522 33.3361 14.2842 33.3361C15.0562 33.3361 15.7122 32.7441 15.7122 31.9161C15.7122 31.1441 15.0562 30.4961 14.2842 30.4961C13.4522 30.4921 12.8562 31.1441 12.8562 31.9161Z" fill="#8EB7A5"/>
<path d="M20.0001 21.96C24.2085 21.96 27.6201 18.5664 27.6201 14.38C27.6201 10.1937 24.2085 6.80005 20.0001 6.80005C15.7917 6.80005 12.3801 10.1937 12.3801 14.38C12.3801 18.5664 15.7917 21.96 20.0001 21.96Z" fill="#8EB7A5"/>
<circle cx="20" cy="20" r="19" stroke="white" stroke-width="2"/>
<path d="M50 40C61.0457 40 70 31.0457 70 20C70 8.95431 61.0457 0 50 0C38.9543 0 30 8.95431 30 20C30 31.0457 38.9543 40 50 40Z" fill="#E6F0EC"/>
<path d="M55.7161 23.9202V26.8242C57.8601 27.2402 59.5241 29.1922 59.5241 31.4442V33.9322C59.5241 34.4042 59.1681 34.7602 58.7521 34.8802L56.7881 35.2362C56.5481 35.2962 56.3121 35.1162 56.2521 34.8802L56.0721 33.9322C56.0121 33.6962 56.1921 33.4602 56.4281 33.4002L57.6201 33.1642V31.4402C57.6201 27.7682 51.9041 27.5882 51.9041 31.5602V33.1602L53.0361 33.3962C53.2761 33.4562 53.4521 33.6922 53.3921 33.9282L53.2121 34.8762C53.1521 35.1122 52.9161 35.2922 52.6761 35.2322L50.7721 34.9962C50.3561 34.9362 50.0001 34.5202 50.0001 34.0482V31.4402C50.0001 29.1882 51.6081 27.2922 53.8081 26.8202V24.1562C53.7281 24.1802 53.6641 24.1962 53.6041 24.2082C53.5281 24.2242 53.4601 24.2402 53.3921 24.2722C52.3201 24.6282 51.1881 24.8642 50.0001 24.8642C48.8081 24.8642 47.6201 24.6282 46.5481 24.2722C46.1561 24.1042 45.7121 24.0442 45.3161 23.9882C45.2881 23.9842 45.2641 23.9802 45.2361 23.9762V28.7722C46.6041 29.1882 47.6161 30.4322 47.6161 31.9722C47.6161 33.7482 46.1281 35.2882 44.2841 35.2882C42.4401 35.2882 40.9521 33.7482 40.9521 31.9722C40.9521 30.4322 41.9641 29.1882 43.3321 28.7722V24.0362C39.5241 24.6282 36.6641 27.8882 36.6641 31.8562V34.5202C36.6641 34.6602 36.6801 34.8002 36.7041 34.9362C40.2401 38.0842 44.8961 40.0002 50.0001 40.0002C55.1041 40.0002 59.7601 38.0842 63.2921 34.9402C63.3161 34.8042 63.3321 34.6642 63.3321 34.5242V31.8602C63.3321 27.5922 59.9401 24.1562 55.7161 23.9202Z" fill="#8EB7A5"/>
<path d="M42.8562 31.9161C42.8562 32.7441 43.4522 33.3361 44.2842 33.3361C45.0562 33.3361 45.7122 32.7441 45.7122 31.9161C45.7122 31.1441 45.0562 30.4961 44.2842 30.4961C43.4522 30.4921 42.8562 31.1441 42.8562 31.9161Z" fill="#8EB7A5"/>
<path d="M50.0001 21.96C54.2085 21.96 57.6201 18.5664 57.6201 14.38C57.6201 10.1937 54.2085 6.80005 50.0001 6.80005C45.7917 6.80005 42.3801 10.1937 42.3801 14.38C42.3801 18.5664 45.7917 21.96 50.0001 21.96Z" fill="#8EB7A5"/>
<circle cx="50" cy="20" r="19" stroke="white" stroke-width="2"/>
<path d="M80 40C91.0457 40 100 31.0457 100 20C100 8.95431 91.0457 0 80 0C68.9543 0 60 8.95431 60 20C60 31.0457 68.9543 40 80 40Z" fill="#E6F0EC"/>
<path d="M85.7161 23.9202V26.8242C87.8601 27.2402 89.5241 29.1922 89.5241 31.4442V33.9322C89.5241 34.4042 89.1681 34.7602 88.7521 34.8802L86.7881 35.2362C86.5481 35.2962 86.3121 35.1162 86.2521 34.8802L86.0721 33.9322C86.0121 33.6962 86.1921 33.4602 86.4281 33.4002L87.6201 33.1642V31.4402C87.6201 27.7682 81.9041 27.5882 81.9041 31.5602V33.1602L83.0361 33.3962C83.2761 33.4562 83.4521 33.6922 83.3921 33.9282L83.2121 34.8762C83.1521 35.1122 82.9161 35.2922 82.6761 35.2322L80.7721 34.9962C80.3561 34.9362 80.0001 34.5202 80.0001 34.0482V31.4402C80.0001 29.1882 81.6081 27.2922 83.8081 26.8202V24.1562C83.7281 24.1802 83.6641 24.1962 83.6041 24.2082C83.5281 24.2242 83.4601 24.2402 83.3921 24.2722C82.3201 24.6282 81.1881 24.8642 80.0001 24.8642C78.8081 24.8642 77.6201 24.6282 76.5481 24.2722C76.1561 24.1042 75.7121 24.0442 75.3161 23.9882C75.2881 23.9842 75.2641 23.9802 75.2361 23.9762V28.7722C76.6041 29.1882 77.6161 30.4322 77.6161 31.9722C77.6161 33.7482 76.1281 35.2882 74.2841 35.2882C72.4401 35.2882 70.9521 33.7482 70.9521 31.9722C70.9521 30.4322 71.9641 29.1882 73.3321 28.7722V24.0362C69.5241 24.6282 66.6641 27.8882 66.6641 31.8562V34.5202C66.6641 34.6602 66.6801 34.8002 66.7041 34.9362C70.2401 38.0842 74.8961 40.0002 80.0001 40.0002C85.1041 40.0002 89.7601 38.0842 93.2921 34.9402C93.3161 34.8042 93.3321 34.6642 93.3321 34.5242V31.8602C93.3321 27.5922 89.9401 24.1562 85.7161 23.9202Z" fill="#8EB7A5"/>
<path d="M72.8562 31.9161C72.8562 32.7441 73.4522 33.3361 74.2842 33.3361C75.0562 33.3361 75.7122 32.7441 75.7122 31.9161C75.7122 31.1441 75.0562 30.4961 74.2842 30.4961C73.4522 30.4921 72.8562 31.1441 72.8562 31.9161Z" fill="#8EB7A5"/>
<path d="M80.0001 21.96C84.2085 21.96 87.6201 18.5664 87.6201 14.38C87.6201 10.1937 84.2085 6.80005 80.0001 6.80005C75.7917 6.80005 72.3801 10.1937 72.3801 14.38C72.3801 18.5664 75.7917 21.96 80.0001 21.96Z" fill="#8EB7A5"/>
<circle cx="80" cy="20" r="19" stroke="white" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 6.2 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.833252 1.3335L4.99992 5.50016L9.16658 1.3335" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 244 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.6666 9V4.83333C14.6666 3.91286 13.9204 3.16667 12.9999 3.16667H2.99992C2.07944 3.16667 1.33325 3.91286 1.33325 4.83333V14.8333C1.33325 15.7538 2.07944 16.5 2.99992 16.5H4.66658M10.4999 1.5V4.83333M5.49992 1.5V4.83333M1.33325 8.16667H14.6666M14.5476 11.5L9.38099 16.6666L7.16663 14.4523" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 488 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.6666 6.5V4.83333C14.6666 3.91286 13.9204 3.16667 12.9999 3.16667H2.99992C2.07944 3.16667 1.33325 3.91286 1.33325 4.83333V14.8333C1.33325 15.7538 2.07944 16.5 2.99992 16.5H5.49992M10.4999 1.5V4.83333M5.49992 1.5V4.83333M1.33325 8.16667H5.49992M12.1666 9.83333V16.5M8.83325 13.1667H15.4999" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 490 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.6666 0.833252L5.5 9.99988L1.33325 5.83325" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 244 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.32996" y="1.33008" width="13.33" height="13.33" rx="4" stroke="#005B33" stroke-width="1.3"/>
</svg>

After

Width:  |  Height:  |  Size: 207 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6263 5.95954C12.8801 5.7057 12.8801 5.29414 12.6263 5.0403C12.3724 4.78646 11.9609 4.78646 11.707 5.0403L12.6263 5.95954ZM6.3333 11.3333L5.87368 11.7929C6.12752 12.0467 6.53908 12.0467 6.79292 11.7929L6.3333 11.3333ZM4.29288 8.37363C4.03904 8.11979 3.62748 8.11979 3.37364 8.37363C3.1198 8.62748 3.1198 9.03903 3.37364 9.29287L4.29288 8.37363ZM11.707 5.0403L5.87368 10.8736L6.79292 11.7929L12.6263 5.95954L11.707 5.0403ZM3.37364 9.29287L5.87368 11.7929L6.79291 10.8736L4.29288 8.37363L3.37364 9.29287ZM4.66665 1.98325H11.3333V0.683252H4.66665V1.98325ZM14.0166 4.66658V11.3333H15.3166V4.66658H14.0166ZM11.3333 14.0166H4.66665V15.3166H11.3333V14.0166ZM1.98331 11.3333V4.66658H0.683313V11.3333H1.98331ZM4.66665 14.0166C3.18468 14.0166 1.98331 12.8152 1.98331 11.3333H0.683313C0.683313 13.5332 2.46671 15.3166 4.66665 15.3166V14.0166ZM14.0166 11.3333C14.0166 12.8152 12.8153 14.0166 11.3333 14.0166V15.3166C13.5332 15.3166 15.3166 13.5332 15.3166 11.3333H14.0166ZM11.3333 1.98325C12.8153 1.98325 14.0166 3.18462 14.0166 4.66658H15.3166C15.3166 2.46665 13.5332 0.683252 11.3333 0.683252V1.98325ZM4.66665 0.683252C2.46671 0.683252 0.683313 2.46665 0.683313 4.66658H1.98331C1.98331 3.18462 3.18468 1.98325 4.66665 1.98325V0.683252Z" fill="#005B33"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9596 6.95962C12.2134 6.70578 12.2134 6.29422 11.9596 6.04038C11.7057 5.78654 11.2942 5.78654 11.0403 6.04038L11.9596 6.95962ZM6.04033 11.0404C5.78649 11.2942 5.78649 11.7058 6.04033 11.9596C6.29417 12.2135 6.70573 12.2135 6.95957 11.9596L6.04033 11.0404ZM6.95967 6.04038C6.70583 5.78654 6.29428 5.78654 6.04043 6.04038C5.78659 6.29422 5.78659 6.70578 6.04043 6.95962L6.95967 6.04038ZM11.0404 11.9596C11.2943 12.2135 11.7058 12.2135 11.9597 11.9596C12.2135 11.7058 12.2135 11.2942 11.9597 11.0404L11.0404 11.9596ZM11.0403 6.04038L6.04033 11.0404L6.95957 11.9596L11.9596 6.95962L11.0403 6.04038ZM6.04043 6.95962L11.0404 11.9596L11.9597 11.0404L6.95967 6.04038L6.04043 6.95962ZM15.85 9C15.85 12.7832 12.7832 15.85 9 15.85V17.15C13.5011 17.15 17.15 13.5011 17.15 9H15.85ZM9 15.85C5.21685 15.85 2.15 12.7832 2.15 9H0.85C0.85 13.5011 4.49888 17.15 9 17.15V15.85ZM2.15 9C2.15 5.21685 5.21685 2.15 9 2.15V0.85C4.49888 0.85 0.85 4.49888 0.85 9H2.15ZM9 2.15C12.7832 2.15 15.85 5.21685 15.85 9H17.15C17.15 4.49888 13.5011 0.85 9 0.85V2.15Z" fill="#8E8C8C"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 2.99992C1 2.07944 1.74619 1.33325 2.66667 1.33325H9.33333C10.2538 1.33325 11 2.07944 11 2.99992V15.4999L6 10.4999L1 15.4999V2.99992Z" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 334 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.3335 1.33325V0.683252C1.0972 0.683252 0.879525 0.811482 0.764979 1.01815C0.650432 1.22482 0.657063 1.47738 0.782297 1.67775L1.3335 1.33325ZM14.6668 1.33325L15.218 1.67775C15.3433 1.47738 15.3499 1.22482 15.2353 1.01815C15.1208 0.811482 14.9031 0.683252 14.6668 0.683252V1.33325ZM5.50016 7.99992H6.15016C6.15016 7.8781 6.11593 7.75872 6.05136 7.65542L5.50016 7.99992ZM10.5002 7.99992L9.94896 7.65542C9.8844 7.75872 9.85016 7.8781 9.85016 7.99992H10.5002ZM5.50016 12.9999H4.85016C4.85016 13.2461 4.98926 13.4712 5.20947 13.5813L5.50016 12.9999ZM10.5002 15.4999L10.2095 16.0813C10.411 16.182 10.6503 16.1713 10.8419 16.0528C11.0335 15.9344 11.1502 15.7252 11.1502 15.4999H10.5002ZM0.782297 1.67775L4.94896 8.34442L6.05136 7.65542L1.88469 0.988753L0.782297 1.67775ZM11.0514 8.34442L15.218 1.67775L14.1156 0.988753L9.94896 7.65542L11.0514 8.34442ZM4.85016 7.99992V12.9999H6.15016V7.99992H4.85016ZM5.20947 13.5813L10.2095 16.0813L10.7909 14.9185L5.79085 12.4185L5.20947 13.5813ZM11.1502 15.4999V7.99992H9.85016V15.4999H11.1502ZM1.3335 1.98325H14.6668V0.683252H1.3335V1.98325Z" fill="#005B33"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+5
View File
@@ -0,0 +1,5 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 16.6666V8.33325" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 16.6666V3.33325" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 16.6666V13.3333" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 447 B

+4
View File
@@ -0,0 +1,4 @@
<svg width="135" height="50" viewBox="0 0 135 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M125.935 24.1768C125.281 25.0915 124.42 25.8383 123.422 26.3559C122.424 26.8735 121.317 27.1471 120.193 27.1544C118.374 27.1544 117.144 26.1381 117.144 24.6442C117.211 23.9505 117.505 23.2982 117.981 22.7891C118.458 22.28 119.089 21.9425 119.776 21.8292C121.782 21.3461 123.82 21.0065 125.874 20.8129L125.935 24.1768ZM132.083 24.5731C131.951 26.1381 131.331 27.1138 130.335 27.1138C130.157 27.1214 129.98 27.0913 129.815 27.0256C129.65 26.9598 129.5 26.8598 129.376 26.7321C129.253 26.6044 129.157 26.452 129.096 26.2848C129.036 26.1176 129.011 25.9395 129.024 25.7621V16.6158C129.024 12.9471 126.321 10.5182 121.849 10.5182C117.642 10.5182 114.482 12.8353 114.482 16.0365V16.1178H117.449C117.449 14.4918 119.227 13.3333 121.616 13.3333C123.74 13.3333 125.935 14.3495 125.935 17.0426V18.4247C123.888 18.5974 121.853 18.8824 119.837 19.2784C116.25 20.0101 113.933 21.9003 113.933 24.9898C113.933 27.8861 116.25 29.817 119.797 29.817C120.969 29.8196 122.129 29.5684 123.195 29.0808C124.262 28.5931 125.21 27.8805 125.975 26.9918C126.238 27.8503 126.782 28.5955 127.519 29.1079C128.256 29.6202 129.144 29.87 130.04 29.817C132.886 29.817 134.746 27.7845 134.746 24.5731H132.083ZM64.2376 26.7682C62.4857 26.7682 60.8055 26.0723 59.5667 24.8335C58.3279 23.5946 57.6319 21.9145 57.6319 20.1625C57.6319 18.4106 58.3279 16.7304 59.5667 15.4916C60.8055 14.2528 62.4857 13.5568 64.2376 13.5568C65.4801 13.5529 66.6932 13.9351 67.7091 14.6506C68.725 15.3661 69.4935 16.3795 69.9084 17.5507L72.7234 16.2804C72.0704 14.5615 70.8988 13.0882 69.3711 12.0649C67.8433 11.0415 66.0351 10.5188 64.197 10.569C58.9531 10.569 54.9795 14.502 54.9795 20.2133C54.9795 25.9247 58.9531 29.8678 64.197 29.8678C66.0351 29.9181 67.8433 29.3953 69.3711 28.372C70.8988 27.3486 72.0704 25.8754 72.7234 24.1564L69.9084 22.8759C69.4851 24.0377 68.7129 25.0401 67.6978 25.746C66.6826 26.4519 65.474 26.8267 64.2376 26.819V26.7682ZM108.262 19.8678C109.07 19.4949 109.753 18.8945 110.226 18.1402C110.698 17.3858 110.941 16.51 110.925 15.6198C110.925 12.7337 108.608 10.9552 105.843 10.9552H94.9287V29.4308H105.965C109.471 29.4308 112.063 27.5406 112.063 24.0243C112.063 21.5955 110.518 20.2845 108.323 19.817L108.262 19.8678ZM97.9775 13.567H105.193C105.527 13.5365 105.863 13.5792 106.179 13.6919C106.494 13.8047 106.782 13.9848 107.02 14.2199C107.259 14.4549 107.444 14.7392 107.562 15.0529C107.68 15.3667 107.728 15.7023 107.703 16.0365C107.72 16.3774 107.666 16.7182 107.545 17.0371C107.423 17.356 107.236 17.6461 106.996 17.8889C106.756 18.1318 106.468 18.3219 106.151 18.4474C105.833 18.5729 105.493 18.6309 105.152 18.6178H97.9775V13.567ZM105.234 26.7784H97.9775V21.2499H105.65C107.683 21.2499 108.78 22.2662 108.78 23.9837C108.78 26.0162 106.961 26.7682 105.234 26.7682V26.7784ZM83.323 10.5081C78.0791 10.5081 74.1055 14.4816 74.1055 20.1524C74.1055 25.8231 78.0791 29.8068 83.323 29.8068C88.5669 29.8068 92.5913 25.8637 92.5913 20.1524C92.5913 14.441 88.6177 10.5081 83.323 10.5081ZM83.323 26.7682C79.8169 26.7682 77.2254 23.9837 77.2254 20.1625C77.2254 16.3414 79.8169 13.567 83.323 13.567C86.8291 13.567 89.4205 16.3414 89.4205 20.1625C89.4205 23.9837 86.8392 26.7682 83.323 26.7682Z" fill="white"/>
<path d="M40.6504 39.9085C35.7724 43.872 29.1667 46.0874 21.3415 46.0874C13.5163 46.0874 6.86992 43.872 2.03252 39.9085L0 43.2927C5.58943 47.6931 12.9065 50 21.4126 50C29.9187 50 37.2459 47.6931 42.8354 43.2927L40.6504 39.9085ZM41.5955 20.8028C40.9451 30.7724 33.9939 38.6179 21.372 38.6179C8.10975 38.6179 1.04675 29.9594 1.04675 19.3089C1.04675 8.65854 8.07927 0 21.372 0C33.9939 0 40.9451 7.85568 41.5955 17.8252H27.2459C26.7988 13.313 24.6748 10.5793 21.372 10.5793C17.7033 10.5793 15.4776 13.9126 15.4065 19.3496C15.3354 24.7866 17.7033 28.1199 21.372 28.1199C24.6748 28.1199 26.7988 25.3862 27.2459 20.874L41.5955 20.8028Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

+37
View File
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Creator: CorelDRAW X6 -->
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="182.448mm" height="57.4954mm" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 18110 5707"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
<![CDATA[
.fil0 {fill:#FEFEFE}
]]>
</style>
</defs>
<g id="Слой_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<g id="_979602000">
<g>
<path class="fil0" d="M2502 5634l189 62c-20,-21 -36,-51 -47,-91 -98,-168 -124,-490 -86,-912l-9 -5c-12,-7 -24,-14 -36,-21l-12 -7c-11,-6 -21,-13 -32,-20l-16 -10 -3 -2 -16 -10 -3 -2 -3 -2c-8,-6 -17,-11 -25,-17l-3 -2 -3 -2 -3 -2 -3 -2 -3 -2c-11,-8 -23,-16 -34,-24 -81,602 -41,1010 149,1073zm1398 -4935c197,-307 386,-514 548,-584 33,-25 63,-41 92,-45l-189 -62c-177,-58 -428,204 -698,672l5 0c16,0 32,1 48,1l7 0c14,1 28,1 42,2l13 1c11,1 21,2 32,3l4 0 19 2 4 0 23 2 4 0 27 3 4 0 8 1 4 0 4 1z"/>
<path class="fil0" d="M6974 4068l62 -189c-24,19 -60,33 -107,42 -239,107 -759,90 -1442,-30l-6 11c-6,11 -13,22 -20,34l-7 12 -2 3c-6,10 -12,20 -19,30l-8 13 -2 3c-6,9 -12,18 -18,27l-12 18 -16 23 -2 3 -10 15 -2 3c912,185 1541,200 1612,-16zm-5489 -1464c-716,-339 -1215,-669 -1355,-917 -33,-35 -54,-68 -61,-97l-62 189c-76,231 517,628 1467,1051l0 -4 0 -7 0 -4 0 -4 0 -4 0 -25 0 -4 0 -4 0 -4 0 -14 0 -4 1 -25 0 -4 0 -1 1 -17 0 -4 0 -4 2 -28 0 -4 0 -4 0 -4 1 -7 0 -4 0 -4 3 -32 0 -4 0 -4 0 -4 0 -4z"/>
<path class="fil0" d="M5660 3498l-47 -16c-290,883 -1111,1443 -1992,1443 -217,0 -438,-34 -655,-105 -883,-290 -1443,-1111 -1443,-1992 0,-217 34,-438 105,-655 290,-883 1111,-1443 1992,-1443 217,0 438,34 655,105 883,290 1443,1111 1443,1992 0,217 -34,438 -105,655l47 16 47 16c75,-228 110,-459 110,-686 0,-923 -587,-1783 -1511,-2087 -228,-75 -459,-110 -686,-110 -923,0 -1783,587 -2087,1512 -75,228 -110,459 -110,686 0,923 587,1783 1512,2087 228,75 459,110 686,110 923,0 1783,-587 2087,-1511l-47 -16z"/>
<path class="fil0" d="M4843 2405c-38,-15 -77,-31 -115,-46l-6 -2c-39,-15 -78,-30 -117,-45l-6 -2c-18,-7 -37,-14 -55,-21l-5 -2c-20,-8 -40,-15 -60,-23l-4 -1c-18,-7 -37,-14 -55,-21l-10 -4c-39,-14 -79,-29 -119,-43l-12 -4c-18,-7 -36,-13 -55,-20l-5 -2c-20,-7 -40,-14 -60,-21l-12 -4c-17,-6 -33,-12 -50,-18l-13 -4c-20,-7 -40,-14 -61,-21l-9 -3c-18,-6 -35,-12 -53,-18l-16 -5c-20,-7 -41,-14 -61,-21 -13,49 -26,98 -40,147 -19,67 -39,135 -60,204 357,119 702,247 1026,376 19,-69 38,-137 55,-205 13,-49 25,-98 37,-146 -19,-8 -38,-15 -57,-23l-3 -1z"/>
<path class="fil0" d="M1232 1553c123,16 255,37 395,62 -139,-25 -271,-46 -395,-62zm-546 -46c-31,-1 -62,-1 -91,-1 29,0 60,0 91,1 63,1 130,5 201,10 -71,-5 -138,-9 -201,-10zm1124 -3c-12,-2 -23,-4 -35,-6l-1 0c-11,-2 -23,-4 -34,-6l-2 0c-11,-2 -22,-4 -33,-6l-2 0c-11,-2 -22,-4 -33,-6l-2 0c-11,-2 -22,-4 -32,-5l-3 -1c-10,-2 -21,-3 -31,-5l-3 -1c-10,-2 -21,-3 -31,-5l-3 -1c-10,-1 -20,-3 -30,-4l-4 -1c-10,-1 -20,-3 -30,-4l-4 -1c-10,-1 -20,-3 -29,-4l-4 -1c-10,-1 -19,-3 -29,-4l-4 -1c-9,-1 -19,-3 -28,-4l-4 -1c-9,-1 -19,-2 -28,-4l-4 -1c-9,-1 -18,-2 -28,-3l-4 -1c-9,-1 -18,-2 -27,-3l-4 -1c-9,-1 -18,-2 -27,-3l-4 -1 -27 -3 -4 0 -27 -3 -4 0 -26 -3 -4 0 -26 -3 -4 0 -26 -2 -4 0 -26 -2 -3 0 -26 -2 -3 0 -26 -2 -1 0 -27 -2 -1 0c-9,-1 -18,-1 -27,-2l0 0c-109,-7 -210,-10 -302,-9l-1 0 -20 0 -3 0 -18 0 -4 0 -17 1 -6 0 -16 1 -6 0 -15 1 -6 0 -14 1 -7 1 -13 1 -7 1 -13 1 -7 1 -12 1 -8 1 -12 1 -8 1 -11 1 -8 1 -11 1 -8 1 -10 1 -8 1 -10 2 -8 1 -10 2 -8 1 -9 2 -7 1 -9 2 -7 1 -9 2 -7 2 -8 2 -7 2 -8 2 -7 2 -8 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 2 -6 2 -7 2 -6 2 -6 3 -6 2 -6 3 -6 2 -6 3 -6 3 -6 3 -5 3 -5 3 -5 3 -5 3 -5 3 -5 3 -5 3 -4 3 -5 3 -4 3 -4 3 -4 3 -4 3 -4 3 -4 4 -4 3 -4 4 -3 3 -3 4 -3 3 -3 4 -3 3 -3 4 -2 3 -3 4 -2 3 -3 4 -2 3 -2 5 -1 3 -3 6 -1 2 -3 8 -29 90 -32 99c91,-277 1770,-14 3555,561 21,-68 41,-136 60,-204 14,-49 27,-98 40,-147 -695,-223 -1323,-382 -1853,-479z"/>
<path class="fil0" d="M7045 3817l-1 -11 0 -3 -2 -13 -1 -2 -3 -12 -1 -3 -4 -13 -1 -3 -4 -12 -1 -3 -6 -14 -1 -3 -6 -13 -1 -2 -8 -15 -2 -3 -8 -13 -1 -2 -10 -15 -2 -4 -10 -15 -1 -1 -12 -16 -3 -4c-9,-11 -18,-22 -27,-33l-3 -4 -15 -17 0 -1 -16 -17 -4 -4 -17 -18 -1 -1 -17 -17 -4 -4 -19 -18 -2 -2 -19 -17 -4 -3 -21 -18 -3 -2 -20 -17 -3 -3 -23 -19 -3 -3 -22 -18 -3 -2 -25 -20 -4 -3 -25 -19 -2 -1c-9,-7 -18,-13 -27,-20l-4 -3c-9,-7 -18,-13 -28,-20l0 0c-10,-7 -20,-14 -29,-21l-5 -3c-20,-14 -40,-28 -61,-42l-5 -3c-21,-14 -43,-28 -65,-43l-5 -3c-23,-14 -46,-29 -69,-44l-4 -3c-12,-7 -24,-15 -36,-22l0 0c-12,-7 -24,-15 -37,-22l-4 -2c-13,-7 -25,-15 -38,-23l-2 -1c-13,-7 -25,-15 -38,-22l-3 -2c-13,-8 -26,-15 -40,-23l-3 -2c-13,-7 -27,-15 -40,-22l-2 -1c-14,-8 -28,-15 -42,-23l-3 -2c-14,-8 -28,-15 -43,-23l0 0c-15,-8 -29,-16 -44,-24l-4 -2c-29,-16 -59,-31 -90,-47l-4 -2c-31,-16 -62,-32 -93,-47l-4 -2c-32,-16 -64,-32 -97,-48l-5 -2c-33,-16 -66,-32 -100,-48l-4 -2c-34,-16 -69,-32 -104,-49l-4 -2c-35,-16 -72,-33 -108,-49l-3 -1c-18,-8 -37,-16 -55,-25l-2 -1c-19,-8 -37,-16 -56,-25l-1 -1c-19,-8 -38,-16 -57,-25l-3 -1c-19,-8 -38,-16 -58,-25 -12,48 -24,96 -37,145 -18,67 -36,135 -55,204 1178,487 2017,984 1948,1192l32 -99 0 0 30 -90 0 0 3 -12 1 -3 2 -12 0 -1 1 -11 0 -3 0 -12 0 -2z"/>
<polygon class="fil0" points="4385,2391 4385,2391 "/>
<path class="fil0" d="M4128 2524l0 0c-33,115 -68,232 -105,349l3 1c67,25 132,49 196,74 48,19 95,38 142,57l0 0c7,-23 15,-46 22,-69l1 -4c7,-22 14,-44 20,-66l2 -6c7,-22 13,-44 20,-65l1 -5c7,-22 13,-44 20,-66l1 -2c7,-24 14,-48 21,-72l-86 -258 0 0 -257 133z"/>
<path class="fil0" d="M4451 1865c-47,-17 -95,-34 -142,-51 -26,119 -54,233 -86,358l162 220 0 0 180 -94c14,-58 28,-114 41,-170l0 -1c5,-20 9,-41 14,-61l1 -3c4,-20 9,-40 13,-60l1 -3c4,-20 8,-40 13,-60l0 0c-46,-18 -93,-36 -139,-53 -19,-7 -38,-14 -56,-21z"/>
<path class="fil0" d="M3950 3094c-483,1434 -1166,2633 -1443,2542l99 32 90 30 8 2 2 0 7 2 3 1 6 1 3 1 5 1 4 0 5 1 4 0 5 0 4 0 5 0 4 0 5 0 4 0 5 0 4 0 5 -1 4 -1 5 -1 4 -1 5 -1 5 -1 5 -1 5 -1 5 -1 5 -1 5 -2 5 -2 5 -2 5 -2 5 -2 5 -2 5 -2 5 -2 5 -2 5 -2 5 -3 5 -2 5 -3 5 -3 5 -3 5 -3 5 -3 6 -3 5 -3 5 -3 5 -3 6 -4 5 -4 6 -4 5 -4 6 -4 5 -4 6 -4 5 -4 6 -4 6 -4 6 -5 5 -4 6 -5 5 -4 6 -5 5 -4 7 -5 5 -5 7 -6 5 -5 7 -6 5 -5 7 -6 5 -5 7 -7 5 -5 7 -7 4 -4 8 -8 4 -4 8 -8 4 -4 9 -9 3 -3 9 -10 2 -2c24,-26 49,-54 74,-84l0 0 11 -14 2 -2 11 -13 2 -3 10 -13 3 -3 10 -13 3 -4 10 -12 3 -4 10 -13 3 -5 10 -13 4 -5 9 -13 4 -5 9 -13 4 -5 9 -13 4 -5 9 -13 4 -6 9 -13 4 -6 9 -14 4 -6 9 -14 4 -6 9 -14 4 -6 10 -14 4 -6 10 -15 4 -6 10 -15 4 -6 10 -15 4 -6 10 -16 4 -6 10 -16 4 -6 10 -16 4 -6 10 -17 3 -6 10 -17 3 -6 10 -18 3 -6 10 -18 3 -5 11 -19 3 -5 11 -19 3 -5 11 -20 3 -4 12 -20 2 -4 12 -21 2 -4 12 -22 2 -3 13 -23 1 -1 13 -24 0 -1c97,-181 194,-384 290,-607l0 -1c4,-10 9,-20 13,-31l1 -1c4,-10 9,-20 13,-30l1 -2c4,-10 8,-20 13,-30l1 -2c4,-10 8,-20 13,-30l1 -3c4,-10 8,-20 12,-30l1 -3c4,-10 8,-20 12,-30l1 -4c4,-10 8,-20 12,-30l2 -4c4,-10 8,-20 12,-30l2 -4c4,-10 8,-20 12,-30l2 -4c4,-10 8,-20 12,-30l2 -4c4,-10 8,-20 12,-30l2 -4c4,-10 8,-20 12,-31l2 -4c4,-10 8,-21 12,-31l1 -4c4,-11 8,-21 12,-32l1 -4c4,-11 8,-21 12,-32l1 -3c4,-11 8,-22 12,-33l1 -3c4,-11 8,-22 12,-33l1 -4c4,-11 8,-22 12,-33l1 -3c4,-11 8,-23 12,-34l1 -2c4,-11 8,-23 12,-35l1 -2c4,-12 8,-24 12,-35l0 -1c4,-12 8,-24 13,-37 9,-25 17,-50 26,-75 -47,-19 -94,-38 -142,-57 -65,-26 -132,-51 -199,-76z"/>
<path class="fil0" d="M4783 741l0 -2c0,-9 0,-19 -1,-28l0 0c-1,-19 -1,-38 -2,-56l0 -3c-1,-18 -2,-36 -4,-53l0 -2 -2 -24 0 -3c-2,-17 -3,-33 -5,-49l0 -3 -3 -23 0 0 -3 -24 0 -2 -3 -20 -1 -4c-3,-14 -5,-28 -8,-42l-1 -4 -4 -18 -1 -3 -5 -20 -1 -2 -4 -17 -1 -4 -5 -18 0 0 -5 -18 -1 -3 -5 -14 -1 -3 -6 -16 0 -1 -6 -14 -1 -4 -6 -13 -1 -2 -7 -14 -1 -3 -6 -11 -2 -3 -15 -25 -2 -3 -6 -9 -2 -2 -8 -11 -1 -2 -7 -8 -2 -3 -7 -8 -1 -1 -9 -9 -2 -2 -7 -6 -2 -2 -9 -7 -1 -1 -8 -6 -3 -2 -8 -5 -2 -1 -10 -5 -2 -1 -8 -4 -3 -1 -10 -4 -90 -30 -99 -32c188,62 174,712 1,1574 58,20 116,41 175,63l21 8c47,17 92,35 138,52l0 0c8,-44 15,-87 22,-129l0 0c11,-70 21,-139 30,-205l0 0c5,-40 10,-79 14,-117l0 0c3,-25 5,-51 8,-76l0 -1c3,-37 6,-73 9,-109l0 -1c2,-24 3,-47 4,-70l0 0c1,-11 1,-23 2,-34l0 0c1,-23 2,-44 2,-66l0 -2c1,-32 1,-64 1,-94l0 -2c0,-20 0,-40 -1,-60z"/>
</g>
<g>
<polygon class="fil0" points="15655,1358 15655,1959 16557,1959 16557,4342 17208,4342 17208,1959 18110,1959 18110,1358 "/>
<polygon class="fil0" points="14362,1358 13694,3297 13025,1358 12458,1358 11447,4342 12128,4342 12741,2336 13403,4342 13967,4342 14629,2336 15242,4342 15941,4342 14929,1358 "/>
<polygon class="fil0" points="11051,1367 10438,3373 9773,1358 9215,1358 8550,3373 7937,1367 7239,1367 8247,4342 8820,4342 9486,2412 10151,4342 10724,4342 11733,1367 "/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="35" height="40" viewBox="0 0 35 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32.5203 31.9268C28.6179 35.0976 23.3333 36.8699 17.0732 36.8699C10.813 36.8699 5.49593 35.0976 1.62602 31.9268L0 34.6341C4.47154 38.1545 10.3252 40 17.1301 40C23.935 40 29.7967 38.1545 34.2683 34.6341L32.5203 31.9268ZM33.2764 16.6423C32.7561 24.6179 27.1951 30.8943 17.0976 30.8943C6.4878 30.8943 0.837397 23.9675 0.837397 15.4472C0.837397 6.92683 6.46341 0 17.0976 0C27.1951 0 32.7561 6.28455 33.2764 14.2602H21.7967C21.439 10.6504 19.7398 8.46341 17.0976 8.46341C14.1626 8.46341 12.3821 11.1301 12.3252 15.4797C12.2683 19.8293 14.1626 22.4959 17.0976 22.4959C19.7398 22.4959 21.439 20.3089 21.7967 16.6992L33.2764 16.6423Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 754 B

+4
View File
@@ -0,0 +1,4 @@
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.6666 8.16667C14.6666 11.8486 11.6818 14.8333 7.99992 16.5C4.31802 14.8333 1.33325 11.8486 1.33325 8.16667C1.33325 4.48477 4.31802 1.5 7.99992 1.5C11.6818 1.5 14.6666 4.48477 14.6666 8.16667Z" stroke="white" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.4999 8.16667C10.4999 9.54738 9.38063 10.6667 7.99992 10.6667C6.61921 10.6667 5.49992 9.54738 5.49992 8.16667C5.49992 6.78595 6.61921 5.66667 7.99992 5.66667C9.38063 5.66667 10.4999 6.78595 10.4999 8.16667Z" stroke="white" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 694 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="14" height="17" viewBox="0 0 14 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.1665 1V0.35C0.807519 0.35 0.516504 0.641015 0.516504 1L1.1665 1ZM12.8332 16V16.65C13.1922 16.65 13.4832 16.359 13.4832 16H12.8332ZM1.1665 16H0.516504C0.516504 16.359 0.807519 16.65 1.1665 16.65L1.1665 16ZM8.6665 1L9.12612 0.540381C9.00423 0.418482 8.8389 0.35 8.6665 0.35V1ZM12.8332 5.16667H13.4832C13.4832 4.99428 13.4147 4.82895 13.2928 4.70705L12.8332 5.16667ZM7.64984 7.66667C7.64984 7.30768 7.35882 7.01667 6.99984 7.01667C6.64085 7.01667 6.34984 7.30768 6.34984 7.66667H7.64984ZM6.34984 12.6667C6.34984 13.0257 6.64085 13.3167 6.99984 13.3167C7.35882 13.3167 7.64984 13.0257 7.64984 12.6667H6.34984ZM4.49984 9.51667C4.14085 9.51667 3.84984 9.80768 3.84984 10.1667C3.84984 10.5257 4.14085 10.8167 4.49984 10.8167V9.51667ZM9.49984 10.8167C9.85882 10.8167 10.1498 10.5257 10.1498 10.1667C10.1498 9.80768 9.85882 9.51667 9.49984 9.51667V10.8167ZM12.8332 15.35H1.1665V16.65H12.8332V15.35ZM1.8165 16V1H0.516504V16H1.8165ZM1.1665 1.65H8.6665V0.35H1.1665V1.65ZM12.1832 5.16667V16H13.4832V5.16667H12.1832ZM8.20689 1.45962L12.3736 5.62629L13.2928 4.70705L9.12612 0.540381L8.20689 1.45962ZM7.18317 1V4.33333H8.48317V1H7.18317ZM9.49984 6.65H12.8332V5.35H9.49984V6.65ZM7.18317 4.33333C7.18317 5.61279 8.22038 6.65 9.49984 6.65V5.35C8.93835 5.35 8.48317 4.89482 8.48317 4.33333H7.18317ZM6.34984 7.66667V12.6667H7.64984V7.66667H6.34984ZM4.49984 10.8167H9.49984V9.51667H4.49984V10.8167Z" fill="#005B33"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.207 16.1263C15.4609 16.3801 15.8724 16.3801 16.1263 16.1263C16.3801 15.8724 16.3801 15.4609 16.1263 15.207L15.207 16.1263ZM13.35 7.75C13.35 10.8428 10.8428 13.35 7.75 13.35V14.65C11.5608 14.65 14.65 11.5608 14.65 7.75H13.35ZM7.75 13.35C4.65721 13.35 2.15 10.8428 2.15 7.75H0.85C0.85 11.5608 3.93924 14.65 7.75 14.65V13.35ZM2.15 7.75C2.15 4.65721 4.65721 2.15 7.75 2.15V0.85C3.93924 0.85 0.85 3.93924 0.85 7.75H2.15ZM7.75 2.15C10.8428 2.15 13.35 4.65721 13.35 7.75H14.65C14.65 3.93924 11.5608 0.85 7.75 0.85V2.15ZM16.1263 15.207L12.6366 11.7174L11.7174 12.6366L15.207 16.1263L16.1263 15.207Z" fill="#8E8C8C"/>
</svg>

After

Width:  |  Height:  |  Size: 725 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.833252 1.3335L4.99992 5.50016L9.16658 1.3335" stroke="white" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.16659 5.66667L4.99992 1.5L0.833252 5.66667" stroke="#005B33" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_1432_2414)">
<path d="M56 32C56 43.0457 47.0457 52 36 52C24.9543 52 16 43.0457 16 32C16 20.9543 24.9543 12 36 12C47.0457 12 56 20.9543 56 32Z" fill="white"/>
<path d="M46.6515 36.9041C46.9053 37.1579 47.3169 37.1579 47.5707 36.9041C47.8246 36.6502 47.8246 36.2387 47.5707 35.9848L46.6515 36.9041ZM36 25.3333L36.4596 24.8737C36.2058 24.6199 35.7942 24.6199 35.5404 24.8737L36 25.3333ZM24.4293 35.9848C24.1754 36.2387 24.1754 36.6502 24.4293 36.9041C24.6831 37.1579 25.0947 37.1579 25.3485 36.9041L24.4293 35.9848ZM47.5707 35.9848L36.4596 24.8737L35.5404 25.793L46.6515 36.9041L47.5707 35.9848ZM35.5404 24.8737L24.4293 35.9848L25.3485 36.9041L36.4596 25.793L35.5404 24.8737ZM55.35 32C55.35 42.6867 46.6867 51.35 36 51.35V52.65C47.4047 52.65 56.65 43.4047 56.65 32H55.35ZM36 51.35C25.3133 51.35 16.65 42.6867 16.65 32H15.35C15.35 43.4047 24.5953 52.65 36 52.65V51.35ZM16.65 32C16.65 21.3133 25.3133 12.65 36 12.65V11.35C24.5953 11.35 15.35 20.5953 15.35 32H16.65ZM36 12.65C46.6867 12.65 55.35 21.3133 55.35 32H56.65C56.65 20.5953 47.4047 11.35 36 11.35V12.65Z" fill="#005B33"/>
</g>
<defs>
<filter id="filter0_d_1432_2414" x="0.350098" y="0.350098" width="71.2998" height="71.2998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="7.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.146137 0 0 0 0 0.081901 0 0 0 0.15 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1432_2414"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1432_2414" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.58523 12.15H10.4148V10.85H6.58523V12.15ZM10.4148 12.15C11.7597 12.15 12.85 13.2403 12.85 14.5852H14.15C14.15 12.5223 12.4777 10.85 10.4148 10.85V12.15ZM6.58523 10.85C4.52232 10.85 2.85 12.5223 2.85 14.5852H4.15C4.15 13.2403 5.24029 12.15 6.58523 12.15V10.85ZM10.35 6.5C10.35 7.52173 9.52173 8.35 8.5 8.35V9.65C10.2397 9.65 11.65 8.2397 11.65 6.5H10.35ZM8.5 8.35C7.47827 8.35 6.65 7.52173 6.65 6.5H5.35C5.35 8.2397 6.7603 9.65 8.5 9.65V8.35ZM6.65 6.5C6.65 5.47827 7.47827 4.65 8.5 4.65V3.35C6.7603 3.35 5.35 4.7603 5.35 6.5H6.65ZM8.5 4.65C9.52173 4.65 10.35 5.47827 10.35 6.5H11.65C11.65 4.7603 10.2397 3.35 8.5 3.35V4.65ZM15.35 9C15.35 12.7832 12.2832 15.85 8.5 15.85V17.15C13.0011 17.15 16.65 13.5011 16.65 9H15.35ZM8.5 15.85C4.71685 15.85 1.65 12.7832 1.65 9H0.35C0.35 13.5011 3.99888 17.15 8.5 17.15V15.85ZM1.65 9C1.65 5.21685 4.71685 2.15 8.5 2.15V0.85C3.99888 0.85 0.35 4.49888 0.35 9H1.65ZM8.5 2.15C12.2832 2.15 15.35 5.21685 15.35 9H16.65C16.65 4.49888 13.0011 0.85 8.5 0.85V2.15Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+22
View File
@@ -0,0 +1,22 @@
<?php
use App\Kernel;
use Symfony\Component\Dotenv\Dotenv;
use Symfony\Component\ErrorHandler\Debug;
use Symfony\Component\HttpFoundation\Request;
require dirname(__DIR__).'/vendor/autoload.php';
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
if ($_SERVER['APP_DEBUG']) {
umask(0000);
Debug::enable();
}
$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
$request = Request::createFromGlobals();
$response = $kernel->handle($request);
$response->send();
$kernel->terminate($request, $response);
+5
View File
@@ -0,0 +1,5 @@
User-agent: *
Allow: /login
Allow: /*.css
Allow: /*.js
Disallow: /
+117
View File
@@ -0,0 +1,117 @@
console.log('wf form load');
// Получаем данные из атрибутов текущего скрипта
const currentScript = document.currentScript;
const formNameFancyBox = currentScript.dataset.formNameFancyBox;
const buttonClass = currentScript.dataset.buttonClass || '.wf-button'; // Добавляем fallback значение
// Кэш для cabinetHost чтобы не определять его каждый раз
const CABINET_HOST = location.host === 'wmtmed.ru'
? 'https://cabinet.wmtmed.ru'
: 'https://cabinet.sovamed.ru';
function wf_renderModal(formName, query, wfId, fbStyle, wfStyle) {
// Удаляем предыдущее модальное окно, если оно существует
const existingPopup = document.getElementById(formNameFancyBox);
if (existingPopup) {
existingPopup.remove();
}
// Создаем структуру модального окна
const wf_popup = document.createElement('div');
wf_popup.id = formNameFancyBox;
wf_popup.className = 'fancybox-content';
wf_popup.style.cssText = fbStyle || '';
wf_popup.style.display = 'none';
document.body.appendChild(wf_popup);
const wf_modalDialog = document.createElement('div');
wf_modalDialog.className = 'modal-dialog';
wf_modalDialog.setAttribute('role', 'document');
wf_popup.appendChild(wf_modalDialog);
const wf_modalContent = document.createElement('div');
wf_modalContent.className = 'modal-content';
wf_modalDialog.appendChild(wf_modalContent);
const wf_modalHeader = document.createElement('div');
wf_modalHeader.className = 'modal-header';
wf_modalContent.appendChild(wf_modalHeader);
const wf_modalTitle = document.createElement('h5');
wf_modalTitle.className = 'modal-title';
wf_modalTitle.textContent = formName;
wf_modalHeader.appendChild(wf_modalTitle);
const wf_popupBody = document.createElement('div');
wf_popupBody.id = 'wf_popup-body';
wf_popupBody.className = 'modal-body';
wf_modalContent.appendChild(wf_popupBody);
const wf_iframe = document.createElement('iframe');
wf_iframe.id = `${formNameFancyBox}-frame`;
wf_iframe.src = `${CABINET_HOST}/widget/form/${wfId}?${query}`;
wf_iframe.style.cssText = wfStyle || '';
wf_popupBody.appendChild(wf_iframe);
return true;
}
function getSessionId() {
try {
const calltrackingParams = window.ct?.('calltracking_params');
if (Array.isArray(calltrackingParams) && calltrackingParams.length > 0) {
console.error('getting sessionId:', calltrackingParams[0]?.sessionId);
return calltrackingParams[0]?.sessionId || null;
}
return null;
} catch (e) {
console.error('Error getting sessionId:', e);
return null;
}
}
function wf_listiner(wf_evn) {
try {
const target = wf_evn.target;
if (!target.dataset) return;
// Базовые параметры
const baseQuery = {
'ref': btoa(location.origin),
'sessionId': getSessionId(),
'ymNum': target.dataset?.ymNum,
'ymId': target.dataset?.ymId
};
// Дополнительные параметры из data-row
let additionalParams = {};
if (target.dataset.row) {
try {
additionalParams = JSON.parse(atob(target.dataset.row));
} catch (e) {
console.error('Error parsing dataset.row:', e);
}
}
// Объединяем параметры
const mergedQuery = {...additionalParams, ...baseQuery};
const queryString = new URLSearchParams(mergedQuery).toString();
// Вызываем рендер модального окна
wf_renderModal(
target.dataset.formName,
queryString,
target.dataset.wfId,
target.dataset.fbStyle,
target.dataset.wfStyle
);
} catch (error) {
console.error('Error in wf_listiner:', error);
}
}
// Инициализация слушателей событий
document.querySelectorAll(buttonClass).forEach(button => {
button.addEventListener('click', wf_listiner);
});
+16
View File
@@ -0,0 +1,16 @@
<?php $dataRow = base64_encode(json_encode([
"hidden[UF_CRM_1533790164]" => "Название услуги или ФИО врача", // если удалить, то будет отображаться поле в форме.
"fields[OPPORTUNITY]" => "990" // стоимость услуги, если не надо передавать, то удалить, либо 0
])); ?>
<!--
data-wf-style = стили фрейма
data-fb-style = стили fancyBox
data-form-name-fancy-box = id модального окна, одноименный с класом кнопки которую будет прослушивать скрипт (указывать без # .)
data-wf-id = id формы в ЛК если не известно, не менять!
-->
<button class="btn btn-primary wf_callback-form" data-form-name="Записаться на прием" data-row="<?= $dataRow ?>" data-wf-id="1" data-wf-style="border: 0px; width: 100%; height: 460px; overflow: auto;" data-fb-style="height:700px">Форма записаться</button>
<script id="wf-cabinet" src="https://cabinet.sovamed.ru/widgets/wf_cabinet.min.js" data-form-name-fancy-box="wf_callback-form" defer></script>
+1
View File
@@ -0,0 +1 @@
console.log("wf form load");const currentScript=document.currentScript,formNameFancyBox=currentScript.dataset.formNameFancyBox,buttonClass=currentScript.dataset.buttonClass||".wf-button",CABINET_HOST="wmtmed.ru"===location.host?"https://cabinet.wmtmed.ru":"https://cabinet.sovamed.ru";function wf_renderModal(e,t,n,o,a){const r=document.getElementById(formNameFancyBox);r&&r.remove();const s=document.createElement("div");s.id=formNameFancyBox,s.className="fancybox-content",s.style.cssText=o||"",s.style.display="none",document.body.appendChild(s);const c=document.createElement("div");c.className="modal-dialog",c.setAttribute("role","document"),s.appendChild(c);const d=document.createElement("div");d.className="modal-content",c.appendChild(d);const l=document.createElement("div");l.className="modal-header",d.appendChild(l);const m=document.createElement("h5");m.className="modal-title",m.textContent=e,l.appendChild(m);const i=document.createElement("div");i.id="wf_popup-body",i.className="modal-body",d.appendChild(i);const u=document.createElement("iframe");return u.id=`${formNameFancyBox}-frame`,u.src=`${CABINET_HOST}/widget/form/${n}?${t}`,u.style.cssText=a||"",i.appendChild(u),!0}function getSessionId(){try{const e=window.ct?.("calltracking_params");return Array.isArray(e)&&e.length>0?(console.error("getting sessionId:",e[0]?.sessionId),e[0]?.sessionId||null):null}catch(e){return console.error("Error getting sessionId:",e),null}}function wf_listiner(e){try{const t=e.target;if(!t.dataset)return;const n={ref:btoa(location.origin),sessionId:getSessionId(),ymNum:t.dataset?.ymNum,ymId:t.dataset?.ymId};let o={};if(t.dataset.row)try{o=JSON.parse(atob(t.dataset.row))}catch(e){console.error("Error parsing dataset.row:",e)}const a={...o,...n},r=new URLSearchParams(a).toString();wf_renderModal(t.dataset.formName,r,t.dataset.wfId,t.dataset.fbStyle,t.dataset.wfStyle)}catch(e){console.error("Error in wf_listiner:",e)}}document.querySelectorAll(buttonClass).forEach((e=>{e.addEventListener("click",wf_listiner)}));