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;
}
}