Add new SVG icons for social media: Facebook, LinkedIn, YouTube, and a downward arrow
This commit is contained in:
@@ -155,252 +155,6 @@ strong {
|
||||
background: #f5f5f5;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
|
||||
.c-row {
|
||||
&-1 {
|
||||
margin-bottom: 40px;
|
||||
|
||||
p {
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
font-family: $fURWForm;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&-2 {
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
input {
|
||||
|
||||
&[type='text'],
|
||||
&[type='email'] {
|
||||
padding: 13px 14px 11px 14px;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&[type='radio'],
|
||||
&[type='checkbox'] {
|
||||
position: relative;
|
||||
appearance: none;
|
||||
width: 11px;
|
||||
min-width: 11px;
|
||||
height: 11px;
|
||||
border-radius: 100%;
|
||||
border: 1px solid #dfdfdf;
|
||||
transition: all 250ms ease-in-out;
|
||||
outline: none;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-radius: 100%;
|
||||
background: #1d1d1e;
|
||||
transform: translate(-50%, -50%);
|
||||
visibility: hidden;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
|
||||
&:checked {
|
||||
border-color: #1d1d1e;
|
||||
|
||||
&::before {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: 13px 14px 11px 14px;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
min-height: 100px;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
|
||||
outline: none;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
select {
|
||||
padding: 13px 14px 11px 14px;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
|
||||
outline: none;
|
||||
}
|
||||
|
||||
._radios {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 35px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
._radio,
|
||||
._checkbox {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
label {
|
||||
color: #1d1d1e;
|
||||
font-size: 12px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 300;
|
||||
line-height: 1;
|
||||
padding-top: 2px;
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
._1_column {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-bottom: 14px;
|
||||
|
||||
>* {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
._2_columns {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 26px;
|
||||
margin-bottom: 14px;
|
||||
|
||||
>* {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
._text {
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
font-family: $fURWForm;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
._file {
|
||||
padding: 29px;
|
||||
margin: 0 0 14px 0;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
border: none;
|
||||
|
||||
.fileuploader-input {
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
|
||||
.fileuploader-input-caption {
|
||||
span {
|
||||
padding-top: 3px;
|
||||
display: inline-block;
|
||||
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
button.fileuploader-input-button {
|
||||
background: #1d1d1e;
|
||||
border-radius: 25px;
|
||||
padding: 10px 36px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
|
||||
color: #fff;
|
||||
font-family: $fURWForm;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button[type='submit'] {
|
||||
background: #fbf27a;
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
border: none;
|
||||
|
||||
color: #1d1d1e;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 800;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
|
||||
padding: 12px 37px;
|
||||
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:active {
|
||||
background: #f0e875;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-4 {
|
||||
@@ -408,6 +162,7 @@ strong {
|
||||
|
||||
.row {
|
||||
&.row-1 {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
._text {
|
||||
@@ -438,15 +193,23 @@ strong {
|
||||
text-transform: uppercase;
|
||||
line-height: 1;
|
||||
letter-spacing: 2px;
|
||||
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
padding: 22px 46px 19px;
|
||||
background: #2e2d2c;
|
||||
border-radius: 3px;
|
||||
font-weight: 200;
|
||||
|
||||
strong {
|
||||
font-weight: 600;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
filter: brightness(0) saturate(100%) invert(79%) sepia(84%) saturate(367%) hue-rotate(356deg) brightness(104%) contrast(104%);
|
||||
}
|
||||
}
|
||||
@@ -641,8 +404,8 @@ strong {
|
||||
|
||||
&[type='salony_firmowe'] {
|
||||
._city {
|
||||
padding-bottom: 50px;
|
||||
margin-bottom: 50px;
|
||||
padding-bottom: 30px;
|
||||
margin-bottom: 30px;
|
||||
border-bottom: 1px solid #BBBBBB;
|
||||
|
||||
._description {
|
||||
@@ -655,7 +418,7 @@ strong {
|
||||
line-height: 1.5;
|
||||
|
||||
&._mt50 {
|
||||
margin-top: 50px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
span {
|
||||
@@ -766,20 +529,21 @@ strong {
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 400;
|
||||
font-weight: 300;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
font-weight: 300;
|
||||
|
||||
a {
|
||||
font-weight: 700;
|
||||
font-weight: 300;
|
||||
|
||||
&:hover {
|
||||
color: #fff246;
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -799,7 +563,7 @@ strong {
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 400;
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
|
||||
&:last-child {
|
||||
@@ -824,4 +588,356 @@ strong {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-0 {
|
||||
._columns {
|
||||
width: 100%;
|
||||
max-width: 1270px;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
|
||||
._left {
|
||||
width: 30%;
|
||||
background: url('/layout/images/contact-left-bg.png') no-repeat;
|
||||
background-size: cover;
|
||||
padding: 60px;
|
||||
text-align: right;
|
||||
color: #FFF;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
._socials {
|
||||
margin-top: auto;
|
||||
margin-bottom: 0;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
justify-content: flex-end;
|
||||
|
||||
img {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
._h1 {
|
||||
margin-bottom: 50px;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
._text {
|
||||
margin-bottom: 50px;
|
||||
font-weight: 200;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
._bold {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
._accordion_small {
|
||||
font-size: 15px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 10px;
|
||||
|
||||
._head {
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
|
||||
&._active {
|
||||
img {
|
||||
transform: rotateX(215deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._body {
|
||||
color: #FFF;
|
||||
display: none;
|
||||
|
||||
a {
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._accounts {
|
||||
margin-top: 420px;
|
||||
|
||||
._icon {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
._text {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._right {
|
||||
width: 70%;
|
||||
|
||||
._map {
|
||||
padding: 60px 60px 0 60px;
|
||||
}
|
||||
|
||||
.contact-form-box {
|
||||
padding: 60px;
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
||||
._accounts_numbers {
|
||||
padding: 120px 60px 60px 60px
|
||||
}
|
||||
|
||||
.c-row {
|
||||
&-1 {
|
||||
margin-bottom: 40px;
|
||||
|
||||
p {
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
font-family: $fURWForm;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&-2 {
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
input {
|
||||
|
||||
&[type='text'],
|
||||
&[type='email'] {
|
||||
padding: 13px 14px 11px 14px;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&[type='radio'],
|
||||
&[type='checkbox'] {
|
||||
position: relative;
|
||||
appearance: none;
|
||||
width: 11px;
|
||||
min-width: 11px;
|
||||
height: 11px;
|
||||
border-radius: 100%;
|
||||
border: 1px solid #dfdfdf;
|
||||
transition: all 250ms ease-in-out;
|
||||
outline: none;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-radius: 100%;
|
||||
background: #1d1d1e;
|
||||
transform: translate(-50%, -50%);
|
||||
visibility: hidden;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
|
||||
&:checked {
|
||||
border-color: #1d1d1e;
|
||||
|
||||
&::before {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: 13px 14px 11px 14px;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
min-height: 100px;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
|
||||
outline: none;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
select {
|
||||
padding: 13px 14px 11px 14px;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
|
||||
outline: none;
|
||||
}
|
||||
|
||||
._radios {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 35px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
._radio,
|
||||
._checkbox {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
label {
|
||||
color: #1d1d1e;
|
||||
font-size: 12px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 300;
|
||||
line-height: 1;
|
||||
padding-top: 2px;
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
._1_column {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-bottom: 14px;
|
||||
|
||||
>* {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
._2_columns {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 26px;
|
||||
margin-bottom: 14px;
|
||||
|
||||
>* {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
._text {
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
font-family: $fURWForm;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
._file {
|
||||
padding: 29px;
|
||||
margin: 0 0 14px 0;
|
||||
border-radius: 20px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: #fff;
|
||||
|
||||
color: #3f3f3f;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
line-height: 1;
|
||||
font-weight: 300;
|
||||
border: none;
|
||||
|
||||
.fileuploader-input {
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
|
||||
.fileuploader-input-caption {
|
||||
span {
|
||||
padding-top: 3px;
|
||||
display: inline-block;
|
||||
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
button.fileuploader-input-button {
|
||||
background: #1d1d1e;
|
||||
border-radius: 25px;
|
||||
padding: 10px 36px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
|
||||
color: #fff;
|
||||
font-family: $fURWForm;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button[type='submit'] {
|
||||
background: #fbf27a;
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
border: none;
|
||||
|
||||
color: #1d1d1e;
|
||||
font-size: 14px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 800;
|
||||
letter-spacing: 2px;
|
||||
text-transform: uppercase;
|
||||
|
||||
padding: 12px 37px;
|
||||
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:active {
|
||||
background: #f0e875;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user