html {
    height: 100%;
    font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 60%;
    }
}
@media only screen and (max-width: 991px) {
    html {
        font-size: 55%;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}
@media only screen and (max-width: 479px) {
    html {
        font-size: 45%;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size: 40%;
    }
}
body {
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 30px;
    background-color: #fff;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #606060;
}

h1,
h2 {
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
h3,
h4,
h5 {
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
h1 {
    font-size: 46px;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 479px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-size: 36px;
}
@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}
h3 {
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:active,
a:hover,
a:focus {
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    outline: 0 none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.container1920{
    max-width:1920px;
    margin: 0 auto;
}
.container1300{
    max-width:1300px;
    margin:0 auto;
}
.container1410{
    max-width:1410px;
    margin:0 auto;
}
.container1330{
    max-width:1330px;
    margin:0 auto;
}
.container1630{
    max-width:1630px;
    margin-right: 0;
    margin-left: auto;
}
.slider1-left img{
    height: 100%;
}
.opinionWrap3 h2{
    color: #fff;
    font-size: 100px;
    line-height: 120px;
    font-weight: 700;
}

.after:after, .container1140:after, .container1410:after, .container1920:after {
    clear: both;
    display: table;
    content: "";
}
.padding100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding10 {
    padding: 0 10px;
}

.centercolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.text-underline {
    text-decoration: underline;
    text-decoration-color:#e177cc;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

.box-small-space {
    padding-bottom: 10px;
}


.list li::before{
    padding-left: 10px;
    content: "\2022";
    color: #e177cc;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
}

.container1330 .box-half {
    display: flex;
}

.center {
    justify-content: center;
    text-align: center;
}

.column {
    flex-direction: column;
}

.txt-standard {
    padding: 15px;
}

.txt-standard p, .txt-standard{
    font-size: 17px;
    color: #606060;
    line-height: 35px;
}

.txt-standard a {
    color: #e177cc;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
}

.txt-standard a:hover {
    color: #000;
    text-decoration-color: #e177cc;
    font-weight: 600;
}


.content {
    padding: 0 10px;
}

.wp-block-button__link {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;

}

.wp-block-button__link:hover {
    color: #e177cc !important;
}

/*----------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
                                    HEADER
------------------------------------------------------------------------------
---------------------------------------------------------------------------- */
.primary-menu-container ul{
    display: flex;
}
a.btnForm, .btnForm:link, .wp-block-button{
    background-color: #e177cc;
    color: #fff;
    padding: 15px 20px;
    border-radius: 25px;
    border: 2px solid #e177cc;
    margin-left: 20px;
    margin-right: 20px;
}
.btnMail{
    font-weight: 600;
}
.btnMail:hover{
    color: #e177cc;
}
a.btnForm:hover, .wp-block-button:hover{
    background-color: #fff;
    color: #e177cc;
}
.primary-menu-container{
    padding: 0;
}
#masthead{
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 25px 25px;
    z-index: 99991;
}
.primary-menu-container a,.primary-menu-container a:link {
    padding: 10px;
    display: block;
    font-weight: 500;
    color: #606060;
    border-radius: 5px;
}
.menu-item{
    padding: 0;
    border-radius: 5px;
}
.current_page_item a{
    color: #fff;
}

.bxSliderUp .slider1-left{
    justify-content: center;
}
.padding100{
    padding-top: 50px;
    padding-bottom: 50px;
}
.thirdHome{
    padding-bottom: 30px;
}
.bxSliderUp .opinionWrap3{
    text-align: center;
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
}
.bxSliderUp .max{
    width: 90%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.bxSliderUp .but{
    flex-wrap: wrap;
}
.bxSliderUp .buttonOpinion2{
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
}
.bxSliderUp .opinionItem{
    text-align: center;
}
.bxSliderUp .opinionItem a{
    margin: 0 auto;
}
.bxSliderUp .leftMax{
    width: 90%;
    max-width: 100%;
}
.container1630{
    margin: 0 auto;
}
.slider1-left{
    flex-direction: column;
}
.firstHomeBox1{
    max-width: none;
}
.bxSlider img{
    height: auto;
}
.buttonOpinion2{
    padding-right: 0;
}
.brEn{
    display: none;
}
.firstHome h2{
    font-size: 56px;
    line-height: 70px;
}
.firstHomeBox3{
    max-width: 480px;
    padding-top: 20px;
}
.firstHomeBox2{
    max-width: none;
    order: 3;
    margin: 0;
}
.wrapHomefirst{
    justify-content: flex-start;
}
.firstHome{
    padding-top: 80px;
    padding-bottom: 200px;
}
.firstHome h3{
    font-size: 32px;
    line-height: 40px;
}
.slider1-left h2{
    max-width: none;
}
.max p{
    max-width: 100%;
}
.slider2-left{
    position: relative;
    padding: 40px;
}
.buttonOpinion{
    margin-top: 20px;
}
.slid{
    padding: 100px 75px 100px 35px;
}
.slid p{
    min-height: 90px;
    margin-top: 20px;
}
.rightbutton{
    margin-left: 10px;
}
.bxSlider img{
    max-height: 432px;
    max-width: 900px;
}
.bXXWrap{
    justify-content: space-between;
}
.bxSlider img.rightCorner-top, .bxSlider img.rightCorner, .bxSlider img.leftCorner-top, .bxSlider img.leftCorner{
    height: auto;
}
.slider1{
    background-image: url("img/wyobraznia.jpg");
    align-items: center;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}
.slider1-left{
    justify-content: space-between;
    align-items: center;
}
.slider1-left h2{
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 70px;
    max-width: 555px;
}
.slider1-left h3{
    color: #fff;
    font-size: 100px;
    line-height: 130px;
    font-weight: 700;

}
.but{
    margin-top: 100px;
}
.max{
    width: 50%;
}
.max p{
    max-width: 555px;
    color: #989797;
}
.buttonOpinion2{
    align-items: flex-end;
    padding-right: 150px;

}
.flex{
    display: flex;
}
#page7 .homeBaner{
    position: absolute;
    top: 0;
    padding-top: 250px;
}
.relativeHome{
    position: relative;
}
.colLane{
    position: absolute;
    text-align: center;
    max-width: 235px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('../images/arrow-l.png') no-repeat center;
}
.grecaptcha-badge{
    display: none;
    box-shadow: none !important;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('../images/arrow.png') no-repeat center;
}


/*----------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
                                    STRONA GŁÓWNA
------------------------------------------------------------------------------
---------------------------------------------------------------------------- */


.technologies-grid{
    position: relative;
    width: 100%;
    display: grid;
    margin-top: 1.5rem;
}
.tech{
    display: grid;
    justify-content: center;
    padding: 1rem;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.tech-icon{
    font-size: 5rem;
    margin-bottom: 0.625rem;
}
.tech-grid{
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}
#html:hover, #git:hover {
    color: #e54c21;
}
#css:hover {
    color: #018fd5;
}

#js:hover {
    color: #ead41c;
}
#sass:hover {
    color: #c36291;
}
#bootstrap:hover {
    color: #7952b3;
}
#php:hover {
    color: #7a1eff;
}
#react:hover, #vscode:hover {
    color: #5ed5f2;
}

#wp:hover {
    color: #1f6f92;
}
.tech:hover {
    background-color: rgba(150, 150, 150, 0.1);
}
.pinkLane{
    color: #e177cc;
    font-weight: 600;
}
.current_page_item a, .current_page_item a .menu-item:focus a{
    color: #fff !important;
}
.wpcf7 input[type=submit]{
    background-color: #e177cc;
    padding: 15px 20px;
    color: #fff;
    border-radius: 25px;
    border: 2px solid #e177cc;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 input[type=text]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=email]:focus
{
    width: 100%;
    border: none;
    border-bottom: 2px solid #e177cc;
    background-color: transparent;
    position: relative;
    z-index: 1;
    font-size: 17px;
    padding: 10px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.wpcf7 textarea{
    width: 100%;
    border: 2px solid #e177cc;
    z-index: 1;
    font-size: 17px;
    padding: 10px;
    outline: none;
    margin-top: 60px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: transparent !important;
}
.wpcf7 textarea:focus{
    outline: none;
}
.wpcf7{
    max-width: 580px;
}
.wpcf7-not-valid-tip,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #e177cc;
    font-size: 13px;
}
.wpcf7-form .flex{
    align-items: center;
    justify-content: space-between;
}

.wpcf7 .wpcf7-form .flex div{
    width: 45%;
}
.wpcf7 h2{
    background-color: #e177cc;
    color: #fff;
    padding: 25px;
    border-radius: 35px 35px 0 0;
}
.special{
    color: #e177cc;
    background-color: rgba(150, 150, 150, 0.1);
}


/*----------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
                                FOOTER
------------------------------------------------------------------------------
---------------------------------------------------------------------------- */


/*----------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
                                POMOCNIK
------------------------------------------------------------------------------
---------------------------------------------------------------------------- */

.page-id-258 .wp-container-1 {
    margin: 20px 0;
}

#post-262 .wp-block-table {
    margin: 20px 0;
}

#post-262 .wp-block-table table {
    color: #000;
}

#post-262 .wp-block-table table tr:first-child{
    background-color: #e177cc;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

#post-262 .wp-block-table table a{
    text-decoration: underline;
    text-decoration-color: #e177cc;
    text-underline-offset: 3px;
}

#post-262 .wp-block-table table a:hover{
    text-decoration: none;
}



/*----------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
                                MOBILKA
------------------------------------------------------------------------------
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1505px) {
    .stopka {
        padding: 0 10px;
    }
  }

@media only screen and (max-width: 1350px) {
    .padding100 {
        padding-bottom: 0;
    }

    .slider2-left {
        padding-bottom: 0;
    }

}

@media only screen and (max-width: 1200px) {
  .site-logo {
    margin-left: 10px;
  }

  .bxSlider img  {
    max-width: 600px;
    max-height: 288px;
}


  } 

  @media only screen and (max-width: 1100px) {

      a.btnForm, .btnForm:link{
          font-size: 15px;
          margin-left: 7px;
          margin-right: 7px;
      }
        .btnMail{
            font-size: 15px;
        }
  }

@media only screen and (max-width: 990px) {
        .bxSlider img {
            max-height: none;
            max-width: 100%;
    }
    .tech-grid{
        grid-template-columns: repeat(3, 1fr);
    }

    .menu-button-container {
        display: flex;
        position: absolute;
        right: 0;
        top: 15%;
    }
    .primary-menu-container{
        display: none;
    }
    .site-logo .custom-logo{
        width: 70%;
    }
    a.btnForm, .btnForm:link{
        margin-right: 100px;
        display: block;
        padding: 5px 20px;
    }
    .btnMail{
        margin-right: 95px;
    }

    .bXXWrap {
        flex-direction: column-reverse;
    }

    .contactMe .box-half {
        flex-direction: column;
        align-items: center;
    }



    .text-underline {
        text-align: center;
    }

    .offer ul li {
        text-align: center;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 30%;
    }
    #masthead {
        padding: 10px 0;
    }

    .entry-content {
        padding: 0 10px;
    }

  }
@media only screen and (max-width: 600px) {
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stopka a{
        font-size: 14px;s
    }
    .stopka .widget-area{
        display: flex;
        flex-direction: column;
    }
}