|
|
@@ -2890,138 +2890,485 @@ html {
|
|
|
|start
|
|
|
=================================================*/
|
|
|
.models--page{
|
|
|
- .models--container{
|
|
|
+ .type--carousel{
|
|
|
+ padding:40px 0px;
|
|
|
.models--filter--section{
|
|
|
- .filter--group{
|
|
|
- .filter--dropdown{
|
|
|
- display: flex;
|
|
|
- gap:10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 var(--page-margin);
|
|
|
+ position: sticky;
|
|
|
+ top: 0px;
|
|
|
+ z-index: 85;
|
|
|
+
|
|
|
|
|
|
- button{
|
|
|
- border-radius: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- display: inline-flex;
|
|
|
- -webkit-box-pack: justify;
|
|
|
- justify-content: space-between;
|
|
|
- -webkit-box-align: center;
|
|
|
- align-items: center;
|
|
|
- gap: 8px;
|
|
|
+
|
|
|
+ .filter--group{
|
|
|
+ .filter--dropdown--list{
|
|
|
+ >h2{
|
|
|
+ margin: 0 0 var(--spacing-relative-2xs) 0;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
letter-spacing: 0px;
|
|
|
font-weight: 400;
|
|
|
text-decoration: none;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
line-height: 20px;
|
|
|
font-stretch: 105%;
|
|
|
- padding: 4px 12px;
|
|
|
- transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
- transition-duration: 250ms;
|
|
|
- transition-property: background-color, box-shadow, color;
|
|
|
- min-height: 36px;
|
|
|
- cursor: pointer;
|
|
|
- background-color: rgb(24, 29, 37);
|
|
|
- color: rgb(252, 252, 253);
|
|
|
- box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
|
|
|
+ padding-bottom:12px;
|
|
|
+ }
|
|
|
+ .filter--dropdown{
|
|
|
+ display: flex;
|
|
|
+ gap:10px;
|
|
|
+ flex-wrap:wrap;
|
|
|
+ margin-bottom:30px;
|
|
|
+
|
|
|
+ button{
|
|
|
+ border-radius: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: inline-flex;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ align-items: center;
|
|
|
+ gap: 8px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ padding: 4px 12px;
|
|
|
+ transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
+ transition-duration: 250ms;
|
|
|
+ transition-property: background-color, box-shadow, color;
|
|
|
+ min-height: 36px;
|
|
|
+ cursor: pointer;
|
|
|
+ background-color: rgb(24, 29, 37);
|
|
|
+ color: rgb(252, 252, 253);
|
|
|
+ box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
|
|
|
+
|
|
|
+
|
|
|
+ &.active{
|
|
|
+ background-color: rgb(64, 74, 89);
|
|
|
+ color: rgb(252, 252, 253);
|
|
|
+ box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .models--list{
|
|
|
- width:100%;
|
|
|
- display: flex;
|
|
|
- flex-wrap:wrap;
|
|
|
- gap:20px;
|
|
|
- .model--item{
|
|
|
- --gradient-start: hsla(216, 20%, 17%, 1);
|
|
|
- --gradient-end: hsla(216, 21%, 12%, 1);
|
|
|
- transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
- transition-duration: 250ms;
|
|
|
- transition-property: --gradient-start, --gradient-end, box-shadow;
|
|
|
- padding: 16px;
|
|
|
- overflow: hidden;
|
|
|
- border-radius: 20px;
|
|
|
- border: none;
|
|
|
- cursor: pointer;
|
|
|
- box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
|
|
|
- backdrop-filter: blur(40px);
|
|
|
- background: linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
|
|
|
- text-align: left;
|
|
|
- max-width:calc( (100% - 60px) / 4);
|
|
|
|
|
|
- .model--name{
|
|
|
- position: relative;
|
|
|
- margin: 0px;
|
|
|
- color: rgba(252, 252, 253, 0.7);
|
|
|
+ .models--list--wrap{
|
|
|
+ .all--models--wrap{
|
|
|
+ padding: 0px var(--page-margin);
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin: 0 0 var(--spacing-relative-2xs) 0;
|
|
|
+ .all--models{
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
letter-spacing: 0px;
|
|
|
font-weight: 400;
|
|
|
text-decoration: none;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
font-stretch: 105%;
|
|
|
+ padding-bottom:12px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav--btn--wrap{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
+ gap:20px;
|
|
|
+ button{
|
|
|
+ &.nav--prev--btn{
|
|
|
+ transform: rotate(180deg);
|
|
|
+ }
|
|
|
+
|
|
|
+ &.swiper-button-disabled{
|
|
|
+ opacity: .2;
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .models--list{
|
|
|
+ width:100%;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap:wrap;
|
|
|
+ gap:10px;
|
|
|
+ > .swiper{
|
|
|
+ width:100%;
|
|
|
+ padding: 0 0 0 var(--page-margin);
|
|
|
+ }
|
|
|
+ .model--item{
|
|
|
+ --gradient-start: hsla(216, 20%, 17%, 1);
|
|
|
+ --gradient-end: hsla(216, 21%, 12%, 1);
|
|
|
+ transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
+ transition-duration: 250ms;
|
|
|
+ transition-property: --gradient-start, --gradient-end, box-shadow;
|
|
|
+ padding: 16px;
|
|
|
+ overflow: hidden;
|
|
|
+ border-radius: 20px;
|
|
|
+ border: none;
|
|
|
+ cursor: pointer;
|
|
|
+ box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
|
|
|
+ backdrop-filter: blur(40px);
|
|
|
+ background: linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
|
|
|
+ text-align: left;
|
|
|
+ max-width:220px;
|
|
|
+
|
|
|
+ &.active{
|
|
|
+ --gradient-start: hsla(216, 16%, 30%, 1);
|
|
|
+ --gradient-end: hsla(216, 16%, 30%, 1);
|
|
|
+ transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
+ transition-duration: 250ms;
|
|
|
+ transition-property: --gradient-start, --gradient-end, box-shadow;
|
|
|
+ padding: 16px;
|
|
|
+ overflow: hidden;
|
|
|
+ border-radius: 20px;
|
|
|
+ border: none;
|
|
|
+ cursor: pointer;
|
|
|
+ box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
|
|
|
+ backdrop-filter: blur(40px);
|
|
|
+ background: linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
|
|
|
+ text-align: left;
|
|
|
|
|
|
- .etron{
|
|
|
+ .model--info--wrap{
|
|
|
+ .ico{
|
|
|
+ transform: rotate(-90deg);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .model--name{
|
|
|
+ position: relative;
|
|
|
margin: 0px;
|
|
|
- border-radius: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- display: inline-flex;
|
|
|
- -webkit-box-pack: justify;
|
|
|
- justify-content: space-between;
|
|
|
- -webkit-box-align: center;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ letter-spacing: -1px;
|
|
|
+
|
|
|
+ display: flex;
|
|
|
align-items: center;
|
|
|
- gap: 8px;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .etron--wrap{
|
|
|
+ min-height:28px;
|
|
|
+ .etron{
|
|
|
+ margin: 0px;
|
|
|
+ border-radius: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: inline-flex;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ align-items: center;
|
|
|
+ gap: 8px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ padding: 4px 12px;
|
|
|
+ transition-timing-function:cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
+ transition-duration: 250ms;
|
|
|
+ transition-property: background-color, box-shadow, color;
|
|
|
+ min-height: 28px;
|
|
|
+ background-color: rgba(154, 163, 177, 0.1);
|
|
|
+ color: rgb(252, 252, 253);
|
|
|
+ box-shadow: rgba(128, 128, 128, 0) 0px 0px 0px 1px inset;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .model--image--wrap{
|
|
|
+ display: block;
|
|
|
+ aspect-ratio: 7 / 3;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 0px;
|
|
|
+ margin-bottom:20px;
|
|
|
+ img{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: cover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .model--info--wrap{
|
|
|
+ margin: 0px;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
letter-spacing: 0px;
|
|
|
font-weight: 400;
|
|
|
text-decoration: none;
|
|
|
font-size: 12px;
|
|
|
- line-height: 16px;
|
|
|
+ line-height: 20px;
|
|
|
font-stretch: 105%;
|
|
|
- padding: 4px 12px;
|
|
|
- transition-timing-function:cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
- transition-duration: 250ms;
|
|
|
- transition-property: background-color, box-shadow, color;
|
|
|
- min-height: 28px;
|
|
|
- background-color: rgba(154, 163, 177, 0.1);
|
|
|
- color: rgb(252, 252, 253);
|
|
|
- box-shadow: rgba(128, 128, 128, 0) 0px 0px 0px 1px inset;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ .ico{
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ background-image: url(/img/ico--arrow.svg);
|
|
|
+ transform: rotate(90deg);
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
- .model--image--wrap{
|
|
|
- display: block;
|
|
|
- aspect-ratio: 7 / 3;
|
|
|
+ }
|
|
|
+ .models--list--car{
|
|
|
+ height: 0px;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 0px;
|
|
|
+ z-index: 1;
|
|
|
+
|
|
|
+ &.active{
|
|
|
+ height: 488px;
|
|
|
overflow: hidden;
|
|
|
- padding: 0px;
|
|
|
- img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- object-fit: cover;
|
|
|
+ padding: 28px var(--page-margin);
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ @media (min-width: 768px) {
|
|
|
+ transition-property: height;
|
|
|
+ transition-duration: 0.2s;
|
|
|
+ transition-timing-function: ease-in-out;
|
|
|
+ }
|
|
|
+
|
|
|
+ .car--list{
|
|
|
+ .car--item{
|
|
|
+ max-width: 332px;
|
|
|
+ min-width: 285px;
|
|
|
}
|
|
|
}
|
|
|
- .model--info--wrap{
|
|
|
- margin: 0px;
|
|
|
- color: rgba(252, 252, 253, 0.7);
|
|
|
- letter-spacing: 0px;
|
|
|
- font-weight: 400;
|
|
|
- text-decoration: none;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 20px;
|
|
|
- font-stretch: 105%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- .ico{
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
- background-image: url(/img/ico--arrow.svg);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .models--container{
|
|
|
+ position: relative;
|
|
|
+ background-color: rgb(16, 19, 25);
|
|
|
+
|
|
|
+
|
|
|
+ @media (min-width: 1024px) {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 1fr 3fr;
|
|
|
+ }
|
|
|
+
|
|
|
+ .models--filter--section{
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 var(--page-margin);
|
|
|
+ position: sticky;
|
|
|
+ top: 0px;
|
|
|
+ z-index: 85;
|
|
|
+ background-color: rgb(44, 52, 63);
|
|
|
+
|
|
|
+
|
|
|
+ @media (min-width: 1024px) {
|
|
|
+ background-color: transparent;
|
|
|
+ height: calc(100vh);
|
|
|
+ min-width: 320px;
|
|
|
+ padding: var(--spacing-relative-2xl) 0 var(--spacing-relative-2xl) var(--page-margin);
|
|
|
+ overflow-y: auto;
|
|
|
+ z-index: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ @media (min-width: 1280px) {
|
|
|
+ min-width: 388px;
|
|
|
+ }
|
|
|
+
|
|
|
+ @media (min-width: 1440px) {
|
|
|
+ min-width: auto;
|
|
|
+ }
|
|
|
+ .filter--group{
|
|
|
+ .filter--dropdown--list{
|
|
|
+ >h2{
|
|
|
+ margin: 0 0 var(--spacing-relative-2xs) 0;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ padding-bottom:12px;
|
|
|
+ }
|
|
|
+ .filter--dropdown{
|
|
|
+ display: flex;
|
|
|
+ gap:10px;
|
|
|
+ flex-wrap:wrap;
|
|
|
+ margin-bottom:30px;
|
|
|
+
|
|
|
+ button{
|
|
|
+ border-radius: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: inline-flex;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ align-items: center;
|
|
|
+ gap: 8px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ padding: 4px 12px;
|
|
|
+ transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
+ transition-duration: 250ms;
|
|
|
+ transition-property: background-color, box-shadow, color;
|
|
|
+ min-height: 36px;
|
|
|
+ cursor: pointer;
|
|
|
+ background-color: rgb(24, 29, 37);
|
|
|
+ color: rgb(252, 252, 253);
|
|
|
+ box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
|
|
|
+
|
|
|
+
|
|
|
+ &.active{
|
|
|
+ background-color: rgb(64, 74, 89);
|
|
|
+ color: rgb(252, 252, 253);
|
|
|
+ box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .models--list--wrap{
|
|
|
+ @media (min-width: 1024px) {
|
|
|
+ padding: var(--spacing-relative-2xl) var(--page-margin) var(--spacing-relative-2xl) 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .all--models{
|
|
|
+ margin: 0 0 var(--spacing-relative-2xs) 0;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ padding-bottom:12px;
|
|
|
+ }
|
|
|
+ .models--list{
|
|
|
+ width:100%;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap:wrap;
|
|
|
+ gap:20px;
|
|
|
+ .model--item{
|
|
|
+ --gradient-start: hsla(216, 20%, 17%, 1);
|
|
|
+ --gradient-end: hsla(216, 21%, 12%, 1);
|
|
|
+ transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
+ transition-duration: 250ms;
|
|
|
+ transition-property: --gradient-start, --gradient-end, box-shadow;
|
|
|
+ padding: 16px;
|
|
|
+ overflow: hidden;
|
|
|
+ border-radius: 20px;
|
|
|
+ border: none;
|
|
|
+ cursor: pointer;
|
|
|
+ box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
|
|
|
+ backdrop-filter: blur(40px);
|
|
|
+ background: linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
|
|
|
+ text-align: left;
|
|
|
+ max-width:calc( (100% - 60px) / 4);
|
|
|
+
|
|
|
+ .model--name{
|
|
|
+ position: relative;
|
|
|
+ margin: 0px;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .etron--wrap{
|
|
|
+ min-height:28px;
|
|
|
+ .etron{
|
|
|
+ margin: 0px;
|
|
|
+ border-radius: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: inline-flex;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ align-items: center;
|
|
|
+ gap: 8px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ padding: 4px 12px;
|
|
|
+ transition-timing-function:cubic-bezier(0.75, 0.02, 0.5, 1);
|
|
|
+ transition-duration: 250ms;
|
|
|
+ transition-property: background-color, box-shadow, color;
|
|
|
+ min-height: 28px;
|
|
|
+ background-color: rgba(154, 163, 177, 0.1);
|
|
|
+ color: rgb(252, 252, 253);
|
|
|
+ box-shadow: rgba(128, 128, 128, 0) 0px 0px 0px 1px inset;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .model--image--wrap{
|
|
|
+ display: block;
|
|
|
+ aspect-ratio: 7 / 3;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 0px;
|
|
|
+ margin-bottom:20px;
|
|
|
+ img{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: cover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .model--info--wrap{
|
|
|
+ margin: 0px;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ .ico{
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ background-image: url(/img/ico--arrow.svg);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.models--list--car{
|
|
|
+ .all--car--title{
|
|
|
+ margin: 0px;
|
|
|
+ color: rgba(252, 252, 253, 0.7);
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-stretch: 105%;
|
|
|
+ padding-bottom:12px;
|
|
|
+ margin: 0 0 var(--spacing-relative-2xs) 0;
|
|
|
+ }
|
|
|
.car--list{
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
@@ -3033,6 +3380,7 @@ html {
|
|
|
background-color: rgba(154, 163, 177, 0.1);
|
|
|
border-radius: 20px;
|
|
|
padding-top:24px;
|
|
|
+ padding-bottom:24px;
|
|
|
.car--image{
|
|
|
img{
|
|
|
width:100%;
|
|
|
@@ -3081,7 +3429,8 @@ html {
|
|
|
text-decoration: none;
|
|
|
font-size: 16px;
|
|
|
line-height: 24px;
|
|
|
- font-stretch: 130%;
|
|
|
+ font-stretch: 130%;
|
|
|
+ min-height:64px;
|
|
|
|
|
|
@media (min-width: 1440px) {
|
|
|
font-size: 18px;
|
|
|
@@ -3098,6 +3447,7 @@ html {
|
|
|
padding-left: 24px;
|
|
|
padding-right: 24px;
|
|
|
gap: var(--spacing-relative-2xs);
|
|
|
+ min-height:28px;
|
|
|
|
|
|
.etron{
|
|
|
margin: 0px;
|
|
|
@@ -3129,4 +3479,187 @@ html {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+header{
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ .header--wrap{
|
|
|
+ background-color: #020203;
|
|
|
+ max-width: 1920px;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ height: 72px;
|
|
|
+ padding: 0 96px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ .header--logo--wrap{
|
|
|
+ margin-right: 40px;
|
|
|
+ a{
|
|
|
+ strong{
|
|
|
+ clip: rect(1px, 1px, 1px, 1px);
|
|
|
+ height: 1px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: absolute;
|
|
|
+ width: 1px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .header--menu--wrap{
|
|
|
+ display: flex;
|
|
|
+ gap: 24px;
|
|
|
+ >a{
|
|
|
+ color: #fcfcfdb2;
|
|
|
+ &:hover{
|
|
|
+ color: hsla(216, 33%, 99%, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .header--search--wrap{
|
|
|
+ margin-left: auto;
|
|
|
+ .search--btn{
|
|
|
+ border-radius: 50%;
|
|
|
+ padding: 0;
|
|
|
+ background-image: url(/img/ico--search.svg);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ background-color: transparent;
|
|
|
+ width: 48px;
|
|
|
+ height: 48px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+footer{
|
|
|
+ width: 100%;
|
|
|
+ --one-footer-color-black: hsla(216, 26%, 1%, 1);
|
|
|
+ --one-footer-color-white: hsla(216, 33%, 99%, 1);
|
|
|
+ --one-footer-neutral-5: hsla(216, 26%, 1%, 0.6);
|
|
|
+ --one-footer-neutral-10: hsla(216, 17%, 26%, 1);
|
|
|
+ --one-footer-neutral-20: hsla(216, 14%, 35%, 1);
|
|
|
+ --one-footer-neutral-70: hsla(216, 33%, 99%, 0.6);
|
|
|
+ --one-footer-side-spacing: 16px;
|
|
|
+ --one-footer-space-xs: var(--spacing-relative-xs);
|
|
|
+ --one-footer-space-s: var(--spacing-relative-sm);
|
|
|
+ --one-footer-space-m: var(--spacing-relative-md);
|
|
|
+ --one-footer-space-l: var(--spacing-relative-lg);
|
|
|
+ --one-footer-space-xl: var(--spacing-relative-xl);
|
|
|
+ --one-footer-space-xxl: var(--spacing-relative-2xl);
|
|
|
+ --one-footer-space-xxxl: var(--spacing-relative-3xl);
|
|
|
+ background: var(--one-footer-color-black);
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: var(--one-footer-color-white);
|
|
|
+
|
|
|
+
|
|
|
+ @media (min-width: 375px) {
|
|
|
+ --one-footer-side-spacing: 28px;
|
|
|
+ }
|
|
|
+ @media (min-width: 768px) {
|
|
|
+ --one-footer-side-spacing: 40px;
|
|
|
+ }
|
|
|
+ @media (min-width: 1024px) {
|
|
|
+ --one-footer-side-spacing: 60px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .footer--wrap{
|
|
|
+ background-color: #020203;
|
|
|
+ max-width: 1920px;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ padding: 40px 96px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+
|
|
|
+ .footer--site--map{
|
|
|
+ width:100%;
|
|
|
+ >ul{
|
|
|
+ display: block;
|
|
|
+ list-style: none;
|
|
|
+ margin: 0 0 var(--one-footer-space-xxl) calc(-1 * var(--one-footer-side-spacing));
|
|
|
+ padding: 0px;
|
|
|
+ width: calc(100% + 2 * var(--one-footer-side-spacing));
|
|
|
+
|
|
|
+ @media (min-width: 768px) {
|
|
|
+ display: flex;
|
|
|
+ flex-flow: wrap;
|
|
|
+ margin: 28px auto;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ >li{
|
|
|
+ margin-bottom: -1px;
|
|
|
+
|
|
|
+
|
|
|
+ @media (min-width: 768px) {
|
|
|
+ margin: 0px 24px 40px 0px;
|
|
|
+ width: calc(33% - var(--one-footer-space-xl) * 2 / 3);
|
|
|
+
|
|
|
+
|
|
|
+ &:first-of-type {
|
|
|
+ margin-top: 0px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ >ul{
|
|
|
+ >li{
|
|
|
+ padding: 0 var(--one-footer-side-spacing);
|
|
|
+ @media (min-width: 768px) {
|
|
|
+ padding: 0 0 var(--one-footer-space-s);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ @media (min-width: 1440px) {
|
|
|
+ margin: 0px 24px 0px 0px;
|
|
|
+ width: calc(20% - var(--one-footer-space-xl) * 4 / 5);
|
|
|
+ }
|
|
|
+
|
|
|
+ >h2{
|
|
|
+ color: var(--one-footer-color-white);
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: var(--one-footer-space-m) 0;
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ margin: 0px;
|
|
|
+ color: rgb(252, 252, 253);
|
|
|
+
|
|
|
+ letter-spacing: 0px;
|
|
|
+ font-weight: 400;
|
|
|
+ text-decoration: none;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-stretch: 130%;
|
|
|
+ margin-bottom: 24px;
|
|
|
+
|
|
|
+
|
|
|
+ @media (min-width: 768px) {
|
|
|
+ padding: 0px;
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ @media (min-width: 1440px) {
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 28px;
|
|
|
+ }
|
|
|
+
|
|
|
+ @media (min-width: 1920px) {
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 32px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|