You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
924 B
65 lines
924 B
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
font-family: barlow;
|
|
src: url(../fonts/Barlow-Medium.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'number';
|
|
src: url("../fonts/Montserrat-Regular.woff2");
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.window {
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 11;
|
|
}
|
|
|
|
@media (max-width: 1500px) {
|
|
.w1400 {
|
|
width: 90%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 750px) {
|
|
.window {
|
|
width: 90%;
|
|
padding: 30px 30px 60px;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
position: fixed;
|
|
}
|
|
.window p, .window div {
|
|
font-size: 16px;
|
|
color: #666;
|
|
margin-bottom: 10px;
|
|
}
|
|
.window a {
|
|
width: 80px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #0042ff;
|
|
display: block;
|
|
position: absolute;
|
|
right: 30px;
|
|
bottom: 30px;
|
|
}
|
|
}
|
|
|
|
/*# sourceMappingURL=global.css.map */
|