|
|
@@ -625,7 +625,7 @@ main .quick--menu--wrap > div {
|
|
|
height: 70px;
|
|
|
position: relative;
|
|
|
cursor: pointer;
|
|
|
- transition: all 0.3s;
|
|
|
+ transition: background-color 0.3s;
|
|
|
border: 1px solid rgba(54, 55, 63, 0.5);
|
|
|
background-image: url(../img/ico--quick1.svg);
|
|
|
}
|
|
|
@@ -637,12 +637,12 @@ main .quick--menu--wrap > div.quick--contact .contact--bubble {
|
|
|
pointer-events: none;
|
|
|
transition: opacity 0.3s;
|
|
|
position: absolute;
|
|
|
- top: 0;
|
|
|
+ top: 15px;
|
|
|
right: calc(100% + 20px);
|
|
|
- padding: 24px 30px;
|
|
|
+ padding: 15px 25px;
|
|
|
background-color: #EC3237;
|
|
|
border-radius: 50px;
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 17px;
|
|
|
color: #fff;
|
|
|
font-weight: 600;
|
|
|
line-height: 1;
|
|
|
@@ -654,7 +654,7 @@ main .quick--menu--wrap > div.quick--contact .contact--bubble::after {
|
|
|
background-image: url(../img/ico--bubble.svg);
|
|
|
position: absolute;
|
|
|
right: -12px;
|
|
|
- top: 18px;
|
|
|
+ top: 7px;
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
width: 28px;
|
|
|
@@ -675,14 +675,34 @@ main .quick--menu--wrap > div.quick--global .global--bubble {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: calc(100% + 20px);
|
|
|
- width: 435px;
|
|
|
+ width: 350px;
|
|
|
padding: 25px 20px;
|
|
|
border-radius: 20px;
|
|
|
background-color: #EC3237;
|
|
|
}
|
|
|
+main .quick--menu--wrap > div.quick--global .global--bubble .global--title {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ gap: 15px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+main .quick--menu--wrap > div.quick--global .global--bubble .global--title .ico {
|
|
|
+ display: inline-block;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ background-image: url(../img/ico--global.svg);
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+main .quick--menu--wrap > div.quick--global .global--bubble .global--title h4 {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 1;
|
|
|
+}
|
|
|
main .quick--menu--wrap > div.quick--global .global--bubble .global--list {
|
|
|
- height: 350px;
|
|
|
- padding: 0 20px;
|
|
|
+ height: 300px;
|
|
|
+ padding: 0 25px;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
main .quick--menu--wrap > div.quick--global .global--bubble .global--list::-webkit-scrollbar {
|
|
|
@@ -706,8 +726,9 @@ main .quick--menu--wrap > div.quick--global .global--bubble .global--list a {
|
|
|
pointer-events: none;
|
|
|
text-decoration: none;
|
|
|
display: inline-block;
|
|
|
+ width: 100%;
|
|
|
margin-bottom: 15px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 17px;
|
|
|
font-weight: 600;
|
|
|
color: #fff;
|
|
|
}
|
|
|
@@ -719,7 +740,7 @@ main .quick--menu--wrap > div.quick--global .global--bubble .global--list a::bef
|
|
|
border-radius: 50%;
|
|
|
background-color: #fff;
|
|
|
top: 8px;
|
|
|
- left: -15px;
|
|
|
+ left: -20px;
|
|
|
position: absolute;
|
|
|
}
|
|
|
main .quick--menu--wrap > div.quick--global .global--bubble .global--list a:last-child {
|