Commit 4a1af17022ddbd910c7800e80b2095e1da98b2a7
1 parent
b9496589
123
Showing
20 changed files
with
152 additions
and
3 deletions
Show diff stats
www-arktika/index.php
... | ... | @@ -469,6 +469,14 @@ |
469 | 469 | } |
470 | 470 | ); |
471 | 471 | </script> |
472 | - | |
472 | +<!-- Google Tag Manager --> | |
473 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K68D7N" | |
474 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | |
475 | +<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
476 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
477 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
478 | + '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
479 | + })(window,document,'script','dataLayer','GTM-K68D7N');</script> | |
480 | +<!-- End Google Tag Manager --> | |
473 | 481 | </body> |
474 | 482 | </html> | ... | ... |
1 | +/* font-family: "LatoRegular"; */ | |
2 | +@font-face { | |
3 | + font-family: "Lato-Medium"; | |
4 | + src: url("../fonts/LatoRegular.eot"); | |
5 | + src: url("../fonts/LatoRegular.eot?#iefix")format("embedded-opentype"), | |
6 | + url("../fonts/LatoRegular.woff") format("woff"), | |
7 | + url("../fonts/LatoRegular.ttf") format("truetype"); | |
8 | + font-style: normal; | |
9 | + font-weight: normal; | |
10 | +} | |
11 | +/* font-family: "LatoBold"; */ | |
12 | +@font-face { | |
13 | + font-family: "Lato-Bold"; | |
14 | + src: url("../fonts/LatoBold.eot"); | |
15 | + src: url("../fonts/LatoBold.eot?#iefix")format("embedded-opentype"), | |
16 | + url("../fonts/LatoBold.woff") format("woff"), | |
17 | + url("../fonts/LatoBold.ttf") format("truetype"); | |
18 | + font-style: normal; | |
19 | + font-weight: normal; | |
20 | +} | |
21 | +/* font-family: "LatoItalic"; */ | |
22 | +@font-face { | |
23 | + font-family: "Lato-Italic"; | |
24 | + src: url("../fonts/LatoItalic.eot"); | |
25 | + src: url("../fonts/LatoItalic.eot?#iefix")format("embedded-opentype"), | |
26 | + url("../fonts/LatoItalic.woff") format("woff"), | |
27 | + url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype"); | |
28 | + font-style: normal; | |
29 | + font-weight: normal; | |
30 | +} | |
31 | +/* font-family: "LatoLight"; */ | |
32 | +@font-face { | |
33 | + font-family: "Lato-Light"; | |
34 | + src: url("../fonts/LatoLight.eot"); | |
35 | + src: url("../fonts/LatoLight.eot?#iefix")format("embedded-opentype"), | |
36 | + url("../fonts/LatoLight.woff") format("woff"), | |
37 | + url("../fonts/LatoLight.ttf") format("truetype"); | |
38 | + font-style: normal; | |
39 | + font-weight: normal; | |
40 | +} | |
41 | +/* font-family: "LatoBoldItalic"; */ | |
42 | +@font-face { | |
43 | + font-family: "LatoBoldItalic"; | |
44 | + src: url("../fonts/LatoBoldItalic.eot"); | |
45 | + src: url("../fonts/LatoBoldItalic.eot?#iefix")format("embedded-opentype"), | |
46 | + url("../fonts/LatoBoldItalic.woff") format("woff"), | |
47 | + url("../fonts/LatoBoldItalic.ttf") format("truetype"); | |
48 | + font-style: normal; | |
49 | + font-weight: normal; | |
50 | +} | |
0 | 51 | \ No newline at end of file | ... | ... |
www/css/main.css
... | ... | @@ -4139,4 +4139,95 @@ input[type=number] { |
4139 | 4139 | background-color: #00a3de; |
4140 | 4140 | } |
4141 | 4141 | h2.types_logo_320{color:#00a3de;} |
4142 | -h2.types_logo_543{color:#5b4a42;} | |
4143 | 4142 | \ No newline at end of file |
4143 | +h2.types_logo_543{color:#5b4a42;} | |
4144 | + | |
4145 | +.delivery-form-par{ | |
4146 | + position: fixed; | |
4147 | + z-index: 99991; | |
4148 | + top: 0; | |
4149 | + background-color: rgba(255, 255, 255, 0.75); | |
4150 | + width: 100%; | |
4151 | + height: 100%; | |
4152 | + display:none; | |
4153 | +} | |
4154 | +.delivery-form-par .close-white{ | |
4155 | + content:''; | |
4156 | + position:absolute; | |
4157 | + top:0; | |
4158 | + left:0; | |
4159 | + width:100%; | |
4160 | + height:100%; | |
4161 | + cursor:pointer; | |
4162 | +} | |
4163 | +.delivery-form-par .popup-main-delivery{ | |
4164 | + width:843px; | |
4165 | + height:400px; | |
4166 | + background-image:url("../images/right_deliver.png"); | |
4167 | + background-position: right center; | |
4168 | + background-repeat:no-repeat; | |
4169 | + background-color:#fdfaf1; | |
4170 | + position:absolute; | |
4171 | + font-family:'Lato-Medium'; | |
4172 | + left: calc(50% - 421.5px); | |
4173 | + top: 15%; | |
4174 | +} | |
4175 | +.delivery-form-par .content-popup .text-up{ | |
4176 | + width:320px; | |
4177 | + border-bottom: 1px solid #6cb33f; | |
4178 | + color:#42210b; | |
4179 | + text-align:center; | |
4180 | + font-size:18px; | |
4181 | + padding-top: 19px; | |
4182 | + line-height: 22px; | |
4183 | + padding-bottom: 4px; | |
4184 | +} | |
4185 | +.delivery-form-par .text-down .up-text{ | |
4186 | + color: #42210b; | |
4187 | + font-size: 13.5px; | |
4188 | + text-align: center; | |
4189 | + width: 323px; | |
4190 | + padding-top: 23px; | |
4191 | + padding-bottom: 8px; | |
4192 | +} | |
4193 | +.delivery-form-par .text-down .footer-text{ | |
4194 | + color:#333333; | |
4195 | + font-style:italic; | |
4196 | + text-align:center; | |
4197 | + font-family: 'Lato-Italic'; | |
4198 | + padding-top: 8px; | |
4199 | + padding-top: 24px; | |
4200 | + width: 319px; | |
4201 | + font-size: 10.8px; | |
4202 | +} | |
4203 | +.delivery-form-par .submit-delivery-but{ | |
4204 | + font-size:15px; | |
4205 | + color:#fff; | |
4206 | + border:none; | |
4207 | + background-color:#6cb33f; | |
4208 | + text-transform:lowercase; | |
4209 | + width:80px; | |
4210 | + height:25px; | |
4211 | + outline:none; | |
4212 | + cursor:pointer; | |
4213 | +} | |
4214 | +.delivery-form-par .text-up p span{ | |
4215 | + color:#f15a24; | |
4216 | + font-size:28.58px; | |
4217 | +} | |
4218 | +.delivery-form-par .content-popup{ | |
4219 | + padding: 38px; | |
4220 | + width: 40%; | |
4221 | +} | |
4222 | +.delivery-form-par .text-down input{ | |
4223 | + height: 23px; | |
4224 | + width: 104px; | |
4225 | + border: 1px solid #6cb33f; | |
4226 | + font-size: 9px; | |
4227 | + padding-left: 12px; | |
4228 | + outline: none; | |
4229 | +} | |
4230 | +.delivery-form-par .deliver-form { | |
4231 | + display: flex; | |
4232 | + justify-content: space-between; | |
4233 | + width: 327px; | |
4234 | +} | |
4144 | 4235 | \ No newline at end of file | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
280 KB
www/js/main.js