html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .85vw;
    scroll-behavior: smooth;
}


@font-face {
    font-family: 'Borna';
    src: local('Borna'), local('Borna'),
        url('/wp-content/themes/swiadectwa24/font/borna-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: medium;
  }

@font-face {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
font-family:"all-round-gothic";
src:url("https://use.typekit.net/af/b66ee9/00000000000000007735c472/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/b66ee9/00000000000000007735c472/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/b66ee9/00000000000000007735c472/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

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

body {
    font-family: "Work Sans", sans-serif;
    font-family: 'Borna', sans-serif;
}  

.wrapper {
    flex: 1;
    min-height: 90vh;
}



* {
  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%;
}

}

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


/*  =================================================================  */    
/*  =================================================================  */  
/*  =================================================================  */  
/*  =================================================================  */  






.wrap.header-oferta {
    /*max-width: 1400px;*/
    margin: auto;
    display: flex;
    height: 4.7rem;
    background: #e8dcd0;
    padding: 0 1%;
}
.header-oferta .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}

.header-oferta .items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.header-oferta .item {
  flex: 0 0 auto;
  width: auto;
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;   
  color: #000;
  font-family: "Work Sans", sans-serif;
  margin: 0 2rem;
  transition: all 0.1s ease-in-out;
}

.header-oferta .item a {
    font-size: 1.4rem;
  text-decoration: none;   
  color: #000;
  font-family: "Work Sans", sans-serif;
}

.marquee {
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

div#page {
    background: #e8dcd0;
}

/*  =================================================================  */    
/*  =================================================================  */  
/*  =================================================================  */  
/*  =================================================================  */  

.home-logo {
    font-family: "Montserrat";
    font-size: 1.5rem;
    color: #000;
    padding-left: 2rem;
    padding-top: 1rem;
    font-size: 2rem;
    padding-bottom: 1.6rem;
    padding-right: 4.3rem;
    border-radius: 0 0 3.9rem 0;
    background: #E8DCD0;
}

.home-logo a {
    font-family: "Montserrat";
    font-size: 1.5rem;
    color: #000; 
    text-decoration: none;
}

.main-navigation .site-navigation-block {
    display: flex !important;
    width: 100%;
    justify-content: flex-end;
    padding-right: 5.5rem;
    align-items: center;
    font-size: 1.1rem;
    background: #000;
    border-radius: 2.3rem 2.3rem 0 0;
    height: 100%;
}

.main-navigation a {
    color: #E8DCD0;
    padding: 0 2rem 0 0;
	font-family: "Montserrat";
    text-transform: uppercase;
}

.main-navigation li:last-child a {
    padding: 0;
}

.content-prog {
    padding: 0;
    width: calc(100% - 2rem);
    margin: 0 auto;
    background: #000;
    /*max-width: 1400px;*/
    position: relative;
}

.site-header .content-prog  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #E8DCD0;
}

header#masthead {
    background: #E8DCD0;
}

.site-branding {
    position: relative;
    background: #000;
}

.home-line-banner-section {
    background: #E8DCD0;
    min-height: 48.3rem;
}

.home-line-banner-section .content-prog {
    border-radius: 3rem 0 0 0;
    position: relative;
        height: 100%;
    min-height: 48.3rem;
}

.line-banner img {
    position: absolute;
    width: 100%;
    left: 0rem;
    top: 18.4rem;
}

.home-line-block {
    width: 22rem;
    padding: 0 1rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 18rem;
    position: relative;
}

.home-line-block-title {
    color: #E8DCD0;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 500;
    position: relative;
    text-align: center;
    line-height: 1.3;
}

.home-line-block-title:before {
    content: '';
    position: absolute;
    left: -2.3rem;
    top: 1rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: #E8DCD0;
    display: none;
}

.home-line-block-descr {
    color: #E8DCD0;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
    opacity:0;
    clear: both;
    height: 0;
    overflow: hidden; 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;   
}   

.home-line-block-link {
    display: block;
    color: #E8DCD0;
    font-weight: 700;
    margin-top: 0.8rem;
    text-decoration: none;
}

.home-line-block:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/09/Group-13.svg) no-repeat;
    width: 2rem;
    height: 1.6rem;
    background-size: contain;
    left: 45%;
    bottom: -2rem;
}

.home-line-block:hover:after {
    animation: bounce1 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}

@keyframes bounce1 {
50% {
    transform: translateY(-5px);
  }
}

.home-line-banner-top-content {
    display: flex;
    flex-direction: row;
}

.home-line-block.home-line-block-two {
    margin-left: 6rem;
}

.home-line-block.home-line-block-sklep .home-line-block-title {
    text-align: right;
}

.home-line-banner-bottom-content {
    display: flex;
    flex-direction: row;
    margin-top: 14.5rem;
}

.home-run-text-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.home-run-text-first {
    width: 100%;
    max-width: 65%;
    border: 0.2rem solid #E8DCD0;
    border-left: none;
    border-radius: 0 3rem 0 0;
    padding: 3rem 7rem 3rem 7rem;
}

.home-title,
.home-run-text-title {
    color: #E8DCD0;
    font-family: "Montserrat";
    font-size: 2.3rem;
    line-height: 1.4;
}

.home-description,
.home-run-text-description {
    font-size: 1rem;
    color: #E8DCD0;
    padding-top: 0.7rem;
    line-height: 1.35;
    padding-bottom: 1.4rem;
}

.home-run-text-buttons {
    display: flex;
    flex-direction: row;
}

.home-run-text-buttons a {
    display: block;
    color: #E8DCD0;
    font-weight: 700;
    margin-top: .8rem;
    margin-right: 2rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.line-button {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5rem;
    color: #e8dcd0;
    font-weight: 700;
    text-decoration: none;
}

.line-button:after {
    content: '';
    position: absolute;
    width: 105%;
    height: .1rem;
    background: #E8DCD0;
    left: -16%;
    bottom: 0.3rem;
    transition: left .8s;
}

.home-run-text-last-lines {
    width: 100%;
    min-height: 19.5rem;
    padding-top: 2.3rem;
}

.home-run-text-last-img {
    width: 100%;
    height: 21.5rem;
    border-radius: 0 0 0 3rem;
    overflow: hidden;
    position: relative;
}

/*  =========================================================  */

.early-rows {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 4rem;
    margin-top: 1rem;
}

.early-rows p {
    font-family: "Montserrat";
    color: #5D5D5D;
    font-size: 3.5rem;
    margin: 0;
}

.early-rows p b {
    color: #E8DCD0;
    font-weight: 500;
}

.example-left {
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
}

.example-left {
  -webkit-animation: mymove 8s linear infinite; /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: mymove 8s linear infinite alternate;
}

@-webkit-keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}

@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}

.example-right {
  white-space: nowrap;
  position: absolute;
  top:0;
  text-transform: uppercase;
}

.example-right {
  -webkit-animation: urmove 8s linear infinite; /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: urmove 8s linear infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes urmove {
  from {
    right: 0;
  }
  to {
    right: -140px;
  }
}

@keyframes urmove {
  from {
    right: 0;
  }
  to {
    right: -140px;
  }
}

.early {
    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards; 
    animation-duration:1s;
    animation-delay: 1.5s
}

footer#colophon,
section {
    background: #e8dcd0;
}

/*  =========================================================  */

.home-animation-img-content {
    display: flex;
    flex-direction: row;
}

.home-animation-img-content.swiper-slide {
    width: 99.9% !important;
}

.home-animation-img-text-block {
    width: 100%;
    max-width: 38rem;
    padding-top: 3.5rem;
    padding-left: 7.5rem;
}

.home-animation-img-text-block .home-run-text-title {
    line-height: 1.35;
}

.line-button-block {
    display: flex;
}

.home-animation-img-left {
    margin-top: 5.8rem;
    text-align: right;
    padding-right: 2rem;
}

.home-animation-img-left img {
    width: 100%;
    max-width: 21rem;
        border-radius: 4rem;
}

.home-animation-img-images {
    display: flex;
    flex-direction: row;
    position: relative;
}

.home-animation-img-big {
    padding-top: 7.5rem;
    padding-left: 4rem;
    width: 100%;
    max-width: 36rem;
}

.home-animation-img-small {
    width: 27rem;
    padding-top: 11.7rem;
    padding-left: 5.5rem;
    border-radius: 4rem;
}

.home-animation-img-small img:last-child {
    margin-top: 7.5rem;
    border-radius: 4rem;
}

.home-animation-img-small img {
	border-radius: 4rem;
}

.home-animation-img-big.avatar img {
    border-radius: 4rem;
}

.avatar {
    box-sizing: border-box;
    overflow: hidden;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.avatar1 {
    box-sizing: border-box;
    overflow: hidden;
    transform: translatey(0px);
    animation: float 4s ease-in-out infinite;
}

.avatar3 {
    box-sizing: border-box;
    overflow: hidden;
    transform: translatey(0px);
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}

.home-standardy-section .content-prog {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
}

.home-standardy-section .home-title {
    text-align: center;
}

.home-standardy-row {
    display: flex;
    justify-content: space-around;
    margin: 4rem 7rem 0;
}

.home-standardy-block {
    width: 24rem;
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3.5rem;
    background: url(/wp-content/uploads/2024/09/Group-16.png);
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
}

.home-standardy-block:hover {
    -webkit-transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .55s;
    -moz-transform: scale(1.05, 1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .55s;  
}

.home-standardy-block-title {
    font-family: "Montserrat";
    font-size: 21px;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 3rem;
    color: #000;
}

.home-standardy-block-img {
    width: 4rem;
    margin-bottom: 2rem;
}

.moduli-section-block {
    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;
    margin-bottom: 4.7rem;
}

.moduli-section-block:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.home-poznaj-programy-section .content-prog {
    padding-top: 8.5rem;
    padding-bottom: 7.5rem;
    border-radius: 0 0 3rem 3rem;
}

.moduli-section-blocks {
    margin: 0 7.5rem;
}

.moduli-section-block-left {
    width: 40rem;
}

.moduli-section-block-right {
    width: 57rem;
}

.poznaj-programy-stitle {
    color: #e8dcd0;
    font-family: "Montserrat";
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 1.8rem;
    padding-bottom: 0.5rem;
}

.home-poznaj-programy-button {
    overflow: hidden;
    display: flex;
    width: auto;
}

.moduli-section-block:nth-child(even) .moduli-section-block-left {
    padding-left: 4.8rem;
    padding-top: 1.6rem;
}

.site-info {
    display: flex;
    flex-direction: row;
    padding: 4.5rem 0 1.8rem 1rem;
    position: relative;
    /*max-width: 1400px;*/
    margin: 0 auto;
}

.footer-title {
    font-family: "Montserrat";
    font-size: 2.3rem;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}

.footer-kontakt {
    width: 100%;
    max-width: 21rem;
}

.footer-descr a,
.footer-descr {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.3;
	text-decoration: none;
}

.footer-Oferta {
    margin-left: 12.5rem;
    width: 20rem;
}

.site-info ul {
    margin: 0;
    padding: 0;
    margin-top: 0.7rem;
}

.site-info ul li {
    list-style: none;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.3;
}

.site-info ul li a {
    list-style: none;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.3;
	text-decoration: none;
}

.footer-logo a {
    font-family: "Montserrat";
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.footer-logo {
    display: flex;
    position: absolute;
    right: 8rem;
    bottom: 2rem;
}

.footer-Social {
    margin-left: 5rem;
}

.footer-Social ul li {
    margin-bottom: 1.8rem;  
}

.footer-bottom {
    text-align: center;
    padding: 0.8rem;
    font-size: 1.2rem;
    color: #000;
    border-top: 0.1rem solid #707070;
}

.home-logo.home-logo-empty {
    width: 17.5rem;
    height: 5.7rem;
}

.arrow-button {
    position: absolute;
    bottom: 1rem;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 2rem;
    left: 8.5rem;
}

.arrow-button img {
    height: 3rem;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.first-section-page .content-prog {
    border-radius: 3rem 0 0 0;
}

.home-run-text-title.section-big-title {
    font-size: 3.5rem;
    padding-top: 3.5rem;
}

.home-description-title {
    font-size: 2.4rem;
    padding-top: 1.3rem;
    line-height: 1.3;
    font-family: "Montserrat";
}

section.SketchUp-white-section .content-prog {
    padding-top: 3.8rem;
}

.SketchUp-white-section-content {
    max-width: 99.5rem;
    border-radius: 5.4rem;
    margin: 0 auto;
    overflow: hidden;
    background: #E8DCD0;
}

.SketchUp-white-section-content .home-title {
    color: #000;
    width: 54rem;
    text-align: center;
    margin: 3.5rem auto 0;
    line-height: 1.4;
    padding-bottom: 4.2rem;
}

.SketchUp-white-table {
    border-top: 1px solid #707070;
    display: flex;
    flex-direction: row;
}

.SketchUp-white-table-row {
    display: flex;
    flex-direction: row;
}

.SketchUp-white-row-50 {
    width: 50rem;
}

.SketchUp-white-row-25 {
    width: 24.6rem;
    border-right: 1px solid #707070;
    min-height: 15.8rem;
    color: #000;
    font-family: "Montserrat";
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    line-height: 1.4;
    border-bottom: 1px solid #707070;
    position: relative;
}

.SketchUp-white-row-25 a {
   color: #000;
    font-family: "Montserrat";
    font-size: 1.8rem;
    text-decoration: none; 
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.SketchUp-white-row-50-descr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 3rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    min-height: 15.9rem;
}

.SketchUp-white-row-50-descr-title {
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}

.SketchUp-white-tab-top {
    width: 49.2rem;
    border-right: 1px solid #707070;
}

.SketchUp-white-tab-top .SketchUp-white-row-25:last-child {
    border-right: none;
}

.SketchUp-white-row-50 .SketchUp-white-table-row:last-child .SketchUp-white-row-25 {
    border-bottom: none;
}

.SketchUp-white-row-50 img {
    display: block;
    width: calc(100% + 1.5rem);
    max-width: calc(100% + 0.5rem);
}

.SketchUp-white-row-50-descr a {
    color: #000;
    text-decoration: none;
}

.SketchUp-white-row-50-descr .line-button {
    display: flex;
}

.SketchUp-white-row-50-descr .line-button:after {
    background: #000;
}

.SketchUp-white-row-25-arrow {
    font-weight: 600;
}

.SketchUp-white-tab-content .tab-body {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
    display: none;
}

.SketchUp-white-tab-content .tab-body.active {
    display: block;
    margin: 0;
}

.SketchUp-white-tab-content .tab-body.active-content {
    opacity: 1;
    transform: translateY(0);
}

a.tab-link.active {
}


.SketchUp-white-row-25.active .block-arrow {
    display: flex;
    background: #E8DCD0;
    position: absolute;
    z-index: 1;
}

.SketchUp-white-row-50.SketchUp-white-row-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 31.5rem;
}

.SketchUp-white-row-50.SketchUp-white-row-img img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 32rem;
}


.programy-section-last .content-prog {
    border-radius: 0 0 3rem 3rem;
}

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: #000 !important;
    border: 1px solid #707070 !important;
    padding: .8rem 1.5rem !important;
    border-radius: 1rem !important;
    margin-bottom: 0;
    background: transparent;
    margin-right: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    width: calc(100% - 1.2rem) !important;
}

textarea::placeholder,
input::placeholder {
    color: #000;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    font-size: .8rem;
    color: #000;
    margin-bottom: -.5rem;
}

input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    min-width: 9.8rem;
    height: 3.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5rem;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    background: none;
    font-family: "Montserrat";
}

span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 0.5rem;
}

textarea:focus, input:focus { color: #000; }

.cf7-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.2rem;
    justify-content: space-between;
}

.cf7-row p {
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 100%;
}

/*.cf7-row input {
    width: 100%;
}*/

.cf7-row input:focus-visible {
    border: 1px solid #707070 !important;
}

.cf7-row:focus-visible span.cf7-tel {
    display: block;
}

.cf7-row.cf7-row-textarea div:has(textarea:focus-visible) span.cf7-tel, .cf7-row div:has(input:focus-visible) span.cf7-tel {
    display: block;
}

.cf7-row div {
    position: relative;
    width: 50%;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    text-align: right;
    padding-right: 1.5rem;
    margin-bottom: -1rem;
}

.skontaktuj-section .home-poznaj-content-block:first-child:before {
    display: none;
}

.small-blue-title {
    color: #075cfe;
    font-size: 1.8rem;
    font-weight: 400;
}

.cf7-row.cf7-row-textarea p,
.cf7-row.cf7-row-textarea span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 4rem;
    resize: none;
    width: 100%;
    color: #E8DCD0;
}

span.cf7-tel {
    position: absolute;
    z-index: 1;
    color: #000;
    background: #E8DCD0;
    margin-top: -0.7rem;
    margin-left: 1rem;
    padding: 0 0.5rem;
    display: none;
}

.cf7-row:focus-visible span.cf7-tel {
    display: block;
}

textarea::placeholder,
input::placeholder {
    color: #000;
    font-family: "Montserrat";
    font-size: 1.3rem;
}

.demo-section-white-row {
    padding: 3rem 6rem 0.5rem 6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #E8DCD0;
    border-radius: 3rem;
    margin: 0 7rem;
}

.demo-section-white-row-top {
    width: 25rem;
}

.demo-section-white-row-title {
    font-family: "Montserrat";
    color: #000;
    font-size: 2.2rem;
}

.demo-section-white-row-descr {
    color: #000;
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.3;
}

.wpcf7 .line-button {
    display: flex;
    overflow: hidden;
    width: auto;
}

.wpcf7 .line-button p {
    margin: 0;
    position: relative;
}

.wpcf7 .line-button p:after {
    content: '';
    position: absolute;
    width: 105%;
    height: .1rem;
    background: #000;
    left: -19%;
    top: 2.5rem;
    transition: left .8s;
}

.wpcf7 .line-button:hover p:after {
    left: 0;
}

.demo-form {
    width: 100%;
    max-width: 66rem;
}

/*.wersje-produktu-section .content-prog {
    border-radius: 3rem 3rem 0 0;
}*/

.wersje-produktu-section .home-title {
    text-align: center;
}

.wersje-produktu-section-content {
    padding: 3rem 7.5rem;
}

.wersje-produktu-section-row {
    display: flex;
    flex-direction: row;
    border-bottom: 0.1px solid #707070;
    justify-content: space-between;
    height: 5.5rem;
}

.wersje-produktu-section-row div {
    display: flex;
    align-items: center;
    min-width: 9rem;
}

.wersje-produktu-row-title {
    color: #e8dcd0;
    font-family: "Montserrat";
    font-size: 1.5rem;
    line-height: 1.4;
    width: 33rem;
}

.wersje-produktu-row-descr {
    width: 58rem;
    padding-right: 2rem;
    color: #e8dcd0;
    font-size: 1rem;
    line-height: 1.3;
}

.Wymagania-section .home-title {
    text-align: center;
}

.Wymagania-section-content {
    padding: 2.7rem 7.5rem 4rem; 
    display: flex;
    flex-direction: row;
}

.Wymagania-section-title {
    rotate: -90deg;
    width: auto;
    position: absolute;
    left: -9rem;
    top: 8.9rem;
    color: #e8dcd0;
    font-family: "Montserrat";
    font-size: 1.6rem;
    line-height: 1.4;
}

.Wymagania-section-block {
    width: 50%;
    position: relative;
}

.Wymagania-section-descr {
    color: #e8dcd0;
    padding-left: 4rem;
    margin-top: 0;
    line-height: 1.4;
    font-size: 1rem;
    padding-right: 5rem;
}

.Wymagania-section-descr p {
    margin: 0;
}

.Wymagania-section .content-prog {
    border-radius: 3rem 3rem 0 0;
	padding-top: 2rem;
}

.moduli-section-blocks .swiper-slide {
    transition-property: transform;
    border-radius: 3rem;
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 2rem;
    height: 0.1rem;
    display: inline-block;
    border-radius: 0;
    background: #E8DCD0;
    margin: 0 0.5rem;
}

.swiper-pagination-bullet-active {
    background: #E8DCD0;
}
 .swiper-pagination {
    bottom: 2rem !important;
}

.swiper {
    padding-bottom: 4rem;
    position: relative;
}

.home-poznaj-programy-img {
    overflow: hidden;
}

section.kontakt-section-page .content-prog {
    border-radius: 3rem 0 3rem 3rem;
}

.kontakt-section-row {
    display: flex;
    padding: 0 7.5rem;

}

.kontakt-section-row-top {
    width: 100%;
    max-width: 30rem;
    margin-right: 3rem;
    padding-top: 3.5rem;
}

.kontakt-section-row-title {
    font-size: 3.5rem;
    padding-top: 1.5rem;
    color: #e8dcd0;
    font-family: "Montserrat";
}

.kontakt-section-row-descr {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #e8dcd0;
    font-family: "Montserrat";
}

.page-template-kontakt-page div#primary {
    min-height: 20vh;
}

.kontakt-form {
    padding-top: 12rem;
    padding-bottom: 6rem;
}

.kontakt-form input,
.kontakt-form textarea {
    color: #e8dcd0 !important;
    border: 1px solid #E8DCD0 !important;
}

.kontakt-form input::placeholder,
.kontakt-form textarea::placeholder {
    color: #e8dcd0;
}

.kontakt-form span.cf7-tel {
    color: #e8dcd0;
    background: #000;
}

.kontakt-form .cf7-row.cf7-row-textarea div {
    width: 100%;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox {
    color: #e8dcd0;
}

.kontakt-form input.wpcf7-form-control.wpcf7-submit {
    color: #e8dcd0;
    border: none !important;
}

.kontakt-form .wpcf7 .line-button p:after {
    background: #E8DCD0;
}

.kontakt-form .wpcf7 .line-button:after {
    display: none;
}

.event-section-page.programy-section-last .content-prog {
    padding-top: 4rem;
    padding-bottom: 7rem;
}

.event-section-page .content-prog .home-title {
    text-align: center;
}

.event-section-block {
    display: flex;
    flex-direction: row;
    padding-left: 24rem;
    margin-bottom: 2.3rem;
}

.event-section-blocks {
    padding-top: 4rem;
}

.event-section-right {
    width: 24rem;
    border-radius: 3.5rem;
    overflow: hidden;
    margin-right: 9.5rem;
}

.event-section-left .poznaj-programy-stitle {
    padding-top: 3.8rem;
    padding-bottom: 0.2rem;
}

.poznaj-programy-data-time {
    display: flex;
    flex-direction: row;
    padding-top: 2.5rem;
    margin-bottom: 2.1rem;
}

.event-data-time-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 16.6rem;
}

.event-data-time-row-img {
    width: 2.9rem;
    margin-right: 2.3rem;
}

.event-data-time-row-text {
    color: #e8dcd0;
    font-family: "Montserrat";
    font-size: 1.6rem;
    line-height: 1.5;
}

.event-section-left .home-title {
    text-align: left !important;
}

.czym-jest-section .content-prog {
    background: #E8DCD0;
}

.home-run-text-title.home-title div img {
    max-width: 19.5rem;
    margin-top: 1.5rem;
}

.home-animation-img-section .swiper {
    padding-bottom: 0rem;
}

section.czym-jest-section {
    min-height: 22.5rem;
}

.czym-jest-section-content-number {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 22.5rem;
}

.dlaczego-numbers-text {
    font-family: "Montserrat";
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 3rem;
    color: #000;
    max-width: 19rem;
    min-height: 5rem;
}

.dlaczego-numbers.counter {
    font-family: "Montserrat";
    font-size: 5rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 0rem;
    color: #000;
    min-width: 15rem;
}

.dlaczego-numbers-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dlaczego-numbers-plus-block {
    margin: 0 3rem;
}

.page-template-home-page .home-animation-img-section .content-prog {
    border-radius: 0 0 3rem 3rem;
    padding-bottom: 4rem;
}

.home-blog-section .content-prog {
    padding-top: 7.5rem;
    padding-bottom: 1rem;
    border-radius: 3rem 3rem 0 0;
}

.aktualnosci-content {
    margin: 0 7.5rem;
}

.aktualnosci-content .home-title {
    padding-bottom: 3rem;
}

.aktualnosci-content-row {
    display: flex;
    flex-direction: row;
}

.aktualnosci-content-block {
    width: 32.5rem;
    margin-right: .8rem;
}

.blog-page-image {
    width: 100%;
    height: 17.5rem;
    border-radius: 3rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
}

.aktualnosci-content-block-title a {
    color: #e8dcd0;
    font-family: "Montserrat";
    font-size: 1.5rem;
    line-height: 1.4;
    text-decoration: none;
}

.aktualnosci-content-block-title {
    margin-bottom: 1rem;
}

.aktualnosci-content-block-text.section-deckription {
    color: #e8dcd0;
    line-height: 1.4;
    min-height: 7.3rem;
    padding-right: 2rem;
}

.Zaufali-nam-section-content {
    padding-top: 3rem;
    margin: 0 7.5rem;
    min-height: 20rem;
    display: flex;
    flex-direction: row;
}

.Zaufali-nam-section-block {
    width: 30rem;
}

.Zaufali-nam-section-logos {
    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;
    padding-top: 3rem;
    width: 100%;
    max-width: 70rem;
    padding-left: 10rem;
}

.Zaufali-nam-section-logos div {
    margin-right: 2.5rem;
	max-width: 16rem;
}

.Zaufali-nam-section-logos img {
    max-height: 2.5rem;
}

.opinie-home-section-content {
    margin: 0 7.5rem;
    overflow: hidden;
    padding-top: 3rem;
}

.opinie-home-section-content .home-title {
    padding-bottom: 3rem;
}

.opinie-home-section-content .swiper-wrapper {
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.swiper-paginationO {
    display: flex;
    justify-content: center;
}

section.opinie-home-section .content-prog {
    border-radius: 0 0 3rem 3rem;
}

.opinie-home-title {
    font-family: "Montserrat";
    font-size: 1.8rem;
    color: #000;
}

.opinie-home-description {
    color: #000;
    line-height: 1.3;
}

.opinie-home-block {
    position: relative;
}

.opinie-home-block:after {
    content: '';
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 4rem;
    height: 3rem;
    background: url(/wp-content/uploads/2024/09/icon-11.svg) no-repeat;
}

.wersje-produktu-section .content-prog {
    padding: 5rem 0 0 0;
}

.wersje-produktu-section.Dostepne-wtyczki-section .content-prog {
    padding: 2rem 0 7rem 0;
}

.block-arrow {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
}

.block-arrow img {
    width: 4rem;
}

.SketchUp-white-row-25.active .block-arrow {
    display: flex;
    background: #E8DCD0;
}

.footer-logo a {
   font-family: "Montserrat";
    font-size: 1.5rem;
    color: #000;
}

.content-prog.single-blog {
    padding: 6rem;
    display: flex;
}

.single-blog-content article {
    padding-right: 5rem;
}

h1.entry-title {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: .6rem;
    line-height: 1.3;
    font-family: "Montserrat";
    color: #E8DCD0;
}

.entry-content {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #E8DCD0;
}

article h2 {
    font-size: 2.8rem;
    line-height: 1.3;
    font-family: "Montserrat";
    color: #E8DCD0;
}

article h3 {
    font-size: 2.5rem;
    line-height: 1.3;
    font-family: "Montserrat";
    color: #E8DCD0;
}

article h4 {
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: "Montserrat";
    color: #E8DCD0;
}

article h5 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: "Montserrat";
    color: #E8DCD0;
}

article .wpcf7 {
    padding: 3rem 0;
}

article .wpcf7 textarea::placeholder,
article .wpcf7 input::placeholder {
    color: #E8DCD0;
}

article .wpcf7 textarea,
article .wpcf7 input {
    color: #E8DCD0 !important;
    border-color: #E8DCD0 !important;
}

article .wpcf7 span.cf7-tel {
    color: #E8DCD0;
    background: #000;
}

article .wpcf7 .wpcf7-checkbox span.wpcf7-list-item-label {
    color: #E8DCD0;
}

article .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    color: #E8DCD0;
}

article .wpcf7 .line-button:after {
    display: none;
}

article .wpcf7 .line-button p:after {
    background: #E8DCD0;
}

article .wpcf7 .cf7-row.cf7-row-textarea p,
article .wpcf7 .cf7-row.cf7-row-textarea span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.post-right-block-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-family: "Montserrat";
    color: #E8DCD0;
}

.post-right-block .aktualnosci-content-block-text.section-deckription {
  min-height: 5.5rem;  
}

.post-right-block .aktualnosci-content-block {
    padding-bottom: 3rem;
}

.line-button:hover:after {
    left: 0;
}

.sketchup-pro-page-standardy .home-standardy-block-title {
    font-family: "Montserrat";
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 2rem 1.5rem;
    color: #000;
}

.sketchup-pro-page-standardy .home-standardy-block-text {
    padding: 0 3rem;
    text-align: center;
}

.demo-section-sketchup-pro-page .content-prog {
    padding-top: 4rem;
    border-radius: 0;
}

.demo-section-sketchup-pro-page .kontakt-section-row-descr,
.demo-section-sketchup-pro-page .demo-section-white-row-title {
    color: #e8dcd0;
}

.demo-section-sketchup-pro-page .kontakt-form {
    padding-top: 0;
    padding-bottom: 3rem;
    width: 100%;
    max-width: 70%;
}

.Wymagania-sketchup-pro-page .content-prog {
    border-radius: 0 0 3rem 3rem;
}

.Wymagania-section-descr ol,
.Wymagania-section-descr ul {
    margin: 0;
}

.sketchup-studio-home-run-text {
    font-size: 2rem; 
}

.sketchup-studio-page-section-white-content {
    margin: 0 8.3rem 0 6.5rem;
    border-radius: 5rem;
    padding: 5rem 5rem;
    background: #E8DCD0;
}

.sketchup-studio-title-section {
    font-family: "Montserrat";
    font-size: 2.3rem;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 2.5rem;
}

.sketchup-studio-page-section-block {
    display: flex;
    flex-direction: row;
    border-bottom: 0.1rem solid #707070;
    margin-bottom: 0.8rem;
    min-height: 4.3rem;
    align-items: flex-start;
    padding-top: 0.6rem;
}

.sketchup-studio-page-section-block-title {
    width: 29.3rem;
    font-family: "Montserrat";
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}

.sketchup-studio-page-section-block-text {
    width: 100%;
    max-width: 55rem;
    font-size: 1rem;
    color: #000;
    line-height: 1.3;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.sketchup-studio-page-section-white .content-prog {
    padding-top: 4.7rem;
    padding-bottom: 4.7rem;
}

.sketchup-page .home-animation-img-big {
    padding-top: 7.5rem;
    padding-left: 4rem;
    width: 100%;
    max-width: 37rem;
    margin-left: 7rem;
}

.SketchUp-white-row-50-descr-text {
    color: #000;
    padding: 1rem 6rem 1rem 0;
}

.home-poznaj-programy-section.sketchup-page-section .content-prog {
    padding-top: 8.5rem;
    padding-bottom: 2.5rem;
    border-radius: 0;
}

.sketchup-studio-page-section-white-content .wersje-produktu-row-title,
.sketchup-studio-page-section-white-content .wersje-produktu-row-descr,
.sketchup-studio-page-section-white-content .line-button,
.sketchup-studio-page-section-white-content .home-title {
    color: #000;
}

.sketchup-studio-page-section-white-content .wersje-produktu-section-content {
    padding: 3rem 0;
}

.sketchup-studio-page-section-white-content .line-button:after {
    background: #000;
}

.wersje-produktu-section.sketchup-page-section .content-prog {
    padding: 5rem 0 5rem 0;
}

.Wymagania-section.sketchup-page-section-last .content-prog {
    border-radius: 0 0 3rem 3rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.sketchup-page-section-demo .demo-form {
    width: 100%;
    max-width: 60rem;
}

.reviews-slider {
    padding-bottom: 3rem;
}   

.opinie-home-content.swiper-slide {
    margin: 0 0.5rem;
    border-radius: 2rem;
    padding: 1rem 2rem;
    min-height: 10.5rem;
    background: #E8DCD0;
}

.opinie-home-section-content .swiper-wrapper {
    padding-bottom: 3rem;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row;
}

.opinie-home-section-content .swiper-slide {
    max-width: 27.9%;
}   

.swiper-pagination {
    bottom: 0rem !important;
    position: relative;
}

.opinie-home-block {
    position: relative;
}

.opinie-home-block:after {
    content: '';
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 4rem;
    height: 3rem;
    background: url(/wp-content/uploads/2024/09/icon-11.svg) no-repeat;
}

.sketchup-studio-demo .content-prog {
    border-radius: 0 0 3rem 3rem;
}


.home-line-block-title {
    cursor: pointer;
}   
    
.home-line-banner-top-content {
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: 18rem;
    width: 100%;
}

.home-line-block-descr {
      /*transition: opacity 0.5s, transform .5s;*/
      transition: all 0.5s;
}

.home-line-block.active .home-line-block-descr {
      opacity: 1;
    clear: both;
    height: auto;
    overflow: visible;
    padding-bottom: 3rem;
    transform: translateY(0);
}

.home-line-block.active .home-line-block-title {
    text-align: left;
    padding-bottom: 1rem;
}

.home-line-block.active:before {
    content: '';
    background: url(/wp-content/uploads/2024/07/line.svg) no-repeat;
    left: -1rem;
    bottom: -3.5rem;
    position: absolute;
    height: 100%;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-line-block.active:after {
    display: none;
}

/*.home-line-block.home-line-block-two {
    margin-left: 0;
    left: 43.2rem;
    bottom: 2rem;
}*/

.home-line-block-title {
    font-size: 2rem;
    line-height: 1.2;
}

.home-line-block.home-line-block-two .home-line-block-title {
    max-width: 10rem;
    margin: 0 auto;
}

.home-line-block.home-line-block-two.active .home-line-block-title {
    max-width: 100%;
    margin: 0;
}

/*.home-line-block.home-line-block-Uslugi {
    left: 42.1rem;
    bottom: -1.3rem;
}

.home-line-block.home-line-block-Sklep {
    right: 2rem;
    position: absolute;
    bottom: 2rem;
}*/

/*.home-line-block.home-line-bottom-first {
    margin-left: 8rem;
    justify-content: flex-start;
    margin-top: 2.5rem;
    min-height: auto;
}*/

.home-line-block.home-line-bottom-last:after,
.home-line-block.home-line-bottom-three:after,
.home-line-block.home-line-bottom-two:after,
.home-line-block.home-line-bottom-first:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/09/Group-13.svg) no-repeat;
    width: 2rem;
    height: 1.6rem;
    background-size: contain;
    left: 45%;
    bottom: auto;
    top: -1.5rem;
}

/*.home-line-block.home-line-bottom-two {
    justify-content: flex-start;
    margin-top: 2.5rem;
    min-height: auto;
    margin-left: 1rem;
}

.home-line-block.home-line-bottom-three {
    justify-content: flex-start;
    margin-top: 2.5rem;
    min-height: auto;
    margin-left: 0.5rem;
}

.home-line-block.home-line-bottom-last {
    justify-content: flex-start;
    margin-top: 2.5rem;
    min-height: auto;
    margin-left: 2.5rem;
}*/

.home-line-block.home-line-bottom-three .home-line-block-title {
    padding: 0 2rem;
}

.home-line-block.home-line-bottom-three.active .home-line-block-title {
    padding: 0;
}

.demo-section-sketchup-pro-page .demo-section-white-row {
    background: #000;
}

.demo-section-sketchup-pro-page .demo-section-white-row-descr {
    color: #e8dcd0;
}

.wyglad-programu-page-demo .content-prog {
    padding-bottom: 6rem;
    border-radius: 0 0 3rem 3rem;
}

.prod-page-section .home-animation-img-big.avatar {
    margin-left: 8rem;
}

.wyglad-programu-porownaj-wersje-content {
    margin: 0 7.5rem;
    position: relative;
}

.wyglad-programu-porownaj-wersje-block .demo-section-white-row-title {
    text-align: center;
    padding-bottom: 2.5rem;
}

.wyglad-programu-porownaj-wersje-block {
    width: 100%;
    max-width: 66rem;
    border-radius: 5rem;
    padding: 3rem 7rem 4.2rem 8.2rem;
    background: #E8DCD0;
}

.wyglad-programu-porownaj-wersje-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.wyglad-programu-row-col1 {
    width: 25rem;
}

.wyglad-programu-row-col2, .wyglad-programu-row-col3 {
    width: 10rem;
    text-align: center;
}

.wyglad-programu-porownaj-wersje-row.wyglad-programu-porownaj-wersje-row-first {
    color: #000;
    font-size: 1.6rem;
    padding-bottom: 0.7rem;
    font-weight: 600;
    margin: 0;
}

.wyglad-programu-porownaj-img {
    position: absolute;
    right: 3rem;
    bottom: -2rem;
    max-width: 39rem;
    z-index: 2;
}

.wyglad-programu-porownaj-wersje-section .content-prog {
    padding-bottom: 6rem;
}

.wyglad-programu-page-faq-section .home-title {
    text-align: center;
    padding-bottom: 3rem;
}

.wyglad-programu-page-faq-content {
    margin: 0 7.5rem;
    position: relative;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.wyglad-programu-page-faq-block {
    width: 49.3%;
}


.faq-card {
    border: 0.1rem solid #E8DCD0;
    min-height: 6rem;
    border-radius: 2.3rem;
    margin-bottom: 1.45rem;
}
.question {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.8rem 5rem 1rem 3rem;
    color: #e8dcd0;
    font-size: 1.6rem;
    font-family: "Montserrat";
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.question::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 4rem;
    height: 4rem;
    background: url(/wp-content/uploads/2024/09/→.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.question.active::after {
    transform: rotate(180deg);
    top: 0.5rem;
}

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

.question.active + .answercont {
}

span.faq-card-spoiler {
    padding: 0rem 10rem 1rem 3rem;
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    color: #e8dcd0;
}

.wsparcie-section-page-demo .content-prog {
	border-radius: 3rem 0 0 0 !important;
}

.wsparcie-section-page-faq .content-prog {
	border-radius: 0 0 3rem 3rem;
}


.home-line-banner-bottom-content .home-line-block.active:before {
        content: '';
    background: url(/wp-content/uploads/2024/08/line-bottom.svg) no-repeat;
    left: -1rem;
    bottom: 3.7rem;
    position: absolute;
    height: 100%;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
}   

.home-line-banner-bottom-content .home-line-block.active .home-line-block-title {
    text-align: left;
    padding-bottom: 1rem;
    padding-left: 0rem;
    padding-top: 1.5rem;
}

.home-line-block:hover:after {
    animation: bounce1 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}

@keyframes bounce1 {
50% {
    transform: translateY(-5px);
  }
}

.main-navigation ul ul {
    flex-direction: column;
}

.post-image img {
    border-radius: 3rem;
    overflow: hidden;
}

.blog-page-image img {
    border-radius: 2rem;
}

    
.home-line-banner-bottom-content .home-line-block.active:before {
        content: '';
    background: url(/wp-content/uploads/2024/08/line-bottom.svg) no-repeat;
    left: -1rem;
    bottom: 3.7rem;
    position: absolute;
    height: 100%;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
}   

.home-line-banner-bottom-content .home-line-block.active .home-line-block-title {
    text-align: left;
    padding-bottom: 1rem;
    padding-left: 0rem;
    padding-top: 1.5rem;
}

.home-line-block:hover:after {
    animation: bounce1 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
}

@keyframes bounce1 {
50% {
    transform: translateY(-5px);
  }
}


.home-line-block-title {
    position: relative;
}

.active .home-line-block-title:after {
content: '';
    position: absolute;
    top: 0.2rem;
    left: -2.5rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 1rem;
    background: #E8DCD0;
}

.home-line-block.active:before {
    content: '';
    background: url(/wp-content/uploads/2024/09/Group-1.png) no-repeat;
    left: -1rem;
    bottom: -3.5rem;
    position: absolute;
    height: 100%;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.home-line-block-descr:after {
    content: '';
    position: absolute;
    left: -1.98rem;
    top: -2.5rem;
    width: .18rem;
    height: 100%;
    background: #E8DCD0;
}

.home-line-banner-bottom-content .active .home-line-block-title:after {
    display: none;
}

.home-line-banner-bottom-content .active .line-button-block:after {
        content: '';
    position: absolute;
    top: 0.2rem;
    left: -2.5rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 1rem;
    background: #E8DCD0;
}

.line-button-block {
    display: flex;
    position: relative;
}

.home-line-banner-bottom-content .home-line-block.active:before {
    background: url(/wp-content/uploads/2024/09/Group-2.png) no-repeat;
    background-size: 100%;
    bottom: 4rem;
}

.home-line-banner-bottom-content .home-line-block-descr:after {
    content: '';
    position: absolute;
    left: -1.98rem;
    top: -3rem;
    width: .18rem;
    height: 95%;
    background: #E8DCD0;
}

.home-line-block.home-line-bottom-first .home-line-block-descr:after {
    height: 105%;
    top: -5rem;
}

.home-line-block.home-line-bottom-two .home-line-block-descr:after {
    height: 107%;
    top: -5rem;
}

.page-template-szkolenia-page .arrow-button {
    bottom: -3rem;
}

.home-run-text-section .home-run-text-description p {
    margin: 0 0 1rem;
}


.home-run-text-section .home-run-text-description {
    padding: 0;
}


.materialy-video-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 1.6rem;
    min-height: 5rem;
    margin: 0 .5rem;
    border-radius: 2rem;
    padding: 1rem 2rem;
    min-height: 10.5rem;
    background: #e8dcd0;
}

.Organizator-content-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    margin: 0 7.5rem;
}

.swiper-pagination-bullet,
.Organizator-content-blocks .swiper-pagination-bullet {
    width: 2rem !important;
    height: .1rem !important;
    display: inline-block;
    border-radius: 0 !important;
    background: #e8dcd0 !important;
    margin: 0 .5rem !important;
}

.swiper-pagination-bullet-active,
.Organizator-content-blocks .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #E8DCD0 !important;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}

.Organizator-section-slider.opinie-home-section .home-title {
    padding-top: 3rem;
    padding-left: 7.5rem;
    padding-bottom: 2rem;
}

.Organizator-content-blocks .swiper-wrapper .materialy-video-block {
    margin-right: 0;
}

.materialy-video-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 1.6rem;
    min-height: 5rem;
}

.Organizator-content-blocks .swiper-slide {
  width: 32%;
}

.Organizator-block-title {
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Organizator-block-link a {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    padding: 0 1rem;
    line-height: 1.3;
}

.Organizator-block-img {
    margin-top: 1.5rem;
    max-width: 10rem;
    width: 20rem;
    display: flex;
    justify-content: center;
}

.Organizator-section-slider1 {
  padding-top: 8rem;
    padding-bottom: 3rem;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    margin-bottom: 3rem;
}

.Organizator-content-blocks .swiper-container {
       margin-bottom: 3rem;
}

.Organizator-content-blocks .swiper-pagination-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
}

.home-animation-img-section {
    position: relative;
}

.home-animation-img-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
        /*max-width: 1400px;*/
}

.home-poznaj-programy-img .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    margin-bottom: 3rem;
    justify-content: center;
}

/*  =================================================================  */    
/*  =================================================================  */  
/*  =================================================================  */  
/*  =================================================================  */  




/*@media (min-width: 1500px) {

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 0.73vw;

}

.home-animation-img-content {
    display: flex;
    flex-direction: row;
    width: 95%;
}

                .home-line-block-descr:after {
                content: '';
                position: absolute;
                left: -2.07rem;
                top: -2.5rem;
                width: .18rem;
                height: 109%;
                background: #E8DCD0;
            }

            .home-line-banner-bottom-content .home-line-block-descr:after {
                 left: -2.1rem;
            }

            .home-animation-img-small img,
            .home-animation-img-small img:last-child {
                border-radius: 20px !important;
            }

            .dlaczego-numbers.counter {
                   font-size: 60px;
            }

            .dlaczego-numbers-text {
                   font-size: 22px;
            }

            .dlaczego-numbers-plus-block {
                margin: 0;
            }

            .aktualnosci-content-block {
                max-width: 33%;
            }

            .Zaufali-nam-section-logos {
                   padding-left: 3rem;
            }

            .home-animation-img-small img,
            .home-animation-img-small img:last-child {
                margin-top: 7.5rem;
                border-radius: 20px;
            }

.moduli-section-block-left {
    width: 40%;
}

.moduli-section-block-right {
    width: 57%;
}

.SketchUp-white-section-content {
    max-width: 1200px;
}

.SketchUp-white-tab-top {
    width: 49.2%;
    border-right: 1px solid #707070;
}

.SketchUp-white-row-25 {
    width: 50%;
}

.sketchup-page .home-animation-img-big {
    padding-top: 7.5rem;
    padding-left: 0;
    width: 100%;
    max-width: 400px;
    margin-left: 7rem;
}

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

.home-line-banner-bottom-content {
    margin-top: 12.5rem;
}

.home-line-block.home-line-block-Uslugi {
    bottom: -0.5rem;
    margin-left: 10px;
}

.home-line-block.home-line-block-first {
      bottom: -0.5rem;  
}


}*/


/*  =================================================================  */    
/*  =================================================================  */  
/*  =================================================================  */  
/*  =================================================================  */  


















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

.wrap.header-oferta {
    position: absolute;
    top: 0;
    left: 0;
}

.header-oferta .item a {
    font-size: 12px;
}

.mob-menu-header-holder {
    font-weight: bold;
    top: 20px !important;
    right: 0;
    color: #000;
    display: block;
    z-index: 10000;
}

main#main {
    margin-top: 25px;
}

.line-banner {
    display: none;
}

.home-line-block {
    width: 100%;
    padding: 0 1rem 0 5.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 18rem;
    position: relative;
}

.home-line-block.active:before {
    display: none;
}

.home-line-block-title {
    font-size: 22px;
    line-height: 1.2;
}

.home-line-block-descr {
    font-size: 13px;
}

.home-line-block-descr .line-button-block {
    margin-top: 10px;
}
.home-line-block.home-line-block-Uslugi,
.home-line-block.home-line-block-two {
    margin-left: 0;
    left: auto;
    bottom: auto;
}

.home-line-block-title,
.home-line-block.home-line-block-two .home-line-block-title {
    max-width: max-content;
    margin: 0;
    text-align: left;
}

.home-line-block.home-line-block-Sklep {
    right: auto;
    position: relative;
    bottom: auto;
}

.home-line-banner-bottom-content {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}

.home-line-block.home-line-bottom-first {
    margin-left: auto;
    justify-content: flex-start;
    margin-top: 2.5rem;
    min-height: auto;
}

.home-line-banner-section .content-prog {
    border-radius: 3rem 3rem 0 0;
    position: relative;
    height: 100%;
    min-height: 48.3rem;
    padding: 35px 10px 50px 10px;
}

.home-line-banner-top-content {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 18rem;
}

.home-line-block.home-line-block-first {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
}

.home-run-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-run-text-first {
    width: 96%;
    max-width: 100%;
    border: .2rem solid #E8DCD0;
    border-left: none;
    border-radius: 0 3rem 0 0;
    padding: 3rem 10rem 3rem 7rem;
}

.home-title, .home-run-text-title {
    font-size: 22px;
    line-height: 1.4;
}

.home-description, .home-run-text-description {
    font-size: 14px;
    color: #E8DCD0;
    padding-top: .7rem;
    line-height: 1.35;
    padding-bottom: 15px;
}

.home-run-text-buttons a {
    margin-right: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.early-rows {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 35px;
    margin-top: 1rem;
}

.early-rows p {
    font-family: "Montserrat";
    color: #5d5d5d;
    font-size: 30px;
    margin: 0;
}

.home-run-text-last-lines {
    width: 100%;
    min-height: 19.5rem;
    padding-top: 20px;
    padding-bottom: 25px;
}

.home-run-text-last-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.home-animation-img-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.home-animation-img-text-block {
    width: 100%;
    max-width: 100%;
    padding-top: 3.5rem;
    padding-left: 0;
}

.home-run-text-title.home-title div img {
    max-width: 200px;
    margin-top: 1.5rem;
}

.line-button {
    font-size: 14px;
}

.home-animation-img-left {
    margin-top: 5.8rem;
    text-align: center;
    padding-right: 0;
}

.home-animation-img-left img {
    width: 100%;
    max-width: 200px;
}

.home-animation-img-big {
    padding-top: 7.5rem;
    padding-left: 4rem;
    width: 100%;
    max-width: 60%;
}

.home-animation-img-small {
    width: 35%;
    padding-top: 11.7rem;
    padding-left: 5.5rem;
}

.home-line-block.home-line-bottom-last,
.home-line-block.home-line-bottom-three {
    margin-left: 0;
}

.dlaczego-numbers-block {
    width: 50%;
    margin-bottom: 10px;
}

.dlaczego-numbers.counter {
    font-size: 32px;
}

.dlaczego-numbers-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 100%;
    min-height: 5rem;
}

.home-line-block.home-line-bottom-three .home-line-block-title {
    padding: 0;
}

.home-line-block.home-line-bottom-last {
    margin-left: 0;
}

.home-animation-img-content.swiper-slide {
    width: 93% !important;
    margin-left: 5px;
}

.home-animation-img-section .swiper-wrapper {
        width: 100%;
    max-width: 99%;
    overflow: visible;
}

.aktualnosci-content-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

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

.blog-page-image {
    width: 100%;
    height: 150px;
    border-radius: 3rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    background-repeat: no-repeat;
}

.aktualnosci-content-block-title a {
    font-size: 18px;
}

.aktualnosci-content-block-text.section-deckription {
    font-size: 14px;
}

.czym-jest-section-content-number {
    display: flex;
    flex-direction: column;
    min-height: 22.5rem;
    padding: 25px 0;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin: 0 5px;
}

.home-animation-img-section .swiper {
    padding-bottom: 25px;
}

.poznaj-programy-stitle {
    font-size: 18px;
    color: #e8dcd0;
}

.Zaufali-nam-section-content {
    flex-direction: column;
}

.Zaufali-nam-section-logos {
    padding: 35px 0;
    max-width: 100%;
}

.Zaufali-nam-section-logos img {
    max-height: 25px;
    margin: 10px 0;
}

.opinie-home-title {
    font-family: "Montserrat";
    font-size: 20px;
    color: #000;
}

.Zaufali-nam-section-block {
    width: 100%;
}

.opinie-home-section-content .swiper-slide {
    max-width: 275px;
    min-width: 275px;
    margin-left: 22px;
}

.opinie-home-description {
    color: #000;
    line-height: 1.3;
    font-size: 12px;
}

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

.footer-descr {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}
.footer-kontakt {
    width: 100%;
    max-width: 50%;
}

.site-info ul li {
    list-style: none;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}

.site-info {
    display: flex;
    flex-direction: row;
    padding: 4.5rem 0 1.8rem 8.5rem;
    position: relative;
    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;
}

.footer-kontakt {
    width: 100%;
    max-width: 100%;
}

.footer-Oferta {
    margin-left: 0;
    width: 50%;
}

.footer-logo {
    display: flex;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 25px 0;
}

.footer-bottom {
    font-size: 10px;
}
.footer-logo a {
    font-family: "Montserrat";
    font-size: 16px;
    color: #000;
}

section.home-animation-img-section {
    overflow: hidden;
}

.home-line-block {
    padding-left: 25px;
}

.home-line-block.home-line-bottom-last:after, .home-line-block.home-line-bottom-three:after, .home-line-block.home-line-bottom-two:after, .home-line-block.home-line-bottom-first:after,
.home-line-block:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 15px;
    left: -1px;
    bottom: 7px;
    transform: rotate(90deg);
    top: auto;
}

.home-line-block.active:after {
    display: block;
}

.home-run-text-title.section-big-title {
    font-size: 26px;
    padding-top: 20px;
}

.sketchup-page .home-animation-img-big {
    padding-top: 7.5rem;
    padding-left: 4rem;
    width: 100%;
    max-width: 60%;
    margin-left: 3rem;
    margin-top: 10px;
}

.home-line-block {
    min-height: 33px;
}

.SketchUp-white-section-content .home-title {
    width: 80%;
}

.moduli-section-block {
    flex-direction: column-reverse;
}

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

.moduli-section-block:nth-child(even) {
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin: 25px 0;
}

.moduli-section-block-right {
    width: 100%;
    margin-bottom: 15px;
}

.moduli-section-block:nth-child(even) .moduli-section-block-left {
    padding-left: 0;
    padding-top: 1.6rem;
}

.wersje-produktu-section-row {
    display: flex;
    flex-direction: column;
    border-bottom: 0.1px solid #707070;
    justify-content: flex-start;
    height: auto;
}

.wersje-produktu-row-title {
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
}

.wersje-produktu-row-descr {
    width: 100%;
    padding-right: 2rem;
    color: #E8DCD0;
    font-size: 14px;
    line-height: 1.3;
}

.home-poznaj-programy-button {
    margin-bottom: 10px;
}

.demo-section-white-row {
    padding: 6rem 6rem 0.5rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #E8DCD0;
    border-radius: 3rem;
    margin: 0 7rem;
}

.demo-section-white-row-top {
    width: 100%;
    margin-bottom: 25px;
}
.demo-section-white-row-title {
    font-family: "Montserrat";
    color: #000;
    font-size: 24px;
}

.demo-section-white-row-descr {
    color: #000;
    padding-top: 1rem;
    font-size: 14px;
    line-height: 1.3;
}

.Wymagania-section.sketchup-page-section-last .content-prog {
    border-radius: 0 0 3rem 3rem;
    padding-top: 50px;
    padding-bottom: 50px;
}

.Wymagania-section-content {
    padding: 2.7rem 7.5rem 4rem;
    display: flex;
    flex-direction: column;
}

.Wymagania-section-block {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.Wymagania-section-descr {
    color: #E8DCD0;
    padding-left: 45px;
    margin-top: 0;
    line-height: 1.4;
    font-size: 14px;
    padding-right: 5rem;
}

.Wymagania-section-content {
    padding: 8.7rem 7.5rem 4rem;
    display: flex;
    flex-direction: column;
}

.Wymagania-section-title {
    rotate: -90deg;
    width: auto;
    position: absolute;
    left: -107px;
    top: 111px;
    color: #E8DCD0;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
}

textarea::placeholder,
input::placeholder {
    font-size: 14px;
}

.cf7-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    justify-content: space-between;
}

.sketchup-page-section-demo .demo-form {
    width: 100%;
    max-width: 100%;
}

.cf7-row div {
    position: relative;
    width: 100%;
}

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: #000 !important;
    border: 1px solid #707070 !important;
    padding: 1.8rem 2.5rem !important;
    border-radius: 1rem !important;
    margin-bottom: 0;
    background: transparent;
    margin-right: 1.2rem;
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 1.2rem) !important;
    margin-bottom: 10px;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    font-size: 10px;
    color: #000;
    margin-bottom: 10px;
}

span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
}

.wpcf7 input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    min-width: 9.8rem;
    height: auto;
    border-radius: 1rem;
    font-size: 18px;
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
}

.wpcf7 .line-button p:after {
    height: 1px;
    background: #000;
    left: -19%;
    top: 5rem;
    transition: left .8s;
}

span.cf7-tel {
    position: absolute;
    z-index: 1;
    color: #000;
    background: #E8DCD0;
    margin-top: -2.7rem;
    margin-left: 1rem;
    padding: 0 0.5rem;
    display: none;
    font-size: 12px;
}

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

.arrow-button img {
    height: 40px;
}

.home-standardy-section .content-prog {
    padding-top: 90px;
    padding-bottom: 40px;
}

.home-standardy-row {
    display: flex;
    justify-content: center;
    margin: 7rem 7rem 0;
    flex-direction: column;
    align-items: center;
}

.home-standardy-block-img {
    width: 45px;
    margin-bottom: 25px;
}

.home-standardy-block-title {
    font-family: "Montserrat";
    font-size: 18px;
}

.home-standardy-block {
    width: 200px;
    margin-bottom: 15px;
    min-height: 145px;
}

.moduli-section-blocks .swiper-slide {
    transition-property: transform;
    border-radius: 3rem;
    overflow: hidden;
    max-height: 500px !important;
}

section.SketchUp-white-section .content-prog {
    padding-top: 90px;
}

.SketchUp-white-table {
    border-top: 1px solid #707070;
    display: flex;
    flex-direction: column;
}

.SketchUp-white-tab-top {
    width: 100%;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.SketchUp-white-row-25 a {
    font-size: 22px;
}

.SketchUp-white-row-25 {
    width: 50%;
    min-height: 90px;
}

.block-arrow img {
    width: 50px;
}

.SketchUp-white-row-50 {
    width: 100%;
}

.SketchUp-white-row-50-descr-title {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding-top: 20px;
}

.SketchUp-white-row-50-descr-text {
    font-size: 14px;
}

.SketchUp-white-row-50.SketchUp-white-row-img img {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.sketchup-pro-page-standardy .home-standardy-block-title {
    font-family: "Montserrat";
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 4rem 1.5rem;
    color: #000;
}

.sketchup-pro-page-standardy .home-standardy-block-text {
    padding: 0 3rem;
    text-align: center;
    font-size: 10px;
            background: #e8dcd0;
        width: 99%;
        margin-left: 2px;
        padding-bottom: 5rem;
        border-radius: 0 0 26px 26px;
}

.demo-section-sketchup-pro-page .content-prog {
    padding-top: 4rem;
    border-radius: 0;
    padding-bottom: 4rem;
}

.sketchup-studio-page-section-white-content {
    margin: 90px 8.3rem 0 6.5rem;
}

.sketchup-studio-title-section {
    font-family: "Montserrat";
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 20px;
}

.sketchup-studio-page-section-block-title {
    width: 100%;
    font-family: "Montserrat";
    font-size: 20px;
}

.sketchup-studio-page-section-block-text {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    color: #000;
    line-height: 1.3;
    padding-top: .5rem;
    padding-bottom: 10px;
}

.sketchup-studio-page-section-block {
    display: flex;
    flex-direction: column;
    border-bottom: .1rem solid #707070;
    margin-bottom: 15px;
    min-height: 4.3rem;
    align-items: flex-start;
    padding-top: .6rem;
}

.demo-form {
    width: 100%;
    max-width: 400px;
}

.wyglad-programu-page-faq-content {
    margin: 0 7.5rem;
    padding: 35px 0;
    position: relative;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.wyglad-programu-page-faq-block {
    width: 100%;
}

.question::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 25px;
    height: 25px;
    background: url(/wp-content/uploads/2024/08/→.svg) no-repeat;
    background-size: cover;
    transition: .2s;
}

.faq-card {
    border: 0.1rem solid #E8DCD0;
    min-height: 6rem;
    border-radius: 2.3rem;
    margin-bottom: 12px;
}

.question {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2.5rem 5rem 2rem 3rem;
    color: #E8DCD0;
    font-size: 18px;
}

span.faq-card-spoiler {
    padding: 0rem 10rem 20px 3rem;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #e8dcd0;
}

.site-main section:first-child {
    border-radius: 3rem 3rem 0 0;
}

.kontakt-section-row-title {
    font-size: 28px;
    padding-top: 1.5rem;
    color: #e8dcd0;
    font-family: "Montserrat";
    padding-bottom: 40px;
}

.blog-section-content {
    padding: 5rem 7.8rem 10rem;
}


.kontakt-section-row-top {
    width: 100%;
    max-width: 100%;
    margin-right: 3rem;
    padding-top: 3.5rem;
}

.kontakt-section-row {
    display: flex;
    padding: 0 7.5rem;
    flex-direction: column;
}

.kontakt-section-row-descr {
    font-size: 14px;
    line-height: 1.3;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}

.kontakt-section-row {
    display: flex;
    padding: 0 7.5rem;
    flex-direction: column;
}

.kontakt-section-row-top {
    width: 100%;
    max-width: 100%;
    margin-right: 3rem;
    padding-top: 3.5rem;
}

.kontakt-section-row-descr {
    font-size: 16px;
    line-height: 1.3;
}

.active .home-line-block-title:after {
    content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #e8dcd0;
}

.home-line-block-descr:after {
    display: none;
}

.home-line-block.active:after {
    display: block;
    bottom: 14px;
}

.site-info ul li a {
    font-size: 14px;
    line-height: 1.5;
}

.first-section-page .content-prog {
    border-radius: 3rem 3rem 0 0;
}

.Zaufali-nam-section-logos div {
    margin-right: 15px;
    max-width: 118px;
}

.home-animation-img-images {
    display: flex;
    flex-direction: row;
    margin-bottom: 65px;
}

.arrow-button {
    position: absolute;
    bottom: 40px;
}

.home-line-banner-bottom-content .home-line-block.active .home-line-block-title {
    position: relative;
}

.home-line-banner-bottom-content .home-line-block.active .home-line-block-title:after {
    content: '';
        position: absolute;
        top: 7px;
        left: -15px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #e8dcd0;
}

.home-line-banner-bottom-content .active .line-button-block:after {
    display: none;
}

.swiper-pagination-bullet, .Organizator-content-blocks .swiper-pagination-bullet {
    width: 25px !important;
    height: 2px !important;
    display: inline-block;
    border-radius: 0 !important;
    background: #e8dcd0 !important;
    margin: 0 8px !important;
}




}