Строительство футбольных полей под ключ
Просмотры: 34
.football-lp {
font-family: inherit;
color: #101828;
line-height: 1.5;
}
.football-lp * {
box-sizing: border-box;
}
.football-wrap {
max-width: 1220px;
margin: 0 auto;
padding: 0 15px;
}
.football-hero {
background: linear-gradient(135deg,#041b0f 0%,#0b4f2a 55%,#17a34a 100%);
color: #fff;
border-radius: 28px;
overflow: hidden;
padding: 70px 55px;
margin: 30px 0 45px;
position: relative;
}
.football-hero:after {
content: "";
position: absolute;
right: -140px;
bottom: -140px;
width: 4…