Blame view

ambshoes/css/_footer-style.scss 2.13 KB
81add67c   alex   first
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
  .studio_footer {

    background: #333333;

    color: #979797;

  }

  .copyright {

    width: 100%;

    height: 68px;

    font-size: 12px;

    display: table-cell;

    vertical-align: middle;

  }

  .artweb-wr {

    width: 100%;

    float: right;

    height: 68px;

    position: relative;

    a {

      height: 68px;

      line-height: 68px;

      font-size: 12px;

      float: right;

      margin-right: 36px;

      color: inherit;

    }

  }

  .artweb-img {

    width: 24px;

    height: 24px;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -12px;

    cursor: default;

    a {

      color: inherit;

      margin: 0;

      padding: 0;

      width: 24px;

      height: 23px;

      display: block;

      div {

        width: 24px;

        height: 23px;

        position: relative;

        color: inherit;

        &:before {

          @include svgIcon;

          color: inherit;

          font-size: 24px;

          content: '\e911';

          position: absolute;

          top: 0;

          left: 0;

        }

      }

    }

  }

  

  

  .contacts-footer-col {

    width: 50%;

    float: left;

    position: absolute;

    left: 0;

    top: 0;

    height: 336px;

    background: #f2f2f2;

    &.map_{

      right: 0;

      left: auto;

      background: url("../images/bg-map.jpg") 0 50% no-repeat;

    }

  }

  

  .contacts-footer-wr {

    height: 336px;

    background: #f2f2f2;

  }

  

  .c-f-title {

    text-transform: uppercase;

    font-size: 24px;

    font-family: Georgia;

    line-height: 26px;

    margin-top: 36px;

  }

  .c-f-adress {

    font-size: 18px;

    line-height: 20px;

    margin-top: 22px;

  }

  

  .c-f-phone {

    font-size: 24px;

    line-height: 26px;

    margin-top: 11px;

  }

  

  .c-f-email {

    margin-top: 18px;

    font-size: 16px;

    a {

      text-decoration: underline;

      &:hover {

        text-decoration: none;

  

      }

    }

  }

  

  

  @media (max-width: 767px) {

    .artweb-wr {

      width: 135px;

      margin: 0 auto;

      float: none;

      height: 40px;

      a {

  

        height: 40px;

        line-height: 40px;

      }

    }

    .artweb-img {

      top: 0;

      margin-top: 0;

      a {

        div {

          &:before {

            line-height: 40px;

  

          }

        }

      }

    }

    .contacts-footer-col {

      width: 100%;

    }

  }