|
|
|
@ -47,8 +47,8 @@ body { |
|
|
|
|
h1 { |
|
|
|
|
font-family: 'DIN Pro', sans-serif; |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 62px; |
|
|
|
|
line-height: 120%; |
|
|
|
|
font-size: 66px; |
|
|
|
|
line-height: 110%; |
|
|
|
|
letter-spacing: -0.04em; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
background: linear-gradient( |
|
|
|
@ -112,7 +112,7 @@ h1 strong { |
|
|
|
|
} |
|
|
|
|
.header__container { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 28px; |
|
|
|
|
top: 24px; |
|
|
|
|
z-index: 2; |
|
|
|
|
} |
|
|
|
|
.header__logo { |
|
|
|
@ -156,8 +156,8 @@ h1 strong { |
|
|
|
|
|
|
|
|
|
/* Hero */ |
|
|
|
|
.hero { |
|
|
|
|
padding-top: 170px; |
|
|
|
|
padding-bottom: 102px; |
|
|
|
|
padding-top: 160px; |
|
|
|
|
padding-bottom: 92px; |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 1; |
|
|
|
|
} |
|
|
|
@ -198,7 +198,7 @@ h1 strong { |
|
|
|
|
} |
|
|
|
|
.hero__content { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: flex-end; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
gap: 64px; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
position: relative; |
|
|
|
@ -208,7 +208,7 @@ h1 strong { |
|
|
|
|
content: ''; |
|
|
|
|
position: absolute; |
|
|
|
|
top: -60px; |
|
|
|
|
right: -590px; |
|
|
|
|
right: -595px; |
|
|
|
|
width: 1230px; |
|
|
|
|
height: 830px; |
|
|
|
|
pointer-events: none; |
|
|
|
@ -220,7 +220,7 @@ h1 strong { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
gap: 32px; |
|
|
|
|
gap: 42px; |
|
|
|
|
max-width: 590px; |
|
|
|
|
} |
|
|
|
|
.hero__title { |
|
|
|
@ -230,23 +230,28 @@ h1 strong { |
|
|
|
|
.hero__desc { |
|
|
|
|
display: inline-flex; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 14px; |
|
|
|
|
border: 2px solid rgba(28, 27, 27, 0.9); |
|
|
|
|
border-radius: 15px; |
|
|
|
|
padding: 13px 24px; |
|
|
|
|
gap: 12px; |
|
|
|
|
} |
|
|
|
|
.hero__desc p { |
|
|
|
|
display: inline-flex; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 12px; |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 18px; |
|
|
|
|
line-height: 130%; |
|
|
|
|
padding: 12px 20px 12px 18px; |
|
|
|
|
border-radius: 12px; |
|
|
|
|
border: 1px solid rgba(0, 7, 30, 0.15); |
|
|
|
|
box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.01); |
|
|
|
|
} |
|
|
|
|
.hero__desc::before { |
|
|
|
|
.hero__desc p::before { |
|
|
|
|
display: none; |
|
|
|
|
content: ''; |
|
|
|
|
width: 24px; |
|
|
|
|
height: 24px; |
|
|
|
|
background: url('../img/i-info.svg') center no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
.hero__desc p { |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 20px; |
|
|
|
|
line-height: 130%; |
|
|
|
|
} |
|
|
|
|
.hero__desc p b { |
|
|
|
|
font-weight: 700; |
|
|
|
|
} |
|
|
|
@ -262,50 +267,48 @@ h1 strong { |
|
|
|
|
.hero__price-header { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
gap: 24px; |
|
|
|
|
border-radius: 24px; |
|
|
|
|
padding: 16px; |
|
|
|
|
background: linear-gradient( |
|
|
|
|
142deg, |
|
|
|
|
rgba(255, 255, 255, 0) 0%, |
|
|
|
|
rgba(255, 255, 255, 0.2) 41.5%, |
|
|
|
|
rgba(255, 255, 255, 0) 100% |
|
|
|
|
), |
|
|
|
|
#f7f5f3; |
|
|
|
|
width: 100%; |
|
|
|
|
margin-bottom: 4px; |
|
|
|
|
} |
|
|
|
|
.hero__price-header span { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 10px; |
|
|
|
|
justify-content: center; |
|
|
|
|
gap: 12px; |
|
|
|
|
border-radius: 14px; |
|
|
|
|
padding: 14px 20px; |
|
|
|
|
background: linear-gradient( |
|
|
|
|
142deg, |
|
|
|
|
rgba(255, 255, 255, 0) 0%, |
|
|
|
|
rgba(255, 255, 255, 0.2) 41.5%, |
|
|
|
|
rgba(255, 255, 255, 0) 100% |
|
|
|
|
), |
|
|
|
|
#d92d2d; |
|
|
|
|
padding: 14px; |
|
|
|
|
font-weight: 600; |
|
|
|
|
font-size: 18px; |
|
|
|
|
line-height: 140%; |
|
|
|
|
color: #fff; |
|
|
|
|
width: 100%; |
|
|
|
|
border-right: 3px solid #54596c; |
|
|
|
|
border-left: 3px solid #54596c; |
|
|
|
|
background: linear-gradient( |
|
|
|
|
329deg, |
|
|
|
|
rgba(255, 255, 255, 0) 9.59%, |
|
|
|
|
rgba(255, 255, 255, 0.1) 47.6%, |
|
|
|
|
rgba(255, 255, 255, 0) 100% |
|
|
|
|
), |
|
|
|
|
var(--clr-general); |
|
|
|
|
} |
|
|
|
|
.hero__price-header span::before { |
|
|
|
|
content: ''; |
|
|
|
|
width: 24px; |
|
|
|
|
height: 24px; |
|
|
|
|
width: 22px; |
|
|
|
|
height: 22px; |
|
|
|
|
background: url('../img/i-percent.svg') center no-repeat; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
.hero__price-header p { |
|
|
|
|
font-weight: 400; |
|
|
|
|
font-size: 17px; |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 16.5px; |
|
|
|
|
line-height: 130%; |
|
|
|
|
max-width: 220px; |
|
|
|
|
} |
|
|
|
|
.hero__price-header p b { |
|
|
|
|
font-weight: 600; |
|
|
|
|
color: #ffcc02; |
|
|
|
|
} |
|
|
|
|
.hero__price-content { |
|
|
|
|
display: flex; |
|
|
|
@ -359,7 +362,8 @@ h1 strong { |
|
|
|
|
max-width: 490px; |
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.7); |
|
|
|
|
border-radius: 26px; |
|
|
|
|
padding: 32px; |
|
|
|
|
padding: 12px; |
|
|
|
|
padding-bottom: 32px; |
|
|
|
|
box-shadow: 0 10px 42px 0 rgba(0, 0, 0, 0.17); |
|
|
|
|
background: linear-gradient( |
|
|
|
|
142deg, |
|
|
|
@ -370,10 +374,15 @@ h1 strong { |
|
|
|
|
#f2f2f2; |
|
|
|
|
} |
|
|
|
|
.hero__form-title { |
|
|
|
|
padding-left: 12px; |
|
|
|
|
padding-right: 12px; |
|
|
|
|
max-width: 320px; |
|
|
|
|
margin-left: auto; |
|
|
|
|
margin-right: auto; |
|
|
|
|
} |
|
|
|
|
.hero__form-title p { |
|
|
|
|
font-weight: 400; |
|
|
|
|
font-size: 18px; |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 17.5px; |
|
|
|
|
line-height: 130%; |
|
|
|
|
letter-spacing: -0.02em; |
|
|
|
|
text-align: center; |
|
|
|
@ -382,6 +391,8 @@ h1 strong { |
|
|
|
|
font-weight: 600; |
|
|
|
|
} |
|
|
|
|
.hero__form-action { |
|
|
|
|
padding-left: 24px; |
|
|
|
|
padding-right: 24px; |
|
|
|
|
} |
|
|
|
|
.hero__form-action form { |
|
|
|
|
display: flex; |
|
|
|
@ -485,7 +496,8 @@ h1 strong { |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: repeat(4, 1fr); |
|
|
|
|
gap: 24px; |
|
|
|
|
margin-top: 102px; |
|
|
|
|
margin-top: 92px; |
|
|
|
|
margin-top: 72px; |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 1; |
|
|
|
|
} |
|
|
|
@ -589,7 +601,6 @@ h1 strong { |
|
|
|
|
width: 44px; |
|
|
|
|
height: 44px; |
|
|
|
|
box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.07); |
|
|
|
|
/* background: #282828; */ |
|
|
|
|
background: rgba(255, 255, 255, 0.1); |
|
|
|
|
transition: transform 0.2s ease-in-out; |
|
|
|
|
} |
|
|
|
@ -629,9 +640,6 @@ h1 strong { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background: rgba(0, 7, 30, 0.8); |
|
|
|
|
/* background: #00071e; */ |
|
|
|
|
/* -webkit-backdrop-filter: blur(2px); |
|
|
|
|
backdrop-filter: blur(2px); */ |
|
|
|
|
-webkit-transition: opacity 0.2s linear; |
|
|
|
|
transition: opacity 0.2s linear; |
|
|
|
|
opacity: 1; |
|
|
|
@ -727,7 +735,7 @@ h1 strong { |
|
|
|
|
} |
|
|
|
|
.modal__title p { |
|
|
|
|
font-family: 'DIN Pro', sans-serif; |
|
|
|
|
font-size: 23px; |
|
|
|
|
font-size: 26px; |
|
|
|
|
font-weight: 500; |
|
|
|
|
line-height: 130%; |
|
|
|
|
text-align: center; |
|
|
|
|