@charset "UTF-8";

 * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
overflow-x: clip;
background-color: #ffffff;
} .container {
width: 100%;
margin: 0 auto;
max-width: 1240px;
padding: 0 16px;
}
@media (min-width: 1100px) {
.container {
padding: 0 20px;
}
}
body::after {
bottom: 0px;
right: 0;
content: "xxs";
position: fixed;
z-index: 20;
padding: 10px;
background-color: black;
color: #ffffff;
opacity: 0.5;
}
@media (min-width: 600px) {
body::after {
content: "xs";
}
}
@media (min-width: 868px) {
body::after {
content: "s";
}
}
@media (min-width: 1100px) {
body::after {
content: "m";
}
}
@media (min-width: 1280px) {
body::after {
content: "l";
}
}
@media (min-width: 1480px) {
body::after {
content: "xl";
}
}
@media (min-width: 1600px) {
body::after {
content: "xxl";
}
}
@font-face {
font-family: Montserrat;
src: url(//projekt-sens.pl/wp-content/themes/sens/fonts/Montserrat-Light.ttf) format("truetype");
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: Montserrat;
src: url(//projekt-sens.pl/wp-content/themes/sens/fonts/Montserrat-Regular.ttf) format("truetype");
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: Montserrat;
src: url(//projekt-sens.pl/wp-content/themes/sens/fonts/Montserrat-SemiBold.ttf) format("truetype");
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: Montserrat;
src: url(//projekt-sens.pl/wp-content/themes/sens/fonts/Montserrat-Bold.ttf) format("truetype");
font-weight: 700;
font-display: swap;
}
* {
font-family: Montserrat;
}
.bold {
font-weight: 700;
}
.pageContent__container ul,
.pageContent__container ol {
margin-left: 20px;
}
.pageContent__container > h1,
.pageContent__container > h2,
.pageContent__container > h3,
.pageContent__container > h4,
.pageContent__container > h5,
.pageContent__container > h6,
.pageContent__container > p,
.pageContent__container > ul,
.pageContent__container > ol,
.pageContent__container > blockquote {
margin: 16px 0;
line-height: 1.4;
}
.pageContent__container .wp-block-image {
margin: 16px 0;
}
body {
color: #0A3B82;
font-size: 16px;
font-style: normal;
font-weight: 300;
}
ul,
ol,
pre,
p,
.text {
color: #0A3B82;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
ul span,
ol span,
pre span,
p span,
.text span {
color: #009FE3;
font-weight: 600;
}
ul a,
ol a,
pre a,
p a,
.text a {
color: #0A3B82;
font-weight: 700;
cursor: pointer;
transition: color 0.12s linear;
will-change: color;
}
ul a:hover,
ol a:hover,
pre a:hover,
p a:hover,
.text a:hover {
color: #0B9CD9;
}
.hero1,
.hero2,
.hero3,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Montserrat;
font-weight: 600;
line-height: normal;
margin: 0;
color: #0A3B82;
}
.hero1 span,
.hero2 span,
.hero3 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
color: #0B9CD9;
font-family: Montserrat;
}
.tag {
font-weight: 300;
text-transform: uppercase;
}
.hero1 {
font-size: 28px;
}
.hero2 {
font-size: 24px;
}
.hero3 {
font-size: 20px;
}
h1,
.h1 {
font-size: 24px;
}
h2,
.h2 {
font-size: 22px;
}
h3,
.h3 {
font-size: 20px;
}
h4,
.h4 {
font-size: 19px;
}
h5,
.h5 {
font-size: 18px;
}
h6,
.h6 {
font-size: 17px;
}
@media (min-width: 1280px) {
.pageContent__container ul,
.pageContent__container ol {
margin-left: 20px;
}
.pageContent__container > h1,
.pageContent__container > h2,
.pageContent__container > h3,
.pageContent__container > h4,
.pageContent__container > h5,
.pageContent__container > h6,
.pageContent__container > p,
.pageContent__container > ul,
.pageContent__container > ol,
.pageContent__container > blockquote {
margin: 20px 0;
line-height: 1.4;
}
.pageContent__container .wp-block-image {
margin: 20px 0;
}
.hero1 {
font-size: 38px;
}
.hero2 {
font-size: 32px;
}
.hero3 {
font-size: 30px;
}
h1,
.h1 {
font-size: 28px;
}
h2,
.h2 {
font-size: 26px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 22px;
}
h5,
.h5 {
font-size: 20px;
}
h6,
.h6 {
font-size: 18px;
}
.text,
p {
font-size: 16px;
}
}
@media (min-width: 1480px) {
.hero1 {
font-size: 48px;
}
.hero2 {
font-size: 40px;
}
.hero3 {
font-size: 40px;
}
h1,
.h1 {
font-size: 32px;
}
h2,
.h2 {
font-size: 28px;
}
h3,
.h3 {
font-size: 26px;
}
h4,
.h4 {
font-size: 24px;
}
h5,
.h5 {
font-size: 22px;
}
h6,
.h6 {
font-size: 20px;
}
.text,
p {
font-size: 16px;
}
}
@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;
} .hamburger {
height: 40px;
width: 40px;
background-color: transparent;
border: none;
position: relative;
border: none;
cursor: pointer;
display: flex;
padding: 0;
}
.hamburger__bar:nth-of-type(1) {
background-color: #1E274A;
width: 20px;
height: 2px;
border-radius: 3px;
right: 10px;
top: 15px;
position: absolute;
transition: top 0.06s linear 0.06s, transform 0.06s linear;
}
.hamburger__bar:nth-of-type(2) {
background-color: #1E274A;
width: 14px;
height: 2px;
border-radius: 3px;
top: 23px;
right: 10px;
position: absolute;
transition: top 0.06s linear 0.06s, transform 0.06s linear, width 0.06s linear 0.06s;
}
.hamburger--opened .hamburger__bar:nth-of-type(1) {
top: 19px;
transform: rotate(-45deg);
transition: top 0.06s linear, transform 0.06s linear 0.06s;
}
.hamburger--opened .hamburger__bar:nth-of-type(2) {
top: 19px;
width: 20px;
transform: rotate(45deg);
transition: top 0.06s linear, transform 0.06s linear 0.06s, width 0.06s linear;
}
.mobileNav {
height: 100vh;
width: 100vw;
padding: 150px 16px 16px;
position: fixed;
top: 0;
left: -100vw;
right: 0;
bottom: 0;
z-index: 10;
will-change: left;
background-color: #0A3B82;
transition: left cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.mobileNav.open {
left: 0;
}
.mobileNav .container {
overflow: auto;
}
.mobileNav ul {
list-style: none;
}
.mobileNav__list {
list-style: none;
}
.mobileNav__list li {
margin-bottom: 16px;
}
.mobileNav__list li:last-of-type {
margin-bottom: 0;
}
.mobileNav__list li .sub-menu {
margin-top: 0;
max-height: 0;
overflow: hidden;
}
.mobileNav__list li .sub-menu--open {
margin-top: 16px;
max-height: unset;
}
.mobileNav__list li.button.button--primary {
margin-left: auto;
margin-right: auto;
}
.mobileNav__list li.button.button--primary a {
color: #ffffff;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu {
position: relative;
overflow: hidden;
padding-left: 10px;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu::after {
content: "";
top: -43px;
bottom: -10px;
transition: background-color 0.12s linear;
width: 100%;
left: -8px;
right: -8px;
position: absolute;
z-index: -1;
background-color: transparent;
border-radius: 8px;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu--open {
overflow: visible;
}
.mobileNav__list li.menu-item-has-children ul.sub-menu--open::after {
background-color: #0B9CD9;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu {
margin-left: 16px;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu svg path {
fill: #ffffff;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu img {
width: 12px;
height: 12px;
transform: rotate(90deg) translateY(-2px);
transition: transform 0.15s;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu:hover {
cursor: pointer;
}
.mobileNav__list li.menu-item-has-children .menu-item-open-submenu.open img {
transform: rotate(270deg) translateY(-2px);
}
.mobileNav__list li a {
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
}
@media (min-width: 1280px) {
.mobileNav {
display: none;
}
}
.scrollTop {
position: fixed;
display: flex;
right: 16px;
width: 32px;
height: 32px;
background-color: #0B9CD9;
border-radius: 50%;
flex-direction: row;
justify-content: center;
align-items: center;
z-index: 10;
border: none;
border: 1px solid #0B9CD9;
bottom: 16px;
transition: bottom 0.1s linear, background-color 0.3s;
}
.scrollTop--hidden {
bottom: -40px;
}
.scrollTop svg {
width: 16px;
height: 16px;
transition: filter 0.3s;
}
.scrollTop:hover {
cursor: pointer;
background-color: #ffffff;
}
.scrollTop:hover svg path {
fill: #0A3B82 !important;
}
@media (min-width: 1100px) {
.scrollTop {
bottom: 64px;
right: 64px;
}
}
.header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
transition: transform 0.2s linear, background-color 0.2s linear;
padding: 10px 10px 0;
}
.header__container {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.header__logo {
width: 100px;
height: auto;
display: block;
}
.header__logo img {
width: 100%;
display: block;
}
.header__nav {
display: none;
}
.header__hamburger {
background-color: #DDF5FF;
border-radius: 8px;
}
.header__hamburger .hamburger__bar {
background-color: #0A3B82;
}
.header--scrolled {
background-color: #0A3B82;
padding-top: 0;
}
.header--hidden {
transform: translateY(-100%);
}
@media (min-width: 1100px) {
.header {
padding: 40px 20px 0;
}
.header .container {
padding-top: 0;
padding-bottom: 0;
}
}
@media (min-width: 1280px) {
.header__hamburger {
display: none;
}
.header__logo {
width: 173px;
}
.header__logo img {
width: 100%;
height: auto;
}
.header__nav {
height: 80px;
display: flex;
background-color: #DDF5FF;
padding: 0 30px;
border-radius: 24px;
}
.header__nav__list {
display: flex;
flex-direction: row;
list-style: none;
align-items: center;
gap: 20px;
}
.header__nav__list li a {
color: #0A3B82;
font-size: 16px;
font-weight: 500;
cursor: pointer;
transition: color 0.12s linear;
text-decoration: none;
}
.header__nav__list li a:hover {
color: #009FE3;
}
.header__nav__list li ul {
display: none;
}
.header__nav__list + ul {
list-style: none;
display: flex;
flex-direction: row;
margin-left: 20px;
gap: 12px;
align-items: center;
display: none;
}
.header__nav__list + ul li a {
text-decoration: none;
font-weight: 300;
cursor: pointer;
transition: color 0.12s linear;
}
.header__nav__list + ul li a:hover {
color: #009FE3;
}
.header__nav__list + ul li:not(:last-of-type) {
position: relative;
}
.header__nav__list + ul li:not(:last-of-type) a {
font-weight: 600;
}
.header__nav__list + ul li:not(:last-of-type)::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 1px;
right: -7px;
background-color: #0A3B82;
}
.header--scrolled {
padding-top: 0;
}
.header--scrolled .header__logo {
width: 100px;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.header--scrolled .header__nav {
height: 60px;
margin: 10px 0;
}
}
.footer {
background-color: #0A3B82;
padding: 32px 0;
margin: 40px 16px 16px;
border-radius: 20px;
color: #ffffff;
}
.footer__logo {
filter: brightness(0) invert(1);
}
.footer__row:nth-of-type(1) {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 32px;
}
.footer__row:nth-of-type(2) {
display: flex;
flex-direction: column;
gap: 24px;
}
.footer__header {
color: #ffffff;
margin-bottom: 16px;
font-weight: 600;
}
.footer__box {
display: flex;
flex-direction: column;
gap: 10px;
font-weight: 600;
margin-bottom: 20px;
}
.footer__box a {
color: #ffffff;
font-weight: 300;
text-decoration: none;
cursor: pointer;
transition: color 0.12s linear;
}
.footer__box a:hover {
color: #009FE3;
}
.footer__socials {
display: flex;
flex-direction: row;
gap: 12px;
}
.footer__socials a {
cursor: pointer;
}
.footer__nav {
border-top: 1px solid #ffffff;
padding-top: 32px;
margin-top: 32px;
}
.footer__nav__list {
list-style: none;
display: flex;
flex-direction: column;
gap: 12px;
}
.footer__nav__list li a {
color: #ffffff;
font-weight: 300;
font-size: 14px;
text-decoration: none;
cursor: pointer;
transition: color 0.12s linear;
}
.footer__nav__list li a:hover {
color: #009FE3;
}
.footer__copyright {
margin-top: 20px;
}
.footer__copyright p {
font-size: 14px;
font-weight: 300;
color: #ffffff;
}
.footer__magic {
color: #ffffff;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 12px;
}
.footer__magic span {
color: #ffffff;
font-size: 15px;
font-weight: 300;
}
.footer__magic img {
transform: translateY(3px);
width: 100px;
height: auto;
filter: brightness(0) invert(1);
}
@media (min-width: 500px) {
.footer__row:nth-of-type(1) {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
align-items: flex-end;
}
.footer__row:nth-of-type(2) {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.footer__socials {
justify-content: flex-end;
}
.footer__text {
margin-top: 38px;
}
.footer__box {
gap: 19px;
}
}
@media (min-width: 800px) {
.footer__nav__list {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
}
.footer__copyright {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0;
}
.footer__magic {
margin-top: 0;
}
}
@media (min-width: 1280px) {
.footer {
padding-top: 80px;
padding-bottom: 80px;
}
.footer__logo {
width: 200px;
}
.footer__contact {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.footer__box {
grid-row: 2/3;
}
.footer__nav {
margin-top: 80px;
padding-top: 20px;
border-top: 0.5px solid #ffffff;
}
.footer__nav li.margin-left {
margin-left: auto;
}
.footer__copyright {
margin-top: 20px;
padding-top: 20px;
border-top: 0.5px solid #ffffff;
}
}
.radiantDecor {
position: relative;
}
.radiantDecor::before {
content: "";
position: absolute;
width: 100vw;
border-radius: 50%;
height: auto;
z-index: -1;
aspect-ratio: 1/1;
}
.radiantDecor--1::before {
background: radial-gradient(38.03% 38.03% at 50% 50%, rgba(239, 127, 27, 0.8) 0%, rgba(239, 127, 27, 0.5) 34%, rgba(239, 127, 27, 0) 78.5%);
top: 0;
left: 60%;
transform: translate(0, -50%);
}
.radiantDecor--2::before {
background: radial-gradient(38.03% 38.03% at 50% 50%, rgba(224, 11, 126, 0.8) 0%, rgba(224, 11, 126, 0.4) 34%, rgba(224, 11, 126, 0) 78.5%);
top: 50%;
right: 60%;
transform: translate(0, -50%);
}
.radiantDecor--3::before {
background: radial-gradient(38.03% 38.03% at 50% 50%, rgba(11, 156, 217, 0.6) 0%, rgba(11, 156, 217, 0.3) 34%, rgba(11, 156, 217, 0) 78.5%);
top: 0;
left: 55%;
transform: translate(0, -20%);
}
.radiantDecor--4::before {
background: radial-gradient(38.03% 38.03% at 50% 50%, rgba(239, 127, 27, 0.8) 0%, rgba(239, 127, 27, 0.5) 34%, rgba(239, 127, 27, 0) 78.5%);
top: 50%;
right: 60%;
transform: translate(0, -50%);
}
body {
overflow-y: clip;
} .aboutBlock {
margin: 50px 0;
display: flex;
flex-direction: column;
gap: 32px;
}
.aboutBlock__column {
display: flex;
flex-direction: column;
}
.aboutBlock__tag {
display: block;
margin-bottom: 10px;
}
.aboutBlock__text {
margin-top: 32px;
color: #C5C5C5;
font-family: Montserrat;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: normal;
}
@media (min-width: 800px) {
.aboutBlock {
margin: 70px 0;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 32px;
}
}
@media (min-width: 1100px) {
.aboutBlock {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.aboutBlock__text {
max-width: 380px;
}
}
@media (min-width: 1280px) {
.aboutBlock {
margin: 100px 0;
}
}
@media (min-width: 1480px) {
.aboutBlock {
margin: 100px 0;
}
.aboutBlock__column {
padding-left: 70px;
}
}
.cardsBlock {
margin: 40px 0;
}
.cardsBlock__header {
font-weight: 300;
}
.cardsBlock__header b {
font-weight: 700;
}
.cardsBlock__row {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 40px;
}
.cardsBlock__card {
border: 20px;
padding: 28px;
border-radius: 20px;
aspect-ratio: 300/240;
height: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cardsBlock__card__icon {
width: 64px;
height: 64px;
object-fit: contain;
object-position: center;
margin-bottom: 20px;
}
.cardsBlock__card__text {
color: #ffffff;
}
.cardsBlock__card:nth-of-type(1) {
background-color: #0A3B82;
}
.cardsBlock__card:nth-of-type(2) {
background-color: #0B9CD9;
}
.cardsBlock__card:nth-of-type(3) {
background-color: #E00B7E;
}
.cardsBlock__card:nth-of-type(4) {
background-color: #EF7F1B;
}
@media (min-width: 500px) {
.cardsBlock__row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
align-items: stretch;
}
.cardsBlock__header b {
display: block;
}
.cardsBlock__card {
aspect-ratio: unset;
}
}
@media (min-width: 1100px) {
.cardsBlock {
margin: 100px 0;
}
.cardsBlock__row {
grid-template-columns: repeat(4, 1fr);
}
}
.contactBlock {
margin: 40px 0;
}
.contactBlock__tag {
display: block;
margin-bottom: 10px;
}
.contactBlock__form form {
margin-top: 24px;
}
.contactBlock__form form input:not(input[type=checkbox]),
.contactBlock__form form textarea:not(#g-recaptcha-response) {
width: 100%;
appearance: none !important;
border-radius: 16px !important;
border: none;
border: 1px solid #0A3B82;
color: #0A3B82;
font-size: 16px;
font-weight: 500;
min-height: 40px;
padding: 0 24px;
margin-top: 12px;
resize: none;
}
.contactBlock__form form input:not(input[type=checkbox]):focus,
.contactBlock__form form textarea:not(#g-recaptcha-response):focus {
outline: none;
color: #0B9CD9;
border-color: #0B9CD9;
}
.contactBlock__form form input:not(input[type=checkbox]):focus::placeholder,
.contactBlock__form form textarea:not(#g-recaptcha-response):focus::placeholder {
color: #0B9CD9;
}
.contactBlock__form form input:not(input[type=checkbox])::placeholder,
.contactBlock__form form textarea:not(#g-recaptcha-response)::placeholder {
color: #0A3B82;
opacity: 0.7;
font-size: 14px;
font-weight: 300;
line-height: 1.67;
}
.contactBlock__form form textarea {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.contactBlock__form form .button {
margin-left: auto;
margin-top: 32px;
display: block;
width: fit-content;
}
.contactBlock__form form .wpcf7-list-item {
margin-top: 10px;
margin-left: 0;
margin-bottom: 16px;
}
.contactBlock__form form .wpcf7-list-item span {
color: #0A3B82;
font-size: 13px;
font-weight: 300;
}
.contactBlock__form form .wpcf7-list-item input {
margin-right: 10px;
vertical-align: top;
height: 13px;
width: 13px;
border-radius: 0 !important;
margin-top: 4px;
accent-color: #0A3B82;
}
.contactBlock__form form input[type=checkbox] {
margin-left: 0;
margin-top: 2px;
width: 20px;
height: 20px;
background-color: transparent;
border-radius: 50%;
transform: translateY(-2px);
position: relative;
visibility: hidden;
opacity: 1;
}
.contactBlock__form form input[type=checkbox]:hover {
cursor: pointer;
}
.contactBlock__form form input[type=checkbox]::after {
content: "";
background-color: #ffffff;
visibility: visible;
width: 17px !important;
height: 17px !important;
opacity: 1;
border: 1px solid #0A3B82;
position: absolute;
border-radius: 8px;
top: 0;
display: block;
left: 0;
}
.contactBlock__form form input[type=checkbox]:checked::before {
content: "";
position: absolute;
background-color: #0A3B82;
display: block;
border: none;
visibility: visible;
width: 11px !important;
height: 11px !important;
z-index: 2;
top: 4px;
border-radius: 4px;
left: 4px;
}
.contactBlock__form form .wpcf7-not-valid-tip {
margin: 4px;
font-size: 14px;
margin-bottom: -6px;
}
.contactBlock__form form .wpcf7-response-output {
background-color: #0A3B82;
border: none;
color: #ffffff;
font-family: unset;
font-size: 14px;
}
.contactBlock__form form button {
color: #0A3B82;
font-size: 16px;
font-style: normal;
font-weight: 500;
background-color: transparent;
border: none;
line-height: normal;
display: flex;
align-items: center;
flex-direction: row;
margin-left: auto;
width: fit-content;
gap: 8px;
cursor: pointer;
}
.contactBlock__form form button svg path {
stroke-width: 1px;
}
@media (min-width: 800px) {
.contactBlock__form .form__row p {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
}
@media (min-width: 1100px) {
.contactBlock {
max-width: 1060px;
margin: 100px auto;
}
}
.doubleSliders {
margin: 40px 0;
display: flex;
flex-direction: column;
gap: 24px;
}
.doubleSliders__left, .doubleSliders__right {
border-radius: 20px;
padding: 20px;
margin-left: 0;
margin-right: 0;
}
.doubleSliders__row {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
}
.doubleSliders__left {
background: linear-gradient(0deg, #CEEBF7 0%, #CEEBF7 100%), lightgray 50%/cover no-repeat;
}
.doubleSliders__right {
background: linear-gradient(0deg, #FFEEF7 0%, #FFEEF7 100%), lightgray 50%/cover no-repeat;
}
.doubleSliders .swiper .swiper-slide img {
display: block;
}
.swiperNavigationTheme {
display: flex;
flex-direction: row;
gap: 30px;
}
.swiperNavigationTheme .swiper-next,
.swiperNavigationTheme .swiper-prev {
width: 32px;
height: 32px;
}
.swiperNavigationTheme .swiper-next.swiper-button-disabled,
.swiperNavigationTheme .swiper-prev.swiper-button-disabled {
pointer-events: none;
}
.swiperNavigationTheme .swiper-next.swiper-button-disabled svg,
.swiperNavigationTheme .swiper-prev.swiper-button-disabled svg {
opacity: 0.5;
}
.swiperNavigationTheme .swiper-next:hover,
.swiperNavigationTheme .swiper-prev:hover {
cursor: pointer;
}
.swiperNavigationTheme .swiper-prev svg {
transform: scaleX(-1);
}
@media (min-width: 500px) {
.doubleSliders__left .swiper-wrapper {
display: flex;
flex-direction: row;
align-items: stretch;
}
.doubleSliders__left .swiper-slide {
display: flex;
height: auto;
flex-direction: row;
justify-content: center;
align-items: center;
}
.doubleSliders__left .swiper-slide img {
width: 100%;
display: block;
max-height: 140px;
object-fit: contain;
height: auto;
}
.doubleSliders__right .swiper-slide {
display: flex;
height: auto;
flex-direction: row;
justify-content: center;
align-items: center;
}
.doubleSliders__right .swiper-slide img {
display: block;
height: 140px;
}
.doubleSliders__row {
display: flex;
flex-direction: row;
justify-content: space-between;
}
}
@media (min-width: 1100px) {
.doubleSliders {
display: flex;
flex-direction: row;
gap: 20px;
}
.doubleSliders__left {
width: calc(50% - 10px);
}
.doubleSliders__right {
width: calc(50% - 10px);
}
}
.heroBlock {
position: relative;
color: #ffffff;
margin-top: 12px;
padding: 100px 16px 40px;
}
.heroBlock__background {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 16px;
z-index: -1;
overflow: hidden;
}
.heroBlock__background img {
width: 100%;
object-fit: cover;
object-position: center;
height: 100%;
}
.heroBlock__tag {
color: #ffffff;
margin-bottom: 10px;
display: block;
}
.heroBlock__header {
color: #ffffff;
}
.heroBlock--single {
margin-bottom: 32px;
}
.heroBlock--single .heroBlock__background::after {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
background-color: #4172B8;
mix-blend-mode: multiply;
}
@media (min-width: 1100px) {
.heroBlock {
max-width: calc(100vw - 55px);
width: 1880px;
margin-top: 16px;
left: 50%;
padding-top: 200px;
min-height: 600px;
transform: translateX(-50%);
aspect-ratio: 1888/913;
max-height: 100vh;
}
.heroBlock__background {
border-radius: 32px;
}
.heroBlock__container {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.heroBlock--single {
margin-bottom: 64px;
min-height: 300px;
padding-top: 120px;
aspect-ratio: 1888/313;
}
}
.imageWithText {
margin: 40px 0;
display: flex;
flex-direction: column-reverse;
gap: 32px;
}
.imageWithText__image {
width: 100%;
height: auto;
}
.imageWithText__image img {
width: 100%;
height: auto;
display: block;
border-radius: 20px;
}
@media (min-width: 800px) {
.imageWithText {
margin: 70px 0;
display: grid;
grid-template-columns: 2fr 1fr;
align-items: stretch;
gap: 32px;
}
.imageWithText__image {
height: 100%;
}
.imageWithText__image img {
height: 100%;
width: 100%;
object-fit: cover;
}
}
@media (min-width: 1100px) {
.imageWithText {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
}
@media (min-width: 1280px) {
.imageWithText {
margin: 100px 0;
}
}
@media (min-width: 1480px) {
.imageWithText {
margin: 100px 0;
}
.imageWithText__text {
padding-left: 70px;
}
}
.newsBlock {
margin: 40px 0;
}
.newsBlock__tag {
display: block;
margin-bottom: 10px;
}
.newsBlock__header {
text-transform: uppercase;
}
.newsBlock__articles {
margin-top: 24px;
display: flex;
flex-direction: column;
gap: 20px;
}
.newsBlock__article {
text-decoration: none;
max-width: 100%;
width: 380px;
margin-left: auto;
margin-right: auto;
}
.newsBlock__article__text {
color: #0A3B82;
text-align: center;
margin-top: 20px;
}
.newsBlock__article__image {
max-width: 100%;
width: 380px;
aspect-ratio: 1/1;
position: relative;
}
.newsBlock__article__image img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
width: 100%;
aspect-ratio: 1/1;
height: auto;
border-radius: 20px;
object-fit: cover;
object-position: center;
}
.newsBlock__article__date {
color: #ffffff;
font-size: 24px;
font-weight: 700;
position: absolute;
top: 16px;
left: 16px;
right: 16px;
z-index: 5;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
transition: opacity 0.12s linear;
}
.newsBlock__article__date svg {
background-color: #ffffff;
border-radius: 12px;
}
.newsBlock__article__date svg path {
stroke-width: 1px;
}
.newsBlock__article__read {
opacity: 0;
transition: opacity 0.12s linear;
position: absolute;
inset: 0;
z-index: 5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 24px;
color: #ffffff;
text-align: center;
font-size: 28px;
font-weight: 700;
}
.newsBlock__article__read svg {
width: 80px;
height: 80px;
background-color: #ffffff;
border-radius: 24px;
}
.newsBlock__article__read svg path {
stroke-width: 1px;
}
.newsBlock__article:hover .newsBlock__article__date {
opacity: 0;
}
.newsBlock__article:hover .newsBlock__article__read {
opacity: 1;
}
@media (min-width: 800px) {
.newsBlock__articles {
display: grid;
grid-template-columns: repeat(2, calc(50% - 20px));
gap: 40px;
}
}
@media (min-width: 1100px) {
.newsBlock {
margin: 100px 0;
}
.newsBlock__articles {
grid-template-columns: repeat(3, calc(33.33% - 26.6666666667px));
}
}
.partnersBlock {
margin: 40px 0;
padding: 40px 16px;
display: flex;
flex-direction: column;
gap: 32px;
position: relative;
}
.partnersBlock::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: -1;
height: 100%;
border-radius: 20px;
overflow: hidden;
background: #FFEAD7;
}
.partnersBlock__tag {
display: block;
margin-bottom: 10px;
}
.partnersBlock__row {
display: flex;
flex-direction: column;
gap: 20px;
}
.partnersBlock__image {
width: 100%;
max-width: 300px;
display: block;
}
.partnersBlock__image img {
width: 100%;
height: auto;
display: block;
}
@media (min-width: 800px) {
.partnersBlock {
margin: 70px 0;
}
.partnersBlock__row {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
gap: 40px;
}
}
@media (min-width: 1100px) {
.partnersBlock {
margin: 100px 0px 40px;
padding: 44px 70px;
}
.partnersBlock::after {
border-radius: 32px;
}
.partnersBlock__row {
margin-top: 72px;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: flex-start;
gap: 20px;
}
.partnersBlock__image {
margin-top: 40px;
max-width: 400px;
}
}
.teamBlock {
margin: 40px 0;
padding: 20px 16px;
position: relative;
}
.teamBlock__background {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 20px;
overflow: hidden;
z-index: -1;
}
.teamBlock__background img {
width: 100%;
height: 100%;
object-fit: cover;
}
.teamBlock__tag {
display: block;
margin-bottom: 10px;
}
.teamBlock__header {
text-transform: uppercase;
}
.teamBlock__tag, .teamBlock__header {
color: #ffffff;
}
.teamBlock__pagination {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 10px;
gap: 16px;
}
.teamBlock__pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
border-radius: 6px;
background-color: #ffffff;
opacity: 0.4;
display: block;
}
.teamBlock__pagination .swiper-pagination-bullet:hover {
cursor: pointer;
}
.teamBlock__pagination .swiper-pagination-bullet-active {
opacity: 1;
}
.teamBlock__swiper {
margin-top: 40px;
width: 100%;
}
.teamBlock__swiper .swiper-slide {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
color: #ffffff;
}
.teamBlock__swiper .swiper-slide img {
aspect-ratio: 1/1;
max-width: 250px;
width: 100%;
display: block;
object-fit: cover;
object-position: center;
border-radius: 20px;
transition: all 0.12s linear;
}
.teamBlock__name {
font-size: 20px;
font-weight: 500;
color: #ffffff;
line-height: normal;
margin-top: 10px;
transition: opacity 0.12s linear;
}
.teamBlock__position {
color: #ffffff;
text-align: center;
font-family: Montserrat;
font-size: 16px;
margin-top: 10px;
display: block;
font-style: normal;
font-weight: 300;
line-height: normal;
transition: opacity 0.12s linear;
}
.teamBlock__button {
margin-top: 40px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 8px;
margin-left: auto;
margin-right: auto;
border-radius: 80px;
height: 48px;
background: rgba(255, 255, 255, 0.3);
color: #ffffff;
font-size: 16px;
font-weight: 500;
text-decoration: none;
transition: background-color 0.12s linear;
}
.teamBlock__button svg path {
stroke: #ffffff;
stroke-width: 1px;
}
.teamBlock__button:hover {
background-color: #0A3B82;
cursor: pointer;
}
@media (min-width: 800px) {
.teamBlock__swiper .swiper-slide img {
width: 95%;
}
.teamBlock__swiper .swiper-slide-active + .swiper-slide img {
width: 100%;
}
.teamBlock__swiper .swiper-slide-active + .swiper-slide .teamBlock__position,
.teamBlock__swiper .swiper-slide-active + .swiper-slide .teamBlock__name {
opacity: 1;
}
.teamBlock__position, .teamBlock__name {
opacity: 0;
}
.teamBlock__button {
width: fit-content;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 1100px) {
.teamBlock {
padding: 70px 70px 40px;
position: relative;
}
.teamBlock__pagination {
position: absolute;
top: 70px;
right: 70px;
width: fit-content;
}
.teamBlock__swiper {
width: calc(100% + 200px);
max-width: calc(100% + 200px);
transform: translateX(-100px);
}
.teamBlock__swiper .swiper-slide-active + .swiper-slide img {
width: 95%;
}
.teamBlock__swiper .swiper-slide-active + .swiper-slide .teamBlock__position,
.teamBlock__swiper .swiper-slide-active + .swiper-slide .teamBlock__name {
opacity: 0;
}
.teamBlock__swiper .swiper-slide-active + .swiper-slide + .swiper-slide img {
width: 100%;
}
.teamBlock__swiper .swiper-slide-active + .swiper-slide + .swiper-slide .teamBlock__position,
.teamBlock__swiper .swiper-slide-active + .swiper-slide + .swiper-slide .teamBlock__name {
opacity: 1;
}
}
@media (min-width: 1280px) {
.pageContent__container:has(.heroBlock--single) {
padding-bottom: 32px;
}
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}