| 1 |
.wtotem_footer { |
| 2 |
padding-top: 18px; |
| 3 |
padding-bottom: 20px; |
| 4 |
background: #f3f5f6; } |
| 5 |
.wtotem_footer__first { |
| 6 |
display: flex; |
| 7 |
justify-content: space-between; |
| 8 |
align-items: center; |
| 9 |
margin-bottom: 21px; } |
| 10 |
.wtotem_footer__caption { |
| 11 |
display: flex; |
| 12 |
align-items: center; } |
| 13 |
.wtotem_footer__logo { |
| 14 |
margin-right: 12px; |
| 15 |
background: url("../img/logo-blue.svg") no-repeat center center/cover; |
| 16 |
width: 20px; |
| 17 |
height: 32px; } |
| 18 |
.wtotem_footer__text { |
| 19 |
font-size: 12px; |
| 20 |
color: #5e6977; |
| 21 |
line-height: 12px; |
| 22 |
font-weight: 500; } |
| 23 |
.wtotem_footer__contacts { |
| 24 |
width: 200px; |
| 25 |
display: flex; |
| 26 |
justify-content: space-between; } |
| 27 |
.wtotem_footer__link { |
| 28 |
font-weight: 500; } |
| 29 |
.wtotem_footer__line { |
| 30 |
height: 1px; |
| 31 |
background: #e1e8ee; |
| 32 |
margin-bottom: 26px; } |
| 33 |
.wtotem_footer__bottom { |
| 34 |
display: flex; |
| 35 |
justify-content: space-between; |
| 36 |
align-items: center; } |
| 37 |
.wtotem_footer__left { |
| 38 |
display: flex; |
| 39 |
justify-content: space-between; |
| 40 |
align-items: center; |
| 41 |
width: 255px; } |
| 42 |
.wtotem_footer__text { |
| 43 |
font-size: 12px; |
| 44 |
font-weight: 500; |
| 45 |
color: #5e6977; } |
| 46 |
.wtotem_footer__store { |
| 47 |
margin-bottom: -5px; } |
| 48 |
.wtotem_footer__app-store { |
| 49 |
width: 19px; |
| 50 |
height: 19px; |
| 51 |
background: url("../img/app-store.svg") no-repeat center center/cover; } |
| 52 |
.wtotem_footer__play-store { |
| 53 |
width: 17px; |
| 54 |
height: 19px; |
| 55 |
background: url("../img/play-store.svg") no-repeat center center/cover; } |
| 56 |
.wtotem_footer__soc-link { |
| 57 |
margin-right: 20px; } |
| 58 |
.wtotem_footer__soc-link:last-child { |
| 59 |
margin-right: 0; } |
| 60 |
.wtotem_footer__payment { |
| 61 |
width: 166px; |
| 62 |
display: flex; |
| 63 |
justify-content: space-between; |
| 64 |
align-items: center; } |
| 65 |
|
| 66 |
/* 576-768px sm Small */ |
| 67 |
@media screen and (max-width: 768px) { |
| 68 |
.wtotem_footer__store, .wtotem_footer__soc, .wtotem_footer__payment, .wtotem_footer__line { |
| 69 |
display: none; } |
| 70 |
.wtotem_footer__caption, .wtotem_footer__left, .wtotem_footer__text { |
| 71 |
margin: 0 auto; } |
| 72 |
.wtotem_footer__caption { |
| 73 |
flex-direction: column; } |
| 74 |
.wtotem_footer__logo { |
| 75 |
margin-bottom: 18px; } } |
| 76 |
|
| 77 |
/* 320-576px Extra small */ |
| 78 |
|
| 79 |
/*# sourceMappingURL=footer.css.map */ |
| 80 |
|