|
@@ -445,73 +445,6 @@ h2 {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-// .doctors-wrap {
|
|
|
|
-// .item {
|
|
|
|
-// .photo {
|
|
|
|
-// height: 30vh;
|
|
|
|
-// }
|
|
|
|
-// .desc {
|
|
|
|
-// background-color: $opacity-color;
|
|
|
|
-// }
|
|
|
|
-// }
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
-// ______Footer______
|
|
|
|
-.footer {
|
|
|
|
- font-family: 'Montserrat', sans-serif;
|
|
|
|
- position: static;
|
|
|
|
- background-image: url(../assets/images/bg2.jpg);
|
|
|
|
- background-size: cover;
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- padding: 0px 0px;
|
|
|
|
- color: $opacity-color;
|
|
|
|
- font-size: 1.3em;
|
|
|
|
- @media (max-width: 768px) {
|
|
|
|
- justify-content: center;
|
|
|
|
- }
|
|
|
|
- h4 {
|
|
|
|
- font-family: 'Montserrat', sans-serif;
|
|
|
|
- font-weight: 700;
|
|
|
|
- font-size: 1.3em;
|
|
|
|
- margin: 5px;
|
|
|
|
- }
|
|
|
|
- .logo-box {
|
|
|
|
- margin-right: 0px;
|
|
|
|
- padding-top: 15px;
|
|
|
|
- @media (max-width: 768px) {
|
|
|
|
- margin-right: 0;
|
|
|
|
- order: -1;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .logo-box img {
|
|
|
|
- width: 300px;
|
|
|
|
- @media (max-width: 768px) {
|
|
|
|
- width: 250px;
|
|
|
|
- }
|
|
|
|
- @media (max-width: 414px) {
|
|
|
|
- width: 200px;
|
|
|
|
- }
|
|
|
|
- @media (max-width: 375px) {
|
|
|
|
- width: 150px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .contacts {
|
|
|
|
- background-color: $opacity-color;
|
|
|
|
- color: $header-color;
|
|
|
|
- padding: 20px 15px;
|
|
|
|
- min-width: 30%;
|
|
|
|
- text-align: center;
|
|
|
|
- font-size: 1em;
|
|
|
|
- @media (max-width: 768px) {
|
|
|
|
- width: 100%;
|
|
|
|
- }
|
|
|
|
- @media (max-width: 768px) {
|
|
|
|
- font-size: 0.7em;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -527,6 +460,7 @@ h2 {
|
|
|
|
|
|
.photo {
|
|
.photo {
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ line-height: 0;
|
|
.hover-block {
|
|
.hover-block {
|
|
display: none;
|
|
display: none;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -537,7 +471,10 @@ h2 {
|
|
left: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
&:hover .hover-block {
|
|
&:hover .hover-block {
|
|
- display: block;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: bottom;
|
|
|
|
+ justify-content: flex-end;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -595,6 +532,7 @@ h2 {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
// _____ APPOINTMENT _________
|
|
// _____ APPOINTMENT _________
|
|
|
|
|
|
.appointment {
|
|
.appointment {
|
|
@@ -653,6 +591,63 @@ h2 {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+// ______Footer______
|
|
|
|
+.footer {
|
|
|
|
+ font-family: 'Montserrat', sans-serif;
|
|
|
|
+ position: static;
|
|
|
|
+ background-image: url(../assets/images/bg2.jpg);
|
|
|
|
+ background-size: cover;
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ padding: 0px 0px;
|
|
|
|
+ color: $opacity-color;
|
|
|
|
+ font-size: 1.3em;
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ justify-content: center;
|
|
|
|
+ }
|
|
|
|
+ h4 {
|
|
|
|
+ font-family: 'Montserrat', sans-serif;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 1.3em;
|
|
|
|
+ margin: 5px;
|
|
|
|
+ }
|
|
|
|
+ .logo-box {
|
|
|
|
+ margin-right: 0px;
|
|
|
|
+ padding-top: 15px;
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ margin-right: 0;
|
|
|
|
+ order: -1;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .logo-box img {
|
|
|
|
+ width: 300px;
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ width: 250px;
|
|
|
|
+ }
|
|
|
|
+ @media (max-width: 414px) {
|
|
|
|
+ width: 200px;
|
|
|
|
+ }
|
|
|
|
+ @media (max-width: 375px) {
|
|
|
|
+ width: 150px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .contacts {
|
|
|
|
+ background-color: $opacity-color;
|
|
|
|
+ color: $header-color;
|
|
|
|
+ padding: 20px 15px;
|
|
|
|
+ min-width: 30%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 1em;
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ font-size: 0.7em;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|