This commit is contained in:
2026-04-02 14:09:48 +02:00
parent e8d4f3b088
commit 96429cbeed
15 changed files with 757 additions and 28 deletions

View File

@@ -7025,7 +7025,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-LightItalic.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-LightItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
@@ -7034,7 +7035,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-ExtraLightItalic.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-ExtraLightItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-ExtraLightItalic.woff') format('woff');
font-weight: 200;
font-style: italic;
@@ -7043,7 +7045,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-Medium.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-Medium.woff2') format('woff2'),
url('/layout/fonts/URWForm-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
@@ -7052,7 +7055,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-MediumItalic.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-MediumItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
@@ -7061,7 +7065,8 @@ a {
@font-face {
font-family: 'URW Form Demi';
src: url('/layout/fonts/URWForm-Demi.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-Demi.woff2') format('woff2'),
url('/layout/fonts/URWForm-Demi.woff') format('woff');
font-weight: normal;
font-style: normal;
@@ -7070,7 +7075,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-Italic.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-Italic.woff2') format('woff2'),
url('/layout/fonts/URWForm-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
@@ -7079,7 +7085,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-Light.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-Light.woff2') format('woff2'),
url('/layout/fonts/URWForm-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
@@ -7088,7 +7095,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-ThinItalic.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-ThinItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-ThinItalic.woff') format('woff');
font-weight: 100;
font-style: italic;
@@ -7097,7 +7105,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-Bold.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-Bold.woff2') format('woff2'),
url('/layout/fonts/URWForm-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
@@ -7106,7 +7115,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-BoldItalic.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-BoldItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
@@ -7115,7 +7125,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-Thin.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-Thin.woff2') format('woff2'),
url('/layout/fonts/URWForm-Thin.woff') format('woff');
font-weight: 100;
font-style: normal;
@@ -7124,7 +7135,8 @@ a {
@font-face {
font-family: 'URW Form';
src: url('/layout/fonts/URWForm-Regular.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-Regular.woff2') format('woff2'),
url('/layout/fonts/URWForm-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
@@ -7133,7 +7145,8 @@ a {
@font-face {
font-family: 'URW Form Extra';
src: url('/layout/fonts/URWForm-ExtraBoldItalic.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-ExtraBoldItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-ExtraBoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
@@ -7142,7 +7155,8 @@ a {
@font-face {
font-family: 'URW Form Extra';
src: url('/layout/fonts/URWForm-ExtraBold.woff2') format('woff2'),
src:
url('/layout/fonts/URWForm-ExtraBold.woff2') format('woff2'),
url('/layout/fonts/URWForm-ExtraBold.woff') format('woff');
font-weight: bold;
font-style: normal;
@@ -8280,3 +8294,565 @@ a {
}
}
}
.footer {
background: $cGrayBg;
padding-top: 60px;
padding-bottom: 60px;
div[class^='col-']:last-child {
@include respond-between(xs, sm) {
margin-top: 30px;
}
}
div[class^='col-']:first-child {
#menu-container-1 {
> ul {
> li {
display: none;
&:nth-child(2) {
display: block;
}
}
}
}
@include respond-below(xs) {
margin-bottom: 30px;
}
}
div[class^='col-']:nth-child(2) {
#menu-container-1 {
> ul {
> li {
display: none;
&:nth-child(5),
&:nth-child(9) {
display: block;
}
&:nth-child(5) {
margin-bottom: 25px;
}
}
}
}
@include respond-below(xs) {
margin-bottom: 30px;
}
}
#menu-container-1 {
> ul {
margin-bottom: 0;
padding-inline-start: 0;
list-style-type: none;
> li {
> a {
.fa {
display: none;
}
font-size: 12px;
color: $cBlackText;
line-height: 22px;
font-weight: 700;
margin-bottom: 15px;
display: block;
pointer-events: none;
}
> ul {
padding-inline-start: 0;
list-style-type: none;
> li {
> a {
font-size: 12px;
color: #7a7a7a;
font-weight: 400;
line-height: 22px;
&:hover {
color: $cBlackText;
}
}
}
}
}
}
// #link-5 {
// a {
// pointer-events: initial;
// }
// }
}
p {
font-size: 12px;
color: $cBlackText;
line-height: 22px;
font-weight: 700;
margin-bottom: 15px;
}
#menu-container-5 {
ul {
padding-inline-start: 0;
list-style-type: none;
margin-bottom: 0;
li {
a {
font-size: 12px;
color: #7a7a7a;
font-weight: 400;
line-height: 22px;
&:hover {
color: $cBlackText;
}
}
}
}
}
img {
width: 210px;
@include respond-between(sm, md) {
width: 150px;
}
@include respond-below(xs) {
width: 100%;
}
}
}
footer#footer {
&.c-footer {
margin-top: 30px;
padding-top: 35px;
padding-bottom: 25px;
background: #1e2832;
@media (min-width: 1200px) {
.container {
max-width: 1355px;
}
}
.footer-wrapper {
.c-row {
// &-1 {
// padding-bottom: 20px;
// margin-bottom: 20px;
// border-bottom: solid 1px rgba(255, 255, 255, 0.2);
// display: flex;
// flex-direction: row;
// align-items: center;
// justify-content: space-between;
// h5 {
// color: #ffffff;
// font-family: $font3;
// font-weight: 400;
// font-size: 32px;
// line-height: 1;
// letter-spacing: 5px;
// text-transform: uppercase;
// }
// a {
// color: #ffffff;
// font-family: $font3;
// font-weight: 400;
// font-size: 16px;
// line-height: 1;
// letter-spacing: 2px;
// text-transform: uppercase;
// display: inline-flex;
// flex-direction: row;
// align-items: center;
// column-gap: 15px;
// padding: 15px 20px 13px;
// border: 1px solid #fff;
// border-radius: 30px;
// img {
// margin-top: -3px;
// }
// }
// }
&-2 {
column-gap: 40px;
padding-bottom: 30px;
margin-bottom: 20px;
border-bottom: solid 1px rgba(255, 255, 255, 0.2);
@include respond-above(sm) {
display: grid;
grid-template-columns: 1fr 390px 230px 1fr;
}
@include respond-below(md) {
grid-template-columns: 1fr 135px 135px 1fr;
column-gap: 20px;
}
@include respond-below(sm) {
display: flex;
flex-direction: row;
flex-wrap: wrap;
row-gap: 40px;
}
@include respond-between(xxs, xs) {
column-gap: 40px;
row-gap: 60px;
}
.c-col {
&-1 {
display: flex;
flex-direction: column;
row-gap: 30px;
@include respond-between(xs, sm) {
width: 100%;
}
@include respond-between(xxs, xs) {
order: 1;
}
> img {
width: 100%;
max-width: 110px;
}
p {
color: #ffffff;
font-family: $font3;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
letter-spacing: 1px;
margin-bottom: 0;
}
.footer-social {
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
column-gap: 15px;
}
}
&-2 {
@include respond-between(xxs, xs) {
order: 3;
}
}
&-3 {
@include respond-between(xxs, xs) {
order: 2;
}
}
&-4 {
@include respond-between(xxs, xs) {
order: 4;
}
}
&-2,
&-3,
&-4 {
@include respond-between(xs, sm) {
width: calc(100% / 3 - (20px - (20px / 3)));
}
}
@include respond-between(xxs, xs) {
width: calc(100% / 2 - (40px - (40px / 2)));
}
@include respond-below(xxs) {
width: 100%;
}
.nav-box {
&:not(:last-child) {
margin-bottom: 30px;
}
h6 {
color: #ffffff;
font-family: $font3;
font-weight: 400;
font-size: 16px;
line-height: 1.3;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 16px;
a {
color: inherit;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
}
}
ul {
display: flex;
flex-direction: column;
row-gap: 15px;
padding: 0;
margin: 0;
list-style: none;
li {
line-height: 0.7;
a {
color: #ffffff;
font-family: $font3;
font-weight: 400;
font-size: 12px;
line-height: 1;
letter-spacing: 1px;
display: inline-flex;
flex-direction: row;
align-items: center;
column-gap: 10px;
}
}
}
p {
font-family: $font3;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
letter-spacing: 1px;
color: #ffffff;
}
}
}
}
&-3 {
p {
color: #ffffff;
font-family: $font3;
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-align: center;
letter-spacing: 1px;
}
}
}
}
}
}
.article-15 {
margin-bottom: 100px;
h1 {
color: #303030;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
h6 {
font-weight: 400;
font-family: $font-1;
color: $cGrayText;
font-size: 18px;
text-align: center;
margin-bottom: 70px;
}
p {
margin-bottom: 30px;
}
a {
font-weight: 400;
font-family: $font-1;
color: $cGrayText;
font-weight: 700;
text-decoration: underline;
}
ul {
list-style: initial;
padding: inherit;
li {
margin-bottom: 20px;
}
}
.row:last-child {
margin-top: 30px;
p {
margin-bottom: 0;
}
div[class^='col-'] {
&:first-child {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
img {
margin-bottom: 15px;
}
}
&:last-child {
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
@include respond-between(xs, lg) {
align-items: flex-end;
}
@include respond-below(xs) {
align-items: flex-start;
margin-top: 50px;
}
img {
margin-top: 15px;
}
}
}
}
}
#page-38 {
> .container {
max-width: unset;
}
}
.article-16 {
margin-bottom: 100px;
> .gap_big_top {
padding-top: 0 !important;
}
.box47-3 {
img {
height: 700px;
width: 100%;
object-fit: cover;
@include respond-between(sm, md) {
height: 450px;
}
@include respond-between(xs, sm) {
height: 450px;
}
@include respond-below(xs) {
height: 450px;
}
}
.text-center-box {
position: relative;
margin-top: 25px;
top: 0;
left: 0;
@include respond-between(xs, sm) {
top: calc(50% - 175px);
left: calc(50% - 250px);
width: 500px;
}
@include respond-below(xs) {
top: calc(50% - 246px);
left: calc(50% - 130px);
width: 260px;
}
}
.btn4 {
margin-top: 20px;
}
h1 {
@extend .title;
}
div[class^='col-'] {
padding: 0;
position: relative;
}
.text-center-box {
background: #ebebeb;
padding: 70px 80px;
@include respond-between(xs, sm) {
padding: 20px;
}
@include respond-below(xs) {
padding: 10px;
}
h1 {
@extend .title;
margin-bottom: 12px;
text-transform: uppercase;
}
p {
@extend .text;
}
h2 {
@extend .title;
margin-bottom: 12px;
}
}
}
.box-center-text {
margin-top: 100px;
margin-bottom: 100px;
@include respond-below(xs) {
margin-top: 80px;
margin-bottom: 80px;
}
p {
text-align: center;
margin-left: auto;
margin-right: auto;
}
}
}