Commit 36a23065beefaa094bf64b2942d3a6814acfd912
1 parent
7a578120
smi about
Showing
1 changed file
with
11 additions
and
44 deletions
Show diff stats
frontend/web/css/main.css
| @@ -572,14 +572,8 @@ section.bar.background-gray.steps-pre:before { | @@ -572,14 +572,8 @@ section.bar.background-gray.steps-pre:before { | ||
| 572 | top: 0; | 572 | top: 0; |
| 573 | left: 0; | 573 | left: 0; |
| 574 | } | 574 | } |
| 575 | - .main-slider { | ||
| 576 | - height:0%; | ||
| 577 | - min-height:0%; | ||
| 578 | - padding-top: 75%; | ||
| 579 | - } | ||
| 580 | - .main-slider .carousel {height: 100%;width: 100%;position: absolute; | ||
| 581 | - top: 0; | ||
| 582 | - } | 575 | + .main-slider {height:0%;min-height:0%;padding-top: 75%;} |
| 576 | + .main-slider .carousel {height: 100%;width: 100%;position: absolute;top: 0;} | ||
| 583 | .object-slider .carousel{height:450px;} | 577 | .object-slider .carousel{height:450px;} |
| 584 | .main-slider .carousel-control{font-size:10vw;width:10%;} | 578 | .main-slider .carousel-control{font-size:10vw;width:10%;} |
| 585 | } | 579 | } |
| @@ -591,10 +585,7 @@ section.bar.background-gray.steps-pre:before { | @@ -591,10 +585,7 @@ section.bar.background-gray.steps-pre:before { | ||
| 591 | } | 585 | } |
| 592 | @media(max-width:768px){ | 586 | @media(max-width:768px){ |
| 593 | .main_video_fb{padding-top: 56.1%;} | 587 | .main_video_fb{padding-top: 56.1%;} |
| 594 | - .object-slider{ | ||
| 595 | - margin-left: -15px; | ||
| 596 | - margin-right: -15px; | ||
| 597 | - } | 588 | + .object-slider{margin-left: -15px;margin-right: -15px;} |
| 598 | .main-slider{max-height:550px;} | 589 | .main-slider{max-height:550px;} |
| 599 | .object-slider .carousel { | 590 | .object-slider .carousel { |
| 600 | width: 100%; | 591 | width: 100%; |
| @@ -638,37 +629,18 @@ section.bar.background-gray.steps-pre:before { | @@ -638,37 +629,18 @@ section.bar.background-gray.steps-pre:before { | ||
| 638 | } | 629 | } |
| 639 | .navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after, .navbar ul.nav > li.active > a:after{bottom: 18px;} | 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;} |
| 640 | .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{background: initial;} | 631 | .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{background: initial;} |
| 641 | - .navbar ul.nav > li > a:hover { | ||
| 642 | - border-color:#fff; | ||
| 643 | - background:initial; | ||
| 644 | - } | 632 | + .navbar ul.nav > li > a:hover {border-color:#fff;background:initial;} |
| 645 | } | 633 | } |
| 646 | @media(min-width:768px) and (max-width:991px){ | 634 | @media(min-width:768px) and (max-width:991px){ |
| 647 | .navbar-header{width: 57px;} | 635 | .navbar-header{width: 57px;} |
| 648 | .navbar-brand.home{width:100%;} | 636 | .navbar-brand.home{width:100%;} |
| 649 | - .navbar-brand.home img{ | ||
| 650 | - width: 50px; | ||
| 651 | - margin-top: 15px; | ||
| 652 | - } | 637 | + .navbar-brand.home img{width: 50px;margin-top: 15px;} |
| 653 | 638 | ||
| 654 | .navbar-brand.home, .static_logo_about{display:none;} | 639 | .navbar-brand.home, .static_logo_about{display:none;} |
| 655 | - .navbar ul.nav > li > a{ | ||
| 656 | - font-size: 11px; | ||
| 657 | - padding: 0px 6px 2px; | ||
| 658 | - } | ||
| 659 | - .navbar ul.nav > li > a:after{ | ||
| 660 | - font-size: 11px; | ||
| 661 | - letter-spacing: -0.40px; | ||
| 662 | - padding: 0px 6px 2px; | ||
| 663 | - } | ||
| 664 | - .navbar ul.nav > li > a:after{ | ||
| 665 | - width: calc(100% - 12px); | ||
| 666 | - left: 6px; | ||
| 667 | - } | ||
| 668 | - .nav.navbar-nav.navbar-right{ | ||
| 669 | - margin: 0; | ||
| 670 | - float: none!important; | ||
| 671 | - } | 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;} | ||
| 672 | } | 644 | } |
| 673 | @media(max-width:520px){ | 645 | @media(max-width:520px){ |
| 674 | #heading-breadcrumbs h1 {font-size: 5.78vw;} | 646 | #heading-breadcrumbs h1 {font-size: 5.78vw;} |
| @@ -678,16 +650,11 @@ section.bar.background-gray.steps-pre:before { | @@ -678,16 +650,11 @@ section.bar.background-gray.steps-pre:before { | ||
| 678 | } | 650 | } |
| 679 | @media(max-width:500px){ | 651 | @media(max-width:500px){ |
| 680 | .head_video_buttons .button1{margin-bottom: 7px;} | 652 | .head_video_buttons .button1{margin-bottom: 7px;} |
| 681 | - .head_video_buttons .button1, .head_video_buttons .button2{ | ||
| 682 | - float:none!important; | ||
| 683 | - display:block!important; | ||
| 684 | - } | 653 | + .head_video_buttons .button1, .head_video_buttons .button2{float:none!important;display:block!important;} |
| 685 | /*.button1{width:100%;}*/ | 654 | /*.button1{width:100%;}*/ |
| 686 | h2, .h2 {font-size: 6vw;} | 655 | h2, .h2 {font-size: 6vw;} |
| 687 | .lead{font-size:16px;} | 656 | .lead{font-size:16px;} |
| 688 | - .img-title table td.buts{ | ||
| 689 | - width: 40px!important; | ||
| 690 | - } | 657 | + .img-title table td.buts{width: 40px!important;} |
| 691 | .img-title table td.buts a.sqre_btn{ | 658 | .img-title table td.buts a.sqre_btn{ |
| 692 | margin-bottom: 5px; | 659 | margin-bottom: 5px; |
| 693 | width: 30px; | 660 | width: 30px; |