| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- html {
- width: 100%;
- height: 100%;
- }
- body {
- width: 100%;
- height: 100%;
- font-family: $fontopensans;
- // pixelperfect
- // min-height: 3574px;
- // position: relative;
- // &:after {
- // content: '';
- // position: absolute;
- // width: 100%;
- // height: 100%;
- // top: 0;
- // left: 0;
- // background: url('/pp_index.jpg') 50% 0 no-repeat;
- // opacity: .5;
- // }
- // .wrapper {
- // z-index: 100 !important;
- // }
- }
- @media screen and (max-width: 640px) {
- .logo--header {
- width: 185px;
- }
- .logo--header .logo__img {
- width: 175px;
- }
- .region__section-box {
- width: 300px;
- }
- .region__section__items-list {
- display: block;
- width: calc(100% - 20px);
- }
- .search-float {
- display: none !important;
- }
- .leftbar {
- display: none !important;
- }
- .doctors__photo {
- margin: 0 auto;
- }
- .organization-info__container .vrach-info{
- margin: 15px 0;
- min-height: auto;
- }
- .grid-dis-col-33:last-child, .grid-dis-col-66:last-child, .grid-dis-col-1:last-child {
- width: 100%;
- margin-top: 15px !important;
- }
- .vrachi-border {
- border-left: none;
- }
- .vrach-title-dolznosti {
- border-bottom: none;
- }
- .organization-media {
- display: none !important;
- }
- .wrapper--footer {
- display: block !important;
- }
- .footer-logo {
- display: inline-block;
- margin-left: 10px;
- }
- .copyright {
- display: inline-block;
- width: calc(100% - 140px);
- margin-right: 0;
- }
- .copyright span {
- display: block;
- }
- .aferta {
- display: block;
- width: calc(100% - 20px);
- margin:0 10px;
- }
- .footer__right {
- display: block;
- width: calc(100% - 20px);
- margin:0 10px;
- }
- .footer__right .mainlinks {
- display: block;
- }
- .footer__right .mainlinks li {
- display: inline-block;
- }
- }
-
|