Commit a050e62ae5b49df07ac384e14364646517bcc9ee

Authored by Volodymyr
1 parent 6d2f2cf1

main h1

frontend/views/site/index.php
@@ -33,9 +33,9 @@ $coordinates['lon'] = empty($settings->lon) ? 0 : $settings->lon; @@ -33,9 +33,9 @@ $coordinates['lon'] = empty($settings->lon) ? 0 : $settings->lon;
33 <div class="row row-flex main-about__row"> 33 <div class="row row-flex main-about__row">
34 <div class="col-xs-12 align-self-start"> 34 <div class="col-xs-12 align-self-start">
35 <div class="row row-flex align-items-center main-about__wrapp_title"> 35 <div class="row row-flex align-items-center main-about__wrapp_title">
36 - <div class="main-about__title"> 36 + <h1 class="main-about__title">
37 <?= \Yii::t('app', 'main-about__title') ?> 37 <?= \Yii::t('app', 'main-about__title') ?>
38 - </div> 38 + </h1>
39 <div class="main-about__button"> 39 <div class="main-about__button">
40 <a href="#" 40 <a href="#"
41 class="btn button1 icon_phone modaled init-button-consultation press-consultation" 41 class="btn button1 icon_phone modaled init-button-consultation press-consultation"
frontend/web/css/new-style/new-index.css
1 .new-index { 1 .new-index {
2 - color: #000; }  
3 - .new-index section, .new-index div.section {  
4 - margin: 0; } 2 + color: #000;
  3 +}
  4 +.new-index section, .new-index div.section {
  5 + margin: 0;
  6 +}
5 7
6 .index-titles { 8 .index-titles {
7 text-align: center; 9 text-align: center;
8 font-size: 32px; 10 font-size: 32px;
9 line-height: 36px; 11 line-height: 36px;
10 font-weight: 700; 12 font-weight: 700;
11 - text-transform: uppercase; } 13 + text-transform: uppercase;
  14 +}
12 15
13 .main-about { 16 .main-about {
14 height: 479px; 17 height: 479px;
15 background-position: 50% 0; 18 background-position: 50% 0;
16 background-repeat: no-repeat; 19 background-repeat: no-repeat;
17 color: #fff; 20 color: #fff;
18 - padding-bottom: 17px; }  
19 - .main-about > .container {  
20 - height: 100%; }  
21 - .main-about > .container > .row-flex {  
22 - height: 100%; }  
23 - .main-about > .container > .row-flex .row-flex {  
24 - margin-left: 0;  
25 - margin-right: 0; }  
26 - .main-about__wrapp_title {  
27 - padding-top: 99px; }  
28 - .main-about__title {  
29 - width: 100%;  
30 - flex-basis: 0;  
31 - flex-grow: 1;  
32 - max-width: 100%; }  
33 - .main-about__title span {  
34 - display: block;  
35 - text-transform: uppercase;  
36 - font-size: 50px;  
37 - line-height: 57px;  
38 - font-weight: 700; }  
39 - .main-about__title span:first-child {  
40 - color: #ffd800;  
41 - font-size: 74px;  
42 - line-height: 57px; }  
43 - .main-about__title span:last-child {  
44 - font-size: 24px;  
45 - line-height: 37px;  
46 - letter-spacing: 2.4px;  
47 - font-weight: 500; }  
48 - .main-about__button a {  
49 - margin: 0;  
50 - background-color: #ffd800;  
51 - background-image: none !important;  
52 - width: 255px;  
53 - max-width: 100%;  
54 - padding: 0 10px;  
55 - height: 48px;  
56 - border-radius: 0;  
57 - line-height: 50px;  
58 - box-shadow: none !important;  
59 - transition: 0.2s;  
60 - -webkit-transition: 0.2s;  
61 - -moz-transition: 0.2s;  
62 - -ms-transition: 0.2s;  
63 - -o-transition: 0.2s;  
64 - position: relative; }  
65 - .main-about__button a:hover {  
66 - transform: translateY(-3px);  
67 - background-color: #ffd800;  
68 - box-shadow: 0 10px 20px rgba(255, 255, 255, 0.35) !important; }  
69 - .main-about__button a:hover:after {  
70 - transform: scaleX(1.4) scaleY(1.6);  
71 - opacity: 0; }  
72 - .main-about__button a:active {  
73 - transform: translateY(-1px); }  
74 - .main-about__button a:after {  
75 - content: "";  
76 - display: block;  
77 - height: 100%;  
78 - width: 100%;  
79 - position: absolute;  
80 - top: 0;  
81 - left: 0;  
82 - z-index: -1;  
83 - transition: 0.4s;  
84 - background: #ffd800;  
85 - opacity: 0.7; }  
86 - .main-about__item {  
87 - font-size: 13px;  
88 - line-height: 17px;  
89 - width: 100%;  
90 - flex: 0 0 20%;  
91 - max-width: 20%;  
92 - position: relative;  
93 - padding-left: 13px;  
94 - padding-right: 5px;  
95 - padding-bottom: 15px;  
96 - cursor: default;  
97 - transition: 0.15s;  
98 - -webkit-transition: 0.15s;  
99 - -moz-transition: 0.15s;  
100 - -ms-transition: 0.15s;  
101 - -o-transition: 0.15s; }  
102 - .main-about__item:hover {  
103 - transform: translateY(-15px);  
104 - transition: 0.3s;  
105 - -webkit-transition: 0.3s;  
106 - -moz-transition: 0.3s;  
107 - -ms-transition: 0.3s;  
108 - -o-transition: 0.3s; }  
109 - .main-about__item:before {  
110 - content: '';  
111 - position: absolute;  
112 - left: 0;  
113 - width: 1px;  
114 - background: #ffffff;  
115 - opacity: 0.3;  
116 - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  
117 - filter: alpha(opacity=30);  
118 - top: 4px;  
119 - bottom: 1px; }  
120 - .main-about__item span {  
121 - font-weight: 700;  
122 - color: #ffd800;  
123 - display: block; } 21 + padding-bottom: 17px;
  22 +}
  23 +.main-about > .container {
  24 + height: 100%;
  25 +}
  26 +.main-about > .container > .row-flex {
  27 + height: 100%;
  28 +}
  29 +.main-about > .container > .row-flex .row-flex {
  30 + margin-left: 0;
  31 + margin-right: 0;
  32 +}
  33 +.main-about__wrapp_title {
  34 + padding-top: 99px;
  35 +}
  36 +.main-about__title {
  37 + width: 100%;
  38 + flex-basis: 0;
  39 + flex-grow: 1;
  40 + max-width: 100%;
  41 + color: #fff;
  42 +}
  43 +.main-about__title span {
  44 + display: block;
  45 + text-transform: uppercase;
  46 + font-size: 50px;
  47 + line-height: 57px;
  48 + font-weight: 700;
  49 +}
  50 +.main-about__title span:first-child {
  51 + color: #ffd800;
  52 + font-size: 74px;
  53 + line-height: 57px;
  54 +}
  55 +.main-about__title span:last-child {
  56 + font-size: 24px;
  57 + line-height: 37px;
  58 + letter-spacing: 2.4px;
  59 + font-weight: 500;
  60 +}
  61 +.main-about__button a {
  62 + margin: 0;
  63 + background-color: #ffd800;
  64 + background-image: none !important;
  65 + width: 255px;
  66 + max-width: 100%;
  67 + padding: 0 10px;
  68 + height: 48px;
  69 + border-radius: 0;
  70 + line-height: 50px;
  71 + box-shadow: none !important;
  72 + transition: 0.2s;
  73 + -webkit-transition: 0.2s;
  74 + -moz-transition: 0.2s;
  75 + -ms-transition: 0.2s;
  76 + -o-transition: 0.2s;
  77 + position: relative;
  78 +}
  79 +.main-about__button a:hover {
  80 + transform: translateY(-3px);
  81 + background-color: #ffd800;
  82 + box-shadow: 0 10px 20px rgba(255, 255, 255, 0.35) !important;
  83 +}
  84 +.main-about__button a:hover:after {
  85 + transform: scaleX(1.4) scaleY(1.6);
  86 + opacity: 0;
  87 +}
  88 +.main-about__button a:active {
  89 + transform: translateY(-1px);
  90 +}
  91 +.main-about__button a:after {
  92 + content: "";
  93 + display: block;
  94 + height: 100%;
  95 + width: 100%;
  96 + position: absolute;
  97 + top: 0;
  98 + left: 0;
  99 + z-index: -1;
  100 + transition: 0.4s;
  101 + background: #ffd800;
  102 + opacity: 0.7;
  103 +}
  104 +.main-about__item {
  105 + font-size: 13px;
  106 + line-height: 17px;
  107 + width: 100%;
  108 + flex: 0 0 20%;
  109 + max-width: 20%;
  110 + position: relative;
  111 + padding-left: 13px;
  112 + padding-right: 5px;
  113 + padding-bottom: 15px;
  114 + cursor: default;
  115 + transition: 0.15s;
  116 + -webkit-transition: 0.15s;
  117 + -moz-transition: 0.15s;
  118 + -ms-transition: 0.15s;
  119 + -o-transition: 0.15s;
  120 +}
  121 +.main-about__item:hover {
  122 + transform: translateY(-15px);
  123 + transition: 0.3s;
  124 + -webkit-transition: 0.3s;
  125 + -moz-transition: 0.3s;
  126 + -ms-transition: 0.3s;
  127 + -o-transition: 0.3s;
  128 +}
  129 +.main-about__item:before {
  130 + content: "";
  131 + position: absolute;
  132 + left: 0;
  133 + width: 1px;
  134 + background: #ffffff;
  135 + opacity: 0.3;
  136 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  137 + filter: alpha(opacity=30);
  138 + top: 4px;
  139 + bottom: 1px;
  140 +}
  141 +.main-about__item span {
  142 + font-weight: 700;
  143 + color: #ffd800;
  144 + display: block;
  145 +}
124 146
125 .second-about { 147 .second-about {
126 background: #f6f6f6; 148 background: #f6f6f6;
127 padding-top: 15px; 149 padding-top: 15px;
128 - padding-bottom: 30px; }  
129 - .second-about__item {  
130 - padding-top: 15px; }  
131 - .second-about__item a {  
132 - display: block;  
133 - width: 100%;  
134 - position: relative;  
135 - color: #fff; }  
136 - .second-about__item a:hover:before {  
137 - background: #fed800;  
138 - opacity: 1;  
139 - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
140 - filter: alpha(opacity=100); }  
141 - .second-about__item a:hover span {  
142 - transform: translateY(-15px); }  
143 - .second-about__item a:before {  
144 - position: absolute;  
145 - content: '';  
146 - background: #000;  
147 - z-index: 2;  
148 - left: 0;  
149 - top: 0;  
150 - width: 100%;  
151 - height: 100%;  
152 - transition: 0.2s;  
153 - -webkit-transition: 0.2s;  
154 - -moz-transition: 0.2s;  
155 - -ms-transition: 0.2s;  
156 - -o-transition: 0.2s;  
157 - opacity: 0.5;  
158 - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
159 - filter: alpha(opacity=50); }  
160 - .second-about__item a img {  
161 - width: 100%;  
162 - position: relative;  
163 - z-index: 1; }  
164 - .second-about__item a span {  
165 - position: absolute;  
166 - z-index: 3;  
167 - left: 25px;  
168 - right: 0;  
169 - bottom: 13px;  
170 - font-size: 14px;  
171 - line-height: 21px;  
172 - text-transform: uppercase;  
173 - font-weight: 700;  
174 - padding-right: 25px;  
175 - transition: 0.2s;  
176 - -webkit-transition: 0.2s;  
177 - -moz-transition: 0.2s;  
178 - -ms-transition: 0.2s;  
179 - -o-transition: 0.2s; }  
180 - .second-about__item a span:before, .second-about__item a span:after {  
181 - content: '';  
182 - position: absolute;  
183 - background: #fff;  
184 - height: 2px;  
185 - width: 9px;  
186 - right: 17px; }  
187 - .second-about__item a span:before {  
188 - transform: rotate(45deg);  
189 - bottom: 15px; }  
190 - .second-about__item a span:after {  
191 - transform: rotate(-45deg);  
192 - bottom: 9px; } 150 + padding-bottom: 30px;
  151 +}
  152 +.second-about__item {
  153 + padding-top: 15px;
  154 +}
  155 +.second-about__item a {
  156 + display: block;
  157 + width: 100%;
  158 + position: relative;
  159 + color: #fff;
  160 +}
  161 +.second-about__item a:hover:before {
  162 + background: #fed800;
  163 + opacity: 1;
  164 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  165 + filter: alpha(opacity=100);
  166 +}
  167 +.second-about__item a:hover span {
  168 + transform: translateY(-15px);
  169 +}
  170 +.second-about__item a:before {
  171 + position: absolute;
  172 + content: "";
  173 + background: #000;
  174 + z-index: 2;
  175 + left: 0;
  176 + top: 0;
  177 + width: 100%;
  178 + height: 100%;
  179 + transition: 0.2s;
  180 + -webkit-transition: 0.2s;
  181 + -moz-transition: 0.2s;
  182 + -ms-transition: 0.2s;
  183 + -o-transition: 0.2s;
  184 + opacity: 0.5;
  185 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  186 + filter: alpha(opacity=50);
  187 +}
  188 +.second-about__item a img {
  189 + width: 100%;
  190 + position: relative;
  191 + z-index: 1;
  192 +}
  193 +.second-about__item a span {
  194 + position: absolute;
  195 + z-index: 3;
  196 + left: 25px;
  197 + right: 0;
  198 + bottom: 13px;
  199 + font-size: 14px;
  200 + line-height: 21px;
  201 + text-transform: uppercase;
  202 + font-weight: 700;
  203 + padding-right: 25px;
  204 + transition: 0.2s;
  205 + -webkit-transition: 0.2s;
  206 + -moz-transition: 0.2s;
  207 + -ms-transition: 0.2s;
  208 + -o-transition: 0.2s;
  209 +}
  210 +.second-about__item a span:before, .second-about__item a span:after {
  211 + content: "";
  212 + position: absolute;
  213 + background: #fff;
  214 + height: 2px;
  215 + width: 9px;
  216 + right: 17px;
  217 +}
  218 +.second-about__item a span:before {
  219 + transform: rotate(45deg);
  220 + bottom: 15px;
  221 +}
  222 +.second-about__item a span:after {
  223 + transform: rotate(-45deg);
  224 + bottom: 9px;
  225 +}
193 226
194 .index-solution { 227 .index-solution {
195 - padding-top: 74px; }  
196 - .index-solution__title {  
197 - margin-bottom: 3px; }  
198 - .index-solution__col {  
199 - margin-top: 30px; }  
200 - .index-solution__item {  
201 - display: inline-block;  
202 - vertical-align: top;  
203 - width: 540px;  
204 - max-width: 100%;  
205 - background: #f6f6f6;  
206 - position: relative;  
207 - height: 100%;  
208 - overflow: hidden;  
209 - transition: 0.2s;  
210 - -webkit-transition: 0.2s;  
211 - -moz-transition: 0.2s;  
212 - -ms-transition: 0.2s;  
213 - -o-transition: 0.2s; }  
214 - .index-solution__item:hover {  
215 - box-shadow: 0px 4px 12px 0px #c4c4c4; }  
216 - .index-solution__item:hover .index-solution__item_img img {  
217 - opacity: 0.7;  
218 - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
219 - filter: alpha(opacity=70);  
220 - transform: scale(1.1); }  
221 - .index-solution__item:before {  
222 - position: absolute;  
223 - content: '';  
224 - left: 0;  
225 - bottom: 0;  
226 - width: 100%;  
227 - height: 2px;  
228 - background: #0096d7;  
229 - background: -moz-linear-gradient(left, #0096d7 0%, #1eb269 100%);  
230 - background: -webkit-linear-gradient(left, #0096d7 0%, #1eb269 100%);  
231 - background: linear-gradient(to right, #0096d7 0%, #1eb269 100%);  
232 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d7', endColorstr='#1eb269',GradientType=1 ); }  
233 - .index-solution__item_img {  
234 - display: block;  
235 - background: #fff;  
236 - overflow: hidden; }  
237 - .index-solution__item_img img {  
238 - max-width: 100%;  
239 - transition: 0.2s;  
240 - -webkit-transition: 0.2s;  
241 - -moz-transition: 0.2s;  
242 - -ms-transition: 0.2s;  
243 - -o-transition: 0.2s; }  
244 - .index-solution__item_text {  
245 - padding: 24px 24px 23px 22px; }  
246 - .index-solution__item_text a {  
247 - font-size: 18px;  
248 - line-height: 21px;  
249 - font-weight: 700;  
250 - color: #000;  
251 - min-height: 66px;  
252 - display: block; }  
253 - .index-solution__item_text a:hover {  
254 - text-decoration: underline; }  
255 - .index-solution__item_text table {  
256 - margin-top: 8px;  
257 - width: 100%; }  
258 - .index-solution__item_text table tr td {  
259 - font-size: 15px;  
260 - line-height: 21px;  
261 - vertical-align: top; }  
262 - .index-solution__item_text table tr td:first-child {  
263 - font-weight: 700;  
264 - color: #0096d6;  
265 - width: 65px;  
266 - padding-right: 5px;  
267 - white-space: nowrap; }  
268 - .index-solution__more {  
269 - margin-top: 40px; } 228 + padding-top: 74px;
  229 +}
  230 +.index-solution__title {
  231 + margin-bottom: 3px;
  232 +}
  233 +.index-solution__col {
  234 + margin-top: 30px;
  235 +}
  236 +.index-solution__item {
  237 + display: inline-block;
  238 + vertical-align: top;
  239 + width: 540px;
  240 + max-width: 100%;
  241 + background: #f6f6f6;
  242 + position: relative;
  243 + height: 100%;
  244 + overflow: hidden;
  245 + transition: 0.2s;
  246 + -webkit-transition: 0.2s;
  247 + -moz-transition: 0.2s;
  248 + -ms-transition: 0.2s;
  249 + -o-transition: 0.2s;
  250 +}
  251 +.index-solution__item:hover {
  252 + box-shadow: 0px 4px 12px 0px rgb(196, 196, 196);
  253 +}
  254 +.index-solution__item:hover .index-solution__item_img img {
  255 + opacity: 0.7;
  256 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  257 + filter: alpha(opacity=70);
  258 + transform: scale(1.1);
  259 +}
  260 +.index-solution__item:before {
  261 + position: absolute;
  262 + content: "";
  263 + left: 0;
  264 + bottom: 0;
  265 + width: 100%;
  266 + height: 2px;
  267 + background: rgb(0, 150, 215);
  268 + background: -moz-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
  269 + background: -webkit-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
  270 + background: linear-gradient(to right, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
  271 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096d7", endColorstr="#1eb269",GradientType=1 );
  272 +}
  273 +.index-solution__item_img {
  274 + display: block;
  275 + background: #fff;
  276 + overflow: hidden;
  277 +}
  278 +.index-solution__item_img img {
  279 + max-width: 100%;
  280 + transition: 0.2s;
  281 + -webkit-transition: 0.2s;
  282 + -moz-transition: 0.2s;
  283 + -ms-transition: 0.2s;
  284 + -o-transition: 0.2s;
  285 +}
  286 +.index-solution__item_text {
  287 + padding: 24px 24px 23px 22px;
  288 +}
  289 +.index-solution__item_text a {
  290 + font-size: 18px;
  291 + line-height: 21px;
  292 + font-weight: 700;
  293 + color: #000;
  294 + min-height: 66px;
  295 + display: block;
  296 +}
  297 +.index-solution__item_text a:hover {
  298 + text-decoration: underline;
  299 +}
  300 +.index-solution__item_text table {
  301 + margin-top: 8px;
  302 + width: 100%;
  303 +}
  304 +.index-solution__item_text table tr td {
  305 + font-size: 15px;
  306 + line-height: 21px;
  307 + vertical-align: top;
  308 +}
  309 +.index-solution__item_text table tr td:first-child {
  310 + font-weight: 700;
  311 + color: #0096d6;
  312 + width: 65px;
  313 + padding-right: 5px;
  314 + white-space: nowrap;
  315 +}
  316 +.index-solution__more {
  317 + margin-top: 40px;
  318 +}
270 319
271 .animation-hover { 320 .animation-hover {
272 text-transform: uppercase; 321 text-transform: uppercase;
@@ -289,263 +338,313 @@ @@ -289,263 +338,313 @@
289 font-weight: bold; 338 font-weight: bold;
290 color: #000 !important; 339 color: #000 !important;
291 box-shadow: 0px 8px 20px 0px rgba(139, 139, 138, 0.2); 340 box-shadow: 0px 8px 20px 0px rgba(139, 139, 138, 0.2);
292 - text-decoration: none !important; }  
293 - .animation-hover:hover {  
294 - transform: translateY(-3px);  
295 - background-color: #ffd800; }  
296 - .animation-hover:hover:after {  
297 - transform: scaleX(1.4) scaleY(1.6);  
298 - opacity: 0; }  
299 - .animation-hover:active {  
300 - transform: translateY(-1px); }  
301 - .animation-hover:after {  
302 - content: "";  
303 - display: block;  
304 - height: 100%;  
305 - width: 100%;  
306 - position: absolute;  
307 - top: 0;  
308 - left: 0;  
309 - z-index: -1;  
310 - transition: 0.4s;  
311 - background: #ffd800;  
312 - opacity: 0.7; } 341 + text-decoration: none !important;
  342 +}
  343 +.animation-hover:hover {
  344 + transform: translateY(-3px);
  345 + background-color: #ffd800;
  346 +}
  347 +.animation-hover:hover:after {
  348 + transform: scaleX(1.4) scaleY(1.6);
  349 + opacity: 0;
  350 +}
  351 +.animation-hover:active {
  352 + transform: translateY(-1px);
  353 +}
  354 +.animation-hover:after {
  355 + content: "";
  356 + display: block;
  357 + height: 100%;
  358 + width: 100%;
  359 + position: absolute;
  360 + top: 0;
  361 + left: 0;
  362 + z-index: -1;
  363 + transition: 0.4s;
  364 + background: #ffd800;
  365 + opacity: 0.7;
  366 +}
313 367
314 .index-solution-slider { 368 .index-solution-slider {
315 background: #f6f6f6; 369 background: #f6f6f6;
316 margin-top: 80px !important; 370 margin-top: 80px !important;
317 padding-top: 65px; 371 padding-top: 65px;
318 - padding-bottom: 56px; }  
319 - .index-solution-slider__row {  
320 - width: auto;  
321 - height: auto; }  
322 - .index-solution-slider__title {  
323 - margin-bottom: 3px; }  
324 - .index-solution-slider__col {  
325 - margin-top: 30px; }  
326 - .index-solution-slider__col:hover .index-solution-slider__item {  
327 - transition: 0.3s;  
328 - -webkit-transition: 0.3s;  
329 - -moz-transition: 0.3s;  
330 - -ms-transition: 0.3s;  
331 - -o-transition: 0.3s;  
332 - transform: translateY(-15px);  
333 - box-shadow: 0px 4px 12px 0px #c4c4c4; }  
334 - .index-solution-slider__item {  
335 - background: #fff;  
336 - position: relative;  
337 - height: 100%;  
338 - padding: 15px 15px 13px 15px;  
339 - width: 255px;  
340 - max-width: 100%;  
341 - text-align: center;  
342 - border: 1px solid #ebebeb;  
343 - transition: 0.15s;  
344 - -webkit-transition: 0.15s;  
345 - -moz-transition: 0.15s;  
346 - -ms-transition: 0.15s;  
347 - -o-transition: 0.15s; }  
348 - .index-solution-slider__item:before {  
349 - position: absolute;  
350 - content: '';  
351 - bottom: -1px;  
352 - left: -1px;  
353 - right: -1px;  
354 - height: 2px;  
355 - background: #0096d7;  
356 - background: -moz-linear-gradient(left, #0096d7 0%, #1eb269 100%);  
357 - background: -webkit-linear-gradient(left, #0096d7 0%, #1eb269 100%);  
358 - background: linear-gradient(to right, #0096d7 0%, #1eb269 100%);  
359 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d7', endColorstr='#1eb269',GradientType=1 ); }  
360 - .index-solution-slider__item:hover .index-solution-slider__item_img img {  
361 - opacity: 0.85;  
362 - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";  
363 - filter: alpha(opacity=85); }  
364 - .index-solution-slider__item_img {  
365 - display: block;  
366 - background: #fff;  
367 - height: 211px; }  
368 - .index-solution-slider__item_img img {  
369 - max-width: 100%;  
370 - max-height: 100%; }  
371 - .index-solution-slider__item_link {  
372 - margin-top: 20px;  
373 - font-size: 15px;  
374 - line-height: 21px;  
375 - font-weight: 700;  
376 - color: #000;  
377 - display: block;  
378 - min-height: 60px; }  
379 - .index-solution-slider__item_link:hover {  
380 - text-decoration: underline;  
381 - color: #000; }  
382 - .index-solution-slider__item_price {  
383 - color: #0096d6;  
384 - font-size: 15px;  
385 - line-height: 21px;  
386 - font-weight: 700;  
387 - margin-top: 9px; }  
388 - .index-solution-slider .owl-item .index-solution-slider__col {  
389 - width: 100% !important; }  
390 - .index-solution-slider .owl-pagination {  
391 - margin-bottom: -11px; }  
392 - .index-solution-slider .owl-controls .owl-buttons {  
393 - position: static;  
394 - top: auto;  
395 - right: auto; }  
396 - .index-solution-slider .owl-controls .owl-buttons div {  
397 - display: block;  
398 - position: absolute;  
399 - top: 50%;  
400 - width: 21px;  
401 - height: 37px;  
402 - margin: -20px 0 0 0;  
403 - border-radius: 0;  
404 - background: none !important;  
405 - transition: 0.15s;  
406 - -webkit-transition: 0.15s;  
407 - -moz-transition: 0.15s;  
408 - -ms-transition: 0.15s;  
409 - -o-transition: 0.15s; }  
410 - .index-solution-slider .owl-controls .owl-buttons div:hover {  
411 - transition: 0.3s;  
412 - -webkit-transition: 0.3s;  
413 - -moz-transition: 0.3s;  
414 - -ms-transition: 0.3s;  
415 - -o-transition: 0.3s;  
416 - transform: scale(1.1); }  
417 - .index-solution-slider .owl-controls .owl-buttons div:before, .index-solution-slider .owl-controls .owl-buttons div:after {  
418 - position: absolute;  
419 - width: 26px;  
420 - height: 4px;  
421 - left: -3px;  
422 - content: '';  
423 - background: #8e8f90; }  
424 - .index-solution-slider .owl-controls .owl-buttons div:before {  
425 - transform: rotate(45deg);  
426 - top: 9px; }  
427 - .index-solution-slider .owl-controls .owl-buttons div:after {  
428 - transform: rotate(-45deg);  
429 - bottom: 9px; }  
430 - .index-solution-slider .owl-controls .owl-buttons div.owl-prev {  
431 - left: -21px;  
432 - transform: rotate(180deg); }  
433 - .index-solution-slider .owl-controls .owl-buttons div.owl-next {  
434 - right: -21px; }  
435 - .index-solution-slider .owl-controls .owl-buttons div.disabled:before, .index-solution-slider .owl-controls .owl-buttons div.disabled:after {  
436 - background: #ebebeb; }  
437 - .index-solution-slider .owl-controls .owl-page span {  
438 - display: block; }  
439 - 372 + padding-bottom: 56px;
  373 +}
  374 +.index-solution-slider__row {
  375 + width: auto;
  376 + height: auto;
  377 +}
  378 +.index-solution-slider__title {
  379 + margin-bottom: 3px;
  380 +}
  381 +.index-solution-slider__col {
  382 + margin-top: 30px;
  383 +}
  384 +.index-solution-slider__col:hover .index-solution-slider__item {
  385 + transition: 0.3s;
  386 + -webkit-transition: 0.3s;
  387 + -moz-transition: 0.3s;
  388 + -ms-transition: 0.3s;
  389 + -o-transition: 0.3s;
  390 + transform: translateY(-15px);
  391 + box-shadow: 0px 4px 12px 0px rgb(196, 196, 196);
  392 +}
  393 +.index-solution-slider__item {
  394 + background: #fff;
  395 + position: relative;
  396 + height: 100%;
  397 + padding: 15px 15px 13px 15px;
  398 + width: 255px;
  399 + max-width: 100%;
  400 + text-align: center;
  401 + border: 1px solid #ebebeb;
  402 + transition: 0.15s;
  403 + -webkit-transition: 0.15s;
  404 + -moz-transition: 0.15s;
  405 + -ms-transition: 0.15s;
  406 + -o-transition: 0.15s;
  407 +}
  408 +.index-solution-slider__item:before {
  409 + position: absolute;
  410 + content: "";
  411 + bottom: -1px;
  412 + left: -1px;
  413 + right: -1px;
  414 + height: 2px;
  415 + background: rgb(0, 150, 215);
  416 + background: -moz-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
  417 + background: -webkit-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
  418 + background: linear-gradient(to right, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
  419 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096d7", endColorstr="#1eb269",GradientType=1 );
  420 +}
  421 +.index-solution-slider__item:hover .index-solution-slider__item_img img {
  422 + opacity: 0.85;
  423 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  424 + filter: alpha(opacity=85);
  425 +}
  426 +.index-solution-slider__item_img {
  427 + display: block;
  428 + background: #fff;
  429 + height: 211px;
  430 +}
  431 +.index-solution-slider__item_img img {
  432 + max-width: 100%;
  433 + max-height: 100%;
  434 +}
  435 +.index-solution-slider__item_link {
  436 + margin-top: 20px;
  437 + font-size: 15px;
  438 + line-height: 21px;
  439 + font-weight: 700;
  440 + color: #000;
  441 + display: block;
  442 + min-height: 60px;
  443 +}
  444 +.index-solution-slider__item_link:hover {
  445 + text-decoration: underline;
  446 + color: #000;
  447 +}
  448 +.index-solution-slider__item_price {
  449 + color: #0096d6;
  450 + font-size: 15px;
  451 + line-height: 21px;
  452 + font-weight: 700;
  453 + margin-top: 9px;
  454 +}
  455 +.index-solution-slider .owl-item .index-solution-slider__col {
  456 + width: 100% !important;
  457 +}
  458 +.index-solution-slider .owl-pagination {
  459 + margin-bottom: -11px;
  460 +}
  461 +.index-solution-slider .owl-controls .owl-buttons {
  462 + position: static;
  463 + top: auto;
  464 + right: auto;
  465 +}
  466 +.index-solution-slider .owl-controls .owl-buttons div {
  467 + display: block;
  468 + position: absolute;
  469 + top: 50%;
  470 + width: 21px;
  471 + height: 37px;
  472 + margin: -20px 0 0 0;
  473 + border-radius: 0;
  474 + background: none !important;
  475 + transition: 0.15s;
  476 + -webkit-transition: 0.15s;
  477 + -moz-transition: 0.15s;
  478 + -ms-transition: 0.15s;
  479 + -o-transition: 0.15s;
  480 +}
  481 +.index-solution-slider .owl-controls .owl-buttons div:hover {
  482 + transition: 0.3s;
  483 + -webkit-transition: 0.3s;
  484 + -moz-transition: 0.3s;
  485 + -ms-transition: 0.3s;
  486 + -o-transition: 0.3s;
  487 + transform: scale(1.1);
  488 +}
  489 +.index-solution-slider .owl-controls .owl-buttons div:before, .index-solution-slider .owl-controls .owl-buttons div:after {
  490 + position: absolute;
  491 + width: 26px;
  492 + height: 4px;
  493 + left: -3px;
  494 + content: "";
  495 + background: #8e8f90;
  496 +}
  497 +.index-solution-slider .owl-controls .owl-buttons div:before {
  498 + transform: rotate(45deg);
  499 + top: 9px;
  500 +}
  501 +.index-solution-slider .owl-controls .owl-buttons div:after {
  502 + transform: rotate(-45deg);
  503 + bottom: 9px;
  504 +}
  505 +.index-solution-slider .owl-controls .owl-buttons div.owl-prev {
  506 + left: -21px;
  507 + transform: rotate(180deg);
  508 +}
  509 +.index-solution-slider .owl-controls .owl-buttons div.owl-next {
  510 + right: -21px;
  511 +}
  512 +.index-solution-slider .owl-controls .owl-buttons div.disabled:before, .index-solution-slider .owl-controls .owl-buttons div.disabled:after {
  513 + background: #ebebeb;
  514 +}
  515 +.index-solution-slider .owl-controls .owl-page span {
  516 + display: block;
  517 +}
440 .income-calculator { 518 .income-calculator {
441 padding-top: 74px; 519 padding-top: 74px;
442 - padding-bottom: 80px; }  
443 - .income-calculator__switch {  
444 - margin-top: 39px; }  
445 - .income-calculator__left {  
446 - width: 75%;  
447 - padding-top: 10px; }  
448 - .income-calculator__left_title {  
449 - font-weight: 700;  
450 - font-size: 18px;  
451 - line-height: 21px; }  
452 - .income-calculator__left_wrapp {  
453 - margin-top: 20px;  
454 - display: flex;  
455 - width: 100%;  
456 - flex-wrap: wrap; }  
457 - .income-calculator__right {  
458 - width: 25%;  
459 - padding-top: 26px;  
460 - position: relative; }  
461 - .income-calculator__right:before {  
462 - content: '';  
463 - top: 26px;  
464 - bottom: 0;  
465 - left: 34%;  
466 - width: 1px;  
467 - background: #ebebeb;  
468 - position: absolute; }  
469 - .income-calculator__right_item {  
470 - text-align: right;  
471 - font-size: 15px;  
472 - line-height: 24px;  
473 - font-weight: 700;  
474 - margin-top: 22px; }  
475 - .income-calculator__right_item:first-child {  
476 - margin-top: 0; }  
477 - .income-calculator__right_item i {  
478 - font-style: normal; }  
479 - .income-calculator__right_item span {  
480 - display: block;  
481 - color: #0096d6;  
482 - font-size: 18px; }  
483 - .income-calculator__button {  
484 - margin-top: 44px; } 520 + padding-bottom: 80px;
  521 +}
  522 +.income-calculator__switch {
  523 + margin-top: 39px;
  524 +}
  525 +.income-calculator__left {
  526 + width: 75%;
  527 + padding-top: 10px;
  528 +}
  529 +.income-calculator__left_title {
  530 + font-weight: 700;
  531 + font-size: 18px;
  532 + line-height: 21px;
  533 +}
  534 +.income-calculator__left_wrapp {
  535 + margin-top: 20px;
  536 + display: flex;
  537 + width: 100%;
  538 + flex-wrap: wrap;
  539 +}
  540 +.income-calculator__right {
  541 + width: 25%;
  542 + padding-top: 26px;
  543 + position: relative;
  544 +}
  545 +.income-calculator__right:before {
  546 + content: "";
  547 + top: 26px;
  548 + bottom: 0;
  549 + left: 34%;
  550 + width: 1px;
  551 + background: #ebebeb;
  552 + position: absolute;
  553 +}
  554 +.income-calculator__right_item {
  555 + text-align: right;
  556 + font-size: 15px;
  557 + line-height: 24px;
  558 + font-weight: 700;
  559 + margin-top: 22px;
  560 +}
  561 +.income-calculator__right_item:first-child {
  562 + margin-top: 0;
  563 +}
  564 +.income-calculator__right_item i {
  565 + font-style: normal;
  566 +}
  567 +.income-calculator__right_item span {
  568 + display: block;
  569 + color: #0096d6;
  570 + font-size: 18px;
  571 +}
  572 +.income-calculator__button {
  573 + margin-top: 44px;
  574 +}
485 575
486 .switch-status { 576 .switch-status {
487 - cursor: pointer; }  
488 - .switch-status.switch {  
489 - width: 64px;  
490 - height: 34px;  
491 - margin: 0 16px;  
492 - background: #dcdcdc;  
493 - border-radius: 34px;  
494 - position: relative; }  
495 - .switch-status.switch:before {  
496 - position: absolute;  
497 - top: 50%;  
498 - margin-top: -13px;  
499 - width: 26px;  
500 - height: 26px;  
501 - left: 4px;  
502 - background: #fff;  
503 - border-radius: 100%;  
504 - box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);  
505 - content: '';  
506 - z-index: 1;  
507 - transition: 0.2s;  
508 - -webkit-transition: 0.2s;  
509 - -moz-transition: 0.2s;  
510 - -ms-transition: 0.2s;  
511 - -o-transition: 0.2s; }  
512 - .switch-status.switch:after {  
513 - position: absolute;  
514 - top: 50%;  
515 - margin-top: -4px;  
516 - width: 8px;  
517 - height: 8px;  
518 - left: 13px;  
519 - background: #0096d6;  
520 - content: '';  
521 - z-index: 2;  
522 - border-radius: 100%;  
523 - transition: 0.2s;  
524 - -webkit-transition: 0.2s;  
525 - -moz-transition: 0.2s;  
526 - -ms-transition: 0.2s;  
527 - -o-transition: 0.2s; }  
528 - .switch-status.switch.right:before, .switch-status.switch.right:after {  
529 - transform: translateX(30px); }  
530 - .switch-status.text {  
531 - text-transform: uppercase;  
532 - font-size: 15px;  
533 - line-height: 23px;  
534 - color: #8e8f90;  
535 - text-decoration: underline;  
536 - cursor: pointer; }  
537 - .switch-status.text.active {  
538 - color: #000;  
539 - cursor: default;  
540 - text-decoration: none; } 577 + cursor: pointer;
  578 +}
  579 +.switch-status.switch {
  580 + width: 64px;
  581 + height: 34px;
  582 + margin: 0 16px;
  583 + background: #dcdcdc;
  584 + border-radius: 34px;
  585 + position: relative;
  586 +}
  587 +.switch-status.switch:before {
  588 + position: absolute;
  589 + top: 50%;
  590 + margin-top: -13px;
  591 + width: 26px;
  592 + height: 26px;
  593 + left: 4px;
  594 + background: #fff;
  595 + border-radius: 100%;
  596 + box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  597 + content: "";
  598 + z-index: 1;
  599 + transition: 0.2s;
  600 + -webkit-transition: 0.2s;
  601 + -moz-transition: 0.2s;
  602 + -ms-transition: 0.2s;
  603 + -o-transition: 0.2s;
  604 +}
  605 +.switch-status.switch:after {
  606 + position: absolute;
  607 + top: 50%;
  608 + margin-top: -4px;
  609 + width: 8px;
  610 + height: 8px;
  611 + left: 13px;
  612 + background: #0096d6;
  613 + content: "";
  614 + z-index: 2;
  615 + border-radius: 100%;
  616 + transition: 0.2s;
  617 + -webkit-transition: 0.2s;
  618 + -moz-transition: 0.2s;
  619 + -ms-transition: 0.2s;
  620 + -o-transition: 0.2s;
  621 +}
  622 +.switch-status.switch.right:before, .switch-status.switch.right:after {
  623 + transform: translateX(30px);
  624 +}
  625 +.switch-status.text {
  626 + text-transform: uppercase;
  627 + font-size: 15px;
  628 + line-height: 23px;
  629 + color: #8e8f90;
  630 + text-decoration: underline;
  631 + cursor: pointer;
  632 +}
  633 +.switch-status.text.active {
  634 + color: #000;
  635 + cursor: default;
  636 + text-decoration: none;
  637 +}
541 638
542 .calc-range { 639 .calc-range {
543 margin-right: -8px; 640 margin-right: -8px;
544 - margin-top: 19px; } 641 + margin-top: 19px;
  642 +}
545 643
546 .price_slider { 644 .price_slider {
547 width: 100%; 645 width: 100%;
548 - float: left; } 646 + float: left;
  647 +}
549 648
550 .irs { 649 .irs {
551 position: relative; 650 position: relative;
@@ -555,9 +654,11 @@ @@ -555,9 +654,11 @@
555 -khtml-user-select: none; 654 -khtml-user-select: none;
556 -moz-user-select: none; 655 -moz-user-select: none;
557 -ms-user-select: none; 656 -ms-user-select: none;
558 - user-select: none; }  
559 - .irs.irs-with-grid {  
560 - padding-bottom: 31px; } 657 + user-select: none;
  658 +}
  659 +.irs.irs-with-grid {
  660 + padding-bottom: 31px;
  661 +}
561 662
562 .irs-line { 663 .irs-line {
563 display: block; 664 display: block;
@@ -566,25 +667,30 @@ @@ -566,25 +667,30 @@
566 border-radius: 8px; 667 border-radius: 8px;
567 width: 100%; 668 width: 100%;
568 position: relative; 669 position: relative;
569 - outline: none !important; } 670 + outline: none !important;
  671 +}
570 672
571 .irs-line-left, .irs-line-mid, .irs-line-right { 673 .irs-line-left, .irs-line-mid, .irs-line-right {
572 position: relative; 674 position: relative;
573 display: block; 675 display: block;
574 top: 0; 676 top: 0;
575 - height: 8px; } 677 + height: 8px;
  678 +}
576 679
577 .irs-line-left { 680 .irs-line-left {
578 left: 0; 681 left: 0;
579 - width: 11%; } 682 + width: 11%;
  683 +}
580 684
581 .irs-line-mid { 685 .irs-line-mid {
582 left: 9%; 686 left: 9%;
583 - width: 82%; } 687 + width: 82%;
  688 +}
584 689
585 .irs-line-right { 690 .irs-line-right {
586 right: 0; 691 right: 0;
587 - width: 11%; } 692 + width: 11%;
  693 +}
588 694
589 .irs-bar { 695 .irs-bar {
590 position: absolute; 696 position: absolute;
@@ -592,13 +698,14 @@ @@ -592,13 +698,14 @@
592 height: 8px; 698 height: 8px;
593 top: 0; 699 top: 0;
594 left: 0 !important; 700 left: 0 !important;
595 - background: #367cd4;  
596 - background: -moz-linear-gradient(left, #367cd4 0%, #02d0ff 100%);  
597 - background: -webkit-linear-gradient(left, #367cd4 0%, #02d0ff 100%);  
598 - background: linear-gradient(to right, #367cd4 0%, #02d0ff 100%);  
599 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367cd4', endColorstr='#02d0ff',GradientType=1 ); 701 + background: rgb(54, 124, 212);
  702 + background: -moz-linear-gradient(left, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%);
  703 + background: -webkit-linear-gradient(left, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%);
  704 + background: linear-gradient(to right, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%);
  705 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#367cd4", endColorstr="#02d0ff",GradientType=1 );
600 border-top-left-radius: 8px; 706 border-top-left-radius: 8px;
601 - border-bottom-left-radius: 8px; } 707 + border-bottom-left-radius: 8px;
  708 +}
602 709
603 .irs-slider { 710 .irs-slider {
604 position: absolute; 711 position: absolute;
@@ -609,28 +716,32 @@ @@ -609,28 +716,32 @@
609 background: #fff; 716 background: #fff;
610 border-radius: 16px; 717 border-radius: 16px;
611 box-shadow: 0px 0px 6px 0px rgba(90, 97, 102, 0.5); 718 box-shadow: 0px 0px 6px 0px rgba(90, 97, 102, 0.5);
612 - cursor: e-resize; }  
613 - .irs-slider:before {  
614 - position: absolute;  
615 - width: 10px;  
616 - height: 10px;  
617 - border-radius: 100%;  
618 - background: #0096d6;  
619 - content: '';  
620 - left: 50%;  
621 - top: 50%;  
622 - margin-top: -5px;  
623 - margin-left: -5px; } 719 + cursor: e-resize;
  720 +}
  721 +.irs-slider:before {
  722 + position: absolute;
  723 + width: 10px;
  724 + height: 10px;
  725 + border-radius: 100%;
  726 + background: #0096d6;
  727 + content: "";
  728 + left: 50%;
  729 + top: 50%;
  730 + margin-top: -5px;
  731 + margin-left: -5px;
  732 +}
624 733
625 .irs-grid { 734 .irs-grid {
626 position: absolute; 735 position: absolute;
627 bottom: 0; 736 bottom: 0;
628 left: 0; 737 left: 0;
629 width: 100%; 738 width: 100%;
630 - height: 16px; } 739 + height: 16px;
  740 +}
631 741
632 .irs-grid-pol { 742 .irs-grid-pol {
633 - display: none; } 743 + display: none;
  744 +}
634 745
635 .irs-grid-text, .showcase__mark { 746 .irs-grid-text, .showcase__mark {
636 position: absolute; 747 position: absolute;
@@ -641,14 +752,17 @@ @@ -641,14 +752,17 @@
641 font-size: 16px; 752 font-size: 16px;
642 line-height: 16px; 753 line-height: 16px;
643 padding: 0 1px; 754 padding: 0 1px;
644 - color: #000; } 755 + color: #000;
  756 +}
645 757
646 .showcase__mark { 758 .showcase__mark {
647 color: red; 759 color: red;
648 - bottom: 14px; } 760 + bottom: 14px;
  761 +}
649 762
650 .irs-to, .irs-from, .irs-max, .irs-min { 763 .irs-to, .irs-from, .irs-max, .irs-min {
651 - display: none; } 764 + display: none;
  765 +}
652 766
653 .irs-single { 767 .irs-single {
654 position: absolute; 768 position: absolute;
@@ -664,85 +778,104 @@ @@ -664,85 +778,104 @@
664 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 778 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
665 filter: alpha(opacity=0); 779 filter: alpha(opacity=0);
666 transform: translateY(5px); 780 transform: translateY(5px);
667 - white-space: nowrap; }  
668 - .irs-single:before {  
669 - position: absolute;  
670 - content: '';  
671 - border: 4px solid transparent;  
672 - border-top: 6px solid #fff;  
673 - bottom: -10px;  
674 - left: 50%;  
675 - margin-left: -4px; }  
676 - .irs-single.show, .irs-single.hover {  
677 - opacity: 1;  
678 - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
679 - filter: alpha(opacity=100);  
680 - transform: translateY(0);  
681 - transition: 0.1s;  
682 - -webkit-transition: 0.1s;  
683 - -moz-transition: 0.1s;  
684 - -ms-transition: 0.1s;  
685 - -o-transition: 0.1s; } 781 + white-space: nowrap;
  782 +}
  783 +.irs-single:before {
  784 + position: absolute;
  785 + content: "";
  786 + border: 4px solid transparent;
  787 + border-top: 6px solid #fff;
  788 + bottom: -10px;
  789 + left: 50%;
  790 + margin-left: -4px;
  791 +}
  792 +.irs-single.show, .irs-single.hover {
  793 + opacity: 1;
  794 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  795 + filter: alpha(opacity=100);
  796 + transform: translateY(0);
  797 + transition: 0.1s;
  798 + -webkit-transition: 0.1s;
  799 + -moz-transition: 0.1s;
  800 + -ms-transition: 0.1s;
  801 + -o-transition: 0.1s;
  802 +}
686 803
687 .calc-range-2 .irs-bar { 804 .calc-range-2 .irs-bar {
688 - background: #149756;  
689 - background: -moz-linear-gradient(left, #149756 0%, #14be6a 100%);  
690 - background: -webkit-linear-gradient(left, #149756 0%, #14be6a 100%);  
691 - background: linear-gradient(to right, #149756 0%, #14be6a 100%);  
692 - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#149756', endColorstr='#14be6a',GradientType=1 ); } 805 + background: rgb(20, 151, 86);
  806 + background: -moz-linear-gradient(left, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%);
  807 + background: -webkit-linear-gradient(left, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%);
  808 + background: linear-gradient(to right, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%);
  809 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#149756", endColorstr="#14be6a",GradientType=1 );
  810 +}
693 811
694 .media-about-section { 812 .media-about-section {
695 background: #f6f6f6; 813 background: #f6f6f6;
696 padding-top: 58px; 814 padding-top: 58px;
697 padding-bottom: 64px; 815 padding-bottom: 64px;
698 - margin-top: 46px !important; }  
699 - .media-about-section__title {  
700 - margin: 0 0 36px 0; }  
701 - .media-about-section__text {  
702 - font-size: 15px;  
703 - line-height: 23px; }  
704 - .media-about-section__button {  
705 - margin-top: 45px; } 816 + margin-top: 46px !important;
  817 +}
  818 +.media-about-section__title {
  819 + margin: 0 0 36px 0;
  820 +}
  821 +.media-about-section__text {
  822 + font-size: 15px;
  823 + line-height: 23px;
  824 +}
  825 +.media-about-section__button {
  826 + margin-top: 45px;
  827 +}
706 828
707 .index-map iframe { 829 .index-map iframe {
708 display: block; 830 display: block;
709 width: 100% !important; 831 width: 100% !important;
710 height: 380px !important; 832 height: 380px !important;
711 - border: 0 !important; } 833 + border: 0 !important;
  834 +}
712 835
713 @media (min-width: 768px) { 836 @media (min-width: 768px) {
714 .income-calculator__right_item br { 837 .income-calculator__right_item br {
715 - display: none; } } 838 + display: none;
  839 + }
  840 +}
716 @media (max-width: 1199px) { 841 @media (max-width: 1199px) {
717 .main-about__item { 842 .main-about__item {
718 padding-left: 10px; 843 padding-left: 10px;
719 padding-right: 3px; 844 padding-right: 3px;
720 font-size: 12px; 845 font-size: 12px;
721 - line-height: 16px; } 846 + line-height: 16px;
  847 + }
722 848
723 .second-about__item a span { 849 .second-about__item a span {
724 left: 10px; 850 left: 10px;
725 font-size: 12px; 851 font-size: 12px;
726 - line-height: 19px; } 852 + line-height: 19px;
  853 + }
727 854
728 .index-solution-slider__item { 855 .index-solution-slider__item {
729 padding-left: 10px; 856 padding-left: 10px;
730 - padding-right: 10px; }  
731 - .index-solution-slider__item_link {  
732 - font-size: 13px;  
733 - line-height: 19px;  
734 - min-height: 57px;  
735 - margin-top: 15px; } 857 + padding-right: 10px;
  858 + }
  859 + .index-solution-slider__item_link {
  860 + font-size: 13px;
  861 + line-height: 19px;
  862 + min-height: 57px;
  863 + margin-top: 15px;
  864 + }
736 865
737 .index-solution__item_text a { 866 .index-solution__item_text a {
738 font-size: 15px; 867 font-size: 15px;
739 line-height: 21px; 868 line-height: 21px;
740 - min-height: 63px; } 869 + min-height: 63px;
  870 + }
741 871
742 .income-calculator__left { 872 .income-calculator__left {
743 - width: 70%; } 873 + width: 70%;
  874 + }
744 .income-calculator__right { 875 .income-calculator__right {
745 - width: 30%; } } 876 + width: 30%;
  877 + }
  878 +}
746 @media (max-width: 1055px) { 879 @media (max-width: 1055px) {
747 .index-solution-slider .owl-controls .owl-buttons div.owl-next { 880 .index-solution-slider .owl-controls .owl-buttons div.owl-next {
748 right: -9px; 881 right: -9px;
@@ -750,242 +883,319 @@ @@ -750,242 +883,319 @@
750 -webkit-transform: scale(0.65); 883 -webkit-transform: scale(0.65);
751 -moz-transform: scale(0.65); 884 -moz-transform: scale(0.65);
752 -ms-transition: scale(0.65); 885 -ms-transition: scale(0.65);
753 - -o-transform: scale(0.65); } 886 + -o-transform: scale(0.65);
  887 + }
754 .index-solution-slider .owl-controls .owl-buttons div.owl-prev { 888 .index-solution-slider .owl-controls .owl-buttons div.owl-prev {
755 left: -9px; 889 left: -9px;
756 - transform: rotate(180deg) scale(0.65); } } 890 + transform: rotate(180deg) scale(0.65);
  891 + }
  892 +}
757 @media (max-width: 991px) { 893 @media (max-width: 991px) {
758 .main-about { 894 .main-about {
759 height: 360px; 895 height: 360px;
760 - padding-bottom: 0; }  
761 - .main-about__row {  
762 - align-items: center; }  
763 - .main-about__row > div {  
764 - align-self: center; } 896 + padding-bottom: 0;
  897 + }
  898 + .main-about__row {
  899 + align-items: center;
  900 + }
  901 + .main-about__row > div {
  902 + align-self: center;
  903 + }
765 904
766 .main-about__wrapp_title { 905 .main-about__wrapp_title {
767 padding-top: 0; 906 padding-top: 0;
768 - height: auto; } 907 + height: auto;
  908 + }
769 909
770 .main-about__title { 910 .main-about__title {
771 flex: 0 0 100%; 911 flex: 0 0 100%;
772 max-width: 100%; 912 max-width: 100%;
773 - text-align: center; } 913 + text-align: center;
  914 + }
774 915
775 .main-about__wrapp_title { 916 .main-about__wrapp_title {
776 - justify-content: center; } 917 + justify-content: center;
  918 + }
777 919
778 .main-about__button { 920 .main-about__button {
779 - margin-top: 44px; } 921 + margin-top: 44px;
  922 + }
780 923
781 .index-solution__item_text { 924 .index-solution__item_text {
782 - padding: 12px 10px 15px 10px; } 925 + padding: 12px 10px 15px 10px;
  926 + }
783 927
784 .index-solution-slider__col:hover .index-solution-slider__item { 928 .index-solution-slider__col:hover .index-solution-slider__item {
785 transform: translateY(0); 929 transform: translateY(0);
786 - box-shadow: none; } 930 + box-shadow: none;
  931 + }
787 932
788 .index-solution__col { 933 .index-solution__col {
789 - margin-top: 25px; } 934 + margin-top: 25px;
  935 + }
790 936
791 .index-solution__item_text table { 937 .index-solution__item_text table {
792 - margin-top: 7px; }  
793 - .index-solution__item_text table tr:first-child td {  
794 - padding-top: 0; }  
795 - .index-solution__item_text table tr td {  
796 - font-size: 15px;  
797 - line-height: 17px;  
798 - padding-top: 4px; } 938 + margin-top: 7px;
  939 + }
  940 + .index-solution__item_text table tr:first-child td {
  941 + padding-top: 0;
  942 + }
  943 + .index-solution__item_text table tr td {
  944 + font-size: 15px;
  945 + line-height: 17px;
  946 + padding-top: 4px;
  947 + }
799 948
800 .income-calculator__right:before { 949 .income-calculator__right:before {
801 - left: 31px; } 950 + left: 31px;
  951 + }
802 952
803 .media-about-section__button { 953 .media-about-section__button {
804 - margin-top: 15px; } 954 + margin-top: 15px;
  955 + }
805 956
806 .index-titles { 957 .index-titles {
807 font-size: 18px; 958 font-size: 18px;
808 - line-height: 21px; } 959 + line-height: 21px;
  960 + }
809 961
810 .index-solution, .index-solution-slider, .income-calculator, .section-text, .media-about-section { 962 .index-solution, .index-solution-slider, .income-calculator, .section-text, .media-about-section {
811 padding-top: 29px; 963 padding-top: 29px;
812 - padding-bottom: 32px; } 964 + padding-bottom: 32px;
  965 + }
813 966
814 .index-solution-slider, .media-about-section { 967 .index-solution-slider, .media-about-section {
815 - margin-top: 0 !important; } 968 + margin-top: 0 !important;
  969 + }
816 970
817 .index-solution-slider__col { 971 .index-solution-slider__col {
818 - margin-top: 25px; } 972 + margin-top: 25px;
  973 + }
819 974
820 .index-solution-slider .owl-controls .owl-buttons { 975 .index-solution-slider .owl-controls .owl-buttons {
821 - display: none; } 976 + display: none;
  977 + }
822 978
823 .second-about__item a:hover:before { 979 .second-about__item a:hover:before {
824 background: #000; 980 background: #000;
825 - opacity: 0.5; } } 981 + opacity: 0.5;
  982 + }
  983 +}
826 @media (max-width: 767px) { 984 @media (max-width: 767px) {
827 .main-about { 985 .main-about {
828 - height: 298px; } 986 + height: 298px;
  987 + }
829 988
830 .index-solution__col { 989 .index-solution__col {
831 margin-top: 17px; 990 margin-top: 17px;
832 - text-align: center; }  
833 - .index-solution__col:first-child {  
834 - margin-top: 11px; } 991 + text-align: center;
  992 + }
  993 + .index-solution__col:first-child {
  994 + margin-top: 11px;
  995 + }
835 .index-solution__item { 996 .index-solution__item {
836 - text-align: left; } 997 + text-align: left;
  998 + }
837 999
838 .index-solution-slider__col { 1000 .index-solution-slider__col {
839 - margin-top: 17px; } 1001 + margin-top: 17px;
  1002 + }
840 1003
841 .index-solution__more { 1004 .index-solution__more {
842 - margin-top: 24px; } 1005 + margin-top: 24px;
  1006 + }
843 1007
844 .second-about { 1008 .second-about {
845 padding-top: 1px; 1009 padding-top: 1px;
846 - padding-bottom: 24px; }  
847 - .second-about__item a span {  
848 - left: 23px;  
849 - font-size: 14px;  
850 - line-height: 21px; } 1010 + padding-bottom: 24px;
  1011 + }
  1012 + .second-about__item a span {
  1013 + left: 23px;
  1014 + font-size: 14px;
  1015 + line-height: 21px;
  1016 + }
851 1017
852 .main-about__title span { 1018 .main-about__title span {
853 font-size: 27px; 1019 font-size: 27px;
854 - line-height: 31px; }  
855 - .main-about__title span:first-child {  
856 - font-size: 40px;  
857 - line-height: 40px; }  
858 - .main-about__title span:last-child {  
859 - font-size: 13px;  
860 - line-height: 20px;  
861 - letter-spacing: 1.4px; } 1020 + line-height: 31px;
  1021 + }
  1022 + .main-about__title span:first-child {
  1023 + font-size: 40px;
  1024 + line-height: 40px;
  1025 + }
  1026 + .main-about__title span:last-child {
  1027 + font-size: 13px;
  1028 + line-height: 20px;
  1029 + letter-spacing: 1.4px;
  1030 + }
862 1031
863 .index-solution__item_text a { 1032 .index-solution__item_text a {
864 - min-height: auto; } 1033 + min-height: auto;
  1034 + }
865 1035
866 .index-solution__title { 1036 .index-solution__title {
867 - margin-bottom: 0; } 1037 + margin-bottom: 0;
  1038 + }
868 1039
869 .index-solution-slider__col { 1040 .index-solution-slider__col {
870 - margin-top: 10px; }  
871 - .index-solution-slider__col:first-child {  
872 - margin-top: 8px; }  
873 - .index-solution-slider__col:nth-child(2n + 1) .index-solution-slider__item {  
874 - margin-left: auto; } 1041 + margin-top: 10px;
  1042 + }
  1043 + .index-solution-slider__col:first-child {
  1044 + margin-top: 8px;
  1045 + }
  1046 + .index-solution-slider__col:nth-child(2n+1) .index-solution-slider__item {
  1047 + margin-left: auto;
  1048 + }
875 1049
876 .owl-item .index-solution-slider__col:first-child { 1050 .owl-item .index-solution-slider__col:first-child {
877 - margin-top: 8px; } 1051 + margin-top: 8px;
  1052 + }
878 1053
879 .index-solution-slider__item_link { 1054 .index-solution-slider__item_link {
880 font-size: 15px; 1055 font-size: 15px;
881 line-height: 21px; 1056 line-height: 21px;
882 min-height: 63px; 1057 min-height: 63px;
883 - margin-top: 20px; } 1058 + margin-top: 20px;
  1059 + }
884 1060
885 .index-solution-slider { 1061 .index-solution-slider {
886 - padding-bottom: 24px; } 1062 + padding-bottom: 24px;
  1063 + }
887 1064
888 .income-calculator__switch { 1065 .income-calculator__switch {
889 - margin-top: 19px; } 1066 + margin-top: 19px;
  1067 + }
890 1068
891 .switch-status.switch { 1069 .switch-status.switch {
892 - margin: 0 12px; } 1070 + margin: 0 12px;
  1071 + }
893 .switch-status.text { 1072 .switch-status.text {
894 font-size: 13px; 1073 font-size: 13px;
895 text-decoration: none; 1074 text-decoration: none;
896 - text-transform: none; } 1075 + text-transform: none;
  1076 + }
897 1077
898 .income-calculator__left { 1078 .income-calculator__left {
899 width: 100%; 1079 width: 100%;
900 - padding-top: 2px; }  
901 - .income-calculator__left_title {  
902 - font-size: 15px;  
903 - line-height: 17px; } 1080 + padding-top: 2px;
  1081 + }
  1082 + .income-calculator__left_title {
  1083 + font-size: 15px;
  1084 + line-height: 17px;
  1085 + }
904 .income-calculator__right { 1086 .income-calculator__right {
905 width: 100%; 1087 width: 100%;
906 padding-top: 16px; 1088 padding-top: 16px;
907 - margin-top: 21px; }  
908 - .income-calculator__right:before {  
909 - top: 0;  
910 - right: 0;  
911 - left: 0;  
912 - bottom: auto;  
913 - width: auto;  
914 - height: 1px; }  
915 - .income-calculator__right .col-xs-12 {  
916 - float: none;  
917 - display: flex;  
918 - padding: 0 !important;  
919 - width: auto !important;  
920 - justify-content: center; }  
921 - .income-calculator__right_item {  
922 - flex: 0 0 auto;  
923 - width: auto;  
924 - max-width: none;  
925 - margin-top: 0;  
926 - text-align: center;  
927 - padding: 0 34px;  
928 - line-height: 17px;  
929 - position: relative; }  
930 - .income-calculator__right_item:first-child {  
931 - padding-left: 0; }  
932 - .income-calculator__right_item:last-child {  
933 - padding-right: 0; }  
934 - .income-calculator__right_item i {  
935 - display: block;  
936 - min-height: 34px; }  
937 - .income-calculator__right_item span {  
938 - margin-top: 3px; } 1089 + margin-top: 21px;
  1090 + }
  1091 + .income-calculator__right:before {
  1092 + top: 0;
  1093 + right: 0;
  1094 + left: 0;
  1095 + bottom: auto;
  1096 + width: auto;
  1097 + height: 1px;
  1098 + }
  1099 + .income-calculator__right .col-xs-12 {
  1100 + float: none;
  1101 + display: flex;
  1102 + padding: 0 !important;
  1103 + width: auto !important;
  1104 + justify-content: center;
  1105 + }
  1106 + .income-calculator__right_item {
  1107 + flex: 0 0 auto;
  1108 + width: auto;
  1109 + max-width: none;
  1110 + margin-top: 0;
  1111 + text-align: center;
  1112 + padding: 0 34px;
  1113 + line-height: 17px;
  1114 + position: relative;
  1115 + }
  1116 + .income-calculator__right_item:first-child {
  1117 + padding-left: 0;
  1118 + }
  1119 + .income-calculator__right_item:last-child {
  1120 + padding-right: 0;
  1121 + }
  1122 + .income-calculator__right_item i {
  1123 + display: block;
  1124 + min-height: 34px;
  1125 + }
  1126 + .income-calculator__right_item span {
  1127 + margin-top: 3px;
  1128 + }
939 .income-calculator__button { 1129 .income-calculator__button {
940 - margin-top: 23px; } 1130 + margin-top: 23px;
  1131 + }
941 1132
942 .section-text { 1133 .section-text {
943 - padding-top: 27px; } 1134 + padding-top: 27px;
  1135 + }
944 1136
945 .media-about-section__title { 1137 .media-about-section__title {
946 - margin: 0 0 19px 0; } 1138 + margin: 0 0 19px 0;
  1139 + }
947 1140
948 .media-about-section__text { 1141 .media-about-section__text {
949 - margin-top: 19px; } 1142 + margin-top: 19px;
  1143 + }
950 1144
951 .media-about-section__button { 1145 .media-about-section__button {
952 - margin-top: 22px; }  
953 - .media-about-section__button a {  
954 - margin: 0 auto; } 1146 + margin-top: 22px;
  1147 + }
  1148 + .media-about-section__button a {
  1149 + margin: 0 auto;
  1150 + }
955 1151
956 .calc-range { 1152 .calc-range {
957 margin-right: 0; 1153 margin-right: 0;
958 - margin-top: 12px; } 1154 + margin-top: 12px;
  1155 + }
959 1156
960 .calc-range-2 .irs-grid-text, .calc-range-2 .showcase__mark { 1157 .calc-range-2 .irs-grid-text, .calc-range-2 .showcase__mark {
961 - font-size: 14px; }  
962 - .calc-range-2 .irs-grid-text:last-child, .calc-range-2 .showcase__mark:last-child {  
963 - margin-left: -19px !important; } 1158 + font-size: 14px;
  1159 + }
  1160 + .calc-range-2 .irs-grid-text:last-child, .calc-range-2 .showcase__mark:last-child {
  1161 + margin-left: -19px !important;
  1162 + }
964 1163
965 .irs-grid-text, .showcase__mark { 1164 .irs-grid-text, .showcase__mark {
966 padding: 0 0; 1165 padding: 0 0;
967 - word-spacing: -4px; } } 1166 + word-spacing: -4px;
  1167 + }
  1168 +}
968 @media (max-width: 550px) { 1169 @media (max-width: 550px) {
969 .index-solution-slider__col { 1170 .index-solution-slider__col {
970 - width: 100% !important; } 1171 + width: 100% !important;
  1172 + }
971 1173
972 .index-solution-slider__item { 1174 .index-solution-slider__item {
973 margin-left: auto !important; 1175 margin-left: auto !important;
974 - margin-right: auto !important; } } 1176 + margin-right: auto !important;
  1177 + }
  1178 +}
975 @media (max-width: 540px) { 1179 @media (max-width: 540px) {
976 .second-about__col { 1180 .second-about__col {
977 - width: 100% !important; } 1181 + width: 100% !important;
  1182 + }
978 .second-about__item { 1183 .second-about__item {
979 width: 255px; 1184 width: 255px;
980 max-width: 100%; 1185 max-width: 100%;
981 margin: 0 auto; 1186 margin: 0 auto;
982 - padding-top: 12px; } 1187 + padding-top: 12px;
  1188 + }
983 1189
984 .index-solution__col { 1190 .index-solution__col {
985 padding-left: 0 !important; 1191 padding-left: 0 !important;
986 - padding-right: 0 !important; } } 1192 + padding-right: 0 !important;
  1193 + }
  1194 +}
987 @media (max-width: 450px) { 1195 @media (max-width: 450px) {
988 .income-calculator__right_item { 1196 .income-calculator__right_item {
989 - padding: 0 17px; } } 1197 + padding: 0 17px;
  1198 + }
  1199 +}
990 1200
991 /*# sourceMappingURL=new-index.css.map */ 1201 /*# sourceMappingURL=new-index.css.map */
frontend/web/css/new-style/new-index.css.map
1 -{  
2 -"version": 3,  
3 -"mappings": "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",  
4 -"sources": ["new-index.scss","_mixin.scss"],  
5 -"names": [],  
6 -"file": "new-index.css"  
7 -}  
8 \ No newline at end of file 1 \ No newline at end of file
  2 +{"version":3,"sourceRoot":"","sources":["new-index.scss","_mixin.scss"],"names":[],"mappings":"AAKA;EACE;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;;AACA;EACE;EACA;;AAIN;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EClEJ;EACA;EACA;EACA;EACA;EDgEI;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC1GF;EACA;EACA;EACA;EACA;;ADwGK;EACD;EC7GJ;EACA;EACA;EACA;EACA;;AD4GE;EACE;EACA;EACA;EACA;EACA;EC/FJ,SDgGqB;EC/FrB;EACA;ED+FI;EACA;;AAEF;EACE;EACA;EACA;;;AAMN;EACE;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;;AAEE;EACE;EC1HR,SD2HyB;EC1HzB;EACA;;AD2HM;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC/JN;EACA;EACA;EACA;EACA;EAkBA,SD2IuB;EC1IvB;EACA;;AD2II;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EClLN;EACA;EACA;EACA;EACA;;ADgLM;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;;AAOV;EACE;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECzNF;EACA;EACA;EACA;EACA;;ADuNE;EACE;;AAEE;ECxMN,SDyMyB;ECxMzB;EACA;EDwMQ;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE;ECxPN;EACA;EACA;EACA;EACA;;ADwPE;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGJ;EACE;EACA;;AAEE;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAQZ;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC7SA;EACA;EACA;EACA;EACA;ED2SA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;;AAEF;EACE;;AAEE;EC/VJ;EACA;EACA;EACA;EACA;ED6VM;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC9WF;EACA;EACA;EACA;EACA;;AD4WE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;ECzWN,SD0WyB;ECzWzB;EACA;;AD4WE;EACE;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AAIF;EACE;;AAGJ;EACE;;AAGA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECvbN;EACA;EACA;EACA;EACA;;ADqbM;ECzbN;EACA;EACA;EACA;EACA;EDubQ;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAGF;EACE;EACA;;AAEF;EACE;;AAGA;EACE;;AAMN;EACE;;AAiBR;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;;AAIJ;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC7jBJ;EACA;EACA;EACA;EACA;;AD4jBE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC1kBJ;EACA;EACA;EACA;EACA;;AD0kBI;EACE;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;;AAKN;EACE;EACA;;;AAIF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECzsBA,SD0sBiB;ECzsBjB;EACA;EDysBA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;ECttBA,SDutBmB;ECttBnB;EACA;EDstBE;EC9uBF;EACA;EACA;EACA;EACA;;;ADgvBA;EACE;EACA;EACA;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AAGF;EACE;;;AAKF;EACE;EACA;EACA;EACA;;;AAIJ;EAEI;IACE;;;AAKN;EACE;IACE;IACA;IACA;IACA;;;EAEF;IACE;IACA;IACA;;;EAEF;IACE;IACA;;EACA;IACE;IACA;IACA;IACA;;;EAGJ;IACE;IACA;IACA;;;EAGA;IACE;;EAEF;IACE;;;AAMN;EAGM;IACE;ICr0BN;IACA;IACA;IACA;IACA;;EDo0BI;IACE;IACA;;;AAMR;EACE;IACE;IACA;;EACA;IACE;;EACA;IACE;;;EAIN;IACE;IACA;;;EAEF;IACE;IACA;IACA;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;IACA;;;EAEF;IACE;;;EAEF;IACE;;EAGI;IACE;;EAGJ;IACE;IACA;IACA;;;EAIN;IACE;;;EAEF;IACE;;;EAEF;IACE;IACA;;;EAEF;IACE;IACA;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;;;EAKI;IACE;IACA;;;AAQV;EACE;IACE;;;EAGA;IACE;IACA;;EACA;IACE;;EAGJ;IACE;;;EAGJ;IACE;;;EAEF;IACE;;;EAEF;IACE;IACA;;EACA;IACE;IACA;IACA;;;EAKF;IACE;IACA;;EACA;IACE;IACA;;EAEF;IACE;IACA;IACA;;;EAKN;IACE;;;EAEF;IACE;;;EAEF;IACE;;EACA;IACE;;EAGA;IACE;;;EAMF;IACE;;;EAIN;IACE;IACA;IACA;IACA;;;EAEF;IACE;;;EAEF;IACE;;;EAGA;IACE;;EAEF;IACE;IACA;IACA;;;EAIF;IACE;IACA;;EACA;IACE;IACA;;EAGJ;IACE;IACA;IACA;;EACA;IACE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACC;;EAKL;IACE;;;EAIJ;IACE;;;EAEF;IACE;;;EAEF;IACE;;;EAEF;IACE;;EACA;IACE;;;EAKJ;IACE;IACA;;;EAGA;IACE;;EACA;IACE;;;EAIN;IACE;IACA;;;AAKJ;EACE;IACE;;;EAEF;IACE;IACA;;;AAGJ;EAEI;IACE;;EAEF;IACE;IACA;IACA;IACA;;;EAGJ;IACE;IACA;;;AAIJ;EACE;IACE","file":"new-index.css"}
9 \ No newline at end of file 3 \ No newline at end of file
frontend/web/css/new-style/new-index.scss
@@ -43,6 +43,7 @@ @@ -43,6 +43,7 @@
43 flex-basis: 0; 43 flex-basis: 0;
44 flex-grow: 1; 44 flex-grow: 1;
45 max-width: 100%; 45 max-width: 100%;
  46 + color: #fff;
46 span { 47 span {
47 display: block; 48 display: block;
48 text-transform: uppercase; 49 text-transform: uppercase;