|
@ -57,28 +57,28 @@
|
|||
{% block content_intro %}
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md">
|
||||
{{ picture(
|
||||
url="img/firefox/welcome/page16/logo-light.svg",
|
||||
sources=[
|
||||
{
|
||||
"media": "(prefers-color-scheme: light)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page16/logo-light.svg": "default",
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": "(prefers-color-scheme: dark)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page16/logo-dark.svg": "default",
|
||||
}
|
||||
}
|
||||
],
|
||||
optional_attributes={
|
||||
"alt": "Mozilla VPN",
|
||||
"class": "c-main-image",
|
||||
"height": "80",
|
||||
}
|
||||
)}}
|
||||
{{ picture(
|
||||
url="img/firefox/welcome/page16/logo-light.svg",
|
||||
sources=[
|
||||
{
|
||||
"media": "(prefers-color-scheme: light)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page16/logo-light.svg": "default",
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": "(prefers-color-scheme: dark)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page16/logo-dark.svg": "default",
|
||||
}
|
||||
}
|
||||
],
|
||||
optional_attributes={
|
||||
"alt": "Mozilla VPN",
|
||||
"class": "c-main-image",
|
||||
"height": "80",
|
||||
}
|
||||
)}}
|
||||
<h1 class="c-main-title">This Cybersecurity Month, take 20% off your first year</h1>
|
||||
<p class="c-main-tagline">Keep your location and personal information private and secure. <br/>Get peace of mind with a single click.</p>
|
||||
<div class="c-main-cta">
|
||||
|
|
|
@ -0,0 +1,185 @@
|
|||
{#
|
||||
This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
#}
|
||||
|
||||
{% extends "firefox/welcome/base.html" %}
|
||||
|
||||
{% block page_title %}{{ page_title }}{% endblock %}
|
||||
|
||||
{% block page_image %}{{ static('img/products/vpn/common/social-share.png') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page17-vpn{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page17') }}
|
||||
{% endblock %}
|
||||
|
||||
{% if LANG == "de" %}
|
||||
{% set page_title = 'Schalte ein sichereres 2024 frei' %}
|
||||
{% set main_title = 'Schalte ein<br> sichereres 2024 frei'|safe %}
|
||||
{% set main_cta = 'Hol dir Mozilla VPN' %}
|
||||
{% set picto_one_title = 'Leistungsstarker Datenschutz' %}
|
||||
{% set picto_one_body = 'Hindere Internetanbieter und Tracker daran, deine Browser- und App-Aktivitäten einzusehen.' %}
|
||||
{% set picto_two_title = 'Schütze alle deine Geräte' %}
|
||||
{% set picto_two_body = 'Verbinde bis zu fünf Geräte mit Windows, macOS, iOS, Android und Linux Betriebssystemen.' %}
|
||||
{% elif LANG == "fr" %}
|
||||
{% set page_title = 'Améliorez votre sécurité en 2024' %}
|
||||
{% set main_title = 'Améliorez<br> votre sécurité en 2024'|safe %}
|
||||
{% set main_cta = 'Installez Mozilla VPN' %}
|
||||
{% set picto_one_title = 'Confidentialité assurée' %}
|
||||
{% set picto_one_body = 'Empêchez les fournisseurs d’accès à Internet et les traqueurs de suivre vos activités dans votre navigateur et vos applications.' %}
|
||||
{% set picto_two_title = 'Protégez tous vos appareils' %}
|
||||
{% set picto_two_body = 'Connectez jusqu’à cinq appareils sous système d’exploitation Windows, macOS, iOS, Android ou Linux.' %}
|
||||
{% else %}
|
||||
{% set page_title = 'Switch on a more secure 2024' %}
|
||||
{% set main_title = 'Switch on<br> a more secure 2024'|safe %}
|
||||
{% set main_cta = 'Get Mozilla VPN' %}
|
||||
{% set picto_one_title = 'Powerful privacy' %}
|
||||
{% set picto_one_body = 'Block internet providers and trackers from seeing your browser and app activity.' %}
|
||||
{% set picto_two_title = 'Protect all your devices' %}
|
||||
{% set picto_two_body = 'Connect up to five devices on Windows, macOS, iOS, Android and Linux operating systems.' %}
|
||||
{% endif %}
|
||||
|
||||
{% block shoulder_logo %}
|
||||
{{ picture(
|
||||
url="img/firefox/welcome/page17/firefox-wordmark-light.svg",
|
||||
sources=[
|
||||
{
|
||||
"media": "(prefers-color-scheme: light)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/firefox-wordmark-light.svg": "default",
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": "(prefers-color-scheme: dark)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/firefox-wordmark-dark.svg": "default",
|
||||
}
|
||||
}
|
||||
],
|
||||
optional_attributes={
|
||||
"class": "c-header-logo",
|
||||
"alt": "Firefox",
|
||||
"width": "108",
|
||||
"height": "40",
|
||||
}
|
||||
) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md">
|
||||
|
||||
<h1 class="mzp-c-wordmark mzp-t-wordmark-md mzp-t-product-vpn">Mozilla VPN</h1>
|
||||
|
||||
<div class="c-toggle-container">
|
||||
<span class="toggle" role="presentation"><span class="toggle-display"></span></span>
|
||||
</div>
|
||||
|
||||
<h2 class="c-main-title">{{ main_title }}</h2>
|
||||
|
||||
<div class="c-main-cta">
|
||||
{{ vpn_product_referral_link(
|
||||
referral_id='welcome-page17',
|
||||
link_text=main_cta,
|
||||
class_name='mzp-t-product mzp-t-xl',
|
||||
page_anchor="#pricing",
|
||||
optional_attributes= {
|
||||
'data-cta-text' : 'Get Mozilla VPN',
|
||||
'data-cta-type' : 'button',
|
||||
'data-cta-position' : 'primary-cta',
|
||||
}
|
||||
)}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_body %}
|
||||
<section class="page-body">
|
||||
<div class="mzp-l-content mzp-t-content-lg mzp-t-content-nospace">
|
||||
<div class="mzp-l-columns mzp-t-columns-two">
|
||||
|
||||
<div class="mzp-t-picto-center">
|
||||
<div class="mzp-c-picto">
|
||||
<div class="mzp-c-picto-image">
|
||||
{{ picture(
|
||||
url="img/firefox/welcome/page17/vpn-shield-light.svg",
|
||||
sources=[
|
||||
{
|
||||
"media": "(prefers-color-scheme: light)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/vpn-shield-light.svg": "default",
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": "(prefers-color-scheme: dark)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/vpn-shield-dark.svg": "default",
|
||||
}
|
||||
}
|
||||
],
|
||||
optional_attributes={
|
||||
"alt": "",
|
||||
"width": "300",
|
||||
}
|
||||
) }}
|
||||
</div>
|
||||
<h2 class="mzp-c-picto-heading">{{ picto_one_title }}</h2>
|
||||
<div class="mzp-c-picto-body">
|
||||
<p>{{ picto_one_body }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mzp-t-picto-center">
|
||||
<div class="mzp-c-picto">
|
||||
<div class="mzp-c-picto-image">
|
||||
{{ picture(
|
||||
url="img/firefox/welcome/page17/vpn-devices-light.svg",
|
||||
sources=[
|
||||
{
|
||||
"media": "(prefers-color-scheme: light)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/vpn-devices-light.svg": "default",
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": "(prefers-color-scheme: dark)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/vpn-devices-dark.svg": "default",
|
||||
}
|
||||
}
|
||||
],
|
||||
optional_attributes={
|
||||
"alt": "",
|
||||
"width": "300",
|
||||
}
|
||||
) }}
|
||||
</div>
|
||||
<h2 class="mzp-c-picto-heading">{{ picto_two_title }}</h2>
|
||||
<div class="mzp-c-picto-body">
|
||||
<p>{{ picto_two_body }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/">
|
||||
{{ ftl('welcome-page14-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
|
@ -0,0 +1,107 @@
|
|||
{#
|
||||
This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
#}
|
||||
|
||||
{% from "macros.html" import google_play_button, apple_app_store_button with context %}
|
||||
|
||||
{% extends "firefox/welcome/base.html" %}
|
||||
|
||||
{% block page_title %}{{ page_title }}{% endblock %}
|
||||
|
||||
{% block page_image %}{{ static('protocol/img/logos/firefox/browser/og.png') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page17-mobile{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('firefox_welcome_page17') }}
|
||||
{% endblock %}
|
||||
|
||||
{% if LANG == "de" %}
|
||||
{% set page_title = 'Neues Jahr, neues Smartphone? Hol dir die Firefox App.' %}
|
||||
{% set main_title = 'Neues Jahr, neues Smartphone?<br> Hol dir die Firefox App.'|safe %}
|
||||
{% set main_tagline = 'Blockiere Tracker, verwalte Passwörter und passe deine Datenschutzeinstellungen spielend an, mit Firefox Portable.' %}
|
||||
{% set qr_caption = 'Um loszulegen, scanne den QR-Code' %}
|
||||
{% set qr_alt = 'QR-Code zum Scannen für Firefox' %}
|
||||
{% set adjust_url = 'https://app.adjust.com/17szhv0y' %}
|
||||
{% elif LANG == "fr" %}
|
||||
{% set page_title = 'Nouvelle année, nouveau téléphone ? Téléchargez l’application Firefox.' %}
|
||||
{% set main_title = 'Nouvelle année, nouveau téléphone ?<br> Téléchargez l’application Firefox.'|safe %}
|
||||
{% set main_tagline = 'Bloquez les traqueurs, gérez vos mots de passe et personnalisez simplement vos paramètres de confidentialité avec Firefox, où que vous soyez.' %}
|
||||
{% set qr_caption = 'Scanner le code QR pour commencer' %}
|
||||
{% set qr_alt = 'Code QR à scanner pour Firefox' %}
|
||||
{% set adjust_url = 'https://app.adjust.com/17ckotcd' %}
|
||||
{% else %}
|
||||
{% set page_title = 'New year, new phone? Get the Firefox app.' %}
|
||||
{% set main_title = 'New year, new phone?<br> Get the Firefox app.'|safe %}
|
||||
{% set main_tagline = 'Block trackers, manage passwords and easily customize your privacy settings with Firefox on-the-go.' %}
|
||||
{% set qr_caption = 'Scan the QR code to get started' %}
|
||||
{% set qr_alt = 'QR code to scan for Firefox' %}
|
||||
{% set adjust_url = 'https://app.adjust.com/17py9i7o' %}
|
||||
{% endif %}
|
||||
|
||||
{% block shoulder_logo %}
|
||||
{{ picture(
|
||||
url="img/firefox/welcome/page17/firefox-wordmark-light.svg",
|
||||
sources=[
|
||||
{
|
||||
"media": "(prefers-color-scheme: light)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/firefox-wordmark-light.svg": "default",
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": "(prefers-color-scheme: dark)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/firefox-wordmark-dark.svg": "default",
|
||||
}
|
||||
}
|
||||
],
|
||||
optional_attributes={
|
||||
"class": "c-header-logo",
|
||||
"alt": "Firefox",
|
||||
"width": "108",
|
||||
"height": "40",
|
||||
}
|
||||
) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md">
|
||||
|
||||
<h1 class="c-main-title">{{ main_title }}</h1>
|
||||
<p class="c-main-tagline">{{ main_tagline }}</p>
|
||||
|
||||
<figure class="qr-code-wrapper">
|
||||
<img src="{{ l10n_img('firefox/welcome/page17/qr-code.png') }}" width="200" height="200" alt="{{ qr_alt }}">
|
||||
<figcaption>{{ qr_caption }}</figcaption>
|
||||
</figure>
|
||||
|
||||
<ul class="c-store-badges">
|
||||
<li class="c-store-badge-google">
|
||||
{{ google_play_button(href=adjust_url, id='playStoreLink') }}
|
||||
</li>
|
||||
<li class="c-store-badge-apple">
|
||||
{{ apple_app_store_button(href=adjust_url, id='appStoreLink') }}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_body %}{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/">
|
||||
{{ ftl('welcome-page14-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
|
@ -0,0 +1,92 @@
|
|||
{#
|
||||
This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
#}
|
||||
|
||||
{% extends "firefox/welcome/base.html" %}
|
||||
|
||||
{% block page_title %}{{ page_title }}{% endblock %}
|
||||
|
||||
{% block page_image %}{{ static('img/firefox/welcome/page17/pip-hero.jpg') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page17-pip{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page17') }}
|
||||
{% endblock %}
|
||||
|
||||
{% if LANG == "de" %}
|
||||
{% set page_title = 'Starte im neuen Jahr mit der Bild-im-Bild-Funktion durch' %}
|
||||
{% set main_title = 'Starte im neuen Jahr mit der Bild-im-Bild-Funktion durch'|safe %}
|
||||
{% set main_cta = 'Jetzt testen' %}
|
||||
{% set picto_one_title = 'Ein Meeting verfolgen und gleichzeitig Notizen machen' %}
|
||||
{% set picto_two_title = 'Ein Koch-Tutorial angucken, während du das Rezept anschaust' %}
|
||||
{% set picto_three_title = 'Die Kinder entertainen und nebenbei eine E-Mail fertig schreiben' %}
|
||||
{% elif LANG == "fr" %}
|
||||
{% set page_title = 'Entamez une année productive avec la fonctionnalité plébiscitée d’incrustation vidéo' %}
|
||||
{% set main_title = 'Entamez une année productive avec la fonctionnalité plébiscitée d’incrustation vidéo'|safe %}
|
||||
{% set main_cta = 'Essayez-le dès maintenant' %}
|
||||
{% set picto_one_title = 'Suivez une réunion tout en prenant des notes' %}
|
||||
{% set picto_two_title = 'Gardez un tutoriel ouvert au-dessus d’une recette' %}
|
||||
{% set picto_three_title = 'Divertissez les enfants pendant que vous travaillez' %}
|
||||
{% else %}
|
||||
{% set page_title = 'Do more in the new year with Picture-in-Picture' %}
|
||||
{% set main_title = 'Do more in the new year<br> with Picture-in-Picture'|safe %}
|
||||
{% set main_cta = 'Try it now' %}
|
||||
{% set picto_one_title = 'Watch a lecture or meeting while you take notes' %}
|
||||
{% set picto_two_title = 'Keep a tutorial video open with a recipe while you cook' %}
|
||||
{% set picto_three_title = 'Entertain cats, dogs and kids while you get work done' %}
|
||||
{% endif %}
|
||||
|
||||
{% block shoulder_logo %}
|
||||
{{ picture(
|
||||
url="img/firefox/welcome/page17/firefox-wordmark-light.svg",
|
||||
sources=[
|
||||
{
|
||||
"media": "(prefers-color-scheme: light)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/firefox-wordmark-light.svg": "default",
|
||||
}
|
||||
},
|
||||
{
|
||||
"media": "(prefers-color-scheme: dark)",
|
||||
"srcset": {
|
||||
"img/firefox/welcome/page17/firefox-wordmark-dark.svg": "default",
|
||||
}
|
||||
}
|
||||
],
|
||||
optional_attributes={
|
||||
"class": "c-header-logo",
|
||||
"alt": "Firefox",
|
||||
"width": "108",
|
||||
"height": "40",
|
||||
}
|
||||
) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md">
|
||||
<h1 class="c-main-title">{{ main_title }}</h1>
|
||||
<p class="c-main-cta"><a class="mzp-c-button mzp-t-product mzp-t-xl" href="{{ url('firefox.features.picture-in-picture') }}" data-cta-text="Try it now" data-cta-type="button">{{ main_cta }}</a></p>
|
||||
|
||||
<img src="{{ static('img/firefox/welcome/page17/pip-hero.jpg') }}" alt="" class="c-main-image">
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_body %}{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/">
|
||||
{{ ftl('welcome-page14-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
|
@ -155,6 +155,9 @@ urlpatterns = (
|
|||
),
|
||||
),
|
||||
page("firefox/welcome/16/", "firefox/welcome/page16.html"),
|
||||
page("firefox/welcome/17a/", "firefox/welcome/page17/page17-a.html", ftl_files=["firefox/welcome/page14"], active_locales=["en-US", "fr", "de"]),
|
||||
page("firefox/welcome/17b/", "firefox/welcome/page17/page17-b.html", ftl_files=["firefox/welcome/page14"], active_locales=["en-US", "fr", "de"]),
|
||||
page("firefox/welcome/17c/", "firefox/welcome/page17/page17-c.html", ftl_files=["firefox/welcome/page14"], active_locales=["en-US", "fr", "de"]),
|
||||
page("firefox/switch/", "firefox/switch.html", ftl_files=["firefox/switch"]),
|
||||
page("firefox/pocket/", "firefox/pocket.html"),
|
||||
# Issue 6604, SEO firefox/new pages
|
||||
|
|
|
@ -0,0 +1,275 @@
|
|||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
$font-path: '/media/protocol/fonts';
|
||||
$image-path: '/media/protocol/img';
|
||||
|
||||
@import '~@mozilla-protocol/core/protocol/css/includes/lib';
|
||||
@import "~@mozilla-protocol/core/protocol/css/templates/multi-column";
|
||||
@import '~@mozilla-protocol/core/protocol/css/components/logos/wordmark';
|
||||
@import '~@mozilla-protocol/core/protocol/css/components/logos/wordmark-product-vpn';
|
||||
|
||||
.c-page-header {
|
||||
.mzp-l-content {
|
||||
padding-top: $spacing-md;
|
||||
padding-bottom: $spacing-md;
|
||||
}
|
||||
}
|
||||
|
||||
.c-content-main {
|
||||
text-align: center;
|
||||
color: $color-black;
|
||||
|
||||
.mzp-c-wordmark.mzp-t-product-vpn {
|
||||
background-image: url('/media/protocol/img/logos/mozilla/vpn/logo-word-hor.svg');
|
||||
background-position: top center;
|
||||
margin: 0 auto $spacing-2xl;
|
||||
}
|
||||
}
|
||||
|
||||
.page-body {
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
.c-main-tagline {
|
||||
@include text-body-lg;
|
||||
|
||||
@media #{$mq-md} {
|
||||
padding: 0 $layout-xl;
|
||||
}
|
||||
}
|
||||
|
||||
.c-main-image {
|
||||
margin: 0 auto $layout-md;
|
||||
|
||||
.welcome-page17-pip & {
|
||||
margin-top: $layout-md;
|
||||
}
|
||||
}
|
||||
|
||||
.mzp-c-picto-heading {
|
||||
@include text-title-2xs;
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
.qr-code-wrapper {
|
||||
background: $color-white;
|
||||
border-radius: $border-radius-lg;
|
||||
border: 2px solid $color-marketing-gray-20;
|
||||
box-shadow: $box-shadow-sm;
|
||||
margin: $layout-sm auto;
|
||||
max-width: 220px;
|
||||
padding: $spacing-lg;
|
||||
|
||||
figcaption {
|
||||
color: $color-black;
|
||||
font-weight: bold;
|
||||
line-height: 1.125;
|
||||
padding: 0 $spacing-lg;
|
||||
}
|
||||
}
|
||||
|
||||
.c-store-badges {
|
||||
text-align: center;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
margin: 0 $spacing-sm $spacing-lg;
|
||||
}
|
||||
}
|
||||
|
||||
.c-utilities {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// * -------------------------------------------------------------------------- */
|
||||
// VPN toggle animation
|
||||
.c-toggle-container {
|
||||
margin: 0 auto $spacing-md;
|
||||
}
|
||||
|
||||
.toggle {
|
||||
align-items: center;
|
||||
animation: fade-and-zoom 200ms 800ms ease forwards, drop 400ms 1050ms ease-in forwards;
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
padding-bottom: 0;
|
||||
position: relative;
|
||||
opacity: 0;
|
||||
transform: scale(0.85);
|
||||
top: -25px;
|
||||
}
|
||||
|
||||
.toggle-display {
|
||||
--offset: 0.25em;
|
||||
--diameter: 2.5em;
|
||||
align-items: center;
|
||||
animation: toggle-color 100ms 1600ms linear forwards;
|
||||
background-color: $color-white;
|
||||
border-radius: 100vw;
|
||||
border: 2px solid $color-black;
|
||||
display: flex;
|
||||
height: calc(var(--diameter) + var(--offset) * 2);
|
||||
justify-content: space-around;
|
||||
position: relative;
|
||||
width: calc(var(--diameter) * 2 + var(--offset) * 2);
|
||||
transition: background-color 100ms linear;
|
||||
|
||||
@media #{$mq-md} {
|
||||
--diameter: 3em;
|
||||
}
|
||||
|
||||
@media #{$mq-lg} {
|
||||
--diameter: 3.5em
|
||||
}
|
||||
|
||||
&::before {
|
||||
animation: toggle-slide 500ms 1400ms cubic-bezier(.8, -0.75, .5, 1.1) forwards;
|
||||
background: $color-white;
|
||||
border-radius: 50%;
|
||||
border: 2px solid $color-black;
|
||||
box-sizing: border-box;
|
||||
content: '';
|
||||
height: var(--diameter);
|
||||
left: var(--offset);
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translate(0, -50%);
|
||||
transition: inherit;
|
||||
width: var(--diameter);
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
// Disable animations
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.toggle,
|
||||
.toggle-display,
|
||||
.toggle-display::before {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------*/
|
||||
// Animations
|
||||
|
||||
@keyframes toggle-slide {
|
||||
from { transform: translate(0, -50%); }
|
||||
to { transform: translate(100%, -50%); }
|
||||
}
|
||||
|
||||
@keyframes toggle-color {
|
||||
from { background-color: $color-white; }
|
||||
to { background-color: $color-green-40; }
|
||||
}
|
||||
|
||||
@keyframes fade-and-zoom {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: scale(0.85);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes drop {
|
||||
0% { top: -25px; }
|
||||
50% { top: 4px; }
|
||||
70% { top: -8px; }
|
||||
90%, 100% { top: 0; }
|
||||
}
|
||||
|
||||
|
||||
// * -------------------------------------------------------------------------- */
|
||||
// Dark mode
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#outer-wrapper {
|
||||
background: $color-dark-gray-60;
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
.c-content-main,
|
||||
.c-main-title,
|
||||
.page-body,
|
||||
.mzp-c-picto-heading {
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
.c-content-main {
|
||||
.mzp-c-wordmark.mzp-t-product-vpn {
|
||||
background-image: url('/media/protocol/img/logos/mozilla/vpn/logo-word-hor-white.svg');
|
||||
}
|
||||
}
|
||||
|
||||
.c-utilities {
|
||||
@include white-links;
|
||||
}
|
||||
|
||||
.mzp-c-footer.mzp-t-light {
|
||||
@include white-links;
|
||||
background: $color-dark-gray-60;
|
||||
color: $color-white;
|
||||
|
||||
.mzp-c-footer-sections {
|
||||
border-color: $color-dark-gray-30;
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.mzp-c-footer-links-social li {
|
||||
a.twitter {
|
||||
background-image: url('/media/protocol/img/icons/social/twitter/white.svg');
|
||||
}
|
||||
|
||||
a.mastodon {
|
||||
background-image: url('/media/img/logos/social/mastodon-white.svg');
|
||||
}
|
||||
|
||||
a.instagram {
|
||||
background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
|
||||
}
|
||||
|
||||
a.youtube {
|
||||
background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
|
||||
}
|
||||
|
||||
// bedrock override until icons are added to protocol-assets
|
||||
// https://github.com/mozilla/protocol-assets/issues/84
|
||||
a.linkedin {
|
||||
background-image: url('/media/img/logos/social/linkedin-white.svg');
|
||||
}
|
||||
|
||||
a.tiktok {
|
||||
background-image: url('/media/img/logos/social/tiktok-white.svg');
|
||||
}
|
||||
|
||||
a.spotify {
|
||||
background-image: url('/media/img/logos/social/spotify-white.svg');
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
outline-color: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
.mzp-c-footer-primary-logo a {
|
||||
background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
|
||||
}
|
||||
|
||||
.mzp-c-footer-heading.is-summary button::before {
|
||||
background: $url-image-expand-white top left no-repeat;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,107 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="126" height="42" fill="none" viewBox="0 0 126 42">
|
||||
<path fill="#fff" d="M50.4208 12.5632h11.3103v3.0489h-8.0863v4.1526h8.0863v2.9963h-8.0863v6.6233h-3.224V12.5632Zm15.1685-1.1564c1.1099 0 1.9027.7885 1.9027 1.8924 0 1.1038-.7399 1.8923-1.9027 1.8923-1.1627 0-1.9026-.7885-1.9026-1.8398 0-1.0513.8456-1.9449 1.9026-1.9449Zm-1.5855 5.572h3.2239v12.458h-3.2239v-12.458Zm12.473 3.4693c-.3699-.3154-1.0041-.5782-1.5327-.5782-1.3213 0-2.0612.841-2.0612 2.6283v6.8861h-3.1711V16.9262h3.0125v1.7872c.6343-1.4192 1.6385-1.8923 3.0126-1.8923 1.3742 0 1.5327.2102 2.1141.6308l-1.3742 2.9436v.0526Zm1.3213 2.8385c0-3.5744 2.6426-6.5707 6.448-6.5707 3.8053 0 6.4479 2.6283 6.4479 6.3605v1.3141h-9.7247c.3699 1.577 1.5855 2.6283 3.4353 2.6283 1.8499 0 2.4841-.6833 3.1183-1.8398l2.6426 1.577c-1.3213 1.9449-3.224 2.9437-5.8666 2.9437-4.0696 0-6.5008-2.6809-6.5008-6.4131Zm3.1712-1.4192h6.6065c-.37-1.577-1.6385-2.4706-3.3297-2.4706-1.6913 0-2.8012.841-3.224 2.4706h-.0528Zm10.4647-4.8886h2.2726v-.6308c0-3.3642 1.427-4.7835 4.5981-4.7835h1.1099v2.7334h-.8985c-1.4798 0-1.7969.5257-1.7969 2.0501v.6308h2.6954v2.8385H96.772v9.567h-3.0654v-9.567H91.434v-2.8385Zm8.562 6.2027c0-3.5745 2.748-6.4656 6.554-6.4656 3.805 0 6.553 2.8911 6.553 6.4656 0 3.5745-2.907 6.4656-6.553 6.4656-3.647 0-6.554-2.8386-6.554-6.4656Zm9.989 0c0-1.9975-1.48-3.5219-3.435-3.5219-1.956 0-3.436 1.5244-3.436 3.5219s1.48 3.5219 3.436 3.5219c1.955 0 3.435-1.5244 3.435-3.5219Zm7.399-.1577-4.545-6.0976h3.752l2.643 3.8373 2.748-3.8373h3.7l-4.598 6.0451 4.809 6.3604h-3.752l-3.013-4.0476-2.906 4.0476h-3.753l4.81-6.3604.105.0525Z"/>
|
||||
<path fill="url(#a)" d="M39.2155 14.0859c-.8891-2.1293-2.6674-4.42229-4.0947-5.14764 1.0062 1.94204 1.7081 4.02454 2.0591 6.17714v.0234c-2.293-5.73257-6.2005-8.049-9.3827-13.07963-.1638-.25738-.3276-.51476-.468-.77214-.0936-.16379-.1638-.30418-.234-.421172-.1403-.257381-.2339-.53816-.3041-.7955411 0-.0233983-.0234-.0467966-.0468-.0467966h-.0702V.00012207C21.5732 2.9951 19.8418 8.54049 19.678 11.3015c-2.0357.1404-4.0011.8891-5.5922 2.1526-.1638-.1404-.351-.2808-.5148-.3977-.4679-1.6145-.4913-3.34599-.0468-4.98387-1.8718.91253-3.5565 2.19947-4.8902 3.79047-.79554-1.0295-.74874-4.39883-.70195-5.10078-.23398.0936-.46796.21059-.67855.35098-.70194.51476-1.38049 1.07632-1.98885 1.70807-.70195.70195-1.3337 1.47413-1.89526 2.29303-1.3571 1.8719-2.29303 3.9777-2.784394 6.1771l-.023398.1404c-.046797.1872-.187186 1.0764-.210585 1.2635v.0468c-.187186.936-.280779 1.8719-.3275755 2.8078v.0936C.0234375 32.8981 9.14876 42 20.4033 41.9766c9.8975 0 18.3677-7.1365 20.0524-16.8935.0234-.2574.0701-.5148.0935-.7956.3978-3.4395-.0467-6.9493-1.3337-10.2016ZM15.7471 30.0201l.2808.1404h.0234c-.0936-.0234-.2106-.0936-.3042-.1404Z"/>
|
||||
<path fill="url(#b)" d="M39.2155 14.0858c-.8891-2.1293-2.6674-4.42228-4.0947-5.14763 1.0061 1.94203 1.7081 4.02453 2.0591 6.17713v.0468c1.5676 4.4925 1.3337 9.4061-.6318 13.7348-2.3398 5.0072-7.9788 10.1314-16.8234 9.8975-9.5465-.2808-17.96983-7.3471-19.537514-16.6362-.2807791-1.4741 0-2.1994.14039-3.3928C.14039 19.678.0233983 20.6373 0 21.5732v.0936c0 11.2546 9.12533 20.3565 20.3799 20.3331 9.8975 0 18.3676-7.1364 20.0523-16.8935.0234-.2574.0702-.5148.0936-.7956.4212-3.4629-.0234-6.9727-1.3103-10.225Z"/>
|
||||
<path fill="url(#c)" d="M39.2155 14.0858c-.8891-2.1293-2.6674-4.42228-4.0947-5.14763 1.0061 1.94203 1.7081 4.02453 2.0591 6.17713v.0468c1.5676 4.4925 1.3337 9.4061-.6318 13.7348-2.3398 5.0072-7.9788 10.1314-16.8234 9.8975-9.5465-.2808-17.96983-7.3471-19.537514-16.6362-.2807791-1.4741 0-2.1994.14039-3.3928C.14039 19.678.0233983 20.6373 0 21.5732v.0936c0 11.2546 9.12533 20.3565 20.3799 20.3331 9.8975 0 18.3676-7.1364 20.0523-16.8935.0234-.2574.0702-.5148.0936-.7956.4212-3.4629-.0234-6.9727-1.3103-10.225Z"/>
|
||||
<path fill="url(#d)" d="M29.3181 16.4959c.0468.0234.0936.0702.117.0936-.5148-.9126-1.1466-1.7315-1.8953-2.4569C21.2223 7.8151 25.8785.421247 26.6741.046875 21.5732 2.99506 19.8418 8.54045 19.678 11.3014c.234-.0234.4679-.0468.7253-.0468 3.697.0234 7.0897 2.0123 8.9148 5.2413Z"/>
|
||||
<path fill="url(#e)" d="M20.4267 17.7593c-.0234.5148-1.8251 2.2463-2.4569 2.2463-5.7793 0-6.7387 3.5097-6.7387 3.5097.2574 2.9482 2.3165 5.3816 4.7967 6.6685.117.0702.234.117.351.1638.2105.0936.3977.1638.6083.234.8424.3042 1.7549.468 2.644.5148 10.1549.4679 12.1203-12.1438 4.7967-15.7939 1.7314-.234 3.4863.2106 4.9136 1.1933-1.8251-3.2055-5.2178-5.1944-8.9147-5.2178-.234 0-.468.0234-.7254.0468-2.0356.1404-4.0011.8891-5.5922 2.1527.3042.2573.6552.6083 1.4039 1.3337 1.3571 1.3571 4.8903 2.761 4.9137 2.9481Z"/>
|
||||
<path fill="url(#f)" d="M20.4267 17.7593c-.0234.5148-1.8251 2.2463-2.4569 2.2463-5.7793 0-6.7387 3.5097-6.7387 3.5097.2574 2.9482 2.3165 5.3816 4.7967 6.6685.117.0702.234.117.351.1638.2105.0936.3977.1638.6083.234.8424.3042 1.7549.468 2.644.5148 10.1549.4679 12.1203-12.1438 4.7967-15.7939 1.7314-.234 3.4863.2106 4.9136 1.1933-1.8251-3.2055-5.2178-5.1944-8.9147-5.2178-.234 0-.468.0234-.7254.0468-2.0356.1404-4.0011.8891-5.5922 2.1527.3042.2573.6552.6083 1.4039 1.3337 1.3571 1.3571 4.8903 2.761 4.9137 2.9481Z"/>
|
||||
<path fill="url(#g)" d="M13.1264 12.7988c.1638.0936.3042.1872.4212.2808-.468-1.6145-.4914-3.34596-.0468-4.98384-1.8719.91254-3.55656 2.19944-4.89027 3.79054.0936 0 3.04177-.0468 4.51587.9125Z"/>
|
||||
<path fill="url(#h)" d="M.210461 22.1348C1.77815 31.4239 10.2015 38.5136 19.748 38.771c8.8446.2574 14.4836-4.8903 16.8234-9.8975 1.9654-4.3287 2.1994-9.2423.6317-13.7348v-.0468.0234c.7254 4.7265-1.6846 9.2891-5.4284 12.3777v.0234c-7.3002 5.9432-14.2963 3.58-15.7002 2.6206-.0936-.0468-.1872-.0936-.3042-.1404-4.2585-2.0356-6.01334-5.9197-5.639-9.2423-2.05902.0234-3.95428-1.1699-4.82001-3.0418 2.26963-1.4039 5.10081-1.4975 7.48741-.3041 2.4101 1.0997 5.1477 1.1933 7.6513.3041 0-.1638-3.5566-1.5676-4.9371-2.9247-.7487-.7254-1.0997-1.0764-1.4039-1.3337-.1638-.1404-.3509-.2808-.5147-.3978-.117-.0936-.2574-.1638-.4212-.2808-1.4741-.9593-4.44567-.9125-4.53926-.9125-.79554-1.0296-.74875-4.39891-.70195-5.10085-.23398.09359-.46796.21058-.67855.35097-.70195.51476-1.3805 1.07632-1.98885 1.70807-.70195.70195-1.3337 1.47411-1.91866 2.26961-1.3337 1.8953-2.26963 4.0011-2.760997 6.2006 0 .0468-.725346 3.2055-.374372 4.8434Z"/>
|
||||
<path fill="url(#i)" d="M27.5632 14.1091c.7487.7253 1.3805 1.5677 1.8952 2.4802.117.0936.2106.1638.3042.2574 4.6095 4.2585 2.1994 10.2718 2.0123 10.693 3.7437-3.0886 6.1537-7.6512 5.4284-12.3777-2.2931-5.73258-6.2006-8.04901-9.3828-13.10303-.1637-.25739-.3275-.51477-.4679-.77215-.0936-.16379-.1638-.304175-.234-.421167-.1404-.257381-.234-.53816-.3042-.795541 0-.0233983-.0234-.0467966-.0468-.0467966h-.0702C25.9019.397688 21.2222 7.79154 27.5632 14.1091Z"/>
|
||||
<path fill="url(#j)" d="M29.7626 16.8234c-.0935-.0702-.1871-.1638-.3041-.2573-.0468-.0234-.0936-.0702-.117-.0936-1.4273-.9828-3.1822-1.4273-4.9137-1.1934 7.3237 3.6502 5.3582 16.2618-4.7966 15.7939-.9125-.0468-1.8017-.2106-2.644-.5148-.2106-.0702-.3978-.1638-.6084-.234-.117-.0468-.2339-.0936-.3509-.1638h.0234c1.4039.9594 8.3999 3.3226 15.7002-2.6206v-.0234c.2106-.4211 2.6206-6.4345-1.9889-10.693Z"/>
|
||||
<path fill="url(#k)" d="M11.2311 23.4919s.9359-3.5098 6.7387-3.5098c.6317 0 2.41-1.7549 2.4568-2.2462-2.4802.9125-5.2412.7955-7.6512-.3042-2.3866-1.2167-5.21783-1.0997-7.48747.3042.86574 1.8718 2.761 3.0652 4.82007 3.0418-.3744 3.3225 1.3805 7.2066 5.639 9.2423.0936.0468.1871.0936.2807.1404-2.4802-1.2869-4.5392-3.7204-4.7966-6.6685Z"/>
|
||||
<path fill="url(#l)" d="M39.2155 14.0859c-.8891-2.1293-2.6674-4.42229-4.0947-5.14764 1.0062 1.94204 1.7081 4.02454 2.0591 6.17714v.0234c-2.293-5.73257-6.2005-8.049-9.3827-13.07963-.1638-.25738-.3276-.51476-.468-.77214-.0936-.16379-.1638-.30418-.234-.421172-.1403-.257381-.2339-.53816-.3041-.7955411 0-.0233983-.0234-.0467966-.0468-.0467966h-.0702V.00012207C21.5732 2.9951 19.8418 8.54049 19.678 11.3015c.234-.0234.468-.0468.7253-.0468 3.697 0 7.0897 1.9888 8.9148 5.2178-1.4273-.9827-3.1822-1.4273-4.9137-1.1933 7.3237 3.6501 5.3582 16.2618-4.7966 15.7938-.9125-.0468-1.8017-.2106-2.644-.5147-.2106-.0702-.3978-.1638-.6084-.234-.117-.0468-.2339-.0936-.3509-.1638h.0234c-.0936-.0468-.1872-.0936-.3042-.1404l.2808.1404c-2.4569-1.2869-4.5159-3.7203-4.7733-6.6685 0 0 .9359-3.5098 6.7387-3.5098.6318 0 2.41-1.7548 2.4568-2.2462 0-.1638-3.5565-1.5677-4.937-2.9248-.7487-.7253-1.0997-1.0763-1.4039-1.3337-.1638-.1404-.351-.2808-.5148-.3977-.4679-1.6145-.4913-3.346-.0468-4.98388-1.8718.91254-3.5565 2.19948-4.8902 3.79048-.79554-1.0295-.74874-4.39883-.70195-5.10078-.23398.09359-.46796.21059-.67855.35098-.70194.51476-1.38049 1.07632-1.98885 1.70807-.70195.70195-1.3337 1.47413-1.89526 2.29303-1.3571 1.8485-2.29303 3.9543-2.784394 6.1537l-.023398.1404c-.046797.1872-.210585 1.0998-.233983 1.2869 0-.0234 0 .0234 0 0-.163788.936-.257381 1.8953-.3041775 2.8312v.0936C.0234375 32.8981 9.14876 42 20.4033 41.9766c9.8975 0 18.3677-7.1365 20.0524-16.8935.0234-.2574.0701-.5148.0935-.7956.3978-3.4395-.0467-6.9493-1.3337-10.2016Z"/>
|
||||
<defs>
|
||||
<radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="matrix(42.4392 0 0 42.4391 34.9598 4.66165)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".129" stop-color="#FFBD4F"/>
|
||||
<stop offset=".186" stop-color="#FFAC31"/>
|
||||
<stop offset=".247" stop-color="#FF9D17"/>
|
||||
<stop offset=".283" stop-color="#FF980E"/>
|
||||
<stop offset=".403" stop-color="#FF563B"/>
|
||||
<stop offset=".467" stop-color="#FF3750"/>
|
||||
<stop offset=".71" stop-color="#F5156C"/>
|
||||
<stop offset=".782" stop-color="#EB0878"/>
|
||||
<stop offset=".86" stop-color="#E50080"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(42.4392 0 0 42.4391 19.4522 22.012)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".3" stop-color="#960E18"/>
|
||||
<stop offset=".351" stop-color="#B11927" stop-opacity=".74"/>
|
||||
<stop offset=".435" stop-color="#DB293D" stop-opacity=".343"/>
|
||||
<stop offset=".497" stop-color="#F5334B" stop-opacity=".094"/>
|
||||
<stop offset=".53" stop-color="#FF3750" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="translate(24.5689 -4.96929) scale(30.7442)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".132" stop-color="#FFF44F"/>
|
||||
<stop offset=".252" stop-color="#FFDC3E"/>
|
||||
<stop offset=".506" stop-color="#FF9D12"/>
|
||||
<stop offset=".526" stop-color="#FF980E"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="matrix(20.2072 0 0 20.2071 14.7579 33.0974)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".353" stop-color="#3A8EE6"/>
|
||||
<stop offset=".472" stop-color="#5C79F0"/>
|
||||
<stop offset=".669" stop-color="#9059FF"/>
|
||||
<stop offset="1" stop-color="#C139E6"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(10.41367 -2.51772 2.94762 12.19184 21.7711 18.5338)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".206" stop-color="#9059FF" stop-opacity="0"/>
|
||||
<stop offset=".278" stop-color="#8C4FF3" stop-opacity=".064"/>
|
||||
<stop offset=".747" stop-color="#7716A8" stop-opacity=".45"/>
|
||||
<stop offset=".975" stop-color="#6E008B" stop-opacity=".6"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="g" cx="0" cy="0" r="1" gradientTransform="translate(18.9163 2.92521) scale(14.537)" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFE226"/>
|
||||
<stop offset=".121" stop-color="#FFDB27"/>
|
||||
<stop offset=".295" stop-color="#FFC82A"/>
|
||||
<stop offset=".502" stop-color="#FFA930"/>
|
||||
<stop offset=".732" stop-color="#FF7E37"/>
|
||||
<stop offset=".792" stop-color="#FF7139"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="h" cx="0" cy="0" r="1" gradientTransform="translate(30.3427 -6.29531) scale(62.0228)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".113" stop-color="#FFF44F"/>
|
||||
<stop offset=".456" stop-color="#FF980E"/>
|
||||
<stop offset=".622" stop-color="#FF5634"/>
|
||||
<stop offset=".716" stop-color="#FF3647"/>
|
||||
<stop offset=".904" stop-color="#E31587"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="i" cx="0" cy="0" r="1" gradientTransform="matrix(4.7706 45.20698 -29.66896 3.1309 25.1154 -2.84654)" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFF44F"/>
|
||||
<stop offset=".06" stop-color="#FFE847"/>
|
||||
<stop offset=".168" stop-color="#FFC830"/>
|
||||
<stop offset=".304" stop-color="#FF980E"/>
|
||||
<stop offset=".356" stop-color="#FF8B16"/>
|
||||
<stop offset=".455" stop-color="#FF672A"/>
|
||||
<stop offset=".57" stop-color="#FF3647"/>
|
||||
<stop offset=".737" stop-color="#E31587"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="j" cx="0" cy="0" r="1" gradientTransform="translate(18.574 8.3099) scale(38.7219)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".137" stop-color="#FFF44F"/>
|
||||
<stop offset=".48" stop-color="#FF980E"/>
|
||||
<stop offset=".592" stop-color="#FF5634"/>
|
||||
<stop offset=".655" stop-color="#FF3647"/>
|
||||
<stop offset=".904" stop-color="#E31587"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="k" cx="0" cy="0" r="1" gradientTransform="translate(28.7954 10.5759) scale(42.3808)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".094" stop-color="#FFF44F"/>
|
||||
<stop offset=".231" stop-color="#FFE141"/>
|
||||
<stop offset=".509" stop-color="#FFAF1E"/>
|
||||
<stop offset=".626" stop-color="#FF980E"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="a" x1="36.5187" x2="2.72425" y1="6.50475" y2="39.11" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".048" stop-color="#FFF44F"/>
|
||||
<stop offset=".111" stop-color="#FFE847"/>
|
||||
<stop offset=".225" stop-color="#FFC830"/>
|
||||
<stop offset=".368" stop-color="#FF980E"/>
|
||||
<stop offset=".401" stop-color="#FF8B16"/>
|
||||
<stop offset=".462" stop-color="#FF672A"/>
|
||||
<stop offset=".534" stop-color="#FF3647"/>
|
||||
<stop offset=".705" stop-color="#E31587"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="l" x1="36.1131" x2="7.35744" y1="6.33085" y2="35.086" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".167" stop-color="#FFF44F" stop-opacity=".8"/>
|
||||
<stop offset=".266" stop-color="#FFF44F" stop-opacity=".634"/>
|
||||
<stop offset=".489" stop-color="#FFF44F" stop-opacity=".217"/>
|
||||
<stop offset=".6" stop-color="#FFF44F" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 14 KiB |
|
@ -0,0 +1,107 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="126" height="42" fill="none" viewBox="0 0 126 42">
|
||||
<path fill="#333336" d="M50.4208 12.5632h11.3103v3.0489h-8.0863v4.1526h8.0863v2.9963h-8.0863v6.6233h-3.224V12.5632Zm15.1685-1.1564c1.1099 0 1.9027.7885 1.9027 1.8924 0 1.1038-.74 1.8923-1.9027 1.8923s-1.9027-.7885-1.9027-1.8398c0-1.0513.8457-1.9449 1.9027-1.9449Zm-1.5856 5.572h3.224v12.458h-3.224v-12.458Zm12.4731 3.4693c-.37-.3154-1.0042-.5782-1.5327-.5782-1.3213 0-2.0612.841-2.0612 2.6283v6.8861h-3.1711V16.9262h3.0125v1.7872c.6342-1.4192 1.6384-1.8923 3.0126-1.8923 1.3741 0 1.5327.2102 2.1141.6308l-1.3742 2.9436v.0526Zm1.3213 2.8385c0-3.5744 2.6426-6.5707 6.448-6.5707 3.8053 0 6.4479 2.6283 6.4479 6.3605v1.3141h-9.7248c.37 1.577 1.5856 2.6283 3.4354 2.6283s2.484-.6833 3.1183-1.8398l2.6426 1.577c-1.3213 1.9449-3.224 2.9437-5.8666 2.9437-4.0696 0-6.5008-2.6809-6.5008-6.4131Zm3.1711-1.4192h6.6065c-.3699-1.577-1.6384-2.4706-3.3296-2.4706-1.6913 0-2.8012.841-3.224 2.4706h-.0529Zm10.4647-4.8886h2.2727v-.6308c0-3.3642 1.427-4.7835 4.5981-4.7835h1.1099v2.7334h-.8985c-1.4799 0-1.797.5257-1.797 2.0501v.6308h2.6955v2.8385H96.772v9.567h-3.0654v-9.567h-2.2727v-2.8385Zm8.562 6.2027c0-3.5745 2.7481-6.4656 6.5541-6.4656 3.805 0 6.553 2.8911 6.553 6.4656 0 3.5745-2.907 6.4656-6.553 6.4656-3.647 0-6.5541-2.8386-6.5541-6.4656Zm9.9891 0c0-1.9975-1.48-3.5219-3.435-3.5219-1.956 0-3.436 1.5244-3.436 3.5219s1.48 3.5219 3.436 3.5219c1.955 0 3.435-1.5244 3.435-3.5219Zm7.399-.1577-4.545-6.0976h3.752l2.643 3.8373 2.748-3.8373h3.7l-4.598 6.0451 4.809 6.3604h-3.752l-3.013-4.0476-2.906 4.0476h-3.753l4.81-6.3604.105.0525Z"/>
|
||||
<path fill="url(#a)" d="M39.2155 14.0859c-.8891-2.1293-2.6674-4.42229-4.0947-5.14764 1.0062 1.94204 1.7081 4.02454 2.0591 6.17714v.0234c-2.293-5.73257-6.2005-8.049-9.3827-13.07963-.1638-.25738-.3276-.51476-.468-.77214-.0936-.16379-.1638-.30418-.234-.421172-.1403-.257381-.2339-.53816-.3041-.7955411 0-.0233983-.0234-.0467966-.0468-.0467966h-.0702V.00012207C21.5732 2.9951 19.8418 8.54049 19.678 11.3015c-2.0357.1404-4.0011.8891-5.5922 2.1526-.1638-.1404-.351-.2808-.5148-.3977-.4679-1.6145-.4913-3.34599-.0468-4.98387-1.8718.91253-3.5565 2.19947-4.8902 3.79047-.79554-1.0295-.74874-4.39883-.70195-5.10078-.23398.0936-.46796.21059-.67855.35098-.70194.51476-1.38049 1.07632-1.98885 1.70807-.70195.70195-1.3337 1.47413-1.89526 2.29303-1.3571 1.8719-2.29303 3.9777-2.784394 6.1771l-.023398.1404c-.046797.1872-.187186 1.0764-.210585 1.2635v.0468c-.187186.936-.280779 1.8719-.3275755 2.8078v.0936C.0234375 32.8981 9.14876 42 20.4033 41.9766c9.8975 0 18.3677-7.1365 20.0524-16.8935.0234-.2574.0701-.5148.0935-.7956.3978-3.4395-.0467-6.9493-1.3337-10.2016ZM15.7471 30.0201l.2808.1404h.0234c-.0936-.0234-.2106-.0936-.3042-.1404Z"/>
|
||||
<path fill="url(#b)" d="M39.2155 14.0858c-.8891-2.1293-2.6674-4.42228-4.0947-5.14763 1.0061 1.94203 1.7081 4.02453 2.0591 6.17713v.0468c1.5676 4.4925 1.3337 9.4061-.6318 13.7348-2.3398 5.0072-7.9788 10.1314-16.8234 9.8975-9.5465-.2808-17.96983-7.3471-19.537514-16.6362-.2807791-1.4741 0-2.1994.14039-3.3928C.14039 19.678.0233983 20.6373 0 21.5732v.0936c0 11.2546 9.12533 20.3565 20.3799 20.3331 9.8975 0 18.3676-7.1364 20.0523-16.8935.0234-.2574.0702-.5148.0936-.7956.4212-3.4629-.0234-6.9727-1.3103-10.225Z"/>
|
||||
<path fill="url(#c)" d="M39.2155 14.0858c-.8891-2.1293-2.6674-4.42228-4.0947-5.14763 1.0061 1.94203 1.7081 4.02453 2.0591 6.17713v.0468c1.5676 4.4925 1.3337 9.4061-.6318 13.7348-2.3398 5.0072-7.9788 10.1314-16.8234 9.8975-9.5465-.2808-17.96983-7.3471-19.537514-16.6362-.2807791-1.4741 0-2.1994.14039-3.3928C.14039 19.678.0233983 20.6373 0 21.5732v.0936c0 11.2546 9.12533 20.3565 20.3799 20.3331 9.8975 0 18.3676-7.1364 20.0523-16.8935.0234-.2574.0702-.5148.0936-.7956.4212-3.4629-.0234-6.9727-1.3103-10.225Z"/>
|
||||
<path fill="url(#d)" d="M29.3181 16.4959c.0468.0234.0936.0702.117.0936-.5148-.9126-1.1466-1.7315-1.8953-2.4569C21.2223 7.8151 25.8785.421247 26.6741.046875 21.5732 2.99506 19.8418 8.54045 19.678 11.3014c.234-.0234.4679-.0468.7253-.0468 3.697.0234 7.0897 2.0123 8.9148 5.2413Z"/>
|
||||
<path fill="url(#e)" d="M20.4266 17.7593c-.0234.5148-1.8251 2.2463-2.4568 2.2463-5.7794 0-6.7387 3.5097-6.7387 3.5097.2574 2.9482 2.3164 5.3816 4.7966 6.6685.117.0702.234.117.351.1638.2106.0936.3978.1638.6084.234.8423.3042 1.7548.468 2.644.5148 10.1548.4679 12.1203-12.1438 4.7966-15.7939 1.7315-.234 3.4864.2106 4.9136 1.1933-1.825-3.2055-5.2178-5.1944-8.9147-5.2178-.234 0-.468.0234-.7253.0468-2.0357.1404-4.0011.8891-5.5922 2.1527.3041.2573.6551.6083 1.4039 1.3337 1.3571 1.3571 4.8902 2.761 4.9136 2.9481Z"/>
|
||||
<path fill="url(#f)" d="M20.4266 17.7593c-.0234.5148-1.8251 2.2463-2.4568 2.2463-5.7794 0-6.7387 3.5097-6.7387 3.5097.2574 2.9482 2.3164 5.3816 4.7966 6.6685.117.0702.234.117.351.1638.2106.0936.3978.1638.6084.234.8423.3042 1.7548.468 2.644.5148 10.1548.4679 12.1203-12.1438 4.7966-15.7939 1.7315-.234 3.4864.2106 4.9136 1.1933-1.825-3.2055-5.2178-5.1944-8.9147-5.2178-.234 0-.468.0234-.7253.0468-2.0357.1404-4.0011.8891-5.5922 2.1527.3041.2573.6551.6083 1.4039 1.3337 1.3571 1.3571 4.8902 2.761 4.9136 2.9481Z"/>
|
||||
<path fill="url(#g)" d="M13.1265 12.7988c.1638.0936.3041.1872.4211.2808-.4679-1.6145-.4913-3.34596-.0468-4.98384-1.8718.91254-3.5565 2.19944-4.8902 3.79054.09359 0 3.0418-.0468 4.5159.9125Z"/>
|
||||
<path fill="url(#h)" d="M.210522 22.1348C1.77821 31.4239 10.2016 38.5136 19.7481 38.771c8.8445.2574 14.4835-4.8903 16.8233-9.8975 1.9655-4.3287 2.1995-9.2423.6318-13.7348v-.0468.0234c.7253 4.7265-1.6847 9.2891-5.4284 12.3777v.0234c-7.3003 5.9432-14.2964 3.58-15.7002 2.6206-.0936-.0468-.1872-.0936-.3042-.1404-4.2585-2.0356-6.01338-5.9197-5.639-9.2423-2.05906.0234-3.95432-1.1699-4.82005-3.0418 2.26963-1.4039 5.10085-1.4975 7.48745-.3041 2.41 1.0997 5.1476 1.1933 7.6512.3041 0-.1638-3.5565-1.5676-4.937-2.9247-.7488-.7254-1.0997-1.0764-1.4039-1.3337-.1638-.1404-.351-.2808-.5148-.3978-.117-.0936-.2573-.1638-.4211-.2808-1.4741-.9593-4.44571-.9125-4.5393-.9125-.79554-1.0296-.74874-4.39891-.70195-5.10085-.23398.09359-.46796.21058-.67855.35097-.70195.51476-1.3805 1.07632-1.98885 1.70807-.70195.70195-1.3337 1.47411-1.91866 2.26961-1.3337 1.8953-2.26963 4.0011-2.760996 6.2006 0 .0468-.725346 3.2055-.374372 4.8434Z"/>
|
||||
<path fill="url(#i)" d="M27.5632 14.1091c.7487.7253 1.3805 1.5677 1.8952 2.4802.117.0936.2106.1638.3042.2574 4.6095 4.2585 2.1994 10.2718 2.0123 10.693 3.7437-3.0886 6.1537-7.6512 5.4284-12.3777-2.2931-5.73258-6.2006-8.04901-9.3828-13.10303-.1637-.25739-.3275-.51477-.4679-.77215-.0936-.16379-.1638-.304175-.234-.421167-.1404-.257381-.234-.53816-.3042-.795541 0-.0233983-.0234-.0467966-.0468-.0467966h-.0702C25.9019.397688 21.2222 7.79154 27.5632 14.1091Z"/>
|
||||
<path fill="url(#j)" d="M29.7626 16.8234c-.0936-.0702-.1872-.1638-.3042-.2573-.0468-.0234-.0936-.0702-.117-.0936-1.4272-.9828-3.1821-1.4273-4.9136-1.1934 7.3237 3.6502 5.3582 16.2618-4.7966 15.7939-.9126-.0468-1.8017-.2106-2.644-.5148-.2106-.0702-.3978-.1638-.6084-.234-.117-.0468-.234-.0936-.351-.1638h.0234c1.4039.9594 8.4 3.3226 15.7003-2.6206v-.0234c.2106-.4211 2.6206-6.4345-1.9889-10.693Z"/>
|
||||
<path fill="url(#k)" d="M11.2311 23.4919s.936-3.5098 6.7387-3.5098c.6318 0 2.41-1.7549 2.4568-2.2462-2.4802.9125-5.2412.7955-7.6512-.3042-2.3866-1.2167-5.2178-1.0997-7.48744.3042.86574 1.8718 2.761 3.0652 4.82004 3.0418-.37437 3.3225 1.3805 7.2066 5.639 9.2423l.2808.1404c-2.4802-1.2869-4.5393-3.7204-4.7967-6.6685Z"/>
|
||||
<path fill="url(#l)" d="M39.2155 14.0859c-.8891-2.1293-2.6674-4.42229-4.0947-5.14764 1.0062 1.94204 1.7081 4.02454 2.0591 6.17714v.0234c-2.293-5.73257-6.2005-8.049-9.3827-13.07963-.1638-.25738-.3276-.51476-.468-.77214-.0936-.16379-.1638-.30418-.234-.421172-.1403-.257381-.2339-.53816-.3041-.7955411 0-.0233983-.0234-.0467966-.0468-.0467966h-.0702V.00012207C21.5732 2.9951 19.8418 8.54049 19.678 11.3015c.234-.0234.468-.0468.7253-.0468 3.697 0 7.0897 1.9888 8.9148 5.2178-1.4273-.9827-3.1822-1.4273-4.9137-1.1933 7.3237 3.6501 5.3582 16.2618-4.7966 15.7938-.9125-.0468-1.8017-.2106-2.644-.5147-.2106-.0702-.3978-.1638-.6084-.234-.117-.0468-.2339-.0936-.3509-.1638h.0234c-.0936-.0468-.1872-.0936-.3042-.1404l.2808.1404c-2.4569-1.2869-4.5159-3.7203-4.7733-6.6685 0 0 .9359-3.5098 6.7387-3.5098.6318 0 2.41-1.7548 2.4568-2.2462 0-.1638-3.5565-1.5677-4.937-2.9248-.7487-.7253-1.0997-1.0763-1.4039-1.3337-.1638-.1404-.351-.2808-.5148-.3977-.4679-1.6145-.4913-3.346-.0468-4.98388-1.8718.91254-3.5565 2.19948-4.8902 3.79048-.79554-1.0295-.74874-4.39883-.70195-5.10078-.23398.09359-.46796.21059-.67855.35098-.70194.51476-1.38049 1.07632-1.98885 1.70807-.70195.70195-1.3337 1.47413-1.89526 2.29303-1.3571 1.8485-2.29303 3.9543-2.784394 6.1537l-.023398.1404c-.046797.1872-.210585 1.0998-.233983 1.2869 0-.0234 0 .0234 0 0-.163788.936-.257381 1.8953-.3041775 2.8312v.0936C.0234375 32.8981 9.14876 42 20.4033 41.9766c9.8975 0 18.3677-7.1365 20.0524-16.8935.0234-.2574.0701-.5148.0935-.7956.3978-3.4395-.0467-6.9493-1.3337-10.2016Z"/>
|
||||
<defs>
|
||||
<radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="matrix(42.4392 0 0 42.4391 34.9598 4.66165)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".129" stop-color="#FFBD4F"/>
|
||||
<stop offset=".186" stop-color="#FFAC31"/>
|
||||
<stop offset=".247" stop-color="#FF9D17"/>
|
||||
<stop offset=".283" stop-color="#FF980E"/>
|
||||
<stop offset=".403" stop-color="#FF563B"/>
|
||||
<stop offset=".467" stop-color="#FF3750"/>
|
||||
<stop offset=".71" stop-color="#F5156C"/>
|
||||
<stop offset=".782" stop-color="#EB0878"/>
|
||||
<stop offset=".86" stop-color="#E50080"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(42.4392 0 0 42.4391 19.4522 22.012)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".3" stop-color="#960E18"/>
|
||||
<stop offset=".351" stop-color="#B11927" stop-opacity=".74"/>
|
||||
<stop offset=".435" stop-color="#DB293D" stop-opacity=".343"/>
|
||||
<stop offset=".497" stop-color="#F5334B" stop-opacity=".094"/>
|
||||
<stop offset=".53" stop-color="#FF3750" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="translate(24.5689 -4.96929) scale(30.7442)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".132" stop-color="#FFF44F"/>
|
||||
<stop offset=".252" stop-color="#FFDC3E"/>
|
||||
<stop offset=".506" stop-color="#FF9D12"/>
|
||||
<stop offset=".526" stop-color="#FF980E"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="matrix(20.2072 0 0 20.2071 14.7578 33.0974)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".353" stop-color="#3A8EE6"/>
|
||||
<stop offset=".472" stop-color="#5C79F0"/>
|
||||
<stop offset=".669" stop-color="#9059FF"/>
|
||||
<stop offset="1" stop-color="#C139E6"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(10.41367 -2.51772 2.94762 12.19184 21.7711 18.5338)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".206" stop-color="#9059FF" stop-opacity="0"/>
|
||||
<stop offset=".278" stop-color="#8C4FF3" stop-opacity=".064"/>
|
||||
<stop offset=".747" stop-color="#7716A8" stop-opacity=".45"/>
|
||||
<stop offset=".975" stop-color="#6E008B" stop-opacity=".6"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="g" cx="0" cy="0" r="1" gradientTransform="translate(18.9164 2.92521) scale(14.537)" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFE226"/>
|
||||
<stop offset=".121" stop-color="#FFDB27"/>
|
||||
<stop offset=".295" stop-color="#FFC82A"/>
|
||||
<stop offset=".502" stop-color="#FFA930"/>
|
||||
<stop offset=".732" stop-color="#FF7E37"/>
|
||||
<stop offset=".792" stop-color="#FF7139"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="h" cx="0" cy="0" r="1" gradientTransform="translate(30.3427 -6.29531) scale(62.0228)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".113" stop-color="#FFF44F"/>
|
||||
<stop offset=".456" stop-color="#FF980E"/>
|
||||
<stop offset=".622" stop-color="#FF5634"/>
|
||||
<stop offset=".716" stop-color="#FF3647"/>
|
||||
<stop offset=".904" stop-color="#E31587"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="i" cx="0" cy="0" r="1" gradientTransform="matrix(4.7706 45.20698 -29.66896 3.1309 25.1154 -2.84654)" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFF44F"/>
|
||||
<stop offset=".06" stop-color="#FFE847"/>
|
||||
<stop offset=".168" stop-color="#FFC830"/>
|
||||
<stop offset=".304" stop-color="#FF980E"/>
|
||||
<stop offset=".356" stop-color="#FF8B16"/>
|
||||
<stop offset=".455" stop-color="#FF672A"/>
|
||||
<stop offset=".57" stop-color="#FF3647"/>
|
||||
<stop offset=".737" stop-color="#E31587"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="j" cx="0" cy="0" r="1" gradientTransform="translate(18.574 8.3099) scale(38.7219)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".137" stop-color="#FFF44F"/>
|
||||
<stop offset=".48" stop-color="#FF980E"/>
|
||||
<stop offset=".592" stop-color="#FF5634"/>
|
||||
<stop offset=".655" stop-color="#FF3647"/>
|
||||
<stop offset=".904" stop-color="#E31587"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="k" cx="0" cy="0" r="1" gradientTransform="translate(28.7955 10.5759) scale(42.3808)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".094" stop-color="#FFF44F"/>
|
||||
<stop offset=".231" stop-color="#FFE141"/>
|
||||
<stop offset=".509" stop-color="#FFAF1E"/>
|
||||
<stop offset=".626" stop-color="#FF980E"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="a" x1="36.5187" x2="2.72425" y1="6.50475" y2="39.11" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".048" stop-color="#FFF44F"/>
|
||||
<stop offset=".111" stop-color="#FFE847"/>
|
||||
<stop offset=".225" stop-color="#FFC830"/>
|
||||
<stop offset=".368" stop-color="#FF980E"/>
|
||||
<stop offset=".401" stop-color="#FF8B16"/>
|
||||
<stop offset=".462" stop-color="#FF672A"/>
|
||||
<stop offset=".534" stop-color="#FF3647"/>
|
||||
<stop offset=".705" stop-color="#E31587"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="l" x1="36.1131" x2="7.35744" y1="6.33085" y2="35.086" gradientUnits="userSpaceOnUse">
|
||||
<stop offset=".167" stop-color="#FFF44F" stop-opacity=".8"/>
|
||||
<stop offset=".266" stop-color="#FFF44F" stop-opacity=".634"/>
|
||||
<stop offset=".489" stop-color="#FFF44F" stop-opacity=".217"/>
|
||||
<stop offset=".6" stop-color="#FFF44F" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 14 KiB |
После Ширина: | Высота: | Размер: 72 KiB |
|
@ -0,0 +1,27 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="305" height="214" fill="none" viewBox="0 0 305 214">
|
||||
<path fill="#fff" d="M55 196h123v11H55z"/>
|
||||
<path fill="#fff" d="M9 200.456v3.063c.00089.905.36127 1.773 1.0019 2.414.6406.639 1.509.998 2.4145.998H116.142"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M9 200.456v3.063c.00089.905.36127 1.773 1.0019 2.414.6406.639 1.509.998 2.4145.998H116.142"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M260.44 30.3629H194.8c-4.834 0-8.752 3.9184-8.752 8.7521v107.942c0 4.834 3.918 8.752 8.752 8.752h65.64c4.834 0 8.752-3.918 8.752-8.752V39.115c0-4.8337-3.918-8.7521-8.752-8.7521Z"/>
|
||||
<path fill="#B3FFE3" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M269.192 39.115h-83.144v107.942h83.144V39.115Z"/>
|
||||
<path fill="#000" d="M239.515 78.2107c-.336-.8263-.903-1.5379-1.634-2.0491-.751-.5262-1.643-.8145-2.559-.8272-.616-.0062-1.227.1084-1.799.3376-.828.3365-1.539.9037-2.052 1.6339-.281.404-.492.8509-.628 1.3234l-6.465-.1046c-.042-.1897-.1-.375-.176-.5536-.068-.1744-.15-.3427-.247-.503l2.363-2.272c.606.3605 1.287.5771 1.99.633.703.0559 1.41-.0505 2.064-.311.655-.2603 1.241-.6678 1.715-1.1908.473-.5231.817-1.1478 1.01-1.8258.194-.6781.229-1.3914.102-2.0848-.126-.6936-.411-1.3488-.831-1.915-.419-.5663-.964-1.0285-1.59-1.351-.628-.3224-1.32-.4966-2.025-.509-.605-.0116-1.205.0962-1.768.3174-.562.2211-1.075.551-1.51.971-.435.4199-.783.9217-1.024 1.4763-.24.5545-.368 1.1511-.377 1.7556-.01.6164.105 1.2285.338 1.7993.064.1485.131.2971.205.4321l-2.382 2.3057c-.674-.3867-1.435-.5947-2.212-.6043-.604-.0116-1.205.0962-1.767.3173-.563.2212-1.076.5513-1.511.9713-.433.4199-.78.9216-1.021 1.4763-.24.5546-.368 1.1512-.377 1.7553-.009.6165.106 1.2285.338 1.7993.336.8264.902 1.538 1.633 2.0492.496.3478 1.055.5942 1.647.7252.591.1309 1.202.1437 1.798.0377.596-.1061 1.165-.329 1.675-.6556.509-.3267.949-.751 1.295-1.2484.285-.3992.5-.8445.635-1.3165l6.458.1046c.05.1879.111.3728.181.5537.066.1452.132.2937.207.4287l-2.363 2.3057c-.675-.386-1.438-.5939-2.214-.6043-.616-.0058-1.229.1089-1.801.3376-.838.3393-1.557.9177-2.069 1.6634-.511.7455-.792 1.6253-.806 2.5293-.011.6164.104 1.2284.338 1.7994.336.8252.903 1.5363 1.633 2.0491.75.5272 1.642.8157 2.558.8275.754.0131 1.498-.1606 2.169-.5033.67-.3433 1.245-.8465 1.673-1.4652.532-.7491.822-1.6412.835-2.5589.007-.6141-.107-1.2236-.339-1.7926-.074-.1721-.151-.3375-.238-.5063l2.342-2.2687c.69.4119 1.479.6344 2.283.6449 1.219.0171 2.397-.4494 3.273-1.2978.877-.8483 1.382-2.0094 1.404-3.2292-.002-.6235-.132-1.2399-.377-1.8128Zm-12.788-7.8387c.167-.3741.438-.6928.78-.9182.356-.2296.772-.3473 1.195-.3376.283.0033.563.0641.821.179.381.1681.705.4454.93.7967.224.3513.339.7612.332 1.1782-.005.3499-.096.6934-.266.9994-.17.3061-.414.5654-.707.7546-.295.1892-.632.3026-.981.3298-.35.0275-.7-.0321-1.021-.1732-.377-.1666-.699-.4399-.924-.7865-.231-.3548-.35-.7717-.338-1.195.001-.2853.063-.5671.179-.8272Zm-4.854 10.1681c-.166.3748-.437.6935-.779.9181-.298.195-.639.3124-.992.3412-.354.0289-.709-.0316-1.034-.1758-.379-.1674-.701-.4405-.928-.7865-.23-.3542-.348-.7695-.339-1.1917.006-.2836.066-.5635.179-.8237.171-.3731.441-.6912.784-.9183.296-.1949.638-.3122.992-.3411.353-.029.709.0315 1.034.1757.382.1674.706.4443.932.7957.224.3514.34.7617.333 1.1792-.003.2853-.066.5667-.182.8272Zm6.582 8.6993c-.155.3478-.402.6472-.713.8669-.31.2198-.676.3518-1.054.3821-.38.0304-.761-.0419-1.104-.2094-.342-.1675-.633-.4239-.842-.7424-.194-.2973-.31-.6385-.338-.9924-.028-.3541.034-.7093.179-1.0332.167-.3818.444-.7058.795-.9311.35-.2252.76-.3417 1.176-.3348.284.0037.563.0657.822.1823.514.2278.917.6502 1.121 1.1748.204.5245.192 1.1084-.034 1.6238l-.008.0134Zm8.731-8.4394c-.112.2552-.273.4859-.474.6787-.202.1927-.438.3438-.698.4445-.26.1008-.537.1491-.816.1423-.278-.0068-.554-.0687-.808-.1819-.378-.1665-.7-.4399-.924-.7865-.192-.2982-.309-.6393-.336-.9928-.027-.3535.034-.7085.176-1.0327.167-.3752.438-.6949.781-.9217.321-.2115.696-.3309 1.08-.3457.385-.0147.767.0759 1.104.262.338.1862.617.4609.811.7945.192.3336.289.7135.283 1.0987-.003.285-.064.5664-.179.827V80.8Z"/>
|
||||
<path fill="#fff" d="M189.802 175.928c.638 0 1.269-.125 1.858-.369.588-.244 1.124-.602 1.574-1.052.45-.452.807-.987 1.051-1.576.244-.589.369-1.219.368-1.858V82.0772c0-1.2874-.51-2.5221-1.422-3.4325-.91-.9105-2.145-1.4218-3.432-1.4218H41.6375c-1.2874 0-2.5221.5113-3.4325 1.4218-.9103.9104-1.4218 2.1451-1.4218 3.4325v88.9958c0 .639.1256 1.269.3696 1.859.2438.589.6014 1.124 1.0522 1.575.4507.45.9858.808 1.5749 1.052.589.244 1.2202.369 1.8576.369"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M189.802 175.928c.638 0 1.269-.125 1.858-.369.588-.244 1.124-.602 1.574-1.052.45-.452.807-.987 1.051-1.576.244-.589.369-1.219.368-1.858V82.0772c0-1.2874-.51-2.5221-1.422-3.4325-.91-.9105-2.145-1.4218-3.432-1.4218H41.6375c-1.2874 0-2.5221.5113-3.4325 1.4218-.9103.9104-1.4218 2.1451-1.4218 3.4325v88.9958c0 .639.1256 1.269.3696 1.859.2438.589.6014 1.124 1.0522 1.575.4507.45.9858.808 1.5749 1.052.589.244 1.2202.369 1.8576.369"/>
|
||||
<path fill="#fff" d="M112.043 202.664h107.78c.536.001 1.06-.165 1.5-.474.438-.309.771-.745.953-1.252.181-.505.202-1.053.06-1.572-.143-.518-.441-.979-.857-1.319l-26.105-21.525c-.466-.385-1.052-.595-1.658-.594H37.717c-.6058-.001-1.1928.209-1.6608.594L9.95451 198.047c-.41457.34-.71359.801-.85616 1.319-.14257.519-.12174 1.067.05968 1.572.1814.507.51447.943.95377 1.252.4392.309.9633.475 1.5003.474H119.392"/>
|
||||
<path fill="#fff" d="M222.433 200.457v3.062c0 .905-.359 1.773-1 2.413-.64.641-1.508 1-2.413 1H115.295"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M222.433 200.457v3.062c0 .905-.359 1.773-1 2.413-.64.641-1.508 1-2.413 1H115.295"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M112.043 202.664h107.78c.536.001 1.06-.165 1.5-.474.438-.309.771-.745.953-1.252.181-.505.202-1.053.06-1.572-.143-.518-.441-.979-.857-1.319l-26.105-21.525c-.466-.385-1.052-.595-1.658-.594H37.717c-.6058-.001-1.1928.209-1.6608.594L9.95451 198.047c-.41457.34-.71359.801-.85616 1.319-.14257.519-.12174 1.067.05968 1.572.1814.507.51447.943.95377 1.252.4392.309.9633.475 1.5003.474H119.392"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M115.862 193.276h73.386l-11.946-13.367H54.1315l-11.947 13.367h73.6775Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M186.048 83.4377H45.2969v86.9173H186.048V83.4377Z"/>
|
||||
<path fill="#000" d="M132.259 124.15c-.477-1.129-1.275-2.091-2.296-2.769-1.021-.676-2.218-1.036-3.443-1.036-1.022-.005-2.029.243-2.931.72-.902.478-1.672 1.173-2.241 2.021-.371.554-.648 1.163-.82 1.807h-8.777c-.061-.255-.145-.504-.25-.743-.092-.235-.205-.461-.338-.675l3.129-3.13c.945.542 2.015.824 3.103.821.833.003 1.658-.166 2.423-.493 1.327-.558 2.42-1.558 3.093-2.829.674-1.273.885-2.739.6-4.149-.286-1.411-1.051-2.679-2.166-3.589-1.115-.911-2.511-1.406-3.95-1.404-.819-.002-1.63.157-2.387.469-.757.312-1.445.772-2.025 1.35-.579.579-1.038 1.267-1.351 2.022-.313.758-.474 1.568-.472 2.388-.002.834.166 1.662.493 2.43.084.198.18.391.286.578l-3.173 3.176c-.922-.508-1.958-.773-3.011-.77-1.022-.005-2.028.243-2.931.72-.902.478-1.672 1.173-2.241 2.021-.6906 1.032-1.0607 2.243-1.0632 3.485-.0026.835.165 1.661.4932 2.43.472 1.113 1.256 2.066 2.258 2.742 1.028.696 2.242 1.066 3.484 1.062 1.019-.001 2.023-.253 2.922-.732.9-.479 1.669-1.171 2.239-2.016.38-.547.661-1.155.831-1.799h8.757c.069.254.155.502.26.743.085.199.181.392.287.581l-3.177 3.172c-.921-.506-1.956-.771-3.008-.768-.834 0-1.66.163-2.43.483-1.128.476-2.09 1.275-2.767 2.296-.677 1.019-1.038 2.218-1.038 3.442-.002.834.166 1.66.493 2.427.474 1.112 1.256 2.064 2.255 2.744.939.629 2.031.992 3.16 1.05 1.129.057 2.252-.192 3.25-.723.998-.532 1.833-1.323 2.417-2.291.583-.968.892-2.077.895-3.207-.002-.833-.17-1.656-.493-2.424-.104-.232-.216-.466-.337-.675l3.122-3.122c.946.54 2.017.822 3.106.819.832.003 1.656-.164 2.421-.492 1.129-.476 2.093-1.275 2.772-2.295.678-1.021 1.041-2.219 1.043-3.445.003-.83-.159-1.655-.476-2.423Zm-17.497-10.336c.218-.513.579-.951 1.039-1.264.396-.268.853-.432 1.329-.479.475-.046.955.027 1.396.213.52.219.965.587 1.277 1.058.312.472.479 1.024.478 1.589-.002.761-.305 1.492-.843 2.031-.538.54-1.268.845-2.03.848-.382-.002-.761-.079-1.114-.226-.517-.218-.959-.581-1.273-1.047-.319-.474-.487-1.034-.482-1.606 0-.384.077-.765.226-1.117h-.003Zm-6.347 13.881c-.201.477-.528.891-.945 1.199-.418.307-.91.495-1.426.546-.516.05-1.036-.042-1.505-.262-.469-.222-.868-.567-1.157-.998-.321-.475-.49-1.036-.486-1.609-.002-.383.075-.763.226-1.114.217-.512.577-.95 1.036-1.264.395-.269.852-.434 1.328-.481.476-.047.956.026 1.397.212.521.218.966.587 1.279 1.056.313.472.48 1.025.479 1.591.003.386-.074.768-.226 1.124Zm9.115 11.639c-.146.348-.36.664-.629.929-.268.265-.586.476-.936.618-.349.142-.723.214-1.101.211-.377-.002-.75-.078-1.098-.225-.514-.222-.954-.585-1.269-1.046-.266-.398-.428-.854-.473-1.33-.046-.476.027-.955.212-1.395.22-.52.588-.964 1.059-1.278.471-.312 1.023-.477 1.588-.477.383-.003.763.074 1.114.225.522.218.967.587 1.28 1.058.312.471.478 1.025.475 1.59.001.385-.077.766-.229 1.12h.007Zm11.64-11.639c-.201.477-.528.891-.946 1.199-.417.307-.91.495-1.426.546-.516.05-1.036-.042-1.504-.262-.469-.222-.869-.567-1.158-.998-.263-.398-.424-.854-.47-1.329-.045-.475.027-.954.21-1.394.218-.513.579-.952 1.04-1.264.472-.325 1.033-.498 1.607-.496.384-.001.764.076 1.117.227.521.22.965.588 1.278 1.058.312.471.478 1.023.478 1.589 0 .386-.079.768-.233 1.124h.007Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M296.431 200.555v-85.408c0-1.709-.679-3.348-1.888-4.557-1.209-1.209-2.847-1.888-4.557-1.888h-41.587c-1.709.001-3.347.68-4.556 1.889s-1.888 2.847-1.889 4.556v85.408c0 .847.167 1.684.491 2.466.324.782.799 1.493 1.397 2.091.599.598 1.309 1.073 2.091 1.397.782.324 1.62.491 2.466.491h41.593c1.709-.003 3.346-.681 4.553-1.89 1.207-1.209 1.886-2.846 1.886-4.555Z"/>
|
||||
<path fill="#B3FFE3" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M288.953 113.261H249.43c-1.611 0-2.917 1.306-2.917 2.918v83.345c0 1.611 1.306 2.917 2.917 2.917h39.523c1.611 0 2.917-1.306 2.917-2.917v-83.345c0-1.612-1.306-2.918-2.917-2.918Z"/>
|
||||
<path fill="#000" d="M281.088 148.898c-.338-.839-.916-1.56-1.661-2.071-.747-.512-1.627-.793-2.532-.808-.616-.006-1.227.109-1.799.338-.825.337-1.536.904-2.049 1.634-.281.404-.492.85-.628 1.323l-6.465-.105c-.044-.189-.103-.375-.178-.553-.066-.174-.148-.342-.247-.5l2.364-2.272c.691.409 1.475.631 2.278.641.752.011 1.496-.162 2.166-.504.669-.342 1.246-.842 1.679-1.457.528-.753.818-1.646.834-2.565.011-.753-.162-1.497-.505-2.167-.343-.67-.845-1.245-1.463-1.675-.752-.525-1.643-.813-2.558-.827-.616-.006-1.229.109-1.8.338-.826.336-1.537.903-2.05 1.633-.525.752-.812 1.643-.826 2.558-.013.618.101 1.23.336 1.801.06.147.128.291.204.432l-2.363 2.301c-.675-.384-1.436-.592-2.211-.603-.755-.017-1.501.154-2.172.496-.673.342-1.25.846-1.681 1.465-.522.753-.809 1.643-.826 2.559-.01.616.104 1.228.337 1.799.335.826.903 1.537 1.634 2.049.75.527 1.643.816 2.559.828.615.01 1.224-.105 1.792-.338.831-.331 1.543-.897 2.053-1.631.284-.401.498-.847.631-1.32l6.461.109c.047.188.108.37.183.549.06.148.126.293.202.432l-2.38 2.303c-.673-.386-1.434-.594-2.211-.604-.616-.007-1.227.108-1.799.338-.839.338-1.56.916-2.072 1.662-.512.745-.794 1.625-.808 2.53-.009.616.106 1.228.338 1.8.337.826.904 1.539 1.633 2.052.814.569 1.789.86 2.78.83.992-.03 1.947-.38 2.723-.998.777-.618 1.333-1.47 1.585-2.43.252-.959.186-1.975-.187-2.895-.071-.174-.15-.344-.239-.509l2.342-2.265c.691.41 1.477.631 2.279.645.615.011 1.226-.104 1.795-.339.838-.339 1.559-.916 2.072-1.661.512-.745.794-1.624.812-2.528.003-.624-.12-1.244-.362-1.82ZM268.3 141.06c.167-.375.44-.697.784-.921.297-.196.638-.313.992-.342.355-.029.71.034 1.034.18.381.167.705.443.929.794.225.351.341.761.333 1.177 0 .285-.061.567-.179.827-.167.377-.44.697-.786.921-.354.23-.767.347-1.189.338-.282-.008-.56-.068-.82-.179-.377-.169-.698-.443-.925-.789-.192-.299-.307-.64-.335-.994-.027-.354.033-.707.177-1.032l-.015.02Zm-4.851 10.165c-.168.381-.445.705-.796.931-.351.224-.761.34-1.178.335-.283-.008-.561-.068-.821-.179-.378-.167-.701-.442-.924-.791-.234-.352-.351-.769-.338-1.19.003-.284.063-.563.179-.822.166-.374.437-.693.78-.917.354-.233.772-.352 1.195-.338.283.002.563.062.82.178.382.169.706.446.931.797.224.351.34.762.332 1.179-.004.281-.065.56-.18.817Zm6.581 8.702c-.228.514-.65.916-1.175 1.12-.523.202-1.107.191-1.621-.035-.376-.17-.697-.443-.925-.787-.21-.323-.327-.698-.34-1.081-.013-.386.078-.767.265-1.104.186-.336.461-.616.793-.809.335-.192.713-.291 1.098-.284.284.002.563.063.82.178.383.167.706.446.931.797.225.351.341.761.333 1.179-.008.285-.073.567-.193.826h.014Zm8.73-8.439c-.169.382-.447.704-.798.929-.351.224-.761.34-1.178.334-.348-.005-.689-.097-.993-.265-.304-.169-.563-.409-.752-.701-.23-.355-.347-.772-.338-1.195.005-.283.066-.561.18-.821.166-.375.437-.694.783-.918.353-.231.769-.348 1.191-.338.283.003.563.064.821.179.379.167.7.44.924.787.23.353.348.768.338 1.188-.004.28-.064.556-.178.811v.01Z"/>
|
||||
<path fill="#53FFBC" d="m149.706 67.4007 7.604-3.7477c4.64-2.273 8.546-5.807 11.271-10.1974 2.725-4.3903 4.158-9.4594 4.134-14.6264l-.081-22.4707-23.175-9.35145L149.085 7l-23.158 9.4832.081 22.4707c.036 5.7019 1.817 11.2563 5.103 15.9166 2.663 3.8239 6.286 6.8792 10.505 8.8584l7.716 3.6692.374.0026Z"/>
|
||||
<path fill="#000" d="M145.201 46.4728c-.234.0081-.466-.0347-.681-.1255-.215-.0908-.408-.2273-.565-.4002l-6.412-6.2881c-.326-.3391-.505-.7941-.496-1.2649.009-.4708.204-.9188.543-1.2454.339-.3267.795-.5052 1.265-.4964.471.0088.919.2043 1.246.5434l5.076 5.1352 13.185-13.5647c.322-.3445.769-.5468 1.24-.5624.472-.0155.93.157 1.275.4795.344.3226.546.7687.562 1.2403.016.4717-.157.9303-.479 1.2748l-14.469 14.7964c-.165.1634-.363.2906-.581.373-.218.0823-.45.1184-.683.1054l-.026-.0004Z"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M32.3232 50v8.643"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M27.9999 54.318h8.6502"/>
|
||||
<path stroke="#fff" stroke-miterlimit="10" stroke-width="1.6" d="M23.0573 74.0209c.5168-2.1943-.8414-4.393-3.035-4.9108-2.1956-.518-4.3932.8409-4.9119 3.0353-.5188 2.1944.8413 4.3936 3.0349 4.9116 2.1956.518 4.3932-.8417 4.912-3.0361Z"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M285.323 19v8.643"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M281 23.318h8.65"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 14 KiB |
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="305" height="214" fill="none" viewBox="0 0 305 214">
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M9 200.456v3.063c.00089.905.36127 1.773 1.0019 2.414.6406.639 1.509.998 2.4145.998H116.142"/>
|
||||
<path fill="#B3FFE3" d="M265.91 35.4683h-65.641c-4.833 0-8.752 3.9184-8.752 8.752V152.162c0 4.834 3.919 8.752 8.752 8.752h65.641c4.833 0 8.752-3.918 8.752-8.752V44.2203c0-4.8336-3.919-8.752-8.752-8.752Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M260.44 30.3629H194.8c-4.834 0-8.752 3.9184-8.752 8.7521v107.942c0 4.834 3.918 8.752 8.752 8.752h65.64c4.834 0 8.752-3.918 8.752-8.752V39.115c0-4.8337-3.918-8.7521-8.752-8.7521Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M269.192 39.115h-83.144v107.942h83.144V39.115Z"/>
|
||||
<path fill="#000" d="M239.515 78.2107c-.336-.8263-.903-1.5379-1.634-2.0491-.751-.5262-1.643-.8145-2.559-.8272-.616-.0062-1.227.1084-1.799.3376-.828.3365-1.539.9037-2.052 1.6339-.281.404-.492.8509-.628 1.3234l-6.465-.1046c-.042-.1897-.1-.375-.176-.5536-.068-.1744-.15-.3427-.247-.503l2.363-2.272c.606.3605 1.287.5771 1.99.633.703.0559 1.41-.0505 2.064-.311.655-.2603 1.241-.6678 1.715-1.1908.473-.5231.817-1.1478 1.01-1.8258.194-.6781.229-1.3914.102-2.0848-.126-.6936-.411-1.3488-.831-1.915-.419-.5663-.964-1.0285-1.59-1.351-.628-.3224-1.32-.4966-2.025-.509-.605-.0116-1.205.0962-1.768.3174-.562.2211-1.075.551-1.51.971-.435.4199-.783.9217-1.024 1.4763-.24.5545-.368 1.1511-.377 1.7556-.01.6164.105 1.2285.338 1.7993.064.1485.131.2971.205.4321l-2.382 2.3057c-.674-.3867-1.435-.5947-2.212-.6043-.604-.0116-1.205.0962-1.767.3173-.563.2212-1.076.5513-1.511.9713-.433.4199-.78.9216-1.021 1.4763-.24.5546-.368 1.1512-.377 1.7553-.009.6165.106 1.2285.338 1.7993.336.8264.902 1.538 1.633 2.0492.496.3478 1.055.5942 1.647.7252.591.1309 1.202.1437 1.798.0377.596-.1061 1.165-.329 1.675-.6556.509-.3267.949-.751 1.295-1.2484.285-.3992.5-.8445.635-1.3165l6.458.1046c.05.1879.111.3728.181.5537.066.1452.132.2937.207.4287l-2.363 2.3057c-.675-.386-1.438-.5939-2.214-.6043-.616-.0058-1.229.1089-1.801.3376-.838.3393-1.557.9177-2.069 1.6634-.511.7455-.792 1.6253-.806 2.5293-.011.6164.104 1.2284.338 1.7994.336.8252.903 1.5363 1.633 2.0491.75.5272 1.642.8157 2.558.8275.754.0131 1.498-.1606 2.169-.5033.67-.3433 1.245-.8465 1.673-1.4652.532-.7491.822-1.6412.835-2.5589.007-.6141-.107-1.2236-.339-1.7926-.074-.1721-.151-.3375-.238-.5063l2.342-2.2687c.69.4119 1.479.6344 2.283.6449 1.219.0171 2.397-.4494 3.273-1.2978.877-.8483 1.382-2.0094 1.404-3.2292-.002-.6235-.132-1.2399-.377-1.8128Zm-12.788-7.8387c.167-.3741.438-.6928.78-.9182.356-.2296.772-.3473 1.195-.3376.283.0033.563.0641.821.179.381.1681.705.4454.93.7967.224.3513.339.7612.332 1.1782-.005.3499-.096.6934-.266.9994-.17.3061-.414.5654-.707.7546-.295.1892-.632.3026-.981.3298-.35.0275-.7-.0321-1.021-.1732-.377-.1666-.699-.4399-.924-.7865-.231-.3548-.35-.7717-.338-1.195.001-.2853.063-.5671.179-.8272Zm-4.854 10.1681c-.166.3748-.437.6935-.779.9181-.298.195-.639.3124-.992.3412-.354.0289-.709-.0316-1.034-.1758-.379-.1674-.701-.4405-.928-.7865-.23-.3542-.348-.7695-.339-1.1917.006-.2836.066-.5635.179-.8237.171-.3731.441-.6912.784-.9183.296-.1949.638-.3122.992-.3411.353-.029.709.0315 1.034.1757.382.1674.706.4443.932.7957.224.3514.34.7617.333 1.1792-.003.2853-.066.5667-.182.8272Zm6.582 8.6993c-.155.3478-.402.6472-.713.8669-.31.2198-.676.3518-1.054.3821-.38.0304-.761-.0419-1.104-.2094-.342-.1675-.633-.4239-.842-.7424-.194-.2973-.31-.6385-.338-.9924-.028-.3541.034-.7093.179-1.0332.167-.3818.444-.7058.795-.9311.35-.2252.76-.3417 1.176-.3348.284.0037.563.0657.822.1823.514.2278.917.6502 1.121 1.1748.204.5245.192 1.1084-.034 1.6238l-.008.0134Zm8.731-8.4394c-.112.2552-.273.4859-.474.6787-.202.1927-.438.3438-.698.4445-.26.1008-.537.1491-.816.1423-.278-.0068-.554-.0687-.808-.1819-.378-.1665-.7-.4399-.924-.7865-.192-.2982-.309-.6393-.336-.9928-.027-.3535.034-.7085.176-1.0327.167-.3752.438-.6949.781-.9217.321-.2115.696-.3309 1.08-.3457.385-.0147.767.0759 1.104.262.338.1862.617.4609.811.7945.192.3336.289.7135.283 1.0987-.003.285-.064.5664-.179.827V80.8Z"/>
|
||||
<path fill="#fff" d="M189.802 175.928c.638 0 1.269-.125 1.857-.369.589-.244 1.124-.602 1.575-1.052.45-.452.806-.987 1.051-1.576.244-.589.369-1.219.368-1.858V82.0772c0-1.2874-.511-2.5221-1.422-3.4325-.91-.9105-2.145-1.4218-3.432-1.4218H41.6373c-1.2875 0-2.5222.5113-3.4326 1.4218-.9103.9104-1.4217 2.1451-1.4217 3.4325v88.9958c0 .639.1255 1.269.3695 1.859.2439.589.6015 1.124 1.0522 1.575.4508.45.9859.808 1.5749 1.052s1.2202.369 1.8577.369"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M189.802 175.928c.638 0 1.269-.125 1.857-.369.589-.244 1.124-.602 1.575-1.052.45-.452.806-.987 1.051-1.576.244-.589.369-1.219.368-1.858V82.0772c0-1.2874-.511-2.5221-1.422-3.4325-.91-.9105-2.145-1.4218-3.432-1.4218H41.6373c-1.2875 0-2.5222.5113-3.4326 1.4218-.9103.9104-1.4217 2.1451-1.4217 3.4325v88.9958c0 .639.1255 1.269.3695 1.859.2439.589.6015 1.124 1.0522 1.575.4508.45.9859.808 1.5749 1.052s1.2202.369 1.8577.369"/>
|
||||
<path fill="#fff" d="M112.043 202.664h107.78c.536.001 1.06-.165 1.5-.474.438-.309.771-.745.953-1.252.181-.505.202-1.053.06-1.572-.143-.518-.442-.979-.857-1.319l-26.105-21.525c-.466-.385-1.052-.595-1.658-.594H37.7169c-.6057-.001-1.1928.209-1.6608.594L9.95444 198.047c-.41457.34-.71358.801-.85615 1.319-.14257.519-.12174 1.067.05967 1.572.18141.507.51448.943.95374 1.252.4393.309.9633.475 1.5003.474h107.78"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M112.043 202.664h107.78c.536.001 1.06-.165 1.5-.474.438-.309.771-.745.953-1.252.181-.505.202-1.053.06-1.572-.143-.518-.442-.979-.857-1.319l-26.105-21.525c-.466-.385-1.052-.595-1.658-.594H37.7169c-.6057-.001-1.1928.209-1.6608.594L9.95444 198.047c-.41457.34-.71358.801-.85615 1.319-.14257.519-.12174 1.067.05967 1.572.18141.507.51448.943.95374 1.252.4393.309.9633.475 1.5003.474h107.78"/>
|
||||
<path fill="#B3FFE3" d="M94.7598 198.313h66.3722l-10.807-12.092H38.9271l-10.8026 12.092h66.6353Z"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M222.432 200.456v3.063c0 .905-.359 1.773-1 2.412-.639.641-1.507 1-2.412 1H115.295"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M115.862 193.276h73.386l-11.946-13.367H54.1315l-11.9469 13.367h73.6774Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M186.047 83.4377H45.2964v86.9173H186.047V83.4377Z"/>
|
||||
<path fill="#000" d="M132.259 124.15c-.477-1.129-1.275-2.091-2.296-2.769-1.021-.676-2.218-1.036-3.443-1.036-1.022-.005-2.028.243-2.931.72-.902.478-1.672 1.173-2.241 2.021-.371.554-.648 1.163-.82 1.807h-8.777c-.061-.255-.145-.504-.25-.743-.092-.235-.205-.461-.338-.675l3.129-3.13c.945.542 2.015.824 3.103.821.833.003 1.658-.166 2.424-.493 1.327-.558 2.419-1.558 3.093-2.829.673-1.273.884-2.739.599-4.149-.286-1.411-1.051-2.679-2.166-3.589-1.115-.911-2.511-1.406-3.95-1.404-.819-.002-1.63.157-2.387.469-.757.312-1.445.772-2.025 1.35-.579.579-1.038 1.267-1.351 2.022-.313.758-.474 1.568-.472 2.388-.002.834.166 1.662.493 2.43.084.198.18.391.286.578l-3.173 3.176c-.922-.508-1.958-.773-3.011-.77-1.021-.005-2.028.243-2.931.72-.902.478-1.672 1.173-2.241 2.021-.6906 1.032-1.0607 2.243-1.0632 3.485-.0026.835.165 1.661.4932 2.43.472 1.113 1.256 2.066 2.258 2.742 1.028.696 2.242 1.066 3.484 1.062 1.019-.001 2.023-.253 2.922-.732.9-.479 1.669-1.171 2.24-2.016.379-.547.66-1.155.83-1.799h8.757c.069.254.155.502.26.743.085.199.181.392.287.581l-3.177 3.172c-.921-.506-1.956-.771-3.008-.768-.834 0-1.66.163-2.43.483-1.128.476-2.09 1.275-2.767 2.296-.677 1.019-1.038 2.218-1.038 3.442-.002.834.166 1.66.493 2.427.474 1.112 1.256 2.064 2.255 2.744.939.629 2.031.992 3.16 1.05 1.129.057 2.252-.192 3.25-.723.998-.532 1.833-1.323 2.417-2.291.583-.968.892-2.077.895-3.207-.002-.833-.17-1.656-.493-2.424-.104-.232-.216-.466-.337-.675l3.122-3.122c.946.54 2.017.822 3.106.819.832.003 1.656-.164 2.421-.492 1.129-.476 2.093-1.275 2.772-2.295.678-1.021 1.041-2.219 1.043-3.445.003-.83-.159-1.655-.476-2.423Zm-17.497-10.336c.218-.513.579-.951 1.04-1.264.395-.268.852-.432 1.328-.479.476-.046.955.027 1.396.213.52.219.965.587 1.277 1.058.312.472.479 1.024.478 1.589-.002.761-.305 1.492-.843 2.031-.538.54-1.268.845-2.03.848-.382-.002-.761-.079-1.114-.226-.517-.218-.959-.581-1.272-1.047-.32-.474-.488-1.034-.483-1.606 0-.384.077-.765.226-1.117h-.003Zm-6.347 13.881c-.201.477-.528.891-.945 1.199-.418.307-.91.495-1.426.546-.516.05-1.036-.042-1.505-.262-.469-.222-.868-.567-1.157-.998-.321-.475-.49-1.036-.486-1.609-.002-.383.075-.763.226-1.114.217-.512.577-.95 1.036-1.264.396-.269.852-.434 1.328-.481.476-.047.956.026 1.397.212.521.218.966.587 1.279 1.056.313.472.48 1.025.48 1.591.002.386-.075.768-.227 1.124Zm9.115 11.639c-.146.348-.36.664-.629.929-.268.265-.586.476-.936.618-.349.142-.723.214-1.101.211-.377-.002-.75-.078-1.098-.225-.514-.222-.954-.585-1.269-1.046-.265-.398-.428-.854-.473-1.33-.046-.476.027-.955.212-1.395.22-.52.588-.964 1.059-1.278.471-.312 1.023-.477 1.588-.477.383-.003.763.074 1.114.225.522.218.967.587 1.28 1.058.312.471.478 1.025.476 1.59 0 .385-.078.766-.23 1.12h.007Zm11.64-11.639c-.201.477-.528.891-.946 1.199-.417.307-.91.495-1.426.546-.516.05-1.036-.042-1.504-.262-.469-.222-.869-.567-1.158-.998-.263-.398-.424-.854-.47-1.329-.045-.475.027-.954.211-1.394.217-.513.578-.952 1.039-1.264.472-.325 1.033-.498 1.607-.496.384-.001.764.076 1.117.227.521.22.966.588 1.278 1.058.312.471.478 1.023.478 1.589 0 .386-.079.768-.233 1.124h.007Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M296.43 200.555v-85.408c0-1.709-.679-3.348-1.887-4.557-1.209-1.209-2.848-1.888-4.558-1.888h-41.586c-1.709.001-3.347.68-4.556 1.889s-1.888 2.847-1.889 4.556v85.408c0 .847.167 1.684.491 2.466.323.782.799 1.493 1.396 2.091.6.598 1.31 1.073 2.092 1.397.782.324 1.62.491 2.466.491h41.593c1.709-.003 3.346-.681 4.553-1.89 1.206-1.209 1.885-2.846 1.885-4.555Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M288.952 113.261H249.43c-1.612 0-2.918 1.306-2.918 2.918v83.345c0 1.611 1.306 2.917 2.918 2.917h39.522c1.612 0 2.918-1.306 2.918-2.917v-83.345c0-1.612-1.306-2.918-2.918-2.918Z"/>
|
||||
<path fill="#000" d="M281.088 148.898c-.338-.839-.916-1.56-1.661-2.071-.747-.512-1.627-.793-2.532-.808-.616-.006-1.227.109-1.799.338-.825.337-1.536.904-2.049 1.634-.281.404-.492.85-.628 1.323l-6.465-.105c-.044-.189-.103-.375-.178-.553-.066-.174-.148-.342-.247-.5l2.364-2.272c.691.409 1.475.631 2.278.641.752.011 1.496-.162 2.166-.504.669-.342 1.246-.842 1.679-1.457.528-.753.818-1.646.834-2.565.011-.753-.162-1.497-.505-2.167-.343-.67-.845-1.245-1.463-1.675-.752-.525-1.643-.813-2.558-.827-.616-.006-1.229.109-1.8.338-.826.336-1.537.903-2.05 1.633-.525.752-.812 1.643-.826 2.558-.013.618.101 1.23.336 1.801.06.147.128.291.204.432l-2.363 2.301c-.675-.384-1.436-.592-2.211-.603-.755-.017-1.501.154-2.172.496-.673.342-1.25.846-1.681 1.465-.522.753-.809 1.643-.826 2.559-.01.616.104 1.228.337 1.799.335.826.903 1.537 1.634 2.049.75.527 1.643.816 2.559.828.615.01 1.224-.105 1.792-.338.831-.331 1.543-.897 2.053-1.631.284-.401.498-.847.631-1.32l6.461.109c.047.188.108.37.183.549.06.148.126.293.202.432l-2.38 2.303c-.673-.386-1.434-.594-2.211-.604-.616-.007-1.227.108-1.799.338-.839.338-1.56.916-2.072 1.662-.512.745-.794 1.625-.808 2.53-.009.616.106 1.228.338 1.8.337.826.904 1.539 1.633 2.052.814.569 1.789.86 2.78.83.992-.03 1.947-.38 2.723-.998.777-.618 1.333-1.47 1.585-2.43.252-.959.186-1.975-.187-2.895-.071-.174-.15-.344-.239-.509l2.342-2.265c.691.41 1.477.631 2.279.645.615.011 1.226-.104 1.795-.339.838-.339 1.559-.916 2.072-1.661.512-.745.794-1.624.812-2.528.003-.624-.12-1.244-.362-1.82ZM268.3 141.06c.167-.375.44-.697.784-.921.297-.196.638-.313.992-.342.355-.029.71.034 1.034.18.381.167.705.443.929.794.225.351.341.761.333 1.177 0 .285-.061.567-.179.827-.167.377-.44.697-.786.921-.354.23-.767.347-1.189.338-.282-.008-.56-.068-.82-.179-.377-.169-.698-.443-.925-.789-.192-.299-.307-.64-.335-.994-.027-.354.033-.707.177-1.032l-.015.02Zm-4.851 10.165c-.168.381-.445.705-.796.931-.351.224-.761.34-1.178.335-.283-.008-.561-.068-.821-.179-.378-.167-.701-.442-.924-.791-.234-.352-.351-.769-.338-1.19.003-.284.063-.563.179-.822.166-.374.437-.693.78-.917.354-.233.772-.352 1.195-.338.283.002.563.062.82.178.382.169.706.446.931.797.224.351.34.762.332 1.179-.004.281-.065.56-.18.817Zm6.581 8.702c-.228.514-.65.916-1.175 1.12-.523.202-1.107.191-1.621-.035-.376-.17-.697-.443-.925-.787-.21-.323-.327-.698-.34-1.081-.013-.386.078-.767.265-1.104.186-.336.461-.616.793-.809.335-.192.713-.291 1.098-.284.284.002.563.063.82.178.383.167.706.446.931.797.225.351.341.761.333 1.179-.008.285-.073.567-.193.826h.014Zm8.73-8.439c-.169.382-.447.704-.798.929-.351.224-.761.34-1.178.334-.348-.005-.689-.097-.993-.265-.304-.169-.563-.409-.752-.701-.23-.355-.347-.772-.338-1.195.005-.283.066-.561.18-.821.166-.375.437-.694.783-.918.353-.231.769-.348 1.191-.338.283.003.563.064.821.179.379.167.7.44.924.787.23.353.348.768.338 1.188-.004.28-.064.556-.178.811v.01Z"/>
|
||||
<path fill="#53FFBC" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="m149.706 67.4007 7.605-3.7477c4.64-2.273 8.546-5.807 11.27-10.1974 2.725-4.3903 4.158-9.4594 4.135-14.6264l-.082-22.4707-23.175-9.35145L149.085 7l-23.158 9.4832.081 22.4707c.037 5.7019 1.818 11.2563 5.104 15.9166 2.663 3.8239 6.285 6.8792 10.504 8.8584l7.716 3.6692.374.0026Z"/>
|
||||
<path fill="#000" d="M145.201 46.473c-.234.0081-.466-.0348-.681-.1256-.216-.0908-.408-.2273-.566-.4001l-6.411-6.2881c-.327-.3392-.505-.7941-.496-1.265.009-.4708.204-.9188.543-1.2454.339-.3266.794-.5052 1.265-.4964.471.0088.919.2044 1.245.5434l5.077 5.1352 13.184-13.5646c.323-.3446.769-.5469 1.241-.5624.472-.0156.93.1569 1.275.4795.344.3225.546.7686.562 1.2403.015.4716-.157.9302-.48 1.2747l-14.468 14.7964c-.166.1634-.363.2906-.581.373-.218.0824-.451.1184-.683.1055l-.026-.0004Z"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M32.3229 50v8.643"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M27.9999 54.318h8.6502"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.6" d="M23.0573 74.0209c.5168-2.1943-.8414-4.393-3.035-4.9108-2.1956-.518-4.3932.8409-4.9119 3.0353-.5188 2.1944.8413 4.3936 3.0349 4.9116 2.1956.518 4.3932-.8417 4.912-3.0361Z"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M285.323 19v8.643"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M281 23.318h8.65"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 14 KiB |
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="305" height="214" fill="none" viewBox="0 0 305 214">
|
||||
<path fill="#fff" d="m152.43 207.156 25.208-12.454c15.326-7.573 28.213-19.301 37.196-33.845 8.981-14.545 13.693-31.321 13.599-48.416l-.363-68.7411c-.01-1.6147-.499-3.1901-1.408-4.5251-.908-1.3351-2.194-2.3693-3.692-2.9703L151.365 7.41699h-1.035L79.0136 36.9806c-1.4914.6181-2.7649 1.6664-3.6579 3.0114-.8929 1.3448-1.3648 2.9251-1.3556 4.5395l.3633 68.7485c.0941 17.094 4.989 33.817 14.1265 48.264 9.1374 14.447 22.1501 26.036 37.5541 33.447l25.344 12.189 1.042-.024Z"/>
|
||||
<path fill="#53FFBC" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="m153.412 186.757 20.129-9.947c12.237-6.046 22.529-15.411 29.701-27.026 7.171-11.615 10.932-25.01 10.857-38.66l-.315-59.2507-60.845-24.4845c-.249-.1002-.515-.1517-.784-.1517-.275 0-.549.0544-.803.16l-60.5894 25.123.314 59.2559c.0749 13.652 3.9831 27.006 11.2794 38.543 7.296 11.538 17.686 20.794 29.987 26.714l20.238 9.731.831-.007Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M152.432 64.6798c-10.865 0-19.672 8.8072-19.672 19.6714v20.2438h8.112V84.3512c0-6.3738 5.185-11.5594 11.56-11.5594 6.374 0 11.56 5.1856 11.56 11.5594v20.2438h8.112V84.3512c0-10.6961-8.639-19.6714-19.672-19.6714Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-width="1.5" d="M173.889 94.3783h-42.92c-3.95 0-7.153 3.2026-7.153 7.1537v29.507c0 3.951 3.203 7.153 7.153 7.153h42.92c3.951 0 7.154-3.202 7.154-7.153v-29.507c0-3.9511-3.203-7.1537-7.154-7.1537Z"/>
|
||||
<path fill="#53FFBC" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M158.606 112.169c-.001 1.043-.266 2.068-.771 2.981-.505.914-1.233 1.683-2.116 2.239v4.373c-.027.857-.386 1.668-1.002 2.263s-1.438.929-2.295.929c-.855 0-1.678-.334-2.294-.929-.615-.595-.974-1.406-1.004-2.263v-4.373c-.904-.575-1.645-1.375-2.148-2.323-.503-.947-.749-2.011-.716-3.082.034-1.074.345-2.117.906-3.033.559-.914 1.348-1.668 2.289-2.185.938-.517 1.997-.781 3.07-.765 1.072.016 2.122.312 3.046.857.923.545 1.689 1.322 2.221 2.253.532.932.813 1.986.814 3.058Z"/>
|
||||
<path stroke="#fff" stroke-miterlimit="10" stroke-width="1.6" d="M249.907 30.8255c.517-2.1944-.842-4.393-3.035-4.9108-2.196-.518-4.393.8409-4.912 3.0353-.519 2.1943.841 4.3936 3.035 4.9116 2.195.518 4.393-.8417 4.912-3.0361Z"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M227.323 10v8.643"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M223 14.318h8.65"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 2.5 KiB |
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="305" height="214" fill="none" viewBox="0 0 305 214">
|
||||
<path fill="#fff" stroke="#000" stroke-linejoin="round" stroke-width="1.5" d="m152.43 207.156 25.208-12.454c15.326-7.573 28.213-19.301 37.196-33.845 8.981-14.545 13.693-31.321 13.599-48.416l-.363-68.7411c-.01-1.6147-.499-3.1901-1.408-4.5251-.908-1.3351-2.194-2.3693-3.692-2.9703L151.365 7.41699h-1.035L79.0136 36.9806c-1.4914.6181-2.7649 1.6664-3.6579 3.0114-.8929 1.3448-1.3648 2.9251-1.3556 4.5395l.3633 68.7485c.0941 17.094 4.989 33.817 14.1265 48.264 9.1374 14.447 22.1501 26.036 37.5541 33.447l25.344 12.189 1.042-.024Z"/>
|
||||
<path fill="#53FFBC" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="m153.412 186.757 20.129-9.947c12.237-6.046 22.529-15.411 29.701-27.026 7.171-11.615 10.932-25.01 10.857-38.66l-.315-59.2507-60.845-24.4845c-.249-.1002-.515-.1517-.784-.1517-.275 0-.549.0544-.803.16l-60.5894 25.123.314 59.2559c.0749 13.652 3.9831 27.006 11.2794 38.543 7.296 11.538 17.686 20.794 29.987 26.714l20.238 9.731.831-.007Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M152.432 64.6798c-10.865 0-19.672 8.8072-19.672 19.6714v20.2438h8.112V84.3512c0-6.3738 5.185-11.5594 11.56-11.5594 6.374 0 11.56 5.1856 11.56 11.5594v20.2438h8.112V84.3512c0-10.6961-8.639-19.6714-19.672-19.6714Z"/>
|
||||
<path fill="#fff" stroke="#000" stroke-width="1.5" d="M173.889 94.3783h-42.92c-3.95 0-7.153 3.2026-7.153 7.1537v29.507c0 3.951 3.203 7.153 7.153 7.153h42.92c3.951 0 7.154-3.202 7.154-7.153v-29.507c0-3.9511-3.203-7.1537-7.154-7.1537Z"/>
|
||||
<path fill="#53FFBC" stroke="#000" stroke-miterlimit="10" stroke-width="1.5" d="M158.606 112.169c-.001 1.043-.266 2.068-.771 2.981-.505.914-1.233 1.683-2.116 2.239v4.373c-.027.857-.386 1.668-1.002 2.263s-1.438.929-2.295.929c-.855 0-1.678-.334-2.294-.929-.615-.595-.974-1.406-1.004-2.263v-4.373c-.904-.575-1.645-1.375-2.148-2.323-.503-.947-.749-2.011-.716-3.082.034-1.074.345-2.117.906-3.033.559-.914 1.348-1.668 2.289-2.185.938-.517 1.997-.781 3.07-.765 1.072.016 2.122.312 3.046.857.923.545 1.689 1.322 2.221 2.253.532.932.813 1.986.814 3.058Z"/>
|
||||
<path stroke="#000" stroke-miterlimit="10" stroke-width="1.6" d="M249.907 30.8255c.516-2.1944-.842-4.393-3.035-4.9108-2.196-.518-4.394.8409-4.912 3.0353-.519 2.1943.841 4.3936 3.035 4.9116 2.195.518 4.393-.8417 4.912-3.0361Z"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M227.323 10v8.643"/>
|
||||
<path stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.6" d="M223 14.318h8.65"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 2.5 KiB |
После Ширина: | Высота: | Размер: 53 KiB |
После Ширина: | Высота: | Размер: 55 KiB |
После Ширина: | Высота: | Размер: 56 KiB |
|
@ -933,6 +933,12 @@
|
|||
],
|
||||
"name": "firefox_welcome_page16"
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"css/firefox/welcome17.scss"
|
||||
],
|
||||
"name": "firefox_welcome_page17"
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"css/firefox/faq.scss"
|
||||
|
|