.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
padding: 0;
margin: 0;
max-width: 100vw;
overflow-x: clip;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
svg,
img {
max-width: 100vw;
display: block;
}
.container {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0 16px;
max-width: 1172px;
}
@media (min-width: 1500px) {
.container {
max-width: 1472px;
}
}
@font-face {
font-family: Lexend;
src: url(//www.rewertis.pl/wp-content/themes/rewertis/fonts/Lexend/Lexend-VariableFont_wght.ttf) format("truetype-variations");
font-weight: 100 1000;
font-display: swap;
font-stretch: 100%;
}
@font-face {
font-family: "Plus Jakarta Sans";
src: url(//www.rewertis.pl/wp-content/themes/rewertis/fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf) format("truetype-variations");
font-weight: 100 1000;
font-display: swap;
font-stretch: 100%;
}
body {
font-family: Lexend;
}
.flexend {
font-family: Lexend;
}
.fplus {
font-family: "Plus Jakarta Sans";
}
.fw400 {
font-weight: 400;
}
.fw500 {
font-weight: 500;
}
.fw600 {
font-weight: 600;
}
.fw700 {
font-weight: 700;
}
@font-face {
font-family: "swiper-icons";
src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
font-weight: 300;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
} .swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.mobileNav {
padding: 130px 16px 20px;
background-color: #ffffff;
height: 100vh;
width: 100vw;
overflow-x: clip;
overflow-y: auto;
position: fixed;
z-index: 90;
inset: 0;
transform: translateY(-100vh);
transition: transform 0.12s linear;
}
.mobileNav.open {
transform: translateY(0);
}
.mobileNav__list > ul {
display: flex;
flex-direction: column;
list-style: none;
gap: 14px;
}
.mobileNav__list > ul > li {
width: 100%;
}
.mobileNav__list > ul > li .menu-item-open-submenu {
width: 18px;
height: 13px;
display: block;
}
.mobileNav__list > ul > li .menu-item-open-submenu svg {
width: 100%;
display: block;
height: 100%;
}
.mobileNav__list > ul > li:has(.sub-menu--open) .menu-item-open-submenu svg {
transform: rotate(-180deg);
}
.mobileNav__list > ul > li a {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
color: #333;
font-family: Lexend;
font-size: 18px;
font-style: normal;
font-weight: 500;
text-align: center;
line-height: normal;
text-decoration: none;
}
.mobileNav__list > ul > li a:has(+ ul) {
padding-left: 26px;
}
.mobileNav__list > ul > li > ul.sub-menu {
list-style: none;
max-height: 0;
overflow: hidden;
display: flex;
flex-direction: column;
gap: 20px;
}
.mobileNav__list > ul > li > ul.sub-menu--open {
padding: 50px 10px 10px;
margin-top: -30px;
background-color: #E5F1F1;
max-height: unset;
}
.mobileNav__list > ul > li > ul.sub-menu li {
position: relative;
}
.mobileNav__list > ul > li > ul.sub-menu li::after {
content: "";
position: absolute;
top: -10px;
left: 0;
right: 0;
width: 100%;
height: 1px;
background-color: #349DBE;
opacity: 0.5;
}
.topbar {
max-height: 41px;
transition: all 0.12s linear;
overflow: hidden;
}
.topbar__container {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
flex-direction: row;
gap: 15px;
border-bottom: 1px solid #e6e6e6;
}
.topbar__link {
display: flex;
flex-direction: row;
gap: 10px;
text-decoration: none;
align-items: flex-start;
color: #333;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.topbar__link:nth-of-type(2), .topbar__link:nth-of-type(1) {
font-size: 0;
}
.topbar__link:nth-of-type(3) {
flex-direction: row-reverse;
margin-left: auto;
}
.topbar__link img {
height: 20px;
display: block;
object-fit: contain;
}
.header {
position: fixed;
height: 100%;
top: 0;
left: 0;
right: 0;
z-index: 100;
height: fit-content;
background-color: #ffffff;
transition: all 0.12s linear;
transform: translateY(0%);
}
.header__container {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.header__logo img {
height: 60px;
display: block;
}
.header__nav {
display: none;
}
.header__button {
display: none !important;
}
.header__hamburger {
width: 30px;
height: 30px;
}
.header--hidden {
transform: translateY(-100%);
}
.header--scrolled {
background-color: #ffffff;
}
.header--scrolled .topbar {
max-height: 0;
}
.header__placeholder {
height: 121px;
}
.hamburger {
background-color: transparent;
border: none;
color: #000000;
font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 1;
text-transform: uppercase;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
.hamburger__box {
margin-right: 12px;
width: 28px;
height: 28px;
position: relative;
display: block;
}
.hamburger__bar {
width: 24px;
height: 2px;
border-radius: 1px;
background-color: #000000;
position: absolute;
display: block;
left: 2px;
top: 50%;
transition: all 0.12s linear;
}
.hamburger__bar:nth-of-type(1) {
top: 10px;
}
.hamburger__bar:nth-of-type(2) {
top: 15px;
}
.hamburger--opened .hamburger__bar:nth-of-type(1) {
top: 12px;
transform: rotate(45deg);
}
.hamburger--opened .hamburger__bar:nth-of-type(2) {
top: 12px;
transform: rotate(-45deg);
}
@media (min-width: 600px) {
.header__container {
justify-content: flex-start;
}
.header__logo {
transform: translateY(-5%);
}
.header__button {
margin-left: auto;
margin-right: 30px;
display: block !important;
}
.header .topbar__link:nth-of-type(1) {
font-size: unset;
}
.header .topbar__link:nth-of-type(3) {
flex-direction: row;
}
}
@media (min-width: 800px) {
.topbar__container {
gap: 28px;
}
.topbar__link:nth-of-type(2) {
font-size: unset;
}
}
@media (min-width: 1100px) {
.header {
height: 149px;
}
.header__container {
padding-top: 7px;
padding-bottom: 7px;
}
.header__placeholder {
height: 149px;
}
.header__logo img {
height: 82px;
}
.header .topbar {
height: 53px;
max-height: 53px;
display: block;
}
.header .topbar__container {
padding-top: 16px;
padding-bottom: 16px;
}
.header--scrolled {
height: 96px;
}
.header--scrolled .topbar {
max-height: 0;
}
.header__button {
margin-right: 0;
}
.header__hamburger {
display: none;
}
.header__nav {
display: flex;
margin-left: 30px;
margin-right: 30px;
}
.header__nav > ul {
display: flex;
list-style: none;
flex-direction: row;
gap: 35px;
}
.header__nav > ul > li a {
color: #333;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
cursor: pointer;
transition: color 0.12s linear;
}
.header__nav > ul > li a:hover {
color: #349DBE;
}
.header__nav > ul > li a svg {
transition: transform 0.12s linear;
}
.header__nav > ul > li {
z-index: 1;
}
.header__nav > ul > li:hover {
z-index: 2;
}
.header__nav > ul > li:hover > a svg {
transform: rotate(180deg);
}
.header__nav > ul > li:hover > ul {
pointer-events: all;
opacity: 1;
transition: opacity 0.12s linear;
}
.header__nav > ul > li {
position: relative;
}
.header__nav > ul > li > ul {
position: absolute;
background-color: #E5F1F1;
list-style: none;
padding: 48px 10px 16px;
margin-top: -32px;
left: 50%;
transform: translateX(-50%);
z-index: -1;
width: 250px;
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
align-items: center;
opacity: 0;
pointer-events: none;
}
.header__nav > ul > li > ul li a {
text-align: center;
cursor: pointer;
transition: color 0.12s linear;
}
.header__nav > ul > li > ul li a:hover {
color: #349DBE;
}
}
@media (min-width: 1200px) {
.header__nav {
margin-left: 86px;
}
}
@media (min-width: 1472px) {
.header__nav {
margin-left: 86px;
}
.header__nav > ul {
gap: 55px;
}
}
.footer {
margin: 50px 0;
}
.footer__logo {
height: 82px;
}
.footer__text {
color: #000;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 22px;
margin-bottom: 40px;
}
.footer__links {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 16px;
}
.footer__links:last-child {
margin-bottom: 0 !important;
}
.footer__link {
color: #000;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
cursor: pointer;
transition: all 0.12s linear;
text-decoration: none;
}
.footer__link:hover {
color: #349DBE;
}
.footer__link span {
color: #A3A3A3;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: block;
}
.footer__navigation {
margin-top: 40px;
}
.footer__navigation ul {
list-style: none;
display: flex;
flex-direction: column;
gap: 20px;
}
.footer__navigation ul li a {
color: #333;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
cursor: pointer;
transition: all 0.12s linear;
}
.footer__navigation ul li a:hover {
color: #349DBE;
}
.footer__navigation ul > li ul {
display: none;
}
.footer__info {
margin-top: 40px;
}
.footer__address {
color: #000;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer__title {
color: #000;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 12px;
}
@media (min-width: 900px) {
.footer__container {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 60px 20px;
}
.footer__content {
grid-column: 1/8;
grid-row: 1/2;
}
.footer__navigation {
grid-column: 10/13;
grid-row: 1/2;
margin-top: 100px;
}
.footer__info {
grid-column: 1/13;
grid-row: 2/3;
}
.footer__links {
flex-direction: row;
gap: 80px;
}
}
@media (min-width: 1200px) {
.footer {
padding: 80px 0px 100px;
}
.footer__content {
grid-column: 1/6;
}
.footer__navigation {
margin-top: 42px;
grid-column: 7/8;
}
.footer__info {
grid-column: 10/13;
grid-row: 1/2;
margin-top: 42px;
}
.footer__links {
margin-bottom: 30px;
}
}
.copyright {
background: #F7F7F7;
padding: 10px 0;
}
.copyright__container {
display: flex;
flex-direction: column;
gap: 5px;
justify-content: center;
align-items: center;
color: #000;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.copyright__container a {
color: #000;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
cursor: pointer;
transition: all 0.12s linear;
}
.copyright__container a:hover {
color: #349DBE;
}
@media (min-width: 900px) {
.copyright__container {
flex-direction: row;
gap: 40px;
}
.copyright__separator {
height: 25px;
width: 1px;
display: block;
background: #9B9B9B;
}
}
.button {
color: #ffffff;
text-transform: uppercase;
border: none;
display: flex;
width: fit-content;
text-decoration: none;
padding: 16px 32px;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 1;
letter-spacing: -0.8px;
text-transform: uppercase;
text-transform: uppercase;
cursor: pointer;
border-radius: 100px;
transition: background-color 0.12s linear;
border: 1px solid;
}
.button--primary {
border-color: #349DBE;
background-color: #349DBE;
color: #ffffff;
}
.button--primary:hover {
color: #349DBE;
background-color: #ffffff;
}
.button--link {
background: transparent;
padding: 0;
margin: 0;
height: unset;
text-decoration: underline;
color: #D31C24;
leading-trim: both;
text-edge: cap;
font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
}
.contactFormStyles {
border-radius: 8px;
border: 1px solid #EAF4F4;
background: #EBF5F8;
box-shadow: 0 4px 20px 0 rgba(224, 224, 224, 0.25);
margin-top: 20px;
margin-bottom: 40px;
padding: 20px;
}
.contactFormStyles h2 {
color: #333;
font-family: Lexend;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 55px; letter-spacing: -1.6px;
}
.contactFormStyles textarea,
.contactFormStyles select,
.contactFormStyles input:not([type=checkbox]) {
display: flex;
width: 100%;
height: 50px;
padding: 13px 16px;
align-items: center;
border: none;
background-color: #ffffff;
margin-top: 8px;
color: #333;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
border-radius: 6px;
}
.contactFormStyles textarea::placeholder,
.contactFormStyles select::placeholder,
.contactFormStyles input:not([type=checkbox])::placeholder {
color: #333;
}
.contactFormStyles .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0;
margin-bottom: 20px;
}
.contactFormStyles .wpcf7-acceptance .wpcf7-list-item label {
position: relative;
display: flex;
flex-direction: row;
align-items: center;
gap: 22px;
color: #1E1E1E;
font-size: 16px;
font-style: normal;
font-weight: 400;
cursor: pointer;
color: #333;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px;
line-height: normal;
}
.contactFormStyles .wpcf7-acceptance .wpcf7-list-item label::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 26px;
height: 26px;
border-radius: 2px;
background-color: white;
border: 2px solid #F5F5F5;
}
.contactFormStyles .wpcf7-acceptance .wpcf7-list-item label::before {
content: "";
position: absolute;
top: 4px;
left: 4px;
width: 20px;
height: 20px;
background-color: #349DBE;
border-radius: 2px;
opacity: 0;
}
.contactFormStyles .wpcf7-acceptance .wpcf7-list-item label:has(input:checked)::before {
opacity: 1;
}
.contactFormStyles .wpcf7-acceptance .wpcf7-list-item label:has(input:checked)::after {
border: 1px solid #349DBE;
}
.contactFormStyles .wpcf7-acceptance .wpcf7-list-item label input {
opacity: 0;
width: 26px;
height: 26px;
}
.contactFormStyles select {
padding-left: 13px;
appearance: none;
}
.contactFormStyles *:has(> select) {
position: relative;
}
.contactFormStyles *:has(> select)::after {
content: "";
position: absolute;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8" fill="none"><path d="M7.21879 7.87504C7.05095 7.87504 6.88296 7.81089 6.75482 7.68276L0.192322 1.12026C-0.0641074 0.86383 -0.0641074 0.448588 0.192322 0.192322C0.448752 -0.0639434 0.863994 -0.0641074 1.12026 0.192322L7.21879 6.29085L13.3173 0.192322C13.5738 -0.0641074 13.989 -0.0641074 14.2453 0.192322C14.5015 0.448752 14.5017 0.863994 14.2453 1.12026L7.68276 7.68276C7.55463 7.81089 7.38663 7.87504 7.21879 7.87504Z" fill="%23333333"/></svg>');
width: 14px;
height: 8px;
top: 50%;
right: 20px;
}
.contactFormStyles textarea {
height: 105px;
margin-bottom: 15px;
resize: none;
}
.contactFormStyles .wpcf7-not-valid-tip {
margin-top: 4px;
display: block;
padding-left: 4px;
}
.bg + .bg {
margin-top: 0;
}
.bg:has(+ .bg) {
margin-bottom: 0;
}
.inner {
margin: 50px 0;
}
.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner h5,
.inner h6 {
color: #333;
font-family: Lexend;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -1px;
margin: 1rem 0;
}
.inner h1 {
font-size: 32px;
}
.inner h2 {
font-size: 26px;
}
.inner h3 {
font-size: 24px;
}
.inner h4 {
font-size: 22px;
}
.inner h5 {
font-size: 20px;
}
.inner h6 {
font-size: 18px;
}
.inner p,
.inner ul,
.inner ol,
.inner span {
color: #333;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
margin: 1rem 0;
line-height: 24px;
}
.inner p li,
.inner ul li,
.inner ol li,
.inner span li {
margin-left: 20px;
}
@media (min-width: 932px) {
.inner {
margin: 70px 0;
}
}
@media (min-width: 1232px) {
.inner {
margin: 100px 0;
}
.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner h5,
.inner h6 {
letter-spacing: -2px;
}
.inner h1 {
font-size: 48px;
}
.inner h2 {
font-size: 40px;
}
.inner h3 {
font-size: 36px;
}
.inner h4 {
font-size: 32px;
}
.inner h5 {
font-size: 28px;
}
.inner h6 {
font-size: 24px;
}
}
.e404 {
padding: 80px 0;
background: #E5F1F1;
}
.e404__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
}
.e404__container .button {
margin-top: 32px;
}