|
@@ -234,10 +234,56 @@ body {
|
|
|
font-family: "opensans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|
|
font-family: "opensans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|
|
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
@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 {
|
|
.leftbar {
|
|
|
- display: none; }
|
|
|
|
|
|
|
+ display: none !important; }
|
|
|
.doctors__photo {
|
|
.doctors__photo {
|
|
|
- margin: 0 auto; } }
|
|
|
|
|
|
|
+ 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; } }
|
|
|
|
|
|
|
|
.wrapper {
|
|
.wrapper {
|
|
|
width: 100%;
|
|
width: 100%;
|