

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 0.85vw;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #003071;
}

.header-content {
    padding: 2.2rem 5.5rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 4;
    transition: top .3s ease, padding .3s ease;
    transition: all .3s ease;
}

.header-content.header_fixed {
    top: 0.5rem;
    padding: 0.2rem 5.5rem 1rem;
}

.header-content.header_fixed .header-content-row {
    min-height: 6rem;
}

.header-content-row {
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(7px) !important;
    padding: 1rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 8rem;
    border-radius: 4rem;
}

.site-branding img {
    width: 28rem;
    margin-top: 0.5rem;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #003071;
    font-size: 1.3rem;
    padding: 0 2rem;
    letter-spacing: 0.5px;
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    min-height: 62rem;
}

.home-page-projektuj-section {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.blue-button-head a {
	background: #4070FF;
    padding: 0.9rem 1.65rem;
    margin-right: 0.3rem;
    border-radius: 2rem;
    color: #fff;
    margin-left: 1.3rem;
}

.site-main {
    min-height: 70vh;
}

.gsbim-container {
    padding: 0 8rem;
}

.topsection-title {
    display: flex;
}

.home-page-topsection {
    padding-top: 20.5rem;
    min-height: 59rem;
}

.topsection-title div {
    background: linear-gradient(84deg, #003071 0%, #1F6DFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 6.9rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -3px;
}

.section-description {
    color: #003071;
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 4.5rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.dark-blue-button {
    display: flex;
}

.dark-blue-button a {
    color: #fff;
    background: #003071;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1rem 1.3rem;
    border-radius: 2.5rem;
}


.blue-button {
    display: flex;
}

.blue-button a {
    color: #fff;
    background: #4070FF;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1rem 1.3rem;
    border-radius: 2.5rem;
}

.blue-button-head a:hover,
.blue-button a:hover,
.dark-blue-button a:hover {
    color: #fff;
    opacity: 0.8;
}

.home-page-projektuj-content {
    display: flex;
    flex-wrap: wrap;
}

.home-page-projektuj-img {
    width: 55rem;
}

.home-page-projektuj-img img {
    margin-top: -4.5rem;
    margin-left: -3.5rem;
}

.home-page-projektuj-block {
    width: 44rem;
    padding-top: 6rem;
    padding-left: 1.5rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 2rem;
}

.home-page-projektuj-block-row img {
    width: 1.8rem;
    margin-left: -0.5rem;
    margin-right: 1rem;
}

.home-page-projektuj-block-text {
	padding-top: 2.7rem;
}

.home-page-projektuj-block-row {
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    padding-bottom: 1.5rem;
}

.home-page-projektuj-block-row div:has(img) {
    width: 5rem;
}

.home-page-Obsluga-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-left: 8rem;
}

.home-page-Obsluga-block {
    width: 38rem;
    padding-top: 6rem;
}

.home-page-Obsluga-img {
    width: 45rem;
    margin-left: 4rem;
    margin-top: -0.5rem;
}

.home-page-Obsluga-block-text {
    font-size: 1.2rem;
    min-height: 14.3rem;
    padding-top: 0.8rem;
}

.home-page-Obsluga-block-text p {
	margin: 0;
}

.home-page-Obsluga-section {
    padding-bottom: 6.2rem;
}

.home-page-funkcje-section {
    padding-top: 5.2rem;
    background: #4070FF;
}

.section-title-white {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 1.7rem;
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
}

.section-description-white {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 3.3rem;
}

.home-page-funkcje-content {
	display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    padding-left: 1rem;
    width: 101%;
    padding-bottom: 7.3rem;
} 

.home-page-funkcje-img img {
    width: 11rem;
    margin-top: 2rem;
}

.home-page-funkcje-img {
    height: 14.7rem;
    display: flex;
}

.home-page-funkcje-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 1.4rem;
}

.home-page-funkcje-descr {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
}

.home-page-funkcje-block {
    display: flex;
    flex-direction: column;
    width: 24rem;
    border-radius: 1rem;
    min-height: 25rem;
    align-items: center;
    padding: 0 1rem 1rem;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #D8E2FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 7px #0D297436;
}


.home-page-oprogramowania-section {
    padding-top: 13.4rem;
    position: relative;
    padding-bottom: 5rem;
}

.home-page-oprogramowania-section .gsbim-container {
    padding: 0 8rem 0 16rem;
}

.oprogramowania-item-icon img {
    width: 2rem;
    margin-bottom: 1.5rem;
}

.oprogramowania-item-title {
    font-weight: 600;
    padding-bottom: 1.5rem;
}

.home-page-oprogramowania-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-top: 6.3rem;
    position: relative;
    z-index: 1;
}

.oprogramowania-tabs-buttons {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-left: 1px solid #BAC6D9;
    padding-left: 2.5rem;
    margin-top: 3.55rem;
    padding-top: 3.3rem;
    min-height: 17rem;
    width: 29rem;
}

.oprogramowania-tab-btn {
    cursor: pointer;
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 1.4;
    position: relative;
    font-weight: 500;
}

.oprogramowania-tab-btn.active {
    font-weight: 600;
    color: #4070FF;
}

.oprogramowania-tab-btn.active:before {
    content: '';
    position: absolute;
    left: -2.6rem;
    top: 0;
    height: 4rem;
    width: 3px;
    background: #4070ff;
    border-radius: 2px;
}

.oprogramowania-tabs-panes {
    flex: 1;
    min-width: 0;
    min-height: 33rem;
    padding-right: 5rem;
}

.oprogramowania-tab-pane {
    display: none;
}

.oprogramowania-tab-pane.active {
    display: block;
}

.oprogramowania-tab-list-item {
    width: 21rem;
    min-height: 15rem;
    border-radius: 1.8rem;
    padding: 2rem 2rem 1rem;
    font-size: 1.1rem;
    line-height: 1.3;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #C4C1EF80;
}

.oprogramowania-tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-left: 0.3rem;
}

.home-page-oprogramowania-img {
    position: absolute;
    top: 6rem;
    right: 4.5rem;
    width: 31rem;
}

.home-page-Dlaczego-section {
    padding-top: 5.5rem;
    padding-bottom: 5rem;
}

.home-page-Dlaczego-section .gsbim-container {
    padding: 0 8rem 0 16.2rem;
}

.home-page-Dlaczego-content {
    display: flex;
    flex-wrap: wrap;
}

.home-page-Dlaczego-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 2rem;
}

.home-page-Dlaczego-img img {
    width: 12rem;
}

.home-page-Dlaczego-img {
    margin-bottom: 3rem;
}

.home-page-Dlaczego-block {
    width: 18rem;
    font-size: 1.2rem;
    line-height: 1.4;
}

.home-page-Dlaczego-title {
    font-weight: 600;
    padding-bottom: 1rem;
}

.home-page-Dlaczego-img {
    margin-bottom: 3rem;
}

.home-page-Dlaczego-img img {
    width: 12rem;
}

.home-page-Dlaczego-block:nth-child(2) {
    margin-top: 4rem;
}

.home-page-Dlaczego-block:nth-child(3) {
    margin-top: 9rem;
    padding-left: 2rem;
}

.home-page-Dlaczego-block:nth-child(4) {
    margin-left: 4rem;
    margin-top: 14rem;
}

.home-page-contform-section {
    padding-top: 0.5rem;
    position: relative;
    padding-bottom: 4.2rem;
}

.home-page-contform-section .gsbim-container {
    padding: 0 8rem 0 15.5rem;
}

.home-page-contform-content {
    display: flex;
    flex-wrap: wrap;
}

img.home-page-contform-img {
    position: absolute;
    right: 9rem;
    width: 24rem;
    top: 2rem;
}

.home-page-contform-block {
    width: 38.5rem;
}

.section-description-small {
    font-size: 1.1rem;
    line-height: 1.5;
    padding-top: 0.3rem;
}

.kontakt-form input[type="text"], 
.kontakt-form input[type="email"], 
.kontakt-form input[type="number"], 
.kontakt-form input[type="tel"], 
.kontakt-form textarea {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 3px #0C38AD4E;
    border-radius: .3rem;
    letter-spacing: .05px;
    color: #001e4d69;
    margin-bottom: 1rem;
    padding: .4rem 1rem;
    width: 100%;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox {
    color: #003071;
    font-size: .7rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.kontakt-form textarea {
    resize: none;
    height: 9.5rem;
}

.kontakt-form input[type="button"],.kontakt-form input[type="submit"],
.kontakt-form input.wpcf7-submit {
    color: #fff;
    background: #4070FF;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1rem 2.3rem 1.2rem 2.3rem;
    border-radius: 2.5rem;
    border: none;
    margin: 0 auto;
    display: flex;
}

.kont-row p {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.home-page-contform-form-block {
    padding-top: 17.8rem;
    width: 36.5rem;
}

.home-page-contform-form-block-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 1.8rem;
}

.kontakt-form a {
    color: #001e4d69;
    font-size: .7rem;
    padding-left: 2rem;
}

.kontakt-form p {
    margin: 0;
}

footer#colophon {
    background: #04005D;
}

.site-info {
    padding: 5.7rem 4rem 1.5rem 7.6rem;
}

.footer-top-row img {
    width: 22rem;
}

.footer-top-row {
    padding-bottom: 2rem;
}

.footer-top-body {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3.5rem;
}

.footer-top-block-first {
    width: 41.4rem;
    color: #fff;
    padding-right: 10rem;
    font-size: 1.1rem;
}

.footer-top-block-first div:has(a) {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
}

.footer-top-block-first div a {
    color: #fff;
    font-size: 1.1rem;    
    text-decoration: none;
}

.footer-top-block-two {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.1rem;
    width: 27.5rem;
}
.footer-top-block-two a {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
}

.footer-top-block-phone {
    width: 20rem;
    color: #fff;
    font-size: 1.1rem;
}

.footer-top-block-last img {
    width: 2.3rem;
}

.footer-top-block-last {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-black {
    color: #ECEFF7;
    font-size: 0.7rem;
    text-align: center;
    padding: 1rem;
    background: #000000;
}

.home-page-topsection .gsbim-container {
    position: relative;
    z-index: 1;
}

.footer-top-block-two a:hover,
.footer-top-block-first div a:hover {
    color: #A0B8FF;
}

.demo-page-form-row {
    display: flex;
    justify-content: space-between;
    padding-right: 5rem;
}

.demo-page-form-row-img {
    width: 45rem;
    margin-right: 4rem;
}

.demo-page-form-row-img img {
    margin-left: 7rem;
    width: 40rem;
    margin-top: -2rem;
}

.demo-page .kontakt-form {
    width: 39rem;
    padding-top: 3.55rem;
}

.demo-page {
    padding-bottom: 8rem;
    padding-top: 15rem;
}

.demo-page  .section-title {
  font-size: 2.3rem;
}














@media screen and (max-width: 782px) { 


.topsection-title div {
    font-size: 66px;
}

.section-description {
    color: #003071;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 45px;
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
    min-height: 475px;
}

.home-page-projektuj-img {
    width: 100%;
}

.home-page-projektuj-block {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
}

.section-title {
    font-size: 22px;
}

.home-page-projektuj-block-row {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
}

.home-page-projektuj-block-row img {
    width: 20px;
    margin-left: -.5rem;
    margin-right: 10px;
    max-width: none;
}

.home-page-projektuj-block-row div:has(img) {
    width: 25px;
}

.home-page-Obsluga-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-left: 0;
    flex-direction: column;
}

.home-page-Obsluga-block {
    width: 100%;
    padding-top: 60px;
}

.home-page-Obsluga-img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.blue-button a {
    color: #fff;
    background: #4070ff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
}

.home-page-Obsluga-block-text {
    font-size: 14px;
    min-height: 14.3rem;
    padding-top: .8rem;
    padding-bottom: 20px;
}

.section-title-white {
    font-size: 22px;
    padding-bottom: 15px;
}

.section-description-white {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-bottom: 30px;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

.dark-blue-button a {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
}

.home-page-topsection {
    padding-bottom: 30px;
}

.home-page-funkcje-block {
    display: flex;
    flex-direction: column;
    width: 48%;
    padding: 0 10px 10px;
}

.home-page-funkcje-img {
    height: 100px;
    display: flex;
}

.home-page-funkcje-img img {
    width: 90px;
    margin-top: 2rem;
    margin-bottom: 10px;
}

.home-page-funkcje-title {
    font-size: 18px;
    padding-bottom: 15px;
}

.home-page-funkcje-descr {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

.home-page-oprogramowania-img {
    display: none;
}

.home-page-oprogramowania-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
}

.oprogramowania-tabs-buttons {
    width: 100%;
}

.oprogramowania-tab-btn {
    font-size: 16px;
    padding: 5px;
}

.oprogramowania-tab-btn.active:before {
    content: '';
    position: absolute;
    left: -11.5px;
    top: 0;
    height: 27px;
    width: 3px;
    background: #4070ff;
    border-radius: 2px;
}

.oprogramowania-tab-list-item {
    width: 96%;
    min-height: 15rem;
    border-radius: 1.8rem;
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #C4C1EF80;
}

.oprogramowania-item-icon img {
    width: 20px;
    margin-bottom: 1.5rem;
}

.home-page-Dlaczego-block {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}

.home-page-Dlaczego-img {
    margin-bottom: 20px;
}

.home-page-Dlaczego-img img {
    width: 65px;
    margin-top: 25px;
}

.home-page-contform-section {
    padding-top: 60px;
    position: relative;
    padding-bottom: 50px;
}

img.home-page-contform-img {
    display: none;
}

.home-page-contform-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.home-page-contform-block {
    width: 100%;
}

.section-description-small {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 0.3rem;
}

.home-page-contform-form-block {
    padding-top: 25px;
    width: 100%;
}

.home-page-contform-form-block-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

.kontakt-form input[type="text"], .kontakt-form input[type="email"], 
.kontakt-form input[type="number"], .kontakt-form input[type="tel"], 
.kontakt-form textarea {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 3px #0C38AD4E;
    border-radius: 3px;
    letter-spacing: .05px;
    color: #001e4d69;
    margin-bottom: 1rem;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
}

.kontakt-form input[type="button"], .kontakt-form input[type="submit"], .kontakt-form input.wpcf7-submit {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
}

.kontakt-form a,
.kontakt-form span.wpcf7-form-control.wpcf7-checkbox {
    color: #003071;
    font-size: 8px;
}

.footer-top-row img {
    width: 200px;
}

.footer-top-body {
    flex-direction: column;
}

.footer-top-block-first {
    width: 100%;
    color: #fff;
    padding-right: 10rem;
    font-size: 12px;
    padding-bottom: 20px;
}
.footer-top-block-first div a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.footer-top-block-two {
    font-size: 12px;
    width: 100%;
    padding-bottom: 15px;
}

.footer-top-block-two a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.footer-top-block-phone {
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding-bottom: 25px;
}

.footer-top-block-last img {
    width: 25px;
}

.footer-top-block-last {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-black {
    font-size: 8px;
}

.demo-page-form-row {
    padding-right: 0;
    flex-direction: column;
}

.demo-page .kontakt-form {
    width: 100%;
    padding-top: 40px;
}

.demo-page-form-row-img {
    width: 100%;
    margin-right: 0;
}

.demo-page .section-title {
    font-size: 22px;
}

.demo-page-form-row-img img {
    margin-left: 10rem;
    width: 80%;
    margin-top: -2rem;
}


}