|
|
@ -144,4 +144,57 @@ |
|
|
|
background: var(--main_white); |
|
|
|
background: var(--main_white); |
|
|
|
color: var(--main_black); |
|
|
|
color: var(--main_black); |
|
|
|
} |
|
|
|
} |
|
|
|
/* Sell form end */ |
|
|
|
/* Sell form end */ |
|
|
|
|
|
|
|
.wrapper-wtb { |
|
|
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
|
|
|
max-width: 1600px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.container { |
|
|
|
|
|
|
|
max-width: 1222px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.find-us ul { |
|
|
|
|
|
|
|
display: grid; |
|
|
|
|
|
|
|
grid-template-columns: repeat(3, minmax(0, 1fr)); |
|
|
|
|
|
|
|
gap: 36px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.find-us h3 { |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
line-height: 28px; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
margin-bottom: 8px; |
|
|
|
|
|
|
|
text-transform: uppercase; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.find-us p { |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
|
|
line-height: 32px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (max-width: 1600px) { |
|
|
|
|
|
|
|
.wrapper-wtb { |
|
|
|
|
|
|
|
max-width: 1280px!important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 992px) { |
|
|
|
|
|
|
|
.where-home h1 { |
|
|
|
|
|
|
|
font-size: 32px; |
|
|
|
|
|
|
|
line-height: 38px; |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.where-home { |
|
|
|
|
|
|
|
padding: 0px 0 36px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.where-home p { |
|
|
|
|
|
|
|
font-size: 20px; |
|
|
|
|
|
|
|
line-height: 24px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.find-us ul { |
|
|
|
|
|
|
|
display: grid; |
|
|
|
|
|
|
|
grid-template-columns: repeat(1, minmax(0, 1fr)); |
|
|
|
|
|
|
|
gap: 36px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sell-form__container { |
|
|
|
|
|
|
|
padding: 36px 16px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|