@@ -9990,6 +9990,16 @@ footer .copyright .logo {
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
font-size: 16px;
margin-bottom: 5px; }
+.short-contacts__ask-button {
+ display: inline-block;
+ width: 100%;
+ margin-top: 10px;
+ text-align: center;
+ text-decoration: underline;
+ font-family: Cuprum, sans-serif;
+ padding: 7px 0;
+ color: #929292;
+ background: #ebebeb; }
.index-about h2 {
color: #3b434d;
@@ -9,4 +9,16 @@
margin-bottom: 5px;
}
+
+ &__ask-button {
+ font-family: $fontcuprum;
+ background: #ebebeb;
+ }