Commit 6f862115319b3ca22521b4552990e8fe2f1d86b6
Merge remote-tracking branch 'origin/master'
Showing
8 changed files
with
140 additions
and
184 deletions
Show diff stats
frontend/views/object/view.php
| ... | ... | @@ -20,17 +20,15 @@ |
| 20 | 20 | 'label' => \Yii::t('app', 'menu-objects'), |
| 21 | 21 | 'url' => Url::toRoute(['object/index']), |
| 22 | 22 | ]; |
| 23 | - $this->params['breadcrumbs'][] = $this->params['h1']; | |
| 23 | + $this->params['breadcrumbs'][] = "Страница объекта"; | |
| 24 | 24 | |
| 25 | 25 | ?> |
| 26 | 26 | |
| 27 | 27 | <div class="container object-view" style="margin-top: 25px;"> |
| 28 | 28 | <section class="no-mb"> |
| 29 | 29 | <div class="row"> |
| 30 | - <div class="col-md-12"> | |
| 31 | - <p class="lead"> | |
| 32 | - <?= $object->lang->upper_text ?> | |
| 33 | - </p> | |
| 30 | + <div class="col-md-12 lead"> | |
| 31 | + <p><?= $object->lang->upper_text ?></p> | |
| 34 | 32 | </div> |
| 35 | 33 | </div> |
| 36 | 34 | </section> | ... | ... |
frontend/views/site/green.php
| ... | ... | @@ -33,6 +33,15 @@ use yii\web\View; |
| 33 | 33 | </div> |
| 34 | 34 | </section> |
| 35 | 35 | |
| 36 | + <section class="no-mb"> | |
| 37 | + <div class="row"> | |
| 38 | + <div class="col-md-12"> | |
| 39 | + <div class="heading"> | |
| 40 | + <h3>Этапы подключения СЭС и "Зелёного тарифа"</h3> | |
| 41 | + </div> | |
| 42 | + </div> | |
| 43 | + </div> | |
| 44 | + </section> | |
| 36 | 45 | <section> |
| 37 | 46 | <div class="project owl-carousel"> |
| 38 | 47 | <div class="item"> |
| ... | ... | @@ -62,8 +71,8 @@ use yii\web\View; |
| 62 | 71 | <li>Государственная гарантия на действие «зелёного» тарифа действительна до 1 января 2030;</li> |
| 63 | 72 | <li>Размер «зелёного» тарифа фиксируется в момент запуска солнечной электростанции и действует до конца 2029;</li> |
| 64 | 73 | <li>«Зелёный» тариф установлен в Евро (рассчитывается ежеквартально по среднему курсу НБУ).</li> |
| 74 | + <li>Действующие ставки «зелёного» тарифа в Украине являются одними из самых высоких в Европе. «Зелёный» тариф для солнечных электростанций частных домохозяйств запущенных в эксплуатацию с 1 января 2017 по 31 декабря 2019 составляет 0.18 € / кВт ч.</li> | |
| 65 | 75 | </ul> |
| 66 | - <p>Действующие ставки «зелёного» тарифа в Украине являются одними из самых высоких в Европе. «Зелёный» тариф для солнечных электростанций частных домохозяйств запущенных в эксплуатацию с 1 января 2017 по 31 декабря 2019 составляет 0.18 € / кВт ч.</p> | |
| 67 | 76 | |
| 68 | 77 | </div> |
| 69 | 78 | </div> | ... | ... |
frontend/views/site/index.php
| ... | ... | @@ -43,6 +43,19 @@ $this->registerJs($js, View::POS_END); |
| 43 | 43 | <!-- тут место для слайдера --> |
| 44 | 44 | </section> |
| 45 | 45 | |
| 46 | + <section class="links-ses-for-wr"> | |
| 47 | + <div class="container"> | |
| 48 | + <div class="row"> | |
| 49 | + <div class="col-xs-12 col-sm-12 col-md-6 lsf-left"> | |
| 50 | + <p>Солнечные станции для <a href="site/individual">физических лиц</a></p> | |
| 51 | + </div> | |
| 52 | + <div class="col-xs-12 col-sm-12 col-md-6 lsf-right"> | |
| 53 | + <p>Солнечные станции для <a href="site/legal">юридических лиц</a></p> | |
| 54 | + </div> | |
| 55 | + </div> | |
| 56 | + </div> | |
| 57 | + </section> | |
| 58 | + | |
| 46 | 59 | <section class="blue-fon why-us-wr no-mg"> |
| 47 | 60 | <div class="container"> |
| 48 | 61 | <div class="heading text-center"> |
| ... | ... | @@ -318,8 +331,6 @@ $this->registerJs($js, View::POS_END); |
| 318 | 331 | <div class="blue_arrow"></div> |
| 319 | 332 | </a> |
| 320 | 333 | </div> |
| 321 | - <div class="post hidden-xs hidden-sm" style="background-color: white; box-shadow: none"> | |
| 322 | - </div> | |
| 323 | 334 | |
| 324 | 335 | </div> |
| 325 | 336 | </div> | ... | ... |
frontend/views/site/media-about.php
| ... | ... | @@ -24,16 +24,30 @@ use yii\web\View; |
| 24 | 24 | <section> |
| 25 | 25 | <div class="row"> |
| 26 | 26 | <div class="col-md-12"> |
| 27 | - <div class="heading"> | |
| 28 | - <h2><?=$this->title?></h2> | |
| 29 | - </div> | |
| 30 | - | |
| 31 | - <p class="lead">Туристическое агентство “WhereAreYou” осуществляет нестандартные поездки с 2003 года. Мы занимаемся не просто путешествием, а для каждого лично составляем полноценный план поездки: что лучше посетить, длительность пребывания исходя из ваших средств. Все что требуется от вас — назвать город, страну и бюджет.</p> | |
| 27 | + <p class="lead">На данной странице вы можете ознакомиться с материалами, которые были опубликованы в СМИ. Там вы можете найти подробные сведения, рекомендации, интервью специалистов. Ознакомьте с тем, что о нас говорят известные источники. </p> | |
| 32 | 28 | </div> |
| 33 | 29 | </div> |
| 34 | 30 | <div class="row portfolio"> |
| 35 | 31 | <div class="col-sm-4"> |
| 36 | 32 | <div class="box-image"> |
| 33 | + <div class="post" style="background-image: url('/img/post_cover_3.jpg');"> | |
| 34 | + <a href="https://ecotechnica.com.ua/stati/2927-kakie-solnechnye-elektrostantsii-perspektivnee-kryshnye-ili-nazemnye.html" target="_blank"> | |
| 35 | + <div class="title">Какие солнечные электростанции перспективнее - крышные или наземные?</div> | |
| 36 | + </a> | |
| 37 | + </div> | |
| 38 | + </div> | |
| 39 | + </div> | |
| 40 | + <div class="col-sm-4"> | |
| 41 | + <div class="box-image"> | |
| 42 | + <div class="post" style="background-image: url('/img/post_cover_2.jpg');"> | |
| 43 | + <a href="http://censor.net.ua/resonance/322240/kak_ya_stal_nezavisimym_ot_veernyh_otklyucheniyi_pervaya_domashnyaya_elektrostantsiya_v_kievskoyi_oblasti" target="_blank"> | |
| 44 | + <div class="title">"Как я стал независим от веерных отключений" - первая домашняя электростанция в Киевской области</div> | |
| 45 | + </a> | |
| 46 | + </div> | |
| 47 | + </div> | |
| 48 | + </div> | |
| 49 | + <div class="col-sm-4"> | |
| 50 | + <div class="box-image"> | |
| 37 | 51 | <div style="position: absolute;padding-bottom:56.27%;top: 0;width: 100%;height: 100%;"><iframe src="https://www.youtube.com/embed/4XJ_UHggzto?ecver=2" style="position:absolute;width:100%;height:100%;left:0" width="100%" height="100%" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div> |
| 38 | 52 | </div> |
| 39 | 53 | </div> | ... | ... |
frontend/web/css/main.css
| 1 | 1 | body{position:relative;} |
| 2 | 2 | .no-mg{margin:0;} |
| 3 | -#back-to-top{ | |
| 4 | - background: #467fbf; | |
| 5 | - border-radius: 0 50px 50px 0; | |
| 6 | - width: 50px; | |
| 7 | - padding-right: 6px; | |
| 8 | -} | |
| 3 | +#back-to-top{background: #467fbf;border-radius: 0 50px 50px 0;width: 50px;padding-right: 6px;} | |
| 9 | 4 | #back-to-top:hover {background: #20446d;} |
| 10 | 5 | #back-to-top:active {background: #1b2e44;padding-top: 6px;} |
| 11 | 6 | #heading-breadcrumbs{background-attachment: fixed;} |
| ... | ... | @@ -90,27 +85,12 @@ body{position:relative;} |
| 90 | 85 | text-align: center; |
| 91 | 86 | vertical-align: bottom; |
| 92 | 87 | } |
| 93 | - | |
| 94 | 88 | .blue-fon, .background-kben{background-color: #00a1e9;background-image:url('/img/slide_two_fon.png');color:#fff;} |
| 95 | -.blue-fon .icon, .background-kben .icon{ | |
| 96 | - position: relative; | |
| 97 | - width:120px; | |
| 98 | - height:120px; | |
| 99 | - border:none; | |
| 100 | -} | |
| 101 | -.blue-fon .icon img, .background-kben .icon img { | |
| 102 | - width: 100%; | |
| 103 | - margin: 0; | |
| 104 | - padding: 0; | |
| 105 | -} | |
| 89 | +.blue-fon .icon, .background-kben .icon{position: relative;width:120px;height:120px;border:none;} | |
| 90 | +.blue-fon .icon img, .background-kben .icon img {width: 100%;margin: 0;padding: 0;} | |
| 106 | 91 | .blue-fon .box-simple h3, .background-kben .box-simple h3 {color: #ffd800;margin-bottom: 5px;} |
| 107 | 92 | .blue-fon .box-simple p, .background-kben .box-simple p {color: #fff;} |
| 108 | -.why-us .line_why { | |
| 109 | - position: absolute; | |
| 110 | - top: 50px; | |
| 111 | - right: -83px; | |
| 112 | - opacity: 0.3; | |
| 113 | -} | |
| 93 | +.why-us .line_why {position: absolute;top: 50px;right: -83px;opacity: 0.3;} | |
| 114 | 94 | .blue-fon .heading h1, .blue-fon .heading h2, .blue-fon .heading h3, .blue-fon .heading h4, .blue-fon .heading h5, |
| 115 | 95 | .background-kben .heading h1, .background-kben .heading h2, .background-kben .heading h3, .background-kben .heading h4, .background-kben .heading h5{color:#fff;border-color: #ffd800!important;} |
| 116 | 96 | a.sqre_btn { |
| ... | ... | @@ -153,24 +133,12 @@ section.blue-fon {padding-top: 25px;} |
| 153 | 133 | height: 100%; |
| 154 | 134 | } |
| 155 | 135 | .objects-main-wr .image_link:hover{background-size: 105% 105%;} |
| 156 | -.objects-main-wr .img-title table td.buts { | |
| 157 | - width: 95px; | |
| 158 | - max-width: 100%; | |
| 159 | - vertical-align: top; | |
| 160 | - text-align: left; | |
| 161 | -} | |
| 136 | +.objects-main-wr .img-title table td.buts {width: 95px;max-width: 100%;vertical-align: top;text-align: left;} | |
| 162 | 137 | .sqre_btn.blue_arrow {background-color: #0095d7;background-image: url(../img/arrows_right_w.png);} |
| 163 | 138 | .text-left a.sqre_btn {margin-left: 0;margin-right: 5px;} |
| 164 | 139 | .img-title table .text-left a.sqre_btn {margin-top: 0;} |
| 165 | -.sqre_btn.yellow_calc { | |
| 166 | - background-color: #ffd800; | |
| 167 | - background-image: url(../img/icon_calc2.png); | |
| 168 | -} | |
| 169 | -.img-title table td.i-title { | |
| 170 | - padding-left: 10px; | |
| 171 | - text-align: left; | |
| 172 | - padding-right: 10px; | |
| 173 | -} | |
| 140 | +.sqre_btn.yellow_calc {background-color: #ffd800;background-image: url(../img/icon_calc2.png);} | |
| 141 | +.img-title table td.i-title {padding-left: 10px;text-align: left;padding-right: 10px;} | |
| 174 | 142 | .img-title table .pr_title2 {margin: 0;padding: 0;} |
| 175 | 143 | .pr_title2 a { |
| 176 | 144 | font-weight: bold; |
| ... | ... | @@ -230,12 +198,7 @@ section.blue-fon {padding-top: 25px;} |
| 230 | 198 | line-height: 19px; |
| 231 | 199 | } |
| 232 | 200 | .smi_right .blue_arrow {right: 10px;bottom:10px;position: absolute;} |
| 233 | -.about .post a { | |
| 234 | - width: 100%; | |
| 235 | - height: 100%; | |
| 236 | - position: absolute; | |
| 237 | - color: #fff; | |
| 238 | -} | |
| 201 | +.about .post a {width: 100%;height: 100%;position: absolute;color: #fff;} | |
| 239 | 202 | .text.quote{ |
| 240 | 203 | box-shadow: inset 3px 0px 0px #0095d7; |
| 241 | 204 | padding-left: 20px; |
| ... | ... | @@ -256,13 +219,9 @@ section.blue-fon {padding-top: 25px;} |
| 256 | 219 | .icon_en#icon10 {background-image: url(../img/icons/icon10.png);} |
| 257 | 220 | .btn.icon_stat {background-image: url(../img/icon_stat.png);} |
| 258 | 221 | .bt-shadow{box-shadow: inset 0px -100px 200px -100px rgba(0, 0, 0, 0.5);} |
| 259 | -#footer {background: #0080ca;padding: 15px 0;color: #ffffff;} | |
| 222 | +#footer {background: #0080ca;padding: 15px 0;padding-bottom: 23px;color: #ffffff;} | |
| 260 | 223 | .why-us{max-width: 100%;} |
| 261 | -.home_mob_link{ | |
| 262 | - max-width: 100px; | |
| 263 | - display: inline-block; | |
| 264 | - padding: 10px 15px; | |
| 265 | -} | |
| 224 | +.home_mob_link{max-width: 100px;display: inline-block;padding: 10px 15px;} | |
| 266 | 225 | .static_logo_about_mob{ |
| 267 | 226 | display: inline-block; |
| 268 | 227 | font-family: Arial, sans-serif!important; |
| ... | ... | @@ -380,28 +339,11 @@ section.bar.background-gray.steps-pre:before { |
| 380 | 339 | position: absolute; |
| 381 | 340 | object-fit:cover; |
| 382 | 341 | } |
| 383 | -.bottom-text{ | |
| 384 | - padding: 20px 15px; | |
| 385 | - font-size: 12px; | |
| 386 | - padding-bottom: 0; | |
| 387 | -} | |
| 388 | -.bottom-text-in{ | |
| 389 | - font-size: 12px; | |
| 390 | - position: absolute; | |
| 391 | - bottom: -72px; | |
| 392 | -} | |
| 393 | -#map { | |
| 394 | - height: 560px; | |
| 395 | - background-image: url(../img/map.jpg); | |
| 396 | -} | |
| 397 | -.main-slider .carousel-control{ | |
| 398 | - background:none!important; | |
| 399 | -} | |
| 400 | -#main-page .main-slider .box-simple{ | |
| 401 | - position: absolute; | |
| 402 | - width: 100%; | |
| 403 | - bottom: 0; | |
| 404 | -} | |
| 342 | +.bottom-text{padding: 20px 15px;font-size: 12px;padding-bottom: 0;} | |
| 343 | +.bottom-text-in{font-size: 12px;position: absolute;bottom: -72px;} | |
| 344 | +#map {height: 560px;background-image: url(../img/map.jpg);} | |
| 345 | +.main-slider .carousel-control{background:none!important;} | |
| 346 | +#main-page .main-slider .box-simple{position: absolute;width: 100%;bottom: 0;} | |
| 405 | 347 | #main-page .main-slider .box-simple .button1{ |
| 406 | 348 | width: 235px; |
| 407 | 349 | padding: 8px 0; |
| ... | ... | @@ -414,6 +356,8 @@ section.bar.background-gray.steps-pre:before { |
| 414 | 356 | position: relative; |
| 415 | 357 | text-align: center; |
| 416 | 358 | margin: 15px 0; |
| 359 | + box-shadow: inset 0px 0px 70px #00000012; | |
| 360 | + background-color: whitesmoke; | |
| 417 | 361 | } |
| 418 | 362 | #objects-wr .portfolio .box-image .image { |
| 419 | 363 | top: 0; |
| ... | ... | @@ -438,14 +382,8 @@ section.bar.background-gray.steps-pre:before { |
| 438 | 382 | margin-bottom: 20px;} |
| 439 | 383 | .post-blog .lead{margin-top: 25px;} |
| 440 | 384 | .post-blog .content{margin-bottom: 50px;} |
| 441 | -.tag-cloud li.active a { | |
| 442 | - background-color: #467fbf; | |
| 443 | - color: #eeeeee!important; | |
| 444 | -} | |
| 445 | -.object-slider .carousel-inner{ | |
| 446 | - border-radius: 5px; | |
| 447 | - overflow: hidden; | |
| 448 | -} | |
| 385 | +.tag-cloud li.active a {background-color: #467fbf;color: #eeeeee!important;} | |
| 386 | +.object-slider .carousel-inner{border-radius: 5px;overflow: hidden;} | |
| 449 | 387 | .object-slider{padding-bottom: 50px;} |
| 450 | 388 | .object-slider .carousel{ |
| 451 | 389 | width:100%; |
| ... | ... | @@ -474,24 +412,15 @@ section.bar.background-gray.steps-pre:before { |
| 474 | 412 | opacity: 1; |
| 475 | 413 | background-image: none; |
| 476 | 414 | } |
| 477 | -.object-slider a.left.carousel-control{ | |
| 478 | - top: 20px; | |
| 479 | - right: 75px; | |
| 480 | -} | |
| 415 | +.object-slider a.left.carousel-control{top: 20px;right: 75px;} | |
| 481 | 416 | .object-slider a.right.carousel-control{ |
| 482 | 417 | top: 20px; |
| 483 | 418 | right: 35px; |
| 484 | 419 | padding-right: 0; |
| 485 | 420 | padding-left: 2px; |
| 486 | 421 | } |
| 487 | -.object-slider a.carousel-control:hover { | |
| 488 | - opacity: 0.5; | |
| 489 | -} | |
| 490 | -.object-slider a.carousel-control:active { | |
| 491 | - opacity: 0.8; | |
| 492 | - line-height: 24px; | |
| 493 | - margin-top: 3px; | |
| 494 | -} | |
| 422 | +.object-slider a.carousel-control:hover {opacity: 0.5;} | |
| 423 | +.object-slider a.carousel-control:active {opacity: 0.8;line-height: 24px;margin-top: 3px;} | |
| 495 | 424 | .calculate-main-wr:after, #calculate-form:after{content:'';clear:both;display:block;position:relative;} |
| 496 | 425 | #calculate-form{margin-top: -15px;} |
| 497 | 426 | #calculate-form > .row { |
| ... | ... | @@ -500,9 +429,7 @@ section.bar.background-gray.steps-pre:before { |
| 500 | 429 | padding-top: 25px; |
| 501 | 430 | } |
| 502 | 431 | #calculate-form .submit-wr{margin-top:25px;} |
| 503 | -#calculate-form .text-center img{ | |
| 504 | - margin: 0 auto; | |
| 505 | -} | |
| 432 | +#calculate-form .text-center img{margin: 0 auto;} | |
| 506 | 433 | .main-slider .carousel-indicators{display:none!important;} |
| 507 | 434 | .object-slider .carousel-indicators li{ |
| 508 | 435 | width: 12px; |
| ... | ... | @@ -519,44 +446,70 @@ section.bar.background-gray.steps-pre:before { |
| 519 | 446 | border-color: #467fbf; |
| 520 | 447 | } |
| 521 | 448 | /*отображать только 4 элемента в портфолио*/ |
| 522 | -.object-view .portfolio > div:nth-child(1n+6) { | |
| 523 | - display: none; | |
| 524 | -} | |
| 525 | -.object-view .portfolio .image{ | |
| 526 | - padding-top:75%; | |
| 527 | -} | |
| 528 | -.modal-body > form > .row > .col-md-12 { | |
| 529 | - padding: 0px 30px; | |
| 530 | -} | |
| 531 | -.row.calculate-main-wr { | |
| 532 | - padding-left: 15px; | |
| 533 | - padding-right: 15px; | |
| 534 | -} | |
| 449 | +.object-view .portfolio > div:nth-child(1n+6) {display: none;} | |
| 450 | +.object-view .portfolio .image{padding-top:75%;} | |
| 451 | +.modal-body > form > .row > .col-md-12 {padding: 0px 30px;} | |
| 452 | +.row.calculate-main-wr {padding-left: 15px;padding-right: 15px;} | |
| 453 | +.big-title1{text-transform: uppercase;font-size: 24px;} | |
| 535 | 454 | |
| 536 | 455 | /*heading breadcrumbs blue fon*/ |
| 537 | 456 | #heading-breadcrumbs{background-color: #0080ca;background-image: url(/img/slide_two_fon.png);} |
| 538 | 457 | #heading-breadcrumbs h1{color: #fdfdfd;} |
| 539 | -#heading-breadcrumbs .breadcrumb > .active { | |
| 540 | - color: #d0d0d0; | |
| 541 | - font-weight: bold; | |
| 542 | -} | |
| 543 | -#heading-breadcrumbs .breadcrumb > li + li:before { | |
| 544 | - color: #ececec; | |
| 545 | -} | |
| 458 | +#heading-breadcrumbs .breadcrumb > .active {color: #d0d0d0;font-weight: bold;} | |
| 459 | +#heading-breadcrumbs .breadcrumb > li + li:before {color: #ececec;} | |
| 546 | 460 | #heading-breadcrumbs .breadcrumb li a {color: #efefef;} |
| 547 | 461 | #heading-breadcrumbs .breadcrumb li a:hover {color: #ffffff;} |
| 548 | 462 | #heading-breadcrumbs .breadcrumb li a:active {color: #c7c7c7;} |
| 549 | -#heading-breadcrumbs > .container > .row{ | |
| 550 | - display: flex; | |
| 551 | - align-items: center; | |
| 552 | -} | |
| 463 | +#heading-breadcrumbs > .container > .row{display: flex;align-items: center;} | |
| 553 | 464 | .box-image .name, .box-image .text{opacity:0;} |
| 554 | 465 | .box-image:hover .name, .box-image:hover .text{opacity:1;} |
| 555 | 466 | .owl-carousel .owl-wrapper-outer {border-radius: 5px;} |
| 467 | +.links-ses-for-wr{margin:0;} | |
| 468 | +.links-ses-for-wr a{color: #00a1e9;text-decoration: underline;} | |
| 469 | +.links-ses-for-wr .container{padding-top: 18px;padding-bottom: 20px;} | |
| 470 | +.links-ses-for-wr .container .row{height: 60px;display: flex;justify-content: center;align-items: center;text-transform: uppercase;font-weight: bold;font-size: 14.5px;} | |
| 471 | +.links-ses-for-wr .container .row .lsf-left{text-align: right;border-right: 2px solid #e4e4e4;padding-right: 30px;} | |
| 472 | +.links-ses-for-wr .container .row .lsf-right{text-align: left;padding-left: 30px;} | |
| 473 | +.links-ses-for-wr .container .row .lsf-left p{background-image: url(/img/icon1_prv.png);} | |
| 474 | +.links-ses-for-wr .container .row .lsf-right p{background-image: url(/img/icon2_prv.png);} | |
| 475 | +.links-ses-for-wr .container .row p{display: inline-block;background-position: top left;background-repeat: no-repeat;padding: 13px 0 13px 58px;} | |
| 476 | +#mediaabout-wr .portfolio .box-image {padding-top: 56.1%;} | |
| 477 | +#mediaabout-wr .portfolio .box-image .post{ | |
| 478 | + position: absolute; | |
| 479 | + top: 0; | |
| 480 | + left: 0; | |
| 481 | + width: 100%; | |
| 482 | + height: 100%; | |
| 483 | + background-position: center; | |
| 484 | + background-repeat: no-repeat; | |
| 485 | + background-size: cover; | |
| 486 | +} | |
| 487 | +#mediaabout-wr .portfolio .box-image .post a{ | |
| 488 | + position: absolute; | |
| 489 | + width: 100%; | |
| 490 | + height: 100%; | |
| 491 | + top: 0; | |
| 492 | + left: 0; | |
| 493 | +} | |
| 494 | +#mediaabout-wr .portfolio .box-image .post .title{ | |
| 495 | + text-align: left; | |
| 496 | + color: #fff; | |
| 497 | + width:100%; | |
| 498 | + font-size: 15px; | |
| 499 | + padding: 10px 20px; | |
| 500 | + padding-bottom: 15px; | |
| 501 | + position: absolute; | |
| 502 | + bottom: 0; | |
| 503 | + background-color: rgba(0, 0, 0, 0.5); | |
| 504 | + max-height: 50%; | |
| 505 | +} | |
| 506 | + | |
| 556 | 507 | @media(min-width:1200px){ |
| 508 | + .links-ses-for-wr .container .row p {margin: 7px 20px;} | |
| 557 | 509 | .main-slider {min-height: 620px;} |
| 558 | 510 | } |
| 559 | 511 | @media(min-width:992px){ |
| 512 | + .links-ses-for-wr .container .row p {margin: 7px 0px;} | |
| 560 | 513 | p.coord1{margin-top:-30px;} |
| 561 | 514 | } |
| 562 | 515 | @media(min-width:992px) and (max-width:1199px){ |
| ... | ... | @@ -578,16 +531,21 @@ section.bar.background-gray.steps-pre:before { |
| 578 | 531 | .navbar ul.nav > li > a{letter-spacing: -0.5px!important;padding: 0px 8px 2px!important;} |
| 579 | 532 | .navbar ul.nav > li > a:after{width: calc(100% - 16px)!important;left: 8px!important;} |
| 580 | 533 | .about .smi_right .post{width:100%;} |
| 581 | - .smi_right .post .title{ | |
| 582 | - font-size: 13px; | |
| 583 | - padding: 30% 21% 13px 11px; | |
| 584 | - line-height: 16px; | |
| 585 | - } | |
| 534 | + .smi_right .post .title{font-size: 13px;padding: 30% 21% 13px 11px;line-height: 16px;} | |
| 586 | 535 | .object-slider .carousel{height:500px;} |
| 587 | 536 | .main-slider {min-height: 400px;} |
| 588 | 537 | .main-slider .carousel-control{width:15%;} |
| 589 | 538 | } |
| 590 | 539 | @media(max-width:991px){ |
| 540 | + .links-ses-for-wr .container .row{flex-direction: column;height: initial;} | |
| 541 | + .links-ses-for-wr .container .row .lsf-left, .links-ses-for-wr .container .row .lsf-right { | |
| 542 | + text-align: left; | |
| 543 | + border-right: none; | |
| 544 | + padding-right: 15px; | |
| 545 | + padding-left: 15px; | |
| 546 | + } | |
| 547 | + .links-ses-for-wr .container {padding-top: 10px;padding-bottom: 12px;} | |
| 548 | + .links-ses-for-wr .container .row p{margin-bottom:0;} | |
| 591 | 549 | #footer .container > div {margin-bottom: 20px;} |
| 592 | 550 | .background-kben.block-why, .head_video_buttons{margin-top: 30px;} |
| 593 | 551 | .pr_cover { |
| ... | ... | @@ -614,16 +572,8 @@ section.bar.background-gray.steps-pre:before { |
| 614 | 572 | top: 0; |
| 615 | 573 | left: 0; |
| 616 | 574 | } |
| 617 | - .main-slider { | |
| 618 | - height:0%; | |
| 619 | - min-height:0%; | |
| 620 | - padding-top: 75%; | |
| 621 | - } | |
| 622 | - .main-slider .carousel { | |
| 623 | - height: 100%;width: 100%; | |
| 624 | - position: absolute; | |
| 625 | - top: 0; | |
| 626 | - } | |
| 575 | + .main-slider {height:0%;min-height:0%;padding-top: 75%;} | |
| 576 | + .main-slider .carousel {height: 100%;width: 100%;position: absolute;top: 0;} | |
| 627 | 577 | .object-slider .carousel{height:450px;} |
| 628 | 578 | .main-slider .carousel-control{font-size:10vw;width:10%;} |
| 629 | 579 | } |
| ... | ... | @@ -635,10 +585,7 @@ section.bar.background-gray.steps-pre:before { |
| 635 | 585 | } |
| 636 | 586 | @media(max-width:768px){ |
| 637 | 587 | .main_video_fb{padding-top: 56.1%;} |
| 638 | - .object-slider{ | |
| 639 | - margin-left: -15px; | |
| 640 | - margin-right: -15px; | |
| 641 | - } | |
| 588 | + .object-slider{margin-left: -15px;margin-right: -15px;} | |
| 642 | 589 | .main-slider{max-height:550px;} |
| 643 | 590 | .object-slider .carousel { |
| 644 | 591 | width: 100%; |
| ... | ... | @@ -682,37 +629,18 @@ section.bar.background-gray.steps-pre:before { |
| 682 | 629 | } |
| 683 | 630 | .navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after, .navbar ul.nav > li.active > a:after{bottom: 18px;} |
| 684 | 631 | .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{background: initial;} |
| 685 | - .navbar ul.nav > li > a:hover { | |
| 686 | - border-color:#fff; | |
| 687 | - background:initial; | |
| 688 | - } | |
| 632 | + .navbar ul.nav > li > a:hover {border-color:#fff;background:initial;} | |
| 689 | 633 | } |
| 690 | 634 | @media(min-width:768px) and (max-width:991px){ |
| 691 | 635 | .navbar-header{width: 57px;} |
| 692 | 636 | .navbar-brand.home{width:100%;} |
| 693 | - .navbar-brand.home img{ | |
| 694 | - width: 50px; | |
| 695 | - margin-top: 15px; | |
| 696 | - } | |
| 637 | + .navbar-brand.home img{width: 50px;margin-top: 15px;} | |
| 697 | 638 | |
| 698 | 639 | .navbar-brand.home, .static_logo_about{display:none;} |
| 699 | - .navbar ul.nav > li > a{ | |
| 700 | - font-size: 11px; | |
| 701 | - padding: 0px 6px 2px; | |
| 702 | - } | |
| 703 | - .navbar ul.nav > li > a:after{ | |
| 704 | - font-size: 11px; | |
| 705 | - letter-spacing: -0.40px; | |
| 706 | - padding: 0px 6px 2px; | |
| 707 | - } | |
| 708 | - .navbar ul.nav > li > a:after{ | |
| 709 | - width: calc(100% - 12px); | |
| 710 | - left: 6px; | |
| 711 | - } | |
| 712 | - .nav.navbar-nav.navbar-right{ | |
| 713 | - margin: 0; | |
| 714 | - float: none!important; | |
| 715 | - } | |
| 640 | + .navbar ul.nav > li > a{font-size: 11px;padding: 0px 6px 2px;} | |
| 641 | + .navbar ul.nav > li > a:after{font-size: 11px;letter-spacing: -0.40px;padding: 0px 6px 2px;} | |
| 642 | + .navbar ul.nav > li > a:after{width: calc(100% - 12px);left: 6px;} | |
| 643 | + .nav.navbar-nav.navbar-right{margin: 0;float: none!important;} | |
| 716 | 644 | } |
| 717 | 645 | @media(max-width:520px){ |
| 718 | 646 | #heading-breadcrumbs h1 {font-size: 5.78vw;} |
| ... | ... | @@ -722,16 +650,11 @@ section.bar.background-gray.steps-pre:before { |
| 722 | 650 | } |
| 723 | 651 | @media(max-width:500px){ |
| 724 | 652 | .head_video_buttons .button1{margin-bottom: 7px;} |
| 725 | - .head_video_buttons .button1, .head_video_buttons .button2{ | |
| 726 | - float:none!important; | |
| 727 | - display:block!important; | |
| 728 | - } | |
| 653 | + .head_video_buttons .button1, .head_video_buttons .button2{float:none!important;display:block!important;} | |
| 729 | 654 | /*.button1{width:100%;}*/ |
| 730 | 655 | h2, .h2 {font-size: 6vw;} |
| 731 | 656 | .lead{font-size:16px;} |
| 732 | - .img-title table td.buts{ | |
| 733 | - width: 40px!important; | |
| 734 | - } | |
| 657 | + .img-title table td.buts{width: 40px!important;} | |
| 735 | 658 | .img-title table td.buts a.sqre_btn{ |
| 736 | 659 | margin-bottom: 5px; |
| 737 | 660 | width: 30px; |
| ... | ... | @@ -763,6 +686,7 @@ section.bar.background-gray.steps-pre:before { |
| 763 | 686 | font-size: 3vw; |
| 764 | 687 | line-height: 125%; |
| 765 | 688 | } |
| 689 | + .links-ses-for-wr .container .row{font-size:4vw;} | |
| 766 | 690 | } |
| 767 | 691 | @media(max-width:280px) { |
| 768 | 692 | .pr_cover {width:109%;} | ... | ... |
4.22 KB
4.06 KB
frontend/web/img/slt03.jpg