body {
	margin: 0;
	font-family: 'Mukta Mahee', sans-serif;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.post, .page {
    margin: 0 !important;
}

.container p,
.container li {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #313131;
}

a:hover, a:focus, a:active {
    color: #2b2b2b;
} 

* {
  outline: 0 !important;
}

@media (min-width: 1200px) {
.container {
    max-width: 100%;
}

}

@media (min-width: 992px) {
.container {
    max-width: 100%;
}

}

@media (min-width: 768px) {
.container {
    max-width: 100%;
}

}

@media (min-width: 576px) {
.container {
    max-width: 100%;
}

}

.container {
    width: 100%;
    padding: 0 4.5rem 0 8rem;
}

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

header.header {
    background: #ffffffb3;
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 5rem;
}

header.header_fixed {
   /* background: #ffffffc9;*/
    background: rgb(255 255 255 / 96%);
    height: 4rem;
    border-bottom: 2px solid #00b9ba;
}

header.header_fixed .main-navigation a {
    padding: 0.8rem 0.8rem 0.7rem;
}

section.engineer-menu-section.header_fixed {
    top: 4rem;
}

.engineer-menu-section.header_fixed ul li a {
    padding: 0.5rem 1.5rem;
}

header .container {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.main-navigation {
    width: 100%;
    webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    display: flex!important;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #2B2B2B !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3rem;
    padding: 1.3rem 0.8rem 1.1rem;
}

.current_page_item a,
.main-navigation a:hover {
    color: #00b9ba!important;
}

.main-navigation .green-text a {
    color: #00b9ba !important;
    font-weight: 600;
}

.main-navigation li.home-menu {
    background: url(/wp-content/uploads/2022/05/home.svg) no-repeat;
    background-size: inherit;
    background-position: center;
}

.main-navigation li.home-menu:hover {
    background: url(/wp-content/uploads/2022/05/home-1.svg) no-repeat;    
    background-position: center;
}

.main-navigation li.home-menu a {
    color: transparent !important;
}

.main-navigation ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: #ffffffdb;
}

header.header_fixed .main-navigation ul ul a,
.main-navigation ul ul a {
   /*padding: 0.5rem 0.8rem;*/
   padding: 1.3rem 0.8rem 1.1rem; 
   line-height: 1.5rem;
}

.main-navigation ul ul a {
    width: 16rem;
}

section.default-page {
    padding: 6rem 0 6rem;
}

.default-page h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
    margin-top: 0;
    color: #000;
    margin-top: 4rem;
}

.default-page li,
.default-page p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #313131;
}

.default-page h3 {
    color: #000;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

.default-page a {
    color: #00b9ba !important;
}

.home-page {
	width: 100%;
	height: 100%;
}

.home-page-big-banner-content {
    background-size: cover;
    /*height: 120vh;*/
    height: 100vh;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -20px;
    position: relative;
}

.home-page-big-banner-content-alight-center {
    margin-left: 8rem;
    /*padding-top: 27.5rem;*/
    padding-top: 19.5rem;
}

.home-page .swiper-slide {
    background-size: cover;
}

.home-page .swiper-slide .arrow-button a {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 30rem;
    justify-content: space-between;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    padding-left: 5px;
}

.home-page .swiper-slide .arrow-button:hover a {
    text-decoration: none !important;
}

.swiper-slide .arrow-button img {
    left: 75%;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1rem;
}

span.swiper-pagination-bullet {
    width: 2.4rem;
    height: 2px;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #68B8B9;
}

.home-page h1 {
    font-size: 10rem;
    line-height: 1;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.home-page .h1-description {
    font-size: 3rem;
    line-height: 3.1rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2rem;
}

.home-page-h1-description {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    color: #fff;
}

.big-banner-content-shadow {
    width: 100%;
    height: 100%;
    position: relative;
}

.big-banner-content-shadow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000024;
}

.home-page-big-banner-content-alight-center {
    margin-left: 8rem;
    z-index: 6;
    position: relative;
}

.arrow-button {
    position: relative;
}

.arrow-button:after {
    content: '';
    position: absolute;
    left: 18rem;
    top: 47%;
    width: 7rem;
    height: 2px;
    background: #fff;
}

section.numbers-animation-section {
    padding: 6rem 0px;
}

.dlaczego-section-content-numbers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dlaczego-section-content-left {
    width: 100%;
    max-width: 42rem;
}

div#dlaczego-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dlaczego-numbers-plus-block {
    display: flex;
    flex-direction: row;
    position: relative;
}

.dlaczego-numbers-plus {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    font-size: 2.5rem;
    line-height: 3rem;
}

.dlaczego-numbers {
    color: #313131;
    font-size: 6rem;
    line-height: 7rem;
    min-width: 9rem;
    position: relative;
    font-weight: 700;
}

.dlaczego-numbers:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #68B8B9;
    top: 5px;
    left: 5px;
}

.dlaczego-numbers-text {
    color: #00B9BA;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
}

.numbers-animation-left-text {
    color: #313131;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 2.3rem 0 3rem;
}


.dlaczego-section-content-right {
    width: 100%;
    max-width: 53rem;
}

.dlaczego-section-content-right h2 {
    font-size: 3rem;
    line-height: 3.8rem;
    font-weight: 800;
    color: #000;
}

.section-h2 {
    font-size: 3.5rem;
    line-height: 3.8rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 4rem;
}

.dlaczego-section-content-description {
    font-size: 1.4rem;
    padding-right: 12rem;
    line-height: 2rem;
    color: #000;
    font-weight: 700;
}

.border-button a {
    font-size: 1.1rem;
    font-weight: 800;
    color: #313131 !important;
    padding: 1.1rem 3.5rem;
    border: 2px solid #00B9BA;
    background: #fff;
    position: relative;
}

.border-button a:hover {
    text-decoration: none;
}


.border-button {
    height: 4rem;
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    width: 15rem;
}

.border-button a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -8px;
    left: 2rem;
    background: #343434;
    transition: width .5s;
}

.border-button a:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 0;
    top: 15%;
    right: -12px;
    background: #343434;
    transition: height .5s;
}

.border-button a:hover:after {
    width: 97%;
}

.border-button a:hover:before {
    height: 110%;
}

section.robierz-demo-section {
    padding: 6rem 0 5rem;
}

.robierz-demo-image {
    max-width: 41rem;
    margin-left: 2rem;
}

.robierz-demo-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.robierz-demo-content-left-title {
    position: relative;
    max-width: 83%;
}

.robierz-demo-content-left-title div {
    color: #313131;
    font-size: 1.4rem;
    line-height: 2rem;
    position: relative;
    margin-bottom: 3.5rem;
    margin-top: 1rem;
    z-index: 2;
    display: flex;
    font-weight: 800;
}

.robierz-demo-content-left-title:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    background: #707070;
    right: 0;
    top: 13px;
}

.robierz-demo-content-left {
    width: 100%;
    max-width: 50rem;
}

.robierz-demo-text h2 {
    font-size: 3.2rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.robierz-demo-section-deckription.section-deckription {
    max-width: 42rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #000000;
    margin-bottom: 6.5rem;
    font-weight: 600;
}

section.dlaczego-scia {
    padding: 6.5rem 0;
}

.dlaczego-scia-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dlaczego-scia-content-left h2 {
    margin-bottom: 1.8rem;
}

.dlaczego-scia-content-left {
    width: 100%;
    max-width: 42rem;
}

.dlaczego-scia-content-left-text {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #313131;
    font-weight: 400;
}

.dlaczego-scia-content-right {
    width: 100%;
    max-width: 53rem;
    overflow: hidden;
}

.dlaczego-scia-content-right-block {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.dlaczego-scia-content-right-ico {
    width: 33%;
    max-width: 16.5rem;
    position: relative;
}

.dlaczego-scia-content-right-ico:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: 1.6rem;
    height: 2px;
    background: #00b9ba;
}

.dlaczego-scia-content-right-ico-image {
    width: 4rem;
    padding-top: 2.4rem;
    margin-bottom: 1rem;
}

.dlaczego-scia-content-right-ico-text {
    color: #00B9BA;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.grey-section {
    background: #F1F2F2;
}

section.opinie-home-page {
    padding: 8rem 0px 7rem;
}

.opinie-home-page-content {
    width: 100%;
    max-width: 75rem;
}

.opinie-home-page-text p,
.opinie-home-page-text {
    color: #000000;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 800;
}

.opinie-home-page-avtor {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 800;
}

.opinie-home-page .swiper-button-prev {
    right: 7rem;
    left: auto;
    background: url(/wp-content/uploads/2022/04/arrow-r.svg) no-repeat;
    width: 5rem;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
}

.opinie-home-page .swiper-button-next {
    background: url(/wp-content/uploads/2022/04/arrow-l.svg) no-repeat;
    width: 5rem;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
}

.swiper-button-prev:hover {
    -webkit-transform: scale(1.2,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .55s;
    -moz-transform: scale(1.2,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .55s;
    margin-left: -0.5rem;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: -10px;
}

.swiper-button-next:hover {
    -webkit-transform: scale(1.2,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .55s;
    -moz-transform: scale(1.2,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .55s;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

section.aktualnosci-section {
    padding: 5rem 0 9rem;
}

.aktualnosci-section .container {
    padding: 0 9rem 0 8rem;
}

.aktualnosci-section-title-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
}

.aktualnosci-section-title-block .section-h2 {
    position: relative;
    margin-bottom: 0;
}

.aktualnosci-section-title-block .section-h2:after {
    content: '';
    position: absolute;
    width: 28rem;
    height: 1px;
    top: 45%;
    left: 120%;
    background: #757575;
}

.aktualnosci-all a {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #00b9ba !important;
    font-weight: 800;
}

.aktualnosci-all img {
    left: 75%;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

.aktualnosci-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.aktualnosci-content-block {
    width: 32.5%;
    border: 1px solid #757575;
    position: relative;
    -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
}

.aktualnosci-content-block:hover {
  border: 1px solid #00b9ba;  
}

.aktualnosci-content-block:hover .aktualnosci-content-block-button img {
    left: 75%;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

.aktualnosci-content-block-image {
    width: 100%;
    height: 15rem;
    margin-bottom: 1.5rem;
}

.blog-page-image {
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aktualnosci-content-block-title {
    margin-top: 3.5rem;
    padding: 0 1rem;
}

.aktualnosci-content-block-title a {
    color: #000000 !important;
    font-size: 1.5rem;
    line-height: 2rem;
}

.aktualnosci-content-block-text.section-deckription {
    padding: 1.5rem 1rem 4rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #313131;
    font-weight: 400;
}

a.aktualnosci-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 1rem 1rem;
}

section.projekty-wykonane-home-page {
    padding: 5rem 0;
    position: relative;
}

section.projekty-wykonane-home-page:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 24rem;
    background: #F1F2F2;
    z-index: -1;
    top: 0;
    left: 0;
}

section.projekty-wykonane-home-page .container {
    padding: 0 8rem 0 8rem;
}

.projekty-wykonane-slide-content-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 30rem;
    width: 100%;
    margin: 4.5rem 0 0 6rem;
}

.projekty-wykonane-slide-content {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    background: #fff; 
    align-items: flex-start;
}

.projekty-wykonane-slide-content:hover .projekty-wykonane-slide-czytaj img {
    left: 75%;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

.projekty-wykonane-home-content h2 {
    text-align: right;
    padding-right: 7rem;
    font-size: 3.3rem;
    position: relative;
}

.projekty-wykonane-home-content h2:before {
    content: '';
    position: absolute;
    right: 54rem;
    top: 50%;
    width: 29%;
    height: 2px;
    background: #757575;
}

.projekty-wykonane-slide-image {
    width: 100%;
    max-width: 57rem;
    height: 50rem;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.projekty-wykonane-slide-title a,
.projekty-wykonane-slide-title {
    color: #000000 !important;
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 800;
}

.projekty-wykonane-slide-title a:hover {
    text-decoration: none !important;
}

.projekty-wykonane-slide-description p {
    font-size: 1.3rem;
    line-height: 1.9rem;
}

.projekty-wykonane-slide-czytaj {
    position: absolute;
    bottom: 7rem;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 28rem;
    justify-content: space-between;
    flex-direction: row;
}

.projekty-wykonane-slide-czytaj a {
    color: #00B9BA !important;
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    font-weight: 800;
}

.projekty-wykonane-slide-czytaj a:after {
    content: '';
    position: absolute;
    left: 120%;
    width: 13rem;
    height: 2px;
    background: #00B9BA;
    top: 45%;
}

.projekty-wykonane-swiper-button {
    position: relative;
    margin-top: -6.1rem;
    width: 12rem;
    height: 2rem;
    z-index: 999;
    margin-bottom: 3.5rem;
    margin-left: 1rem;
    padding: 0 1rem;
}

.projekty-wykonane-swiper-button .swiper-button-prev {
    right: auto;
    left: 0;
    background: url(/wp-content/uploads/2022/04/arrow-r.svg) no-repeat;
    width: 4rem;
    background-size: contain;
}

.projekty-wykonane-swiper-button .swiper-button-next {
    background: url(/wp-content/uploads/2022/04/arrow-l.svg) no-repeat;
    width: 4rem;
    right: 1rem;
    left: auto;
    background-size: contain;
}

.wsparcie-techniczne-section {
    padding: 1rem 0 5rem;
}

.wsparcie-techniczne-section .container {
    padding: 0 9rem 0 8rem;
}

.wsparcie-techniczne-section h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 800;
    margin-bottom: 5rem;
    color: #000;
    position: relative;
}

.wsparcie-techniczne-section h2:after {
    content: '';
    position: absolute;
    left: 33rem;
    width: 20rem;
    top: 50%;
    height: 1px;
    background: #757575;
}

.wsparcie-techniczne-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 0.5rem;
}

.wsparcie-techniczne-block {
    width: 32.5%;
    border: 1px solid #757575;
    margin-bottom: 1.3rem;
    padding: 2rem 1.3rem;
    min-height: 21rem;
    position: relative;
}

/*.wsparcie-techniczne-block:last-child {
    margin-right: auto;
    margin-left: 0.8rem;
}*/

.wsparcie-techniczne-block a {
    text-decoration: none !important;
}

.wsparcie-techniczne-block-image {
    max-width: 4rem;
    margin-bottom: 0.5rem;
}

.wsparcie-techniczne-block-title {
    font-size: 2.3rem;
    line-height: 3rem;
    color: #000000;
    margin-bottom: 1.3rem;
    font-weight: 800;
}

.wsparcie-techniczne-block-description {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #313131;
    margin-bottom: 1rem;
}

.wsparcie-techniczne-block-arrow {
    display: flex;
    width: 100%;
    justify-content: end;
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
}

.wsparcie-techniczne-block:hover .wsparcie-techniczne-block-arrow img {
    left: 75%;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 10px;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

/* =============  footer  =============== */

footer#colophon {
    padding: 4rem 0 0;
    min-height: 39rem;
    position: relative;
    background: #313131;
}

footer.container {
    padding: 0 9rem 8rem 8rem;
}

.footer-title-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5rem;
    border-bottom: 2px solid #636363;
}

.footer-title {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 3rem;
    line-height: 4rem;
    color: #fff;
    font-weight: 500;
}

.green-text {
    color: #00B9BA;
}

.border-button.footer-button {
    margin: 0.5rem 14rem 0 0;
}

.border-button.footer-button a {
    background: #fff;
}

.border-button.footer-button a:before,
.border-button.footer-button a:after {
    background: #fff;
}

.footer-content {
    padding: 4rem 10rem 0 0;
    display: flex;
    justify-content: space-between;
}

.footer-logo-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    margin-top: 1rem;
    width: 20rem;
    margin-bottom: 2rem;
    position: relative;
}

.footer-logo-block:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
}

.footer-logo-block img {
    width: 8.5rem;
}

.footer-content-title {
    font-size: 1.7rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-content-kontakt-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footer-content-block-adress p,
.footer-content-kontakt-content p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.menu-sprawdz-container ul {
    padding: 0;
    margin: 0;
    list-style:  none;
}

.menu-sprawdz-container li {
    padding: 0;
    margin: 0;
    margin-bottom: 0.5rem;
    list-style:  none;

}

.menu-sprawdz-container li a {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5rem;
    font-weight: 600;  
}

.footer-created-by {
    position: absolute;
    bottom: 1.5rem;
    color: #fff;
    line-height: 2rem;
    font-size: 1.3rem;
}

.footer-content-end {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 56%;
}

.footer-content-kontakt-content-left {
    margin-right: 4rem;
}

/*  ======================= SCIA ENGINEER page =======================  */

section.engineer-menu-section {
    position: fixed;
    top: 5rem;
    width: 100%;
    background: #fffffff0;
    border-bottom: 3px solid #00b9ba;
    z-index: 8;
}

.engineer-menu-section-logo {
    color: #00B9BA;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 800;
}

.engineer-menu-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.5rem;
}

.engineer-menu-section-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.engineer-menu-section-menu ul li {
    list-style: none;
}

.engineer-menu-section-menu ul li a {
    display: block;
    text-decoration: none;
    color: #2B2B2B !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
}


.engineer-menu-section-menu ul li.current_page_item a:hover,
.engineer-menu-section-menu ul li a:hover {
    color: #00b9ba!important;
    font-weight: 300;
}

.main-navigation li.current_page_item a,
.engineer-menu-section-menu ul li.current_page_item a {
    color: #000 !important;
    font-weight: 600;
}  

.main-navigation li.current_page_item ul li a {
    color: #2b2b2b!important;
    font-weight: 300;
} 

.main-navigation li.home-menu a {
    color: transparent!important;
}

section.engineer-big-banner-section {
    width: 100%;
    min-height: 37.5rem;
    background: url(/wp-content/uploads/2022/05/pierre-chatel-innocenti-Lk-nu_hX6ms-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.engineer-big-banner-section .big-banner-content-shadow {
    position: absolute;
}

.engineer-big-banner-title {
    padding-top: 15rem;
    font-size: 10rem;
    font-weight: 600;
    line-height: 10rem;
    color: #fff;
    position: relative;
}

.engineer-big-banner-title.bim-big-banner-title {
    font-size: 7rem;
    line-height: 8rem;
}


.engineer-big-banner-title.scia-concrete-title-page {
    font-size: 7rem;
}

.engineer-big-banner-description {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 4rem;
    color: #fff;
    position: relative;
}

section.engineer-description-content-section {
    padding: 6.5rem 0 4rem;
}

.engineer-description-content-section h2 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 3.5rem;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.engineer-description-content-head {
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 5.5rem;
    font-weight: 600;
}

.engineer-description-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 4rem;
}

.engineer-description-block-right {
    width: 100%;
    max-width: 50rem;
}

.engineer-description-block-left {
    width: 100%;
    max-width: 45%;
}

.engineer-description-block-left-content {
    padding: 0;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

section.zastosowanie-oprogramownaia-section {
    padding: 1rem 0 4rem;
}

.zastosowanie-oprogramownaia-section h2 {
    font-weight: 800;
    color: #000;
    position: relative;
}

.zastosowanie-oprogramownaia-section h2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20rem;
    height: 2px;
    background: #757575;
}

.zastosowanie-oprogramownaia-content {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-right: 4rem;
}

.zastosowanie-oprogramownaia-block {
    width: 24%;
    border: 1px solid #757575;
    padding: 2rem 1rem 3.5rem 1.5rem;
    position: relative;
}

.zastosowanie-oprogramownaia-block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.zastosowanie-oprogramownaia-block a:hover {
    text-decoration: none !important;
}

.zastosowanie-oprogramownaia-block:hover .zastosowanie-oprogramownaia-block-arrow img {
    left: 75%;
    transition: .2s;
    transition-delay: 500ms;
    transition: background .5s ease;
    animation: slide1 2s ease-in-out infinite;
    margin-left: 0px;
}

.zastosowanie-oprogramownaia-block-image {
    width: 4rem;
    margin-bottom: 1rem;
}

.zastosowanie-oprogramownaia-block-title {
    color: #000000;
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

.zastosowanie-oprogramownaia-block-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #313131;
    margin-bottom: 1.5rem;
}

.zastosowanie-oprogramownaia-block-arrow {
    position: absolute;
    right: 1.5rem;
    width: 3rem;
    bottom: 1.5rem;
}

section.open-bim-section {
    padding: 4rem 0;
}

.open-bim-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.open-bim-content-left {
    width: 55%;
    padding: 6.5rem 0 0 1rem;
}

.open-bim-content-title {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    color: #000;
    font-weight: 800;
}

.open-bim-content-description {
    padding-right: 3rem;
}

.open-bim-content-description li,
.open-bim-content-description p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.open-bim-content-right img {
    max-width: 48.5rem;
    max-height: 40rem;
}

.open-bim-content:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.open-bim-content:nth-child(even) .open-bim-content-right img {
    max-width: 48.5rem;
}

.open-bim-content:nth-child(even) .open-bim-content-left {
    padding-left: 5rem;
}

/*  ========================  */
/*  ========  FAQ  =========  */
/*  ========================  */

section.faq-section {
    padding-bottom: 12rem;
}

.faq-section a {
    color: #00B9BA !important;
}

.faq-section .nav {
    justify-content: flex-start;
    margin-bottom: 5rem;
}

.faq-section .nav-tabs {
    border-bottom: none !important;
}

.modelowanie-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 4rem;
    padding-left: 0.5rem;
} 

a.modelowanie-button {
    width: 14%;
    margin-right: 0.28%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000 !important;
    font-weight: 800;
    border: 1px solid #343434;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all .5s;
    margin-bottom: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #343434 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    transition: all 0.5s;
}

/*.modelowanie-button {
    width: 15.5%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #000000;
    border: 1px solid #343434;
    padding: 1.2rem 1rem;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 8.5rem;
}*/

.modelowanie-button.active,
.modelowanie-button:hover {
    background: #00B9BA !important;
    color: #fff !important;
}

.faq-section.engineer-big-page .faq-section-content {
    padding: 0;
}

.faq-section-content {
    padding: 0 4rem 0 0.5rem;
}

.faq-card {
    list-style: none;
    position: relative;
    cursor: pointer;
    padding: 2rem 4rem 2rem 4rem;
    border: 1px solid #707070;
}

.faq-card .question h3,
.faq-card .question {
    /*padding: 2rem 0 2rem 4rem;*/
    font-size: 2.3rem;
    line-height: 3.2rem;
    color: #000000;
    list-style: none;
    font-weight: 800;
}

.faq-card .question::after {
    content: "";
    position: absolute;
    right: 3.2rem;
    top: 2rem;
    width: 2rem;
    height: 3rem;
    background: url(/wp-content/uploads/2022/05/arrow-dn.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.faq-card .question.active::after {
    transform: rotate(180deg);
}

.faq-card span.faq-card-spoiler p,
.faq-card span.faq-card-spoiler {
    padding: 1.5rem 0;
    display: block;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #313131;
}

.faq-card span.faq-card-spoiler li a {
    color: #00b9ba !important;
    line-height: 2.2rem;
}

.faq-card .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.nav.nav-tabs.engineer-big-page-scia a.modelowanie-button {
    width: 20%;
}

.page-id-888 .nav.nav-tabs a.modelowanie-button,
.page-id-85 .nav.nav-tabs.engineer-big-page-scia a.modelowanie-button {
    width: 20%;
    min-height: 5rem;
    margin-bottom: .28%;
}

/**/

section.engineer-small-banner-section {
    width: 100%;
    min-height: 23rem;
    background: url(/wp-content/uploads/2022/05/sven-hornburg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.engineer-small-banner-section.new-des {
    min-height: 27rem;
}

section.engineer-small-banner-section.new-des .engineer-small-banner-title {
    padding-top: 13rem;
}

.engineer-small-banner-section .big-banner-content-shadow {
    position: absolute;
}

.engineer-small-banner-title {
    padding-top: 11.3rem;
    font-size: 7rem;
    font-weight: 600;
    line-height: 7rem;
    color: #fff;
    z-index: 6;
    position: relative;
}

.kontakt-section {
    padding: 6.5rem 0 6rem;
}

.kontact-section-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 4rem;
}

.kontact-section-block-left-title {
    color: #000;
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 800;
}

.kontact-section-block-left {
    width: 100%;
    max-width: 50rem;
}

.kontact-section-block-right {
    padding-left: 9rem;
    display: flex;
    flex-direction: column;
    max-width: 52rem;
    width: 100%;
}

.kontakt-page-form-input input[type="text"],
.kontakt-page-form-input input[type="email"],
.kontakt-page-form-input input[type="tel"] {
    color: #767676;
    border: none;
    border-bottom: 1px solid #343434;
    border-radius: 0;
    background: transparent;
    font-size: 1.2rem;
    font-weight: 800;
    width: 100%;
    padding: 1.5rem 0.5rem 0.5rem 0;
}

.article-form textarea,
.kontact-section-block textarea {
    background: transparent;
    font-size: 1.2rem;
    font-weight: 800;
    width: 100%;
    padding: 1.3rem 0;
    resize: none;
    height: 3.5rem;
    margin-bottom: 1rem;
    color: #767676;
    border: none;
    border-bottom: 1px solid #343434;
    border-radius: 0;
    resize: none;
    overflow: hidden;
}

.article-form textarea:focus-visible,
.kontact-section-block textarea:focus-visible,
.kontakt-page-form-input input:focus-visible {
    color: #767676 !important;
    outline: none !important;
    outline-bottom: 1px solid #343434 !important; 
}

.kontakt-page-form-input span {
    width: 49%;
    margin-bottom: 1rem;
}

.kontakt-page-form-input {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.kontact-section-block-right-description {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
    font-weight: 800;
    color: #000;
}

.kontact-section-block-right-content {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.kontact-right-content {
    width: 27%;
}

.kontact-right-content-image {
    width: 3rem;
    margin-bottom: 0.6rem;
}

.kontact-right-content-title {
    color: #313131;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.kontact-right-content-all p {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.kontact-right-content-oddzial-title {
    color: #000000;
    margin: 1rem 0 1.5rem 0;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
}

span.wpcf7-list-item-label {
    font-size: 1.3rem;
}

.wpcf7 .border-button {
    height: 4rem;
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    width: 19rem;
}

.wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 1.1rem;
    font-weight: 800;
    color: #313131 !important;
    padding: 1.1rem 3.5rem;
    border: 2px solid #00B9BA;
    background: #fff;
    position: relative;
    width: 22rem;
    display: block;
    border-radius: 0;
    line-height: 1.8rem;
    cursor: pointer;
}

.wpcf7 .border-button:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 0;
    top: 15%;
    right: 17%;
    background: #343434;
    transition: height .5s;    
}

.wpcf7 .border-button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -8px;
    left: 15%;
    background: #343434;
    transition: width .5s;  
}

.wpcf7 .border-button:hover:before {
    height: 110%;
}

.wpcf7 .border-button:hover:after {
    width: 71%;
}

/**/

section.engineer-moduly-table-section {
    padding: 1rem 0 6rem;
}

.engineer-moduly-table-section-title {
    font-size: 2.3rem;
    line-height: 3.7rem;
    margin-bottom: 2.6rem;
    color: #000;
    position: relative;
}

.engineer-moduly-table-section-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    width: 30%;
    height: 2px;
    background: #757575;
}

.engineer-moduly-table-row {
    display: flex;
    flex-direction: row;
}

.engineer-moduly-table-row div {
    padding: 0.8rem 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #313131;
    border-right: 1px solid #fff;
}

.engineer-moduly-table-row:nth-child(odd) {
    background: #F1F2F2;
}

.engineer-moduly-table-row:nth-child(even) {
    background: #fff;
}

.engineer-moduly-table-row div:first-child {
    width: 35%;
    text-align: left;
}
.engineer-moduly-table-row div:nth-child(5),
.engineer-moduly-table-row div:nth-child(3),
.engineer-moduly-table-row div:nth-child(2) {
    width: 16%;
    text-align: center;
}

.engineer-moduly-table-row div:nth-child(4) {
    width: 17%;
    text-align: center;
}

.engineer-moduly-table-row.table-head {
    display: flex;
    flex-direction: row;
    background: #313131; 
}

.engineer-moduly-table-row.table-head div {
    color: #fff;
    font-size: 2rem;
}

.engineer-moduly-table-row.table-head div {
    color: #fff;
    font-size: 2rem;
    border-right: 1px solid #fff;
    padding: 1.1rem 2rem;
}

.engineer-moduly-table-section a {
    color: #00b9ba!important;;
}

.pliki-content-section {
    padding: 6.5rem 0;
}

.pliki-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.pliki-content .pobierz-content-block {
    border: 1px solid #757575;
    width: 100%;
    max-width: 32rem;
    padding: 2.5rem 1.5rem;
    margin: 0 1% 1% 0;
}

.pliki-content .pobierz-content-block:hover {
    border: 1px solid #00b9ba;
}

.pliki-content a:hover {
    text-decoration: underline;
}

.pobierz-content-block-ico {
    width: 4rem;
    margin-bottom: 1rem;
}

.pobierz-content-block-title {
    color: #000;
    font-size: 2.3rem;
    line-height: 3rem;
    margin-bottom: 0.7rem;
}

.pobierz-content-block-description a,
.pobierz-content-block-description {
    color: #757575 !important;
    line-height: 2rem;
    font-size: 1.3rem;
    margin-left: 0;
}

.pobierz-content-block a:hover {
    text-decoration: none;
}

section.blog-page {
    padding: 10rem 0 5rem;
}

.engineer-small-banner-section.blog-banner {
    min-height: 37rem;
}

.engineer-small-banner-section.blog-banner .engineer-small-banner-title {
    padding-top: 16rem;
    font-size: 10rem;
    line-height: 10rem;
}

.blog-page .aktualnosci-content-block {
    margin-bottom: 1%;
}

.proekty-page .pagination,
.blog-page .pagination {
    justify-content: center;
    margin: 5rem 0 0;
    color: #00B9BA;
}

.proekty-page .pagination a,
.proekty-page .pagination span,
.blog-page .pagination a,
.blog-page .pagination span {
    color: #00B9BA;
    font-size: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-weight: 600;  
}

.single-post-page-content .post-image {
    /*width: 100%;
    min-height: 38rem;*/
    width: 100%;
    max-height: 38rem;
    overflow: hidden;
}

.single-post-page-content .post-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
} 

.single-post-page-content h1.entry-title {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
    margin-top: 0rem;
    color: #000;
    margin-top: 4rem;
}

.post-article-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.post-left-block {
    width: 100%;
    max-width: 65rem;
}

.post-right-block {
    max-width: 24rem;
}

.post-article-content-text li,
.post-article-content-text p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #313131;
}

.post-article-content-text a {
    color: #00b9ba !important;
}

.inside-aside-caption {
    font-size: 2.4rem;
    line-height: 3rem;
    padding: 4rem 0px 1.5rem;
    color: #000;
}

.aktualnosci-content-block-title {
    font-size: 1.5rem;
    padding-right: 3rem;
    line-height: 2rem;
    color: #000000;
}
.inside-aside-box {
    border: 1px solid #757575;
    margin-bottom: 2rem;
    position: relative;
}

.inside-aside-box .aktualnosci-content-block-title {
    margin-top: 2.5rem;
    padding: 0 1rem;
    margin-bottom: 3rem;
}

.aktualnosci-all img {
    width: 3rem;
    margin-left: 1rem;
}

.aktualnosci-content-block-button {
    margin-bottom: 1rem;
    align-items: end;
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 0rem;
    right: 1rem;
}

a.aktualnosci-button {
    width: 100%;
    max-width: 5.5rem;
    display: flex;
    justify-content: flex-end;
    padding: 0 1rem 1rem;
}

.post-article-form {
    background: #f1f2f2;
    padding: 3rem 3rem 5rem 0;
    position: relative;
}

.post-article-form:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f1f2f2;
    z-index: -1;
    left: -25%;
    top: 0;
}


.article-form-title {
    color: #000000;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

.blog-banner .engineer-small-banner-title-description {
    font-size: 3.5rem;
    line-height: 2rem;
    font-weight: 800;
    color: #fff;
    z-index: 5;
    position: relative;
}

.proekty-content {
    padding: 5.5rem 0 0rem 0;
}

section.proekty-page {
    padding-bottom: 5rem;
}

.proekty-content-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 3rem;
    overflow: hidden;
}

.proekty-content-block-image {
    width: 100%;
    max-width: 58%;
    height: 50rem;
}

.proekty-page-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.proekty-page-image img {
    height: 100%;
    max-width: 100%;
}

.proekty-content-block-content {
    width: 100%;
    max-width: 42%;
    border: 1px solid #707070;
    padding: 4rem 5rem;
    position: relative;
}

.proekty-content-block-title a,
.proekty-content-block-title {
    font-size: 2.3rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
    color: #000 !important;
    font-weight: 800;
}

.proekty-content-block-title a:hover {
    text-decoration: none;
}

.proekty-content-block-text.section-deckription {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #313131;
}

.proekty-content-block-button {
    position: absolute;
    bottom: 5rem;
    width: 100%;
    max-width: 29rem;
}

a.proekty-button {
    color: #00B9BA !important;
    font-size: 1.4rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 800;
    position: relative;
}

a.proekty-button:after {
    content: '';
    position: absolute;
    left: 36%;
    width: 10rem;
    height: 2px;
    background: #00b9ba;
    top: 45%;
}

.proekt-post-image {
    width: 100%;
    min-height: 37rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.proekt-kl-grey {
    position: absolute;
    z-index: 5;
    top: -4rem;
    width: 19rem;
}

.proekt-kl-post-left-block {
    width: calc(100% - 20rem);
    padding: 1rem 3rem 2rem 5rem;
}

.proekt-kl-post-left-block p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #313131;
}

.proekt-kl-post-left-block p a {
    color: #00b9ba!important;
}

.proekt-kl-grey-block-line {
    padding: 1.5rem 1rem 1.5rem 3rem;
    width: 100%;
    color: #000000;
    border-bottom: 1px solid #707070;
    font-size: 1rem;
    line-height: 1.3rem;
    background: #F1F2F2;
}

.proekt-kl-grey-block-line div:last-child {
    font-size: 2rem;
    line-height: 2rem;
}

.proekt-gallery-block {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.proekt-gallery-block-image {
    width: 50%;
    padding: 1%;
}

.scia-faqs-answer-section {
    padding: 7.5rem 0 5rem;
}

.scia-faqs-answer-section h1 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 3.5rem;
    color: #000;
    margin-bottom: 1.5rem;
}

.scia-faqs-answer-content p {
    display: block;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #313131;
    margin-bottom: 1rem;

}

.scia-faqs-answer-content li {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #313131;
    margin-bottom: 1rem;
}

.pobierz-demo-page-content {
    width: 50%;
}

.pobierz-demo-page-image {
    width: 4rem;
    padding-top: 2.4rem;
    margin-bottom: 1rem;
}

.pobierz-demo-page-title {
    color: #313131;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.kontact-section-block-right.cennik-right-block {
    padding-left: 6rem;
    display: flex;
    flex-direction: column;
    max-width: 50rem !important;
    width: 100%;
}

.kontact-section-block-right.cennik-right-block .kontact-right-content {
    margin-top: 3rem;
}

.cennik-right-block-two .kontact-right-content {
    margin-top: 0;
}

.cennik-right-block-two {
    justify-content: flex-start;
}

.cennik-right-block-two .kontact-right-content {
    width: 33%;
    margin-right: 2rem;
}

.kontact-section-block-right-content.kontakt-oddzial-polnoc .kontact-right-content:last-child {
    margin-right: auto;
    margin-left: 4rem;
}

.wp-block-button {
    position: relative;
}

.wp-block-button a.wp-block-button__link {
    font-size: 1.1rem;
    font-weight: 800;
    color: #313131!important;
    padding: 1.1rem 3.5rem 1rem;
    border: 2px solid #00b9ba;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 0;
    line-height: 1.8rem;
    cursor: pointer;
    text-transform: uppercase;
}

.wp-block-button:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 0;
    top: 15%;
    right: -8px;
    background: #343434;
    transition: height .5s;
}

.wp-block-button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -8px;
    left: 5rem;
    background: #343434;
    transition: width .5s;
}

.wp-block-button:hover a {
    text-decoration: none;
}
 
.wp-block-button:hover:before {
    height: 110%;
}

.wp-block-button:hover:after {
    width: 71%;
}

.post-article-content .entry-content {
    margin-bottom: 5rem;
}

.page-template-wsparcie-techniczne-page .wsparcie-techniczne-section h2:after {
    display: none;
}

.produkty-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 0.5rem;
    padding-bottom: 5rem;
}

.produkty-block {
    width: 32.5%;
    border: 1px solid #757575;
    margin-bottom: 1.3rem;
    padding: 2rem 1.3rem 0;
    min-height: 21rem;
    position: relative;
    text-align: center;
}

.produkty-block a:hover {
    text-decoration: none;
}

.produkty-block-image {
    margin-bottom: 3rem;
}

/*===================================================*/
/*===================================================*/
/*===================================================*/
/*=============           mobile         ============*/
/*===================================================*/
/*===================================================*/
/*===================================================*/

@media (max-width: 660px) {

.home-page h1 {
    font-size: 46px;
}

.home-page .h1-description {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
}

.home-page .swiper-slide .arrow-button a {
    max-width: 60%;
    font-size: 24px;
}

.dlaczego-scia-content,
.robierz-demo-content,
div#dlaczego-section {
    flex-direction: column;
}

section.dlaczego-scia,
section.robierz-demo-section,
section.numbers-animation-section {
    padding: 60px 0;
}

.dlaczego-scia-content-left,
.dlaczego-scia-content-right,
.robierz-demo-content-right,
.robierz-demo-content-left,
.dlaczego-section-content-left,
.dlaczego-section-content-right {
    width: 100%;
    max-width: 100%;
}

.dlaczego-numbers {
    font-size: 50px;
    line-height: 60px;
    min-width: 96px;
}

.dlaczego-numbers-plus {
    display: none;
}

.dlaczego-numbers-text {
    font-size: 14px;
    line-height: 16px;
}

.dlaczego-scia-content-left-text,
.numbers-animation-left-text {
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0;
}

.border-button {
    height: 57px;
    display: flex;
    position: relative;
    margin-bottom: 35px;
    width: 200px;
}

.border-button a {
    font-size: 17px;
    font-weight: 800;
    padding: 16px 30px;
    line-height: 22px;
}

.border-button a:hover:after {
    width: 111%;
}

.border-button a:hover:before {
    height: 123%;
}

.robierz-demo-content-left-title div,
.dlaczego-section-content-right h2 {
    font-size: 28px;
    line-height: 36px;
}

.dlaczego-section-content-description {
    font-size: 18px;
    line-height: 1.2;
}

.robierz-demo-content-left-title:after {
    display: none;
}

.robierz-demo-image {
    max-width: 90%;
    margin-left: 2rem;
}

.robierz-demo-content-right {
    margin-top: 25px;
}

.wsparcie-techniczne-section h2,
.dlaczego-scia-content-left h2,
.robierz-demo-text h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
}

.robierz-demo-section-deckription.section-deckription {
    max-width: 90%;
    font-size: 18px;
    line-height: 1.2;
}

.home-page-big-banner-content {
    height: 90vh;
}

.dlaczego-scia-content-right-ico {
    width: 50%;
    max-width: 50%;
    position: relative;
    margin-bottom: 15px;
}

.dlaczego-scia-content-right-ico-image {
    width: 60px;
    padding-top: 2.4rem;
    margin-bottom: 16px;
}

.dlaczego-scia-content-right-ico-text {
    color: #00B9BA;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-right: 10px;
}

section.opinie-home-page {
    padding: 50px 0px 80px;
}

.opinie-home-page-avtor,
.opinie-home-page-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;    
}

section.opinie-home-page .swiper.opinie-slide {
    padding-bottom: 40px;
}

.opinie-home-page .swiper-button-next, .opinie-home-page .swiper-button-prev {
    top: 100%;
}

.opinie-home-page .swiper-button-next {
    right: 26px;
    left: auto;
    width: 50px;
}

.opinie-home-page .swiper-button-prev {
    width: 50px;
    right: 105px;
}

.section-h2 {
    font-size: 28px !important;
    line-height: 36px;
    margin-bottom: 35px;
    font-weight: 800;
}

.aktualnosci-content,
.aktualnosci-section-title-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.aktualnosci-all a {
    font-size: 20px;
    line-height: 24px;
}

.aktualnosci-all img {
    width: 40px;
    margin-left: 1rem;
}

.aktualnosci-content-block {
    width: 100%;
    margin-bottom: 25px;
}

.aktualnosci-content-block-image {
    height: 150px;
    margin-bottom: 25px;
}

.aktualnosci-content-block-title a {
    color: #000000 !important;
    font-size: 20px;
    line-height: 28px;
}

.aktualnosci-content-block-text.section-deckription {
    padding: 10px 2rem 25px;
    font-size: 18px;
    line-height: 24px;
}

a.aktualnosci-button {
    max-width: 50px;
}

.aktualnosci-content-block-button {
    right: 10px;
}

.projekty-wykonane-swiper-button {
    width: 135px;
}

.projekty-wykonane-swiper-button .swiper-button-prev {
    left: 10px;
    width: 53px;
}

.projekty-wykonane-swiper-button .swiper-button-next {
    width: 53px;
    right: 3px;
}

.wsparcie-techniczne-section-content,
.projekty-wykonane-slide-content {
    flex-direction: column;
}

.projekty-wykonane-slide-image {
    width: 100%;
    max-width: 100%;
    height: 300px;
}

.projekty-wykonane-slide-content-text {
    height: 100%;
    max-width: 90%;
}

.projekty-wykonane-slide-title a, .projekty-wykonane-slide-title {
    color: #000000 !important;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.projekty-wykonane-slide-description p {
    font-size: 18px;
    line-height: 24px;
}

.projekty-wykonane-slide-czytaj {
    bottom: 0rem;
    width: 170px;
    max-width: 170px;
}

.projekty-wykonane-slide-czytaj a {
    font-size: 18px;
}

.projekty-wykonane-slide-czytaj a:after {
    display: none;
}

.container p, .container li {
    font-size: 18px;
    line-height: 24px;
}

.wsparcie-techniczne-block {
    width: 100%;
    margin-bottom: 20px;
    min-height: 180px;
}

.wsparcie-techniczne-block-image {
    max-width: 60px;
    margin-bottom: 10px;
}

.wsparcie-techniczne-block-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.wsparcie-techniczne-block-arrow {
    right: 20px;
}

.wsparcie-techniczne-section {
    padding: 15px 0 50px;
}

footer#colophon {
    padding: 35px 0 0;
}

.footer-content,
.footer-title-button {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
}

.footer-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 28px;
    line-height: 40px;
}

.footer-logo-block {
    width: 200px;
}

.footer-logo-block img {
    width: 80px;
}

.footer-content-end {
    align-items: flex-start;
    flex-direction: column;    
}

.footer-content-title {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
}

.kontact-right-content-title,
.menu-sprawdz-container li a {
    font-size: 18px;
    line-height: 24px;
}

.footer-created-by {
    position: relative;
    bottom: 0;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 15px;
}

.engineer-big-banner-description,
.blog-banner .engineer-small-banner-title-description {
    font-size: 20px;
    line-height: 28px;
}

.engineer-small-banner-section.blog-banner {
    min-height: 180px;
}

.proekty-content {
    padding: 50px 0 0 0;
}

.open-bim-content,
.zastosowanie-oprogramownaia-content,
.engineer-description-block,
.proekty-content-block {
    flex-direction: column;
}

.proekty-content-block-image {
    width: 100%;
    max-width: 100%;
    height: 350px;
}

.open-bim-content-left,
.open-bim-content-right,
.proekty-content-block-content {
    width: 100%;
    max-width: 100%;
    padding: 35px 5rem;
}

.engineer-description-block-left,
.engineer-description-block-right {
    width: 100%;
    max-width: 100%;    
}

.engineer-description-content-section h2,
.proekty-content-block-title a, .proekty-content-block-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
    color: #000!important;
}

.proekty-content-block-button {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 170px;
}

a.proekty-button {
    font-size: 18px;
}

.proekty-page .pagination, .blog-page .pagination {
    margin: 45px 0 25px;
}

.open-bim-content-title,
.engineer-description-content-head,
.proekty-page .pagination a, .proekty-page .pagination span, .blog-page .pagination a, .blog-page .pagination span {
    font-size: 22px;
    line-height: 28px;
    padding: 0 15px;
}

section.engineer-big-banner-section {
    min-height: 220px;
}

.kontakt-section,
section.zastosowanie-oprogramownaia-section,
section.engineer-description-content-section {
    padding: 40px 0 60px;
}

.zastosowanie-oprogramownaia-block {
       width: 100%;
    max-width: 100%; 
    margin: 15px 0 ; 
}

.zastosowanie-oprogramownaia-block-image {
    width: 60px;
    margin-bottom: 15px;
}

.zastosowanie-oprogramownaia-block-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.open-bim-content-right img {
    max-width: 100%;
    max-height: 350px;
}

.open-bim-content:nth-child(even) {
    flex-direction: column;
    justify-content: flex-start;
}
.projekty-wykonane-home-content h2 {
    padding-bottom: 10px;
}

.single-post-page-content h1.entry-title,
.default-page h1 {
    font-size: 32px;
    line-height: 40px;
}

.inside-aside-caption,
.kontact-section-block-right-description,
.article-form-title,
.default-page h3,
.default-page h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;   
}

section.engineer-small-banner-section {
    height: 180px;
}

.blog-page .aktualnosci-content-block {
    margin-bottom: 35px;
}

.post-article-content {
    flex-direction: column;
}

.kontact-section-block-right,
.post-left-block {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.post-right-block {
    max-width: 100%;
}

.kontact-right-content-oddzial-title,
.kontact-section-block-left-title,
.inside-aside-box .aktualnosci-content-block-title {
    margin-top: 15px;
    padding: 0 1rem;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
}

.inside-aside-box {
    margin-bottom: 25px;
}

.kontakt-page-form-input span {
    width: 100%;
    margin-bottom: 15px;
}

.kontact-section-block,
.kontakt-page-form-input {
    flex-direction: column;
    margin-top: 20px;
}

.kontakt-page-form-input input[type="text"], .kontakt-page-form-input input[type="email"], .kontakt-page-form-input input[type="tel"] {
    font-size: 16px;
}

.article-form textarea, .kontact-section-block textarea {
    font-size: 16px;
    height: 100px;
}

.wpcf7 .border-button {
    height: 57px;
    display: flex;
    position: relative;
    margin-bottom: 35px;
    width: 200px;
}

.wpcf7 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 150px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    padding: 16px 30px;
    line-height: 22px;
}

.wpcf7 .border-button:before {
    right: 57px;
}

.kontact-section-block-left {
    width: 100%;
    max-width: 100%;
}

.kontact-section-block-right.cennik-right-block {
    padding-left: 6rem;
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    width: 100%;
    margin: 25px 0;
}

.kontact-right-content {
    width: 50%;
    margin-bottom: 15px;
}

.kontact-right-content-image {
    width: 60px;
    margin-bottom: 15px;
}

.cennik-right-block-two .kontact-right-content {
    width: 65%;
    margin-right: 2rem;
    margin-bottom: 15px;
}

.pobierz-demo-page-image {
    width: 60px;
    margin-bottom: 15px;
}

.pobierz-demo-page-title {
    color: #313131;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.container h3,
.container h4,
.faq-card .question h3,
.faq-card .question {
    font-size: 24px;
    line-height: 32px;
}

.faq-card {
    padding: 15px 30px 15px 15px;
}

.faq-card .question::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 30px;
}

.entry-content {
    margin-bottom: 45px;
}

.pliki-content .pobierz-content-block {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 0 0 15px 0;
}

.pobierz-content-block-ico {
    width: 50px;
    margin-bottom: 15px;
}

.engineer-moduly-table-section-title,
.pobierz-content-block-title {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 800;
}

.faq-card span.faq-card-spoiler p, .faq-card span.faq-card-spoiler,
.pobierz-content-block-description a, .pobierz-content-block-description {
    line-height: 24px;
    font-size: 16px;
    margin-left: 0;
}

.faq-card span.faq-card-spoiler {
    margin-bottom: 10px;
}

.engineer-big-banner-title {
    padding-top: 90px;
}

section.engineer-menu-section {
    position: relative;
    top: 0;
}

.engineer-menu-section-content {
    flex-direction: column;
    align-items: flex-start;
}

.engineer-menu-section-menu ul li a {
    font-size: 15px;
}

.engineer-menu-section-menu ul {
    display: block;
}

.engineer-menu-section-logo {
    font-size: 18px;
    line-height: 28px;
}

.engineer-moduly-table-row.table-head div {
    font-size: 14px;
    padding: 15px 5px;
}

.engineer-moduly-table-row div {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #313131;
    border-right: 1px solid #fff;
}

.engineer-moduly-table-row div:nth-child(3) {
    width: 22%;
    text-align: center;
}
.engineer-moduly-table-row div:first-child {
    width: 49%;
    text-align: left;
}

.zastosowanie-oprogramownaia-block-arrow {
    right: 25px;
    width: 50px;
}

nav#nav-tab {
    display: flex !important;
}

a.modelowanie-button {
    width: 49%;
    margin-right: .28%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
}

.nav-tabs .nav-item {
    margin-bottom: 5px !important;
}

.produkty-section-content {
    flex-direction: column;
}

.produkty-block {
    width: 100%;
    margin-bottom: 3rem;
}



}