@gudhub/ssg-web-components-library 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -0
- package/package.json +20 -0
- package/src/components/about-us-banner/about-us-banner-data.json +9 -0
- package/src/components/about-us-banner/about-us-banner.html +19 -0
- package/src/components/about-us-banner/about-us-banner.js +23 -0
- package/src/components/about-us-banner/about-us-banner.scss +59 -0
- package/src/components/about-us-banner/config.js +5 -0
- package/src/components/about-us-image-counter/about-us-image-counter-data.json +35 -0
- package/src/components/about-us-image-counter/about-us-image-counter.html +22 -0
- package/src/components/about-us-image-counter/about-us-image-counter.js +23 -0
- package/src/components/about-us-image-counter/about-us-image-counter.scss +44 -0
- package/src/components/about-us-image-counter/config.js +5 -0
- package/src/components/about-us-team-members/about-us-team-members-data.json +99 -0
- package/src/components/about-us-team-members/about-us-team-members.html +25 -0
- package/src/components/about-us-team-members/about-us-team-members.js +22 -0
- package/src/components/about-us-team-members/about-us-team-members.scss +71 -0
- package/src/components/about-us-team-members/config.js +5 -0
- package/src/components/animation-block/animation-block-data.json +40 -0
- package/src/components/animation-block/animation-block.html +37 -0
- package/src/components/animation-block/animation-block.js +23 -0
- package/src/components/animation-block/animation-block.scss +337 -0
- package/src/components/animation-block/config.js +5 -0
- package/src/components/banner-and-text/banner-and-text-data.json +24 -0
- package/src/components/banner-and-text/banner-and-text.html +30 -0
- package/src/components/banner-and-text/banner-and-text.js +25 -0
- package/src/components/banner-and-text/banner-and-text.scss +85 -0
- package/src/components/banner-and-text/config.js +5 -0
- package/src/components/blog/article/allArticles.json +96 -0
- package/src/components/blog/article/article-component.html +189 -0
- package/src/components/blog/article/article-component.js +340 -0
- package/src/components/blog/article/article-component.scss +776 -0
- package/src/components/blog/article/authors-object.json +125 -0
- package/src/components/blog/article/categories-object.json +47 -0
- package/src/components/blog/author-page/author-page.html +37 -0
- package/src/components/blog/author-page/author-page.js +113 -0
- package/src/components/blog/author-page/author-page.json +111 -0
- package/src/components/blog/author-page/author-page.scss +107 -0
- package/src/components/blog/authors-list/authors-list.html +40 -0
- package/src/components/blog/authors-list/authors-list.js +60 -0
- package/src/components/blog/authors-list/authors-list.json +132 -0
- package/src/components/blog/authors-list/authors-list.scss +171 -0
- package/src/components/blog/categories-list/categories-list.html +21 -0
- package/src/components/blog/categories-list/categories-list.js +26 -0
- package/src/components/blog/categories-list/categories-list.json +53 -0
- package/src/components/blog/categories-list/categories-list.scss +125 -0
- package/src/components/blog/comments/comments.html +89 -0
- package/src/components/blog/comments/comments.js +181 -0
- package/src/components/blog/comments/comments.json +130 -0
- package/src/components/blog/comments/comments.scss +324 -0
- package/src/components/blog/contents/contents.html +14 -0
- package/src/components/blog/contents/contents.js +63 -0
- package/src/components/blog/contents/contents.scss +157 -0
- package/src/components/blog/posts-template/articles.json +139 -0
- package/src/components/blog/posts-template/authors-object.json +61 -0
- package/src/components/blog/posts-template/categories.json +61 -0
- package/src/components/blog/posts-template/posts-template.html +239 -0
- package/src/components/blog/posts-template/posts-template.js +532 -0
- package/src/components/blog/posts-template/posts-template.scss +566 -0
- package/src/components/breadcrumbs/breadcrumbs-component.js +65 -0
- package/src/components/breadcrumbs/breadcrumbs.html +21 -0
- package/src/components/breadcrumbs/breadcrumbs.scss +118 -0
- package/src/components/breadcrumbs/config.js +5 -0
- package/src/components/button-component/button-component.html +3 -0
- package/src/components/button-component/button-component.js +39 -0
- package/src/components/button-component/button-component.readme.md +11 -0
- package/src/components/button-component/button-component.scss +34 -0
- package/src/components/button-component/config.js +5 -0
- package/src/components/category-banner/category-banner.html +7 -0
- package/src/components/category-banner/category-banner.js +44 -0
- package/src/components/category-banner/category-banner.scss +22 -0
- package/src/components/category-banner/config.js +5 -0
- package/src/components/contact-us-block/config.js +5 -0
- package/src/components/contact-us-block/contact-us-block.html +41 -0
- package/src/components/contact-us-block/contact-us-block.js +22 -0
- package/src/components/contact-us-block/contact-us-block.scss +59 -0
- package/src/components/cookies-popup/config.js +5 -0
- package/src/components/cookies-popup/cookies-popup.html +8 -0
- package/src/components/cookies-popup/cookies-popup.js +27 -0
- package/src/components/cookies-popup/cookies-popup.scss +68 -0
- package/src/components/counter-section/config.js +5 -0
- package/src/components/counter-section/counter-section-data.json +21 -0
- package/src/components/counter-section/counter-section.html +38 -0
- package/src/components/counter-section/counter-section.js +23 -0
- package/src/components/counter-section/counter-section.readme.md +19 -0
- package/src/components/counter-section/counter-section.scss +204 -0
- package/src/components/counter-section-with-text/config.js +5 -0
- package/src/components/counter-section-with-text/counter-section-with-text-data.json +21 -0
- package/src/components/counter-section-with-text/counter-section-with-text.html +46 -0
- package/src/components/counter-section-with-text/counter-section-with-text.js +23 -0
- package/src/components/counter-section-with-text/counter-section-with-text.readme.md +19 -0
- package/src/components/counter-section-with-text/counter-section-with-text.scss +164 -0
- package/src/components/crm-services-banner/config.js +5 -0
- package/src/components/crm-services-banner/crm-services-banner-data.json +20 -0
- package/src/components/crm-services-banner/crm-services-banner.html +28 -0
- package/src/components/crm-services-banner/crm-services-banner.js +25 -0
- package/src/components/crm-services-banner/crm-services-banner.scss +57 -0
- package/src/components/edit-mode/config.js +5 -0
- package/src/components/edit-mode/edit-mode.html +4 -0
- package/src/components/edit-mode/edit-mode.js +23 -0
- package/src/components/edit-mode/edit-mode.scss +69 -0
- package/src/components/faq/config.js +5 -0
- package/src/components/faq/faq.html +20 -0
- package/src/components/faq/faq.js +40 -0
- package/src/components/faq/faq.scss +80 -0
- package/src/components/footer/config.js +5 -0
- package/src/components/footer/footer.html +74 -0
- package/src/components/footer/footer.js +21 -0
- package/src/components/footer/footer.scss +356 -0
- package/src/components/footer/pages-object.json +58 -0
- package/src/components/fullscreen-image-and-text/config.js +5 -0
- package/src/components/fullscreen-image-and-text/fullscreen-image-and-text.html +42 -0
- package/src/components/fullscreen-image-and-text/fullscreen-image-and-text.js +29 -0
- package/src/components/fullscreen-image-and-text/fullscreen-image-and-text.scss +192 -0
- package/src/components/get-in-touch-block/config.js +5 -0
- package/src/components/get-in-touch-block/get-in-touch-block-data.json +4 -0
- package/src/components/get-in-touch-block/get-in-touch-block.html +11 -0
- package/src/components/get-in-touch-block/get-in-touch-block.js +22 -0
- package/src/components/get-in-touch-block/get-in-touch-block.scss +12 -0
- package/src/components/get-in-touch-form/config.js +5 -0
- package/src/components/get-in-touch-form/get-in-touch-form-data.json +114 -0
- package/src/components/get-in-touch-form/get-in-touch-form.html +35 -0
- package/src/components/get-in-touch-form/get-in-touch-form.js +115 -0
- package/src/components/get-in-touch-form/get-in-touch-form.readme.md +45 -0
- package/src/components/get-in-touch-form/get-in-touch-form.scss +334 -0
- package/src/components/get-in-touch-form/sendEmail.js +161 -0
- package/src/components/grid/config.js +5 -0
- package/src/components/grid/grid.html +51 -0
- package/src/components/grid/grid.js +115 -0
- package/src/components/grid/grid.scss +566 -0
- package/src/components/grid-component/config.js +5 -0
- package/src/components/grid-component/grid-component-data.json +115 -0
- package/src/components/grid-component/grid-component.html +52 -0
- package/src/components/grid-component/grid-component.js +40 -0
- package/src/components/grid-component/grid-component.readme.md +32 -0
- package/src/components/grid-component/grid-component.scss +199 -0
- package/src/components/header/config.js +5 -0
- package/src/components/header/header.html +60 -0
- package/src/components/header/header.js +55 -0
- package/src/components/header/header.scss +556 -0
- package/src/components/homepage-banner/config.js +5 -0
- package/src/components/homepage-banner/homepage-banner.html +1443 -0
- package/src/components/homepage-banner/homepage-banner.js +23 -0
- package/src/components/homepage-banner/homepage-banner.scss +147 -0
- package/src/components/image-component/config.js +5 -0
- package/src/components/image-component/image-component.html +25 -0
- package/src/components/image-component/image-component.js +107 -0
- package/src/components/list-text-and-media/config.js +5 -0
- package/src/components/list-text-and-media/list-text-and-media-data.json +70 -0
- package/src/components/list-text-and-media/list-text-and-media.html +38 -0
- package/src/components/list-text-and-media/list-text-and-media.js +22 -0
- package/src/components/list-text-and-media/list-text-and-media.readme.md +30 -0
- package/src/components/list-text-and-media/list-text-and-media.scss +156 -0
- package/src/components/media-and-accordion/config.js +5 -0
- package/src/components/media-and-accordion/media-and-accordion-data.json +84 -0
- package/src/components/media-and-accordion/media-and-accordion.html +37 -0
- package/src/components/media-and-accordion/media-and-accordion.js +55 -0
- package/src/components/media-and-accordion/media-and-accordion.scss +170 -0
- package/src/components/media-and-list-of-text/config.js +5 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text-data.json +16 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.html +32 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.js +24 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.readme.md +26 -0
- package/src/components/media-and-list-of-text/media-and-list-of-text.scss +102 -0
- package/src/components/media-and-text/config.js +5 -0
- package/src/components/media-and-text/media-and-text-data.json +20 -0
- package/src/components/media-and-text/media-and-text.html +26 -0
- package/src/components/media-and-text/media-and-text.js +26 -0
- package/src/components/media-and-text/media-and-text.scss +51 -0
- package/src/components/meta/articles.json +95 -0
- package/src/components/meta/author-schema.js +71 -0
- package/src/components/meta/authors.json +108 -0
- package/src/components/meta/blog-schema.js +93 -0
- package/src/components/meta/canonical.js +74 -0
- package/src/components/meta/config.js +40 -0
- package/src/components/meta/meta-index.js +14 -0
- package/src/components/meta/meta-tag.js +168 -0
- package/src/components/meta/organization-schema.js +50 -0
- package/src/components/meta/service-schema.js +76 -0
- package/src/components/meta/title-tag.js +64 -0
- package/src/components/overflow-cards/config.js +5 -0
- package/src/components/overflow-cards/overflow-cards-data.json +33 -0
- package/src/components/overflow-cards/overflow-cards.html +33 -0
- package/src/components/overflow-cards/overflow-cards.js +28 -0
- package/src/components/overflow-cards/overflow-cards.scss +112 -0
- package/src/components/popup/config.js +5 -0
- package/src/components/popup/popup.html +10 -0
- package/src/components/popup/popup.js +66 -0
- package/src/components/popup/popup.readme.md +13 -0
- package/src/components/popup/popup.scss +76 -0
- package/src/components/prices-cards/config.js +5 -0
- package/src/components/prices-cards/prices-cards-data.json +90 -0
- package/src/components/prices-cards/prices-cards.html +35 -0
- package/src/components/prices-cards/prices-cards.js +23 -0
- package/src/components/prices-cards/prices-cards.readme.md +48 -0
- package/src/components/prices-cards/prices-cards.scss +206 -0
- package/src/components/recent-posts/author-object.json +53 -0
- package/src/components/recent-posts/config.js +5 -0
- package/src/components/recent-posts/recent-posts.html +85 -0
- package/src/components/recent-posts/recent-posts.js +89 -0
- package/src/components/recent-posts/recent-posts.json +258 -0
- package/src/components/recent-posts/recent-posts.scss +274 -0
- package/src/components/reviews-slider/config.js +5 -0
- package/src/components/reviews-slider/reviews-slider-data.json +30 -0
- package/src/components/reviews-slider/reviews-slider.html +48 -0
- package/src/components/reviews-slider/reviews-slider.js +86 -0
- package/src/components/reviews-slider/reviews-slider.scss +92 -0
- package/src/components/service-counter/config.js +5 -0
- package/src/components/service-counter/service-counter-data.json +24 -0
- package/src/components/service-counter/service-counter.html +19 -0
- package/src/components/service-counter/service-counter.js +23 -0
- package/src/components/service-counter/service-counter.scss +171 -0
- package/src/components/service-image-counter/config.js +5 -0
- package/src/components/service-image-counter/service-image-counter-data.json +52 -0
- package/src/components/service-image-counter/service-image-counter.html +30 -0
- package/src/components/service-image-counter/service-image-counter.js +23 -0
- package/src/components/service-image-counter/service-image-counter.scss +114 -0
- package/src/components/tabs/config.js +5 -0
- package/src/components/tabs/tabs-component.js +45 -0
- package/src/components/tabs/tabs.html +28 -0
- package/src/components/tabs/tabs.scss +399 -0
- package/src/components/text-only/config.js +5 -0
- package/src/components/text-only/text-only-data.json +4 -0
- package/src/components/text-only/text-only.html +8 -0
- package/src/components/text-only/text-only.js +20 -0
- package/src/components/text-only/text-only.scss +21 -0
- package/src/components/top-banner/config.js +5 -0
- package/src/components/top-banner/top-banner.html +22 -0
- package/src/components/top-banner/top-banner.js +50 -0
- package/src/components/top-banner/top-banner.scss +132 -0
- package/src/config.js +38 -0
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
.shadow {
|
|
2
|
+
position: fixed;
|
|
3
|
+
top: 0;
|
|
4
|
+
left: -200%;
|
|
5
|
+
background: rgba(0,0,0,0);
|
|
6
|
+
width: 100%;
|
|
7
|
+
height: 100%;
|
|
8
|
+
z-index: 11;
|
|
9
|
+
transition: background .5s ease;
|
|
10
|
+
}
|
|
11
|
+
header {
|
|
12
|
+
background-color: var(--primary-bg-color);
|
|
13
|
+
height: 90px;
|
|
14
|
+
position: fixed;
|
|
15
|
+
left: 0;
|
|
16
|
+
top: 0;
|
|
17
|
+
z-index: 15;
|
|
18
|
+
width: 100%;
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
transition: all .2s ease;
|
|
22
|
+
.header_right {
|
|
23
|
+
display: flex;
|
|
24
|
+
gap: 20px;
|
|
25
|
+
align-items: center;
|
|
26
|
+
.btn {
|
|
27
|
+
padding: 16px 25px;
|
|
28
|
+
height: 52px;
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
}
|
|
33
|
+
.btn.empty:hover {
|
|
34
|
+
svg {
|
|
35
|
+
path {
|
|
36
|
+
fill: #FFF;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.popup_shadow.show_shadow {
|
|
42
|
+
opacity: 1;
|
|
43
|
+
pointer-events: all;
|
|
44
|
+
}
|
|
45
|
+
.popup_shadow {
|
|
46
|
+
position: fixed;
|
|
47
|
+
z-index: 5;
|
|
48
|
+
top: 0;
|
|
49
|
+
left: 0;
|
|
50
|
+
background: rgba(0,0,0,.5);
|
|
51
|
+
width: 100%;
|
|
52
|
+
height: 100%;
|
|
53
|
+
display: flex;
|
|
54
|
+
align-items: center;
|
|
55
|
+
justify-content: center;
|
|
56
|
+
opacity: 0;
|
|
57
|
+
pointer-events: none;
|
|
58
|
+
transition: all .4s ease;
|
|
59
|
+
}
|
|
60
|
+
.container {
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
justify-content: space-between;
|
|
64
|
+
height: 100%;
|
|
65
|
+
}
|
|
66
|
+
.header_center {
|
|
67
|
+
height: 100%;
|
|
68
|
+
}
|
|
69
|
+
.logo {
|
|
70
|
+
max-width: 160px;
|
|
71
|
+
min-width: 100px;
|
|
72
|
+
display: flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
justify-content: center;
|
|
75
|
+
}
|
|
76
|
+
.mobileRight {
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
justify-content: space-between;
|
|
80
|
+
width: 100%;
|
|
81
|
+
height: 100%;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
nav {
|
|
85
|
+
height: 100%;
|
|
86
|
+
ul {
|
|
87
|
+
height: 100%;
|
|
88
|
+
list-style: none;
|
|
89
|
+
display: flex;
|
|
90
|
+
align-items: center;
|
|
91
|
+
li {
|
|
92
|
+
position: relative;
|
|
93
|
+
height: 100%;
|
|
94
|
+
&:last-child {
|
|
95
|
+
margin-right: 0;
|
|
96
|
+
}
|
|
97
|
+
&.megamenu {
|
|
98
|
+
& > a, & > span {
|
|
99
|
+
cursor: pointer;
|
|
100
|
+
&::before {
|
|
101
|
+
content: "";
|
|
102
|
+
position: absolute;
|
|
103
|
+
top: calc(50% - 2px);
|
|
104
|
+
right: 10px;
|
|
105
|
+
width: 10px;
|
|
106
|
+
height: 10px;
|
|
107
|
+
transition: all 0.2s ease;
|
|
108
|
+
background-repeat: no-repeat;
|
|
109
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23151515' stroke-width='2'/%3E%3C/svg%3E");
|
|
110
|
+
background-size: contain;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
a, span {
|
|
115
|
+
padding: 0 25px;
|
|
116
|
+
position: relative;
|
|
117
|
+
white-space: nowrap;
|
|
118
|
+
font-weight: 500;
|
|
119
|
+
font-size: 16px;
|
|
120
|
+
line-height: 25px;
|
|
121
|
+
color: #fff;
|
|
122
|
+
display: flex;
|
|
123
|
+
align-items: center;
|
|
124
|
+
height: 100%;
|
|
125
|
+
transition: all .2s ease;
|
|
126
|
+
}
|
|
127
|
+
&.menu__item {
|
|
128
|
+
a {
|
|
129
|
+
.arrowIcon {
|
|
130
|
+
margin-top: 3px;
|
|
131
|
+
margin-left: 5px;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
a, span {
|
|
135
|
+
&:hover {
|
|
136
|
+
text-shadow: .5px 0 0 #fff;
|
|
137
|
+
&::after {
|
|
138
|
+
width: calc(100% - 50px);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
&::after {
|
|
142
|
+
content: '';
|
|
143
|
+
position: absolute;
|
|
144
|
+
bottom: 32px;
|
|
145
|
+
left: 25px;
|
|
146
|
+
width: 0;
|
|
147
|
+
height: 1px;
|
|
148
|
+
background-color: var(--primary-color);
|
|
149
|
+
transition: all .2s ease;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
.child {
|
|
154
|
+
a:after {
|
|
155
|
+
content: none;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
.megamenu_wrapper {
|
|
159
|
+
border: 0px solid var(--block-secondary-border-color);
|
|
160
|
+
width: 600px;
|
|
161
|
+
transition: all .2s ease;
|
|
162
|
+
max-height: 0;
|
|
163
|
+
position: absolute;
|
|
164
|
+
z-index: 12;
|
|
165
|
+
height: 100%;
|
|
166
|
+
top: 90px;
|
|
167
|
+
left: -125px;
|
|
168
|
+
background-color: var(--block-secondary-bg-color);
|
|
169
|
+
overflow: hidden;
|
|
170
|
+
padding: 0 40px;
|
|
171
|
+
border-radius: 30px;
|
|
172
|
+
}
|
|
173
|
+
.childs_wrapper {
|
|
174
|
+
ul {
|
|
175
|
+
height: auto;
|
|
176
|
+
}
|
|
177
|
+
.child {
|
|
178
|
+
flex-wrap: wrap;
|
|
179
|
+
align-items: flex-start;
|
|
180
|
+
li {
|
|
181
|
+
margin-right: 0;
|
|
182
|
+
width: 50%;
|
|
183
|
+
}
|
|
184
|
+
a, span {
|
|
185
|
+
font-size: 16px;
|
|
186
|
+
line-height: 22px;
|
|
187
|
+
color: var(--block-secondary-text-color);
|
|
188
|
+
padding: 10px;
|
|
189
|
+
transition: all .2s ease;
|
|
190
|
+
&:hover {
|
|
191
|
+
text-shadow: .5px 0 0 var(--block-secondary-text-color);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// .scrolled, .active {
|
|
202
|
+
// .header {
|
|
203
|
+
// margin-top: 0;
|
|
204
|
+
// border-bottom: 1px solid #F0F0F0;
|
|
205
|
+
// background: #FFF;
|
|
206
|
+
// height: 80px;
|
|
207
|
+
// .header__wrapper {
|
|
208
|
+
// height: 80px;
|
|
209
|
+
// }
|
|
210
|
+
// nav ul li .megamenu_wrapper {
|
|
211
|
+
// top: 80px;
|
|
212
|
+
// }
|
|
213
|
+
// }
|
|
214
|
+
// header nav ul li.menu__item {
|
|
215
|
+
// a::after, span::after {
|
|
216
|
+
// bottom: 28px;
|
|
217
|
+
// }
|
|
218
|
+
// }
|
|
219
|
+
// }
|
|
220
|
+
|
|
221
|
+
// [data-light-letters] header {
|
|
222
|
+
// nav ul li {
|
|
223
|
+
// a, span {
|
|
224
|
+
// color: #fff;
|
|
225
|
+
// &:hover {
|
|
226
|
+
// text-shadow: 0.5px 0 0 #fff;
|
|
227
|
+
// }
|
|
228
|
+
// }
|
|
229
|
+
// &.megamenu > {
|
|
230
|
+
// a::before, span::before {
|
|
231
|
+
// background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E")
|
|
232
|
+
// }
|
|
233
|
+
// }
|
|
234
|
+
// }
|
|
235
|
+
// .hamburger {
|
|
236
|
+
// &::before, & > div, &::after {
|
|
237
|
+
// background: #fff;
|
|
238
|
+
// }
|
|
239
|
+
// }
|
|
240
|
+
// .has_child .megamenu .menu_title {
|
|
241
|
+
// color: #282828;
|
|
242
|
+
// }
|
|
243
|
+
// .header__logo svg path {
|
|
244
|
+
// fill: #fff;
|
|
245
|
+
// }
|
|
246
|
+
// }
|
|
247
|
+
// [data-light-letters] header {
|
|
248
|
+
// .white_logo {
|
|
249
|
+
// display: block;
|
|
250
|
+
// }
|
|
251
|
+
// .logo {
|
|
252
|
+
// display: none;
|
|
253
|
+
// }
|
|
254
|
+
// }
|
|
255
|
+
// .scrolled[data-light-letters] header {
|
|
256
|
+
// .white_logo {
|
|
257
|
+
// display: none;
|
|
258
|
+
// }
|
|
259
|
+
// .logo {
|
|
260
|
+
// display: block;
|
|
261
|
+
// }
|
|
262
|
+
// nav ul li {
|
|
263
|
+
// a, span {
|
|
264
|
+
// color: #151515;
|
|
265
|
+
// &:hover {
|
|
266
|
+
// text-shadow: 0.5px 0 0 #151515;
|
|
267
|
+
// }
|
|
268
|
+
// }
|
|
269
|
+
// &.megamenu > {
|
|
270
|
+
// a::before, span::before {
|
|
271
|
+
// background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23151515' stroke-width='2'/%3E%3C/svg%3E")
|
|
272
|
+
// }
|
|
273
|
+
// }
|
|
274
|
+
// }
|
|
275
|
+
// .hamburger {
|
|
276
|
+
// &::before, & > div, &::after {
|
|
277
|
+
// background: #151515;
|
|
278
|
+
// }
|
|
279
|
+
// }
|
|
280
|
+
// }
|
|
281
|
+
// .active[data-light-letters] header {
|
|
282
|
+
// .white_logo {
|
|
283
|
+
// display: none;
|
|
284
|
+
// }
|
|
285
|
+
// .logo {
|
|
286
|
+
// display: block;
|
|
287
|
+
// }
|
|
288
|
+
// nav ul li {
|
|
289
|
+
// a, span {
|
|
290
|
+
// color: #151515;
|
|
291
|
+
// &:hover {
|
|
292
|
+
// text-shadow: 0.5px 0 0 #151515;
|
|
293
|
+
// }
|
|
294
|
+
// }
|
|
295
|
+
// &.megamenu > {
|
|
296
|
+
// a::before, span::before {
|
|
297
|
+
// background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23151515' stroke-width='2'/%3E%3C/svg%3E")
|
|
298
|
+
// }
|
|
299
|
+
// }
|
|
300
|
+
// }
|
|
301
|
+
// .hamburger {
|
|
302
|
+
// &::before, & > div, &::after {
|
|
303
|
+
// background: #151515;
|
|
304
|
+
// }
|
|
305
|
+
// }
|
|
306
|
+
// }
|
|
307
|
+
|
|
308
|
+
// .scrolled[data-light-letters] header {
|
|
309
|
+
// .header__menu li, .header__menu li a, .header__menu li > div {
|
|
310
|
+
// color: #282828;
|
|
311
|
+
// }
|
|
312
|
+
// .header__logo svg path {
|
|
313
|
+
// fill: #151515;
|
|
314
|
+
// }
|
|
315
|
+
// }
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
.hamburger {
|
|
319
|
+
display: block;
|
|
320
|
+
position: relative;
|
|
321
|
+
z-index: 2;
|
|
322
|
+
width: 40px;
|
|
323
|
+
height: 20px;
|
|
324
|
+
transition: all .2s ease;
|
|
325
|
+
padding: 10px 0;
|
|
326
|
+
cursor: pointer;
|
|
327
|
+
&::before {
|
|
328
|
+
z-index: 3;
|
|
329
|
+
content: "";
|
|
330
|
+
position: absolute;
|
|
331
|
+
top: 0;
|
|
332
|
+
right: 5px;
|
|
333
|
+
width: 25px;
|
|
334
|
+
height: 3px;
|
|
335
|
+
background: #fff;
|
|
336
|
+
border-radius: 100px;
|
|
337
|
+
transition: all .3s ease;
|
|
338
|
+
}
|
|
339
|
+
&::after {
|
|
340
|
+
content: "";
|
|
341
|
+
position: absolute;
|
|
342
|
+
top: calc(100% - 3px);
|
|
343
|
+
right: 20px;
|
|
344
|
+
width: 10px;
|
|
345
|
+
height: 3px;
|
|
346
|
+
background: #fff;
|
|
347
|
+
transition: all .3s ease;
|
|
348
|
+
z-index: 3;
|
|
349
|
+
border-radius: 100px;
|
|
350
|
+
}
|
|
351
|
+
& > div {
|
|
352
|
+
border-radius: 100px;
|
|
353
|
+
position: absolute;
|
|
354
|
+
top: calc(50% - 1px);
|
|
355
|
+
right: 10px;
|
|
356
|
+
width: 20px;
|
|
357
|
+
height: 3px;
|
|
358
|
+
background: #fff;
|
|
359
|
+
transition: all .5s ease;
|
|
360
|
+
opacity: 1;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
@media screen and (max-width: 1250px) {
|
|
364
|
+
header nav ul li {
|
|
365
|
+
a, span {
|
|
366
|
+
padding: 0 16px;
|
|
367
|
+
}
|
|
368
|
+
&.megamenu > a::before , &.megamenu > span::before {
|
|
369
|
+
right: 0;
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
@media screen and (min-width: 1024px) {
|
|
374
|
+
.hamburger {
|
|
375
|
+
display: none;
|
|
376
|
+
}
|
|
377
|
+
.hamburger_wrapper {
|
|
378
|
+
display: none;
|
|
379
|
+
}
|
|
380
|
+
header {
|
|
381
|
+
nav {
|
|
382
|
+
ul {
|
|
383
|
+
li {
|
|
384
|
+
&:hover {
|
|
385
|
+
.megamenu_wrapper {
|
|
386
|
+
height: 270px;
|
|
387
|
+
border-width: 1px;
|
|
388
|
+
padding: 30px 40px;
|
|
389
|
+
max-height: 300px;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
header nav ul li.megamenu:hover > a::before, header nav ul li.megamenu:hover > span::before {
|
|
397
|
+
transform: rotate(180deg);
|
|
398
|
+
top: calc(50% - 7px);
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
@media screen and (max-width: 1024px) {
|
|
402
|
+
header .container {
|
|
403
|
+
.shared_wrapper {
|
|
404
|
+
&.logo_wrapper {
|
|
405
|
+
display: flex;
|
|
406
|
+
justify-content: center;
|
|
407
|
+
}
|
|
408
|
+
&.button_wrapper {
|
|
409
|
+
display: flex;
|
|
410
|
+
justify-content: flex-end;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
header nav ul li {
|
|
415
|
+
.megamenu_wrapper {
|
|
416
|
+
transition: all .5s ease;
|
|
417
|
+
}
|
|
418
|
+
a, span {
|
|
419
|
+
&::after {
|
|
420
|
+
content: none;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
header nav ul li.menu__item {
|
|
425
|
+
a, span {
|
|
426
|
+
&::after {
|
|
427
|
+
content: none;
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
header nav ul li .childs_wrapper {
|
|
433
|
+
background-color: transparent;
|
|
434
|
+
box-shadow: none;
|
|
435
|
+
.child a, .child span {
|
|
436
|
+
color: #fff;
|
|
437
|
+
padding-left: 10px;
|
|
438
|
+
font-size: 16px;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
header {
|
|
442
|
+
.container {
|
|
443
|
+
position: relative;
|
|
444
|
+
justify-content: space-between;
|
|
445
|
+
}
|
|
446
|
+
.header_center {
|
|
447
|
+
position: absolute;
|
|
448
|
+
top: 80px;
|
|
449
|
+
left: -200%;
|
|
450
|
+
width: 100%;
|
|
451
|
+
max-width: 500px;
|
|
452
|
+
height: calc(100vh - 68px);
|
|
453
|
+
background: #05183A;
|
|
454
|
+
transition: all .5s ease;
|
|
455
|
+
nav {
|
|
456
|
+
padding: 20px;
|
|
457
|
+
ul {
|
|
458
|
+
align-items: flex-start;
|
|
459
|
+
li {
|
|
460
|
+
height: auto;
|
|
461
|
+
width: 100%;
|
|
462
|
+
&.hover {
|
|
463
|
+
.megamenu_wrapper {
|
|
464
|
+
max-height: 1000px;
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
.megamenu_wrapper {
|
|
468
|
+
position: static;
|
|
469
|
+
padding: 0;
|
|
470
|
+
background-color: transparent;
|
|
471
|
+
width: auto;
|
|
472
|
+
box-shadow: none;
|
|
473
|
+
}
|
|
474
|
+
a, span {
|
|
475
|
+
font-size: 20px;
|
|
476
|
+
line-height: 30px;
|
|
477
|
+
padding: 5px 0;
|
|
478
|
+
height: auto;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
nav ul {
|
|
486
|
+
flex-direction: column;
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
.active {
|
|
490
|
+
.shadow {
|
|
491
|
+
background: rgba(0,0,0,.5);
|
|
492
|
+
left: 0;
|
|
493
|
+
}
|
|
494
|
+
header {
|
|
495
|
+
.header_center {
|
|
496
|
+
left: 0;
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
.hamburger {
|
|
500
|
+
height: 28px;
|
|
501
|
+
& > div {
|
|
502
|
+
opacity: 0;
|
|
503
|
+
right: 100px;
|
|
504
|
+
}
|
|
505
|
+
&::before {
|
|
506
|
+
right: 0;
|
|
507
|
+
top: calc(50% - 1px);
|
|
508
|
+
transform: rotate(-45deg);
|
|
509
|
+
}
|
|
510
|
+
&::after {
|
|
511
|
+
right: 0;
|
|
512
|
+
top: calc(50% - 1px);
|
|
513
|
+
width: 25px;
|
|
514
|
+
transform: rotate(45deg);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
header .mobileRight {
|
|
519
|
+
width: auto;
|
|
520
|
+
gap: 20px;
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
@media screen and (max-width: 700px) {
|
|
524
|
+
header .header_right {
|
|
525
|
+
display: none;
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
@media screen and (max-width: 650px) {
|
|
529
|
+
header .header_center {
|
|
530
|
+
top: 58px;
|
|
531
|
+
}
|
|
532
|
+
header {
|
|
533
|
+
height: 60px;
|
|
534
|
+
.logo {
|
|
535
|
+
width: 100px;
|
|
536
|
+
}
|
|
537
|
+
.btn {
|
|
538
|
+
font-size: 14px;
|
|
539
|
+
line-height: 25px;
|
|
540
|
+
font-weight: 500;
|
|
541
|
+
padding: 8px 12px;
|
|
542
|
+
border-radius: 10px;
|
|
543
|
+
width: auto;
|
|
544
|
+
height: auto;
|
|
545
|
+
white-space: nowrap;
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
@media screen and (max-width: 400px) {
|
|
550
|
+
header .container .shared_wrapper {
|
|
551
|
+
width: auto;
|
|
552
|
+
&.logo_wrapper {
|
|
553
|
+
display: block;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
}
|