CV-Portfolio 0.0.1

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.
Files changed (228) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +53 -0
  4. data/_config.yml +111 -0
  5. data/_includes/backtotop.html +1 -0
  6. data/_includes/clients.html +37 -0
  7. data/_includes/header.html +2 -0
  8. data/_includes/javascripts.html +4 -0
  9. data/_includes/mapbox-init.html +2 -0
  10. data/_includes/mapbox.html +3 -0
  11. data/_includes/meta.html +28 -0
  12. data/_includes/photoswipe.html +40 -0
  13. data/_includes/preloader.html +4 -0
  14. data/_includes/review.html +79 -0
  15. data/_includes/scroll.html +2 -0
  16. data/_includes/sidebar.html +68 -0
  17. data/_includes/skills.html +31 -0
  18. data/_includes/testimonials.html +54 -0
  19. data/_layouts/contact.html +20 -0
  20. data/_layouts/default.html +18 -0
  21. data/_layouts/post.html +21 -0
  22. data/_layouts/project.html +23 -0
  23. data/_layouts/resume.html +18 -0
  24. data/_sass/style.scss +3353 -0
  25. data/assets/css/app/_button.scss +70 -0
  26. data/assets/css/app/_cases.scss +35 -0
  27. data/assets/css/app/_clients.scss +22 -0
  28. data/assets/css/app/_contact.scss +74 -0
  29. data/assets/css/app/_form.scss +264 -0
  30. data/assets/css/app/_general.scss +106 -0
  31. data/assets/css/app/_navbar.scss +98 -0
  32. data/assets/css/app/_news.scss +112 -0
  33. data/assets/css/app/_other.scss +58 -0
  34. data/assets/css/app/_popup.scss +167 -0
  35. data/assets/css/app/_portfolio.scss +269 -0
  36. data/assets/css/app/_sections.scss +265 -0
  37. data/assets/css/app/_sidebar.scss +181 -0
  38. data/assets/css/app/_single-news.scss +445 -0
  39. data/assets/css/app/_single-project.scss +97 -0
  40. data/assets/css/app/_testimonials.scss +147 -0
  41. data/assets/css/app/_timeline.scss +78 -0
  42. data/assets/css/app/_typography.scss +253 -0
  43. data/assets/css/main.scss +9 -0
  44. data/assets/css/style.css.map +30 -0
  45. data/assets/css/style.scss +43 -0
  46. data/assets/css/variables/_media.scss +8 -0
  47. data/assets/css/variables/_mixins.scss +59 -0
  48. data/assets/css/variables/_vars.scss +48 -0
  49. data/assets/css/vendors/bootstrap.css +10819 -0
  50. data/assets/css/vendors/bootstrap.css.map +1 -0
  51. data/assets/css/vendors/bootstrap.min.css +7 -0
  52. data/assets/css/vendors/bootstrap.min.css.map +1 -0
  53. data/assets/css/vendors/default-skin.css +482 -0
  54. data/assets/css/vendors/magnific-popup.css +351 -0
  55. data/assets/css/vendors/photoswipe.css +179 -0
  56. data/assets/css/vendors/simplebar.css +211 -0
  57. data/assets/css/vendors/simplebar.min.css +1 -0
  58. data/assets/css/vendors/swiper.min.css +12 -0
  59. data/assets/icons/dark/icon-app.svg +4 -0
  60. data/assets/icons/dark/icon-design.svg +5 -0
  61. data/assets/icons/dark/icon-dev.svg +12 -0
  62. data/assets/icons/dark/icon-education.svg +10 -0
  63. data/assets/icons/dark/icon-experience.svg +4 -0
  64. data/assets/icons/dark/icon-photo.svg +7 -0
  65. data/assets/icons/dark/icon-quote.svg +3 -0
  66. data/assets/icons/emoji/emoji-angry.svg +15 -0
  67. data/assets/icons/emoji/emoji-bad.svg +15 -0
  68. data/assets/icons/emoji/emoji-crazy.svg +15 -0
  69. data/assets/icons/emoji/emoji-happy-2.svg +12 -0
  70. data/assets/icons/emoji/emoji-happy-3.svg +16 -0
  71. data/assets/icons/emoji/emoji-happy.svg +15 -0
  72. data/assets/icons/emoji/emoji-in-love.svg +15 -0
  73. data/assets/icons/emoji/emoji-laughing.svg +15 -0
  74. data/assets/icons/emoji/emoji-nerd.svg +16 -0
  75. data/assets/icons/emoji/emoji-pressure.svg +17 -0
  76. data/assets/icons/emoji/emoji-sad-2.svg +15 -0
  77. data/assets/icons/emoji/emoji-sad.svg +13 -0
  78. data/assets/icons/emoji/emoji-shocked-2.svg +15 -0
  79. data/assets/icons/emoji/emoji-shocked-3.svg +11 -0
  80. data/assets/icons/emoji/emoji-shocked.svg +14 -0
  81. data/assets/icons/emoji/emoji-sweating.svg +10 -0
  82. data/assets/icons/emoji/emoji-thinking.svg +13 -0
  83. data/assets/icons/emoji/emoji-wink.svg +12 -0
  84. data/assets/icons/feather.css +871 -0
  85. data/assets/icons/feather.woff +0 -0
  86. data/assets/icons/feather.woff2 +0 -0
  87. data/assets/icons/icomoon.svg +45 -0
  88. data/assets/icons/icomoon.ttf +0 -0
  89. data/assets/icons/icomoon.woff +0 -0
  90. data/assets/icons/icon-app.svg +14 -0
  91. data/assets/icons/icon-at.svg +3 -0
  92. data/assets/icons/icon-calendar.svg +3 -0
  93. data/assets/icons/icon-design.svg +27 -0
  94. data/assets/icons/icon-dev.svg +54 -0
  95. data/assets/icons/icon-download.svg +3 -0
  96. data/assets/icons/icon-education.svg +10 -0
  97. data/assets/icons/icon-envelope.svg +3 -0
  98. data/assets/icons/icon-experience.svg +4 -0
  99. data/assets/icons/icon-like-fill.svg +3 -0
  100. data/assets/icons/icon-like.svg +3 -0
  101. data/assets/icons/icon-location.svg +3 -0
  102. data/assets/icons/icon-news.svg +3 -0
  103. data/assets/icons/icon-phone.svg +3 -0
  104. data/assets/icons/icon-photo.svg +45 -0
  105. data/assets/icons/icon-quote.svg +9 -0
  106. data/assets/icons/icon-reply.svg +3 -0
  107. data/assets/icons/icon-send.svg +3 -0
  108. data/assets/icons/icon-skype.svg +3 -0
  109. data/assets/icons/icon-user.svg +6 -0
  110. data/assets/icons/style-custome-icons.css +132 -0
  111. data/assets/images/280x204.jpg +0 -0
  112. data/assets/images/400x550.jpg +0 -0
  113. data/assets/images/433x240.jpg +0 -0
  114. data/assets/images/560x340.jpg +0 -0
  115. data/assets/images/958x400.jpg +0 -0
  116. data/assets/images/_icon-map-pic.svg +15 -0
  117. data/assets/images/apple-store.png +0 -0
  118. data/assets/images/avatar-1.png +0 -0
  119. data/assets/images/avatar-2.png +0 -0
  120. data/assets/images/avatar-3.png +0 -0
  121. data/assets/images/avatar-4.png +0 -0
  122. data/assets/images/clients/logo-1-color.png +0 -0
  123. data/assets/images/clients/logo-1-white.png +0 -0
  124. data/assets/images/clients/logo-2-color.png +0 -0
  125. data/assets/images/clients/logo-2-white.png +0 -0
  126. data/assets/images/clients/logo-3-color.png +0 -0
  127. data/assets/images/clients/logo-3-white.png +0 -0
  128. data/assets/images/clients/logo-4-color.png +0 -0
  129. data/assets/images/clients/logo-4-white.png +0 -0
  130. data/assets/images/clients/logo-5-color.png +0 -0
  131. data/assets/images/clients/logo-5-white.png +0 -0
  132. data/assets/images/clients/logo-6-color.png +0 -0
  133. data/assets/images/clients/logo-6-white.png +0 -0
  134. data/assets/images/clients/logo-7-color.png +0 -0
  135. data/assets/images/clients/logo-7-white.png +0 -0
  136. data/assets/images/clients/logo-8-color.png +0 -0
  137. data/assets/images/clients/logo-8-white.png +0 -0
  138. data/assets/images/clients/logo-9-color.png +0 -0
  139. data/assets/images/clients/logo-9-white.png +0 -0
  140. data/assets/images/cover.png +0 -0
  141. data/assets/images/cv-portfolio.jpg +0 -0
  142. data/assets/images/favicons/apple-touch-icon-114x114.png +0 -0
  143. data/assets/images/favicons/apple-touch-icon-144x144.png +0 -0
  144. data/assets/images/favicons/apple-touch-icon-57x57.png +0 -0
  145. data/assets/images/favicons/apple-touch-icon-72x72.png +0 -0
  146. data/assets/images/favicons/favicon.png +0 -0
  147. data/assets/images/icon-map-pic.svg +30 -0
  148. data/assets/images/icon-quote.svg +3 -0
  149. data/assets/images/logotype.svg +9 -0
  150. data/assets/images/my-avatar.png +0 -0
  151. data/assets/images/photoswiper/default-skin.png +0 -0
  152. data/assets/images/photoswiper/default-skin.svg +1 -0
  153. data/assets/images/photoswiper/preloader.gif +0 -0
  154. data/assets/images/play-store.png +0 -0
  155. data/assets/images/splash.gif +0 -0
  156. data/assets/img/posts/400x550.jpg +0 -0
  157. data/assets/img/posts/958x400.jpg +0 -0
  158. data/assets/js/common.js +737 -0
  159. data/assets/js/jquery-3.4.1.min.js +2 -0
  160. data/assets/js/mapbox.init.js +32 -0
  161. data/assets/js/plugins.js +33367 -0
  162. data/assets/js/plugins.min.js +106 -0
  163. data/assets/php/form-contact.php +95 -0
  164. data/assets/php/phpmailer/COMMITMENT +46 -0
  165. data/assets/php/phpmailer/LICENSE +502 -0
  166. data/assets/php/phpmailer/README.md +218 -0
  167. data/assets/php/phpmailer/SECURITY.md +28 -0
  168. data/assets/php/phpmailer/VERSION +1 -0
  169. data/assets/php/phpmailer/composer.json +55 -0
  170. data/assets/php/phpmailer/get_oauth_token.php +144 -0
  171. data/assets/php/phpmailer/language/phpmailer.lang-am.php +26 -0
  172. data/assets/php/phpmailer/language/phpmailer.lang-ar.php +27 -0
  173. data/assets/php/phpmailer/language/phpmailer.lang-az.php +26 -0
  174. data/assets/php/phpmailer/language/phpmailer.lang-ba.php +26 -0
  175. data/assets/php/phpmailer/language/phpmailer.lang-be.php +26 -0
  176. data/assets/php/phpmailer/language/phpmailer.lang-bg.php +26 -0
  177. data/assets/php/phpmailer/language/phpmailer.lang-ca.php +26 -0
  178. data/assets/php/phpmailer/language/phpmailer.lang-ch.php +26 -0
  179. data/assets/php/phpmailer/language/phpmailer.lang-cs.php +25 -0
  180. data/assets/php/phpmailer/language/phpmailer.lang-da.php +26 -0
  181. data/assets/php/phpmailer/language/phpmailer.lang-de.php +25 -0
  182. data/assets/php/phpmailer/language/phpmailer.lang-el.php +25 -0
  183. data/assets/php/phpmailer/language/phpmailer.lang-eo.php +25 -0
  184. data/assets/php/phpmailer/language/phpmailer.lang-es.php +26 -0
  185. data/assets/php/phpmailer/language/phpmailer.lang-et.php +27 -0
  186. data/assets/php/phpmailer/language/phpmailer.lang-fa.php +27 -0
  187. data/assets/php/phpmailer/language/phpmailer.lang-fi.php +27 -0
  188. data/assets/php/phpmailer/language/phpmailer.lang-fo.php +26 -0
  189. data/assets/php/phpmailer/language/phpmailer.lang-fr.php +29 -0
  190. data/assets/php/phpmailer/language/phpmailer.lang-gl.php +26 -0
  191. data/assets/php/phpmailer/language/phpmailer.lang-he.php +26 -0
  192. data/assets/php/phpmailer/language/phpmailer.lang-hi.php +26 -0
  193. data/assets/php/phpmailer/language/phpmailer.lang-hr.php +26 -0
  194. data/assets/php/phpmailer/language/phpmailer.lang-hu.php +26 -0
  195. data/assets/php/phpmailer/language/phpmailer.lang-id.php +27 -0
  196. data/assets/php/phpmailer/language/phpmailer.lang-it.php +27 -0
  197. data/assets/php/phpmailer/language/phpmailer.lang-ja.php +27 -0
  198. data/assets/php/phpmailer/language/phpmailer.lang-ka.php +26 -0
  199. data/assets/php/phpmailer/language/phpmailer.lang-ko.php +26 -0
  200. data/assets/php/phpmailer/language/phpmailer.lang-lt.php +26 -0
  201. data/assets/php/phpmailer/language/phpmailer.lang-lv.php +26 -0
  202. data/assets/php/phpmailer/language/phpmailer.lang-mg.php +25 -0
  203. data/assets/php/phpmailer/language/phpmailer.lang-ms.php +26 -0
  204. data/assets/php/phpmailer/language/phpmailer.lang-nb.php +25 -0
  205. data/assets/php/phpmailer/language/phpmailer.lang-nl.php +26 -0
  206. data/assets/php/phpmailer/language/phpmailer.lang-pl.php +26 -0
  207. data/assets/php/phpmailer/language/phpmailer.lang-pt.php +26 -0
  208. data/assets/php/phpmailer/language/phpmailer.lang-pt_br.php +29 -0
  209. data/assets/php/phpmailer/language/phpmailer.lang-ro.php +26 -0
  210. data/assets/php/phpmailer/language/phpmailer.lang-ru.php +27 -0
  211. data/assets/php/phpmailer/language/phpmailer.lang-sk.php +27 -0
  212. data/assets/php/phpmailer/language/phpmailer.lang-sl.php +27 -0
  213. data/assets/php/phpmailer/language/phpmailer.lang-sr.php +27 -0
  214. data/assets/php/phpmailer/language/phpmailer.lang-sv.php +26 -0
  215. data/assets/php/phpmailer/language/phpmailer.lang-tl.php +27 -0
  216. data/assets/php/phpmailer/language/phpmailer.lang-tr.php +30 -0
  217. data/assets/php/phpmailer/language/phpmailer.lang-uk.php +27 -0
  218. data/assets/php/phpmailer/language/phpmailer.lang-vi.php +26 -0
  219. data/assets/php/phpmailer/language/phpmailer.lang-zh.php +28 -0
  220. data/assets/php/phpmailer/language/phpmailer.lang-zh_cn.php +28 -0
  221. data/assets/php/phpmailer/src/Exception.php +39 -0
  222. data/assets/php/phpmailer/src/OAuth.php +138 -0
  223. data/assets/php/phpmailer/src/PHPMailer.php +4502 -0
  224. data/assets/php/phpmailer/src/POP3.php +419 -0
  225. data/assets/php/phpmailer/src/SMTP.php +1326 -0
  226. data/assets/videos/video-1.mp4 +0 -0
  227. data/assets/videos/video-2.mp4 +0 -0
  228. metadata +283 -0
@@ -0,0 +1,265 @@
1
+ /* -----------------------------------------------------------------
2
+ - Sections
3
+ ----------------------------------------------------------------- */
4
+
5
+ // Container
6
+ @media (min-width: 1200px) {
7
+ .container {
8
+ max-width: 1140px;
9
+ }
10
+ }
11
+
12
+ @media (min-width: 1300px) {
13
+ .container {
14
+ max-width: 1230px;
15
+ }
16
+ }
17
+
18
+ @media (min-width: 1400px) {
19
+ .container {
20
+ max-width: 1290px;
21
+ }
22
+ }
23
+
24
+ // Box
25
+ .box {
26
+ background: var(--color-gradient-border);
27
+ position: relative;
28
+ z-index: 0;
29
+
30
+ &::before {
31
+ content: '';
32
+ @include position(absolute, $top: 1px, $right: 1px, $bottom: 1px, $left: 1px);
33
+ background: var(--color-gradient-soft);
34
+ //background-clip: padding-box!important;
35
+ //border: 1px solid transparent;
36
+ border-radius: inherit;
37
+ z-index: -1;
38
+ }
39
+
40
+ @media (-webkit-min-device-pixel-ratio: 1.5) {
41
+ &::before {
42
+ //@include position(absolute, $top: .5px, $right: .5px, $bottom: .5px, $left: .5px);
43
+ }
44
+ }
45
+
46
+ &--s2 {
47
+ background: var(--color-gradient-border-gray);
48
+
49
+ &::before {
50
+ background-image: var(--color-btn)!important;
51
+ background-color: var(--color-surface-3)!important;
52
+ }
53
+ }
54
+ }
55
+
56
+ .box-outer {
57
+ background-color: var(--color-surface-1);
58
+ border: 1px solid var(--color-border);
59
+ border-radius: var(--radius-20);
60
+ box-shadow: var(--box-shadow-24);
61
+ padding: rem(30px);
62
+ position: relative;
63
+
64
+ @media only screen and (max-width: $small) {
65
+ padding: rem(15px);
66
+ }
67
+ }
68
+
69
+ .box-inner {
70
+ border-radius: var(--radius-16);
71
+ box-shadow: var(--box-shadow-50);
72
+ padding: rem(30px);
73
+ margin-bottom: rem(30px);
74
+
75
+ @media only screen and (max-width: $small) {
76
+ border-radius: var(--radius-14);
77
+ box-shadow: var(--box-shadow-30);
78
+ padding: rem(20px);
79
+ margin-bottom: rem(15px);
80
+ }
81
+ }
82
+
83
+ .icon-box {
84
+ font-size: rem(18px);
85
+ @include inline-flex($align: center, $justify: center);
86
+ border-radius: var(--radius-12);
87
+ box-shadow: var(--box-shadow-30);
88
+ line-height: 1;
89
+ margin-right: rem(16px);
90
+ height: rem(48px);
91
+ width: rem(48px);
92
+
93
+ &::before {
94
+ background: var(--color-gradient-icon);
95
+ }
96
+
97
+ .font-icon {
98
+ background: var(--color-gradient-text);
99
+ -webkit-background-clip: text;
100
+ background-clip: text;
101
+ -webkit-text-fill-color: transparent;
102
+ }
103
+
104
+ @media only screen and (max-width: $small) {
105
+ font-size: rem(16px);
106
+ border-radius: var(--radius-8);
107
+ box-shadow: var(--box-shadow-24);
108
+ height: rem(30px);
109
+ width: rem(30px);
110
+ }
111
+ }
112
+
113
+ .box-avatar {
114
+ $size-avatar: rem(80px);
115
+ border-radius: var(--radius-18);
116
+ box-shadow: var(--box-shadow-30);
117
+ height: $size-avatar;
118
+ width: $size-avatar;
119
+
120
+ &::before {
121
+ background: var(--color-gradient-gray);
122
+ }
123
+
124
+ img {
125
+ object-fit: cover;
126
+ }
127
+
128
+ &--not-border {
129
+ background: var(--color-gradient-gray);
130
+ }
131
+
132
+ &--not-border::before {
133
+ display: none;
134
+ }
135
+
136
+ @media only screen and (max-width: $small) {
137
+ border-radius: var(--radius-14);
138
+ box-shadow: var(--box-shadow-24);
139
+ height: calc(#{$size-avatar} - #{rem(20px)});
140
+ width: calc(#{$size-avatar} - #{rem(20px)});
141
+ }
142
+ }
143
+
144
+ .separation {
145
+ background: var(--color-border);
146
+ margin: rem(32px) 0;
147
+ height: 1px;
148
+ width: 100%;
149
+
150
+ @media only screen and (max-width: $small) {
151
+ margin: rem(16px) 0;
152
+ }
153
+ }
154
+
155
+ .js-image {
156
+ background-size: cover;
157
+ background-position: center;
158
+ height: 100%;
159
+ width: 100%;
160
+ }
161
+
162
+ .gutter-top {
163
+ padding-top: rem(60px);
164
+
165
+ @media only screen and (max-width: $small) {
166
+ padding-top: rem(15px);
167
+ }
168
+ }
169
+
170
+ .gutter-bottom {
171
+ padding-bottom: rem(60px);
172
+
173
+ @media only screen and (max-width: $small) {
174
+ padding-bottom: rem(40px);
175
+ }
176
+ }
177
+
178
+ .noGutters {
179
+ &-Top {
180
+ margin-top: 0!important;
181
+ }
182
+ &-Bottom {
183
+ margin-bottom: 0!important;
184
+ }
185
+ &-Left {
186
+ margin-left: 0!important;
187
+ }
188
+ &-Right {
189
+ margin-right: 0!important;
190
+ }
191
+ }
192
+
193
+ /* Details info */
194
+ .details-info {
195
+ list-style: none;
196
+ padding-left: 0;
197
+ margin-bottom: rem(8px);
198
+ //overflow: hidden;
199
+
200
+ @media only screen and (max-width: $large-xl) {
201
+ @include flex($wrap: wrap);
202
+ margin-bottom: 0;
203
+ }
204
+
205
+ @media only screen and (max-width: $medium) {
206
+ @include flex($direction: column);
207
+ margin-bottom: rem(8px);
208
+ font-size: rem(16px);
209
+ }
210
+
211
+ @media only screen and (max-width: $small) {
212
+ font-size: rem(15px);
213
+ }
214
+
215
+ &--inline {
216
+ @include flex($direction: row, $wrap: wrap);
217
+ }
218
+
219
+ &__item {
220
+ color: var(--color-heading);
221
+ font-size: rem(14px);
222
+ @include flex($align: center);
223
+ margin-bottom: rem(28px);
224
+ //overflow: hidden;
225
+ text-overflow: ellipsis;
226
+ white-space: nowrap;
227
+
228
+ @media only screen and (max-width: $small) {
229
+ font-size: rem(13px);
230
+ //flex: 0 0 100%;
231
+ margin-bottom: rem(15px)!important;
232
+
233
+ &:nth-last-child(2) {
234
+ //margin-bottom: rem(15px);
235
+ }
236
+
237
+ &:nth-last-child(1) {
238
+ //margin-bottom: 0;
239
+ }
240
+ }
241
+
242
+ a {
243
+ color: var(--color-heading);
244
+ -webkit-text-fill-color: inherit;
245
+ text-decoration: none;
246
+
247
+ &:hover {
248
+ color: var(--color-heading);
249
+ }
250
+ }
251
+ }
252
+
253
+ &--inline .details-info__item {
254
+ @include inline-flex($align: center);
255
+ margin-right: rem(80px);
256
+
257
+ &:last-child {
258
+ margin-right: 0;
259
+ }
260
+ }
261
+
262
+ &__info {
263
+ flex: 1;
264
+ }
265
+ }
@@ -0,0 +1,181 @@
1
+ /* -----------------------------------------------------------------
2
+ - Sidebar
3
+ ----------------------------------------------------------------- */
4
+
5
+ .sidebar {
6
+ z-index: 10;
7
+
8
+ @media only screen and (max-width: $large-xl) {
9
+ margin-bottom: rem(30px);
10
+ }
11
+
12
+ @media only screen and (max-width: $small) {
13
+ margin-bottom: rem(16px);
14
+ }
15
+
16
+ &__base-info {
17
+ @media only screen and (max-width: $large-xl) {
18
+ @include flex($align: center);
19
+ }
20
+ }
21
+
22
+ &__additional-info {
23
+ @media only screen and (min-width: $large-xl) {
24
+ display: block!important;
25
+ }
26
+
27
+ @media only screen and (max-width: $large-xl) {
28
+ display: none;
29
+ }
30
+
31
+ .details-info__item {
32
+ @media only screen and (max-width: $large-xl) {
33
+ flex: 0 0 50%;
34
+
35
+ &:nth-last-child(2),
36
+ &:nth-last-child(1) {
37
+ margin-bottom: 0;
38
+ }
39
+ }
40
+
41
+ @media only screen and (max-width: $medium) {
42
+ margin-bottom: rem(20px);
43
+
44
+ &:nth-last-child(2) {
45
+ margin-bottom: rem(20px);
46
+ }
47
+
48
+ &:nth-last-child(1) {
49
+ margin-bottom: 0!important;
50
+ }
51
+ }
52
+
53
+ @media only screen and (max-width: $small) {
54
+ //font-size: rem(13px);
55
+ flex: 0 0 100%;
56
+ //margin-bottom: rem(15px);
57
+
58
+ &:nth-last-child(2) {
59
+ margin-bottom: rem(15px);
60
+ }
61
+
62
+ &:nth-last-child(1) {
63
+ margin-bottom: 0;
64
+ }
65
+ }
66
+ }
67
+ }
68
+
69
+ .avatar-box {
70
+ background: var(--color-gradient-gray);
71
+ border-radius: var(--radius-32);
72
+ margin: rem(30px) rem(30px) rem(20px);
73
+ overflow: hidden;
74
+ height: calc(100% - #{rem(60px)});
75
+ width: calc(100% - #{rem(60px)});
76
+ transition: all .3s ease-in-out;
77
+
78
+ @media only screen and (max-width: $large-xl) {
79
+ flex-shrink: 0;
80
+ margin: 0 rem(24px) 0 0;
81
+ height: rem(120px);
82
+ width: rem(120px);
83
+ }
84
+
85
+ @media only screen and (max-width: $small) {
86
+ border-radius: var(--radius-20);
87
+ margin: 0 rem(16px) 0 0;
88
+ height: rem(80px);
89
+ width: rem(80px);
90
+ }
91
+ }
92
+
93
+ .avatar-box img {
94
+ object-fit: cover;
95
+ height: 100%;
96
+ width: 100%;
97
+ }
98
+
99
+ &__name {
100
+ font-size: rem(26px);
101
+ font-weight: 500;
102
+ margin-bottom: rem(16px);
103
+ position: relative;
104
+
105
+ @media only screen and (max-width: $small) {
106
+ font-size: rem(17px);
107
+ margin-bottom: rem(10px);
108
+ }
109
+ }
110
+
111
+ &__btn {
112
+ @include position(absolute, $top: 0, $right: 0);
113
+ border-top-left-radius: 0;
114
+ border-bottom-right-radius: 0;
115
+ display: none;
116
+
117
+ @media only screen and (max-width: $large-xl) {
118
+ display: block;
119
+ padding: rem(10px) rem(16px);
120
+ }
121
+
122
+ @media only screen and (max-width: $small) {
123
+ padding: rem(10px);
124
+ }
125
+ }
126
+
127
+ &__btn i {
128
+ display: none;
129
+ }
130
+
131
+ @media only screen and (max-width: $small) {
132
+ &__btn i {
133
+ display: block;
134
+ margin: 0;
135
+ }
136
+
137
+ &__btn span {
138
+ display: none;
139
+ }
140
+ }
141
+ }
142
+
143
+ .contacts-block__info {
144
+ flex: 1;
145
+ }
146
+
147
+ /* Social */
148
+ .social {
149
+ text-align: center;
150
+
151
+ &__link {
152
+ font-size: rem(18px);
153
+ color: var(--color-heading);
154
+ -webkit-text-fill-color: inherit;
155
+ opacity: .6;
156
+ margin: 0 rem(6px);
157
+
158
+ @media only screen and (max-width: $small) {
159
+ font-size: rem(16px);
160
+ }
161
+ }
162
+
163
+ &__link:hover {
164
+ color: inherit;
165
+ opacity: 1;
166
+ text-decoration: none;
167
+ }
168
+
169
+ @media only screen and (max-width: $large-xl) {
170
+ text-align: left;
171
+ }
172
+ }
173
+
174
+ .sticky-column {
175
+ margin-top: 0;
176
+ transition: all .3s ease-in-out;
177
+ }
178
+
179
+ .sticky-column.is_stuck {
180
+ margin-top: rem(30px);
181
+ }