|
|
|
@ -245,6 +245,7 @@ main { |
|
|
|
|
backdrop-filter: blur(6px); |
|
|
|
|
z-index: 1; |
|
|
|
|
box-shadow: -2px 5px 22.9px 0px rgba(0, 0, 0, 0.25); |
|
|
|
|
gap: 45px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.about_slider .carousel .carousel-item.active { |
|
|
|
@ -1320,17 +1321,17 @@ width: 330px; |
|
|
|
|
.home__title { |
|
|
|
|
color: var(--interface-background, #F2F2F2); |
|
|
|
|
font-family: "Craftwork Grotesk"; |
|
|
|
|
font-size: 48px; |
|
|
|
|
font-size: 64px; |
|
|
|
|
font-style: normal; |
|
|
|
|
font-weight: 700; |
|
|
|
|
line-height: 56px; /* 116.667% */ |
|
|
|
|
line-height: 120%; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (min-width: 1600px){ |
|
|
|
|
.home__title { |
|
|
|
|
|
|
|
|
|
font-size: 64px; |
|
|
|
|
font-size: 80px; |
|
|
|
|
line-height: 120%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -2058,6 +2059,7 @@ width: 330px; |
|
|
|
|
.sec-bf{ |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 3; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.copied{ |
|
|
|
@ -3597,4 +3599,25 @@ color: #f4f1f0; |
|
|
|
|
.modal__basket { |
|
|
|
|
width: 100%!important; |
|
|
|
|
} |
|
|
|
|
.about_slider .carousel .carousel-item { |
|
|
|
|
gap: 12px; |
|
|
|
|
} |
|
|
|
|
.section_wrap { |
|
|
|
|
padding: 110px 0 0px; |
|
|
|
|
background: radial-gradient(250% 285% at 120% -27.98%, #0F5881 0%, #1EA49C 36.98%, #76CE75 66.67%, #ECF39F 91.15%); |
|
|
|
|
} |
|
|
|
|
.truth_block .truth_link { |
|
|
|
|
height: 29px; |
|
|
|
|
border-width: 2px; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
} |
|
|
|
|
.discount_block_ae .discount__sale .discount_form .discount_form-btn { |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
} |
|
|
|
|
.footer-content__address { |
|
|
|
|
font-size: 24px; |
|
|
|
|
line-height: 133%; |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
} |
|
|
|
|
} |