
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 0.85vw;
  /*font-size: 14px;*/
  scroll-behavior: smooth;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.sora-<uniquifier> {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	font-family: "Inter", sans-serif;
}

.post, .page {
    margin: 0;
}

.site-header {
    position: fixed;
    width: 100%;
    margin-top: 5.8rem;
    z-index: 3;
    transition: all 0.3s ease;
}

.site-header.header_fixed {
    margin-top: 2.5rem;
}

.header-content {
    border: 1px solid #fff;
    border-radius: 2rem;
    width: 100%;
    max-width: 77.4rem;
    margin: 0 auto;
    background: #ffffff7d;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 4.2rem;
    align-items: center;
    padding: 0 .6rem 0 1.2rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.site-header.header_fixed .header-content {
    box-shadow: 0px 3px 6px #b7c5d84f;
}

.site-branding img {
    width: 18rem;
    margin-top: 0.3rem;
}

.header-demo a {
    font-family: "Roboto";
    display: flex;
    min-width: 15rem;
    font-size: 1.2rem;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    border-radius: 2rem;
}

.main-navigation ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 8rem;
}

.main-navigation ul li a {
    color: #626262;
    font-size: 1.25rem;
    padding-left: 3rem;
    font-weight: 400;
}    

.home-big-banner-section {
   /* min-height: 66rem;*/
    min-height: 74rem;
    position: relative;
}

.home-big-banner-content {
    min-height: 62rem;
    border-radius: 5rem 5rem 0 0;
    background: url(/wp-content/uploads/2026/02/Mask-Group-1.png) no-repeat;
    background-size: cover;
}

.container-dwg-top {
    padding: 1.3rem 1.5rem;
}

.home-big-banner-content-title-img {
    display: flex;
    justify-content: center;
    padding-top: 17.5rem;
}

.home-big-banner-content-title-img img {
    width: 48rem;
}

.home-big-banner-content-title-img-descr {
    color: #05172f;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 300;
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.home-film-section {
    position: relative;
    z-index: 1;
    margin-top: -15rem;
    width: 100%;
    overflow-y: hidden;
}

.home-film-content {
    display: flex;
    justify-content: space-between;
}

.home-film-content-video {
    width: 100%;
    max-width: 49rem;
    padding: 1.1rem 0 0 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
}

.container-dwg {
    padding: 0 10.2rem;
}

.home-film-content-video video {
    width: 100%;
    border-radius: 2rem;
}

.green-title {
    color: #10BFAA;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    letter-spacing: 0.5px;
}

.home-film-content-descr {
    padding-top: 1rem;
    width: 46rem;
    padding-left: 1.3rem;
}

.black-title {
    color: #05172F;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.1;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.dwg-text {
	color: #05172F;
    font-size: 1.65rem;
    line-height: 1.4;
    font-weight: 300;
}

.home-film-content-descr .dwg-text {
	padding-right: 4rem;
    padding-bottom: 3.2rem;
}

.home-film-content-descr .home-film-content-descr {
    padding-bottom: 4.5rem;
}

.black-button {
    display: flex;
}

.black-button a {
    font-family: "Roboto";
    display: flex;
    min-width: 17rem;
    font-size: 1.2rem;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    padding: .8rem .5rem;
    border-radius: 2rem;
    font-weight: 500;
    min-height: 3.8rem;
    align-items: center;
}

.black-button a img {
    width: 1rem;
    margin-left: 1rem;
}

.home-big-banner-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40rem;
    left: 0;
    bottom: -9rem;
    background: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFFF3 50%, #FFFFFFFA 75%, #FFFFFF 100%);
}

.home-funkcje-section {
    padding-top: 13.8rem;
    padding-bottom: 8.3rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E6F0FF 40%, #E5F0FF 75%, #FCFCFC 95%, #ffffff 100%);
}

.home-funkcje-section .black-title,
.home-funkcje-section .green-title {
    text-align: center;
}

.home-funkcje-content {
    width: 100%;
    max-width: 77.5rem;
    margin: 2rem auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-funkcje-block {
    box-shadow: 0px 3px 6px #B7C5D826;
    border: 2px solid #fff;
    border-radius: 2rem;
    /* background: linear-gradient(121deg, #eff7ff, #ebf4ff); */
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    width: 38rem;
    min-height: 23rem;
    padding: 3rem .5rem 1rem;
}

.home-funkcje-top-row {
    display: flex;
}

.home-funkcje-top-row-img img {
    width: 9rem;
}

.home-funkcje-top-row-title {
    color: #05172f;
    font-weight: 500;
    font-size: 2.15rem;
    line-height: 1.2;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.home-funkcje-top-row-text.dwg-text {
    padding: 0 3rem 0 1.5rem;
    margin-top: -0.5rem;
    line-height: 1.3;
}

.home-pobiers-dwg-section .container-dwg {
    padding: 0 12rem;
}

.home-pobiers-dwg-section {
    padding-top: 2.7rem;
    padding-bottom: 7.5rem;
}

.home-pobiers-dwg-section .dwg-text {
    max-width: 45rem;
    padding-bottom: 4rem;
    padding-top: 0.8rem;
}

.pobiers-dwg-buttons {
    display: flex;
    padding-bottom: 6.5rem;
}

.pobiers-dwg-button div {
    display: flex;
    color: #9898C1;
    border: 1px solid #9898c1;
    text-decoration: none;
    margin-right: 1.5rem;
    min-width: 17rem;
    min-height: 3.6rem;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
}

.pobiers-dwg-button.pobiers-dwg-active div {
	background: #45E8D4;
	border-color: #45E8D4;
	color: #000000;
}

.home-pobiers-dwg-body-block-title {
    color: #05172f;
    font-weight: 500;
    font-size: 2.15rem;
    line-height: 1;
    margin-top: 0.8rem;
    padding-bottom: 1.3rem;
}

.home-pobiers-dwg-body-block {
    display: flex;
    justify-content: space-between;
}

.home-pobiers-dwg-body-block-left {
    max-width: 45rem;
    width: 100%;
}

.home-pobiers-dwg-body-block-img {
    max-width: 55rem;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 28rem;
    align-items: flex-start;
}

.home-pobiers-dwg-body-block-img img {
    width: auto;
    height: 100%;
    min-height: 28rem;
}

.home-pobiers-dwg-body-block-left .black-button a {
    padding: 0.6rem 1.5rem;
    min-height: 3.15rem;
    display: flex;
    align-items: center;
}

.home-pobiers-dwg-body-block-text.dwg-text {
	line-height: 1.3;
}

.home-zalety-section {
    padding-top: 7rem;
    padding-bottom: 4.3rem;
    background: #EDF2FF71;
}

.home-zalety-section .green-title,
.home-zalety-section .black-title {
	text-align: center;
}

.home-zalety-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5rem;
    width: calc(100% + 2rem);
    margin-left: -0.5rem;
}

.home-zalety-content-block {
    box-shadow: 0px 3px 6px #B7C5D826;
    border: 2px solid #fff;
    border-radius: 2rem;
    background: linear-gradient(121deg, #fafcff, #fafcff);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    width: 22.5rem;
    min-height: 21.3rem;
    padding: 1.4rem 1.5rem 1rem;
    margin: 0 0.7rem 1.3rem;
}

.home-zalety-content-block-img {
    display: flex;
    justify-content: flex-end;
    padding-right: 0.5rem;
}

.home-zalety-content-block-img img {
    width: 2rem;
    max-height: 2rem;
}

.home-zalety-content-block-title.home-funkcje-top-row-title {
    padding-bottom: 1rem;
    font-size: 2rem;
    padding-top: 1rem;
}

.home-zalety-content-block-descr.dwg-text {
    line-height: 1.3;
}

.site-footer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.site-footer .container-dwg {
    padding: 0 10rem 0 8rem;
}

.site-footer {
    padding-top: 6.3rem;
    background: url(/wp-content/uploads/2026/02/Component-12-–-1-1.jpg) no-repeat;
    background-size: cover;
}

.site-footer-left {
    width: 49rem;
    margin-top: 6rem;
}

.site-footer-cont-form {
    width: 46rem;
}

.site-footer-left-fon {
    min-height: 29.8rem;
    border-radius: 3rem 0 0 3rem;
    padding: 4.2rem 1rem 1rem 2rem;
    background: #29465f14;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.site-footer-left-title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5rem;
}

.site-footer-left-title-sm {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

.site-footer-left-phone {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: .6rem;
}

.site-footer-left-mail a {
    color: #08FFE1;
    font-size: 1.5rem;
}

.site-footer-cont-form-cf7 {
    border-radius: 2rem;
    padding: 4rem 8.2rem 0rem;
    box-shadow: 0px 0px 6px #4F4FFB27;
    border: 1px solid #FFFFFF39;
    background: #FFFFFF;
}

.site-footer-cont-form-cf7 p {
    margin: 0;
}

.site-footer-cont-form-cf7 .cf7-label {
    font-size: 1rem;
    padding-left: 1.7rem;
    color: #000;
    padding-bottom: .2rem;
}

input[type="text"], input[type="email"], input[type="url"], 
input[type="password"], input[type="search"], input[type="number"], 
input[type="tel"], input[type="range"], input[type="date"], 
input[type="month"], input[type="week"], input[type="time"], 
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #10bfaa;
    border: 1px solid #10bfaa;
    background: #f5f5f5;
    width: 100%;
    max-width: 450px;
    font-size: 1.1rem;
    padding: .4rem 1.8rem .6rem;
    border-radius: 2rem;
    margin-bottom: 1.3rem;
}

select {
    color: #10BFAA;
    border: 1px solid #10BFAA;
    border-radius: 3px;
    padding: 3px;
    background: #F5F5F5;
    width: 100%;
    max-width: 450px;
    font-size: 1.1rem;
    padding: .4rem 1.8rem .6rem;
    border-radius: 2rem;
    margin-bottom: 1.3rem;
}

input::placeholder {
    color: #10BFAA;
}

span.new-home-span {
    color: #989898;
    font-size: 0.8rem;
    display: block;
    margin-bottom: -0.5rem;
}

.wpcf7-checkbox label {
    color: #5A5A83;
    font-weight: 400;
    font-family: "Inter";
    font-size: 0.8rem;
    line-height: 1.2;
}

 .wpcf7-checkbox label {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}

 .wpcf7-checkbox label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

 .wpcf7-checkbox label .wpcf7-list-item-label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
}

.wpcf7-checkbox label .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    padding: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.3rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #10BFAA;
    background-color: #F5F5FF;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

 input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-size: 80%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

 .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    line-height: 1;
    color: #fff;
    background: #06060a;
    font-size: 1.25rem;
    padding: .8rem 2.5rem 1rem 2.5rem;
    text-decoration: none;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 2rem auto 0;
}

.site-footer-left-logo img {
    margin-left: -3rem;
    margin-top: 2.8rem;
    width: 32rem;
}

.site-footer-cont-form-bottom {
    display: flex;
    padding-top: 5.2rem;
    padding-bottom: 1.3rem;
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
}

.site-footer-cont-form-bottom a {
     color: #fff;
    font-size: 1.1rem;
    text-decoration: none;   
}

.wpcf7-not-valid-tip {
    font-size: 0.8rem;
    margin-top: -1rem;
    text-align: right;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em .5em 1em;
}





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


.home-big-banner-content-title-img img {
    width: 75%;
}

.home-big-banner-content-title-img-descr {
    color: #05172f;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 25px;
    max-width: 80%;
    margin: 0 auto;
}

.home-film-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home-film-content-descr {
    padding-top: 25px;
    width: 100%;
    padding-left: 0;
}

.green-title {
    font-size: 13px;
}

.black-title {
    color: #05172F;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 20px;
}

.dwg-text {
    font-size: 14px;
}

.home-film-content-descr .dwg-text {
    padding-right: 0;
    padding-bottom: 25px;
}

.black-button a {
    min-width: 17rem;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 20px;
}

.black-button a img {
    width: 13px;
    margin-left: 8px;
}

.home-film-content-video {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
    margin: 45px 0 20px;
}

.home-funkcje-content {
    width: 100%;
    max-width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-funkcje-block {
    box-shadow: 0px 3px 6px #B7C5D826;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 15px !important;
    margin-bottom: 15px !important;
    width: 100%;
    min-height: 23rem;
    max-width: 450px;
    margin: 0 auto;
}

.home-funkcje-top-row-img img {
    width: 75px;
}

.home-funkcje-top-row-title {
    font-size: 20px;
}

.home-pobiers-dwg-section .dwg-text {
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 0.8rem;
}

.pobiers-dwg-buttons {
    display: flex;
    padding-bottom: 35px;
    flex-direction: column;
}

.pobiers-dwg-button div {
    display: flex;
    color: #9898C1;
    border: 1px solid #9898c1;
    text-decoration: none;
    margin-right: 0;
    min-width: 17rem;
    min-height: 3.6rem;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    width: 200px;
    margin-bottom: 10px;
    padding: 7px;
}

.home-pobiers-dwg-body-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home-pobiers-dwg-body-block-left {
    max-width: 100%;
    width: 100%;
}

.home-pobiers-dwg-body-block-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.home-pobiers-dwg-body-block-left .black-button a {
    padding: 6px 15px;
    min-height: 3.15rem;
    display: flex;
    align-items: center;
}

.home-pobiers-dwg-body-block-img {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 28rem;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 25px;
}

.home-zalety-content-block {
    box-shadow: 0px 3px 6px #B7C5D826;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 90%;
    min-height: 21.3rem;
    padding: 10px 15px 15px;
    margin: 0 0.7rem 15px;
    max-width: 450px;
}

.home-zalety-content-block-title.home-funkcje-top-row-title {
    padding-bottom: 10px;
    font-size: 18px;
    padding-top: 1rem;
}

.home-zalety-content-block-img img {
    width: 25px;
    max-height: 25px;
}

.home-zalety-section {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #EDF2FF71;
}

.site-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-footer-left {
    width: 100%;
    margin-top: 40px;
}

.site-footer-left-title {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.site-footer-left-fon {
    min-height: 29.8rem;
    border-radius: 3rem;
    padding: 20px;
}

.site-footer-left-title-sm {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.site-footer-left-phone {
    color: #fff;
    font-size: 16px;
}

.site-footer-left-mail a {
    color: #08ffe1;
    font-size: 16px;
    padding: 10px 0;
    display: block;
}

.site-footer-left-logo img {
    margin-left: 0;
    margin-top: 30px;
    width: 200px;
    margin-bottom: 25px;
}

.site-footer-cont-form {
    width: 100%;
    max-width: 500px;
}

.site-footer-cont-form-cf7 {
    border-radius: 2rem;
    padding: 30px;
}

.site-footer-cont-form-cf7 .cf7-label {
    font-size: 12px;
    padding-left: 10px;
    color: #000;
    padding-bottom: 5px;
}

input[type="text"], input[type="email"], input[type="url"], 
input[type="password"], input[type="search"], input[type="number"], 
input[type="tel"], input[type="range"], input[type="date"], 
input[type="month"], input[type="week"], input[type="time"], 
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #10bfaa;
    border: 1px solid #10bfaa;
    background: #f5f5f5;
    width: 100%;
    max-width: 450px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 18px;
    margin-bottom: 15px;
}

select {
    max-width: 450px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 18px;
    margin-bottom: 15px;
}

span.new-home-span {
    color: #989898;
    font-size: 10px;
}

.wpcf7-checkbox label {
    font-size: 10px;
}

.wpcf7-checkbox label .wpcf7-list-item-label::before {
        width: 15px;
    height: 15px;
    border-radius: 5px;
}

.wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: -12px;
    text-align: right;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    line-height: 1;
    color: #fff;
    background: #06060a;
    font-size: 18px;
    padding: 10px 20px 14px 20px;
    text-decoration: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 20px auto 0;
}

.site-footer-cont-form-bottom {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.site-footer-cont-form-bottom a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
}






}