Files
vidok.com/layout/style-scss/kontakt-v3.scss
2025-02-27 23:22:33 +01:00

827 lines
19 KiB
SCSS

$fURWForm: 'URW Form',
sans-serif;
strong {
font-weight: 700;
}
.main-page {
padding-top: 100px;
}
.breadcrumbs {
margin-bottom: 45px;
}
.box-1 {
padding-top: 95px;
padding-bottom: 125px;
background: #2e2d2c;
box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
.contact-form {
display: flex;
flex-direction: row;
column-gap: 60px;
._left {
width: 100%;
max-width: 350px;
h1 {
color: #fff;
font-size: 50px;
font-family: $fURWForm;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 64px;
padding-bottom: 31px;
border-bottom: 1px solid #fff;
}
.contact-form-tiles {
.tile {
&:not(:last-child) {
margin-bottom: 60px;
}
h2.tile-title {
color: #fff;
font-size: 24px;
font-weight: 700;
font-family: $fURWForm;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 50px;
&._title_border {
padding-bottom: 25px;
margin-bottom: 30px;
margin-left: 45px;
border-bottom: 1px solid #fff;
}
}
.tile-data {
.c-row {
display: flex;
flex-direction: row;
column-gap: 20px;
&:not(:last-child) {
margin-bottom: 20px;
}
._icon {
img {
filter: brightness(0) saturate(100%) invert(79%) sepia(84%) saturate(367%) hue-rotate(356deg) brightness(104%) contrast(104%);
}
}
._text {
color: #fff;
font-size: 16px;
font-weight: 300;
font-family: $fURWForm;
margin-bottom: 0;
a {
color: #fff;
font-size: 16px;
font-weight: 300;
font-family: $fURWForm;
line-height: 1;
text-decoration: underline;
}
&._mails {}
&._phones {}
}
}
}
}
}
}
._right {
width: 100%;
#map {
outline: none;
}
}
}
}
.box-2 {
padding-top: 50px;
padding-bottom: 40px;
h2 {
color: #1d1d1e;
font-size: 45px;
font-weight: 300;
font-family: $fURWForm;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
margin: 0;
strong {
position: relative;
font-weight: 800;
&::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
background: #fff246;
transform: translateY(100%);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
}
}
}
}
.box-3 {
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 {
margin-top: 50px;
.row {
&.row-1 {
margin-bottom: 40px;
._text {
p {
color: #1d1d1e;
font-size: 16px;
font-family: $fURWForm;
font-weight: 300;
&:last-child {
margin-bottom: 0;
}
}
}
}
&.row-2 {
.contact_accordion {
display: flex;
gap: 10px;
flex-direction: column;
>._title {
color: #fff;
font-size: 24px;
font-family: $fURWForm;
font-weight: 500;
text-transform: uppercase;
line-height: 1;
letter-spacing: 2px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 22px 46px 19px;
background: #2e2d2c;
border-radius: 3px;
img {
filter: brightness(0) saturate(100%) invert(79%) sepia(84%) saturate(367%) hue-rotate(356deg) brightness(104%) contrast(104%);
}
}
._content {
margin: 40px 0;
&._2_columns {
display: grid;
grid-template-columns: 250px 1fr;
gap: 50px;
._left {
margin-top: 45px;
a {
position: relative;
display: flex;
gap: 10px;
text-transform: uppercase;
padding: 5px;
color: #1d1d1e;
font-size: 16px;
font-weight: 400;
font-family: $fURWForm;
&:hover {
img {
display: block;
}
}
&::before {
content: '';
left: -10px;
top: 50%;
bottom: 0;
width: 9px;
background: #fff246;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
position: absolute;
height: calc(100% - 6px);
transform: translateY(-50%);
visibility: hidden;
}
&.active {
font-size: 18px;
font-weight: 700;
text-shadow: 0 4px 4px rgba(0, 0, 0, 0.19);
&::before {
visibility: visible;
}
}
img {
width: 10px;
transform: rotate(-90deg);
display: none;
margin-bottom: 4px;
}
}
}
._right {
.contact-btn {
color: #000;
font-size: 12px;
font-family: $fURWForm;
font-weight: 500;
line-height: 1;
padding: 13px 30px;
border: 1px solid #bbbbbb;
border-radius: 5px;
text-transform: uppercase;
margin: 0 auto;
display: block;
max-width: fit-content;
}
._city_content {
display: none;
._city_content_nav {
margin-bottom: 30px;
ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 15px;
li {
a {
color: #000;
font-size: 14px;
font-family: $fURWForm;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1;
display: inline-block;
padding: 14px 36px;
border-radius: 5px;
border: 1.5px solid #000;
&.active {
color: #fff;
background: #000;
}
}
}
}
}
._cities {
display: none;
&.active {
display: block;
}
._grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 50px;
}
._autoryzowani_partnerzy {
._title {
font-size: 18px;
text-align: right;
text-transform: uppercase;
text-decoration: underline;
margin-bottom: 10px;
}
._grid {
background: rgba(244, 244, 244, 0.46);
padding: 40px;
&._white {
background: #FFF;
}
._city {
._description {
height: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
._name {
text-align: center;
font-weight: 600;
&::before {
content: '';
display: inline-block;
height: 10px;
width: 10px;
background: #fff246;
margin-right: 5px;
}
}
p {
line-height: 1.5;
&._mt50 {
margin-top: 50px;
}
strong {
position: relative;
}
}
}
}
}
}
&[type='salony_firmowe'] {
._city {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #BBBBBB;
._description {
height: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
p {
line-height: 1.5;
&._mt50 {
margin-top: 50px;
}
span {
position: relative;
display: block;
margin-bottom: 5px;
&::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 2px;
background: #fff246;
}
}
strong {
position: relative;
}
}
}
}
}
&[type='partnerzy_handlowi'] {
._city {
._description {
._name {
position: relative;
font-size: 16px;
font-weight: 700;
font-family: $fURWForm;
text-align: center;
width: 100%;
max-width: fit-content;
display: block;
margin: 0 auto;
&::before {
content: '';
position: absolute;
left: -15px;
top: 5px;
width: 10px;
height: 10px;
background: #fff246;
}
}
}
}
}
._city {
._description {
p {
font-size: 16px;
font-family: $fURWForm;
font-weight: 400;
text-align: center;
}
}
}
}
}
}
}
._city_content {
display: flex;
flex-direction: row;
._persons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
gap: 70px;
width: 100%;
max-width: 1100px;
margin: 0 auto;
._person__wrapp {
flex-basis: 320px;
text-align: center;
._person_title {
color: #1d1d1e;
font-size: 20px;
font-family: $fURWForm;
font-weight: 700;
margin-bottom: 20px;
span {
color: #fff246;
}
}
._person {
padding: 20px 26px;
border-radius: 10px;
box-shadow: 2px -2px 10px 0.5px rgba(0, 0, 0, 0.05);
p {
color: #1d1d1e;
font-size: 16px;
font-family: $fURWForm;
font-weight: 400;
&:last-child {
margin-bottom: 0;
}
strong {
font-weight: 700;
a {
font-weight: 700;
&:hover {
color: #fff246;
}
}
}
}
}
}
}
}
._city_content._city_content_2 {
._person {
padding: 20px 26px;
border-radius: 10px;
box-shadow: 2px -2px 10px 0.5px rgba(0, 0, 0, 0.05);
p {
color: #1d1d1e;
font-size: 16px;
font-family: $fURWForm;
font-weight: 400;
text-align: center;
&:last-child {
margin-bottom: 0;
}
strong {
font-weight: 700;
a {
font-weight: 700;
&:hover {
color: #fff246;
}
}
}
}
}
}
}
}
}
}
}