new page number

This commit is contained in:
arlemp@selectel.ru
2021-11-21 13:14:07 +03:00
parent c15ec37abb
commit 65816f81e7
5 changed files with 161 additions and 3 deletions

View File

@@ -414,12 +414,55 @@ a{
}
.orange_button {
background: #F18129;
border-radius: 55px;
border: 1px solid #F18129;
color: white;
padding: 20px 28px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
font-size: 16px;
font-size: 11px;
line-height: 110%;
height: 55px;
}
.vazh{
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.45em;
}
.current-number{
display: flex;
align-items: center;
margin-top: 42px;
margin-bottom: 42px;
}
.number-img{
width: 147px;
}
.number_title{
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
background: #F5F5F5;
width: 768px;
height: 128px;
}
.number_number{
width: 50%;
}
#footer_2{
display: flex;
justify-content: center;