html {
    font-size: 16px;
}

body {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-links {
    margin-top: 4rem;
}

.footer-links a {
    font-size: 1.0rem;
    color: #ffffff;
    text-decoration: none;
}

.footer-links p {
    font-size: 1.0rem;
    color: #ffffff;
}


.header {
    background: url('../../../images/rko/Header-background.png') no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

.section1-wrapper {
    background: linear-gradient(90deg, #347ACE 1.02%, rgba(122, 146, 174, 0) 113.63%), #BF41AA;   
    color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding-top: 3rem;
    text-align: center;
}

.contacts a {
    color: #ffffff;
}

.article-top {
    position: relative;
}

.confirm-alert {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%);
    /*background: url('../../../images/rko/Alert-background.png') repeat;*/
    background-color: white;
    background-position-x: -10px;
    background-position-y: -20px;
    z-index: 1000;
    padding: 8rem;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.confirm-alert button {
    width: 30%;
    position: static !important;

}

.confirm-alert--content {
    font-size: 1.225rem;
    color: black;
    font-weight: 400;
}

/*
.confirm-alert :first-child {
    font-size: 3.125rem;
    font-weight: 700;
    color: rgba(163, 11, 137, 1);
}

.confirm-alert:nth-child(1) {
    font-size: 1.125rem;
    color: black;
    font-weight: 700;
}
*/

.article-top-text {
    font-size: 3.875rem;
    margin-bottom: 3rem;
}

.article-top-text h1 {
    font-weight: 700;
    font-size: 3.875rem;
    line-height: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), -1px -1px #444;;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 1rem;
}

.article-top-text p {
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), -1px -1px #444;;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.article-top-text :first-child {
    font-weight: 300;
    font-size: 1.625rem;    
    line-height: 1.8rem;
}

.article-top-text :last-child {
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 1.8rem;
}

.article-top-input {
    margin-bottom: 2rem;
}

.article-top-input p {
    font-size: 1.625rem;
    font-weight: 300;
}

.article-top-input p span {
    font-weight: 700;
}

.article-top-input input {
    position: relative;
    left: 35px;
    width: 45%;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 1.25rem;
    box-shadow: 3px 3px 5px 3px rgba(90, 90, 90, 0.25) inset;
    border: none;
    border-radius: 20px;
    color: #383838;
}

.article-top-input button, .confirm-alert button {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.125rem 2.125rem;
    border: none;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    position: relative;
    right: 35px;
    bottom: -2px;
    background: #6AA0E3;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    letter-spacing: 2px;

}

.article-top-checkbox-container {
    display: flex;
    flex-direction: column;
    width: 53%;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.checkbox-wrapper {
    display: flex;
    
}

.checkbox-wrapper div {
    /*width: 10%;*/
    text-align: start;
}

.checkbox-wrapper p {
    font-size: 0.8125rem;
    font-weight: 300;
    padding-left: 1rem;
    text-align: start;
}

.checkbox-wrapper p span {
    font-weight: 700;
    line-height: 17.50px;
}

.checkbox-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
}
  
.checkbox-wrapper .switch input {
    display:none;
}

.checkbox-wrapper .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
box-shadow: 3px 3px 5px 3px rgba(90, 90, 90, 0.25) inset;
-webkit-transition: .4s;
transition: .4s;
border-radius: 20px;
}

.nowrap {
     white-space:nowrap
}

.checkbox-wrapper .slider:before {
position: absolute;
content: "";
height: 22px;
width: 22px;
left: 3px;
top: 2px;
background-color: rgba(191, 65, 170, 1);
-webkit-transition: .4s;
transition: .4s;
border-radius: 20px;
}

.checkbox-wrapper input:checked + .slider {
background-color: #2196F3;
}

.checkbox-wrapper input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

.checkbox-wrapper input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

.checkbox-wrapper .slider.round {
border-radius: 34px;
}

.checkbox-wrapper .slider.round:before {
border-radius: 50%;
}

.galery {
    text-transform: uppercase;
    background: #6AA0E3;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.875rem;
    padding-top: 2rem;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 100px;
    background-image: url('../../../images/rko/next_arrow.png');
    transform: rotate(180deg);
    background-size: cover;
    width: 50px;
    height: 50px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 100px;
    background-image: url('../../../images/rko/next_arrow.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    

}

.owl-stage-outer {
    max-width: 1300px;
    margin: 0 auto;
}

.article-mid {
background:  url('../../../images/rko/Mid-backgroung.png') no-repeat;
background-color: white;
background-position-y: -10px;
display: flex;
padding-top: 3rem;
}

.article-mid-picture-container {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.aricle-mid-list-container {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-top: 3.5rem;
}

.aricle-mid-list-container .list-wrapper {
    color: black;
    display: flex;
    text-align: left;
}

.aricle-mid-list-container .list-wrapper .hexagon {
    margin-right: 2rem;
}

.aricle-mid-list-container .list-wrapper p {
    font-size: 1.225rem;
    line-height: 1.5rem;
    margin-bottom: 3.375rem;
}

.aricle-mid-list-container .list-wrapper h3 {
    font-size: 1.225rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 3.375rem;
}

.aricle-mid-list-container .list-wrapper span {
    font-weight: 700;
}

.article-bottom-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}

.article-bottom-list-container {
    width: 60%;
    text-align: start;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    
    
}

.article-bottom .list-title {
    font-size: 3.125rem;
    font-weight: 700;
    max-width: 1100px;
    margin: 0 auto;
    text-align: start;
    padding-top: 2.5rem;
}

.article-bottom .list-title p {
    margin-bottom: 0;
}

.article-bottom-picture-container {
    width: 40%;
}

.article-bottom .list-wrapper {
    display: flex;
    font-size: 1.225rem;
    margin-bottom: 1rem;
}

.article-bottom .list-wrapper .time {
    white-space: nowrap;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-align: start;
}

.article-bottom .list-wrapper div {
    margin-left: 20px;
}

.article-bottom .list-wrapper h3 {
    font-weight: 700;
    font-size: 1.225rem;
}

.article-bottom .list-wrapper span {
    font-size: 1rem;
    font-weight: 300;
}

.location {
    position: relative;
    margin-bottom: 4rem;
}

.loc-small {
    display: none;
}

.location-card {
    background-color: white;
    position: absolute;
    top: 40px;
    left: 8%;
    padding: 1.5rem;
}

.location-card--content p {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 1rem;
}


/*.location-card div {
    font-size: 1.125rem;
    font-weight: 700;
}*/


.location-card--title {
    margin: 1rem 0 1.5rem 0;
    font-size: 3.125rem;
    font-weight: 700;
    color: rgba(163, 11, 137, 1);
}


.location-card a {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
}

.location-card div span {
    font-weight: 300;
}

.section2-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.section2-title {
    text-align: center;
    font-size: 3.125rem;
    color: rgba(26, 85, 181, 1);
    font-weight: 700;
    margin-bottom: 11rem;
}

.section2-article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8rem;
    grid-column-gap: 3rem;
    margin-bottom: 10rem;

}

.section2-article .card {
    padding: 1.875rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    border: none;
    
}

.card-img-wrapper {
    display: flex;
}

.card-img-wrapper>div {
    width: 45%;
}

.card-img-wrapper :first-child {
    text-align: center;
    width: 55%;
}

.photo-and-position {
    margin-top: -120px;
}

.card-img-wrapper p {
    font-size: 1.875rem;
    font-weight: 700;
    color: rgba(224, 77, 195, 1);
    margin-bottom: 0;
}

.card-img-wrapper span {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgba(106, 160, 227, 1);
}

.card-img-wrapper .fullname {
    white-space: nowrap;
}

.card-img-wrapper :last-child {
    text-align: end;
    
}

.section2-article .card .description {
    text-align: justify;
    padding-top: 1rem;
}

.sa-section2 {
    background: url('../../../images/rko/Bottom-background.png') no-repeat;
    background-position: bottom;
}
.section2-bottom {
    
    padding-bottom: 5rem;
}

.section2-bottom .title {
    font-size: 3.125rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem;
}

.partners {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.partners div {
    text-align: center;
}

.partners--element {
        padding: 0.5rem 4rem 0.5rem 4rem;
}

.sa-footer {
    background: linear-gradient(90deg, #347ACE 1.02%, rgba(122, 146, 174, 0) 113.63%), #BF41AA;
    padding-bottom: 2rem;
}

.footer-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-wrapper .title {
    font-weight: 700;
    font-size: 3.125rem;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding: 3.375rem 0 3.375rem;
}

.footer-articles {
    display: flex;
    justify-content: space-between;
}

.footer-articles .article {
    width: 45%;
    padding-right: 2rem;
}

.footer-articles .article p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 21px;
    color: #ffffff;
    text-align: justify;
    letter-spacing: 0.02em;
    padding-top: 3rem;
}

.footer-articles .contacts {
    display: flex;
    justify-content: space-between;
    text-align: start;
    margin-bottom: 2rem;
}

.footer-articles .contacts div {
    width: 45%;
}

.footer-articles .contacts p {
    font-weight: 700;
}

.footer-articles .contacts span {
    font-weight: 300
}

.footer-articles .links {
    display: flex;
    align-items: center;
}

.footer-articles .company-btn {
    color: white;
    background-color: black;
    padding: .5rem 3rem;
    border-radius: 10px;
    /*font-family: 'Calibri';*/
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-right: 3rem;
}



/* GIT - sprawdzone */
@media (max-width: 1400px) {
    .card-img-wrapper p {
        font-size: 1.5rem;
    }
}

/* GIT - sprawdzone */
@media (max-width: 1200px) {
    .article-top,  .article-bottom, .section2-wrapper, .footer-wrapper {
        width: 95%;
        margin: 0 auto;
    }

    .header {
        width: 100%;
    }

    .article-top, .header {
        margin: 0 auto;
    }

    .article-top-checkbox-container {
        width: 70%;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: 65px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 65px;
    }

    .location-card {
        left: 20px;
        top: 20px;
    }

    .location-card--title {
        margin: 0.5rem 0 1rem 0;
    }
}

/* GIT - zrobione */
@media (max-width: 1100px) {
    .article-top,  .article-bottom, .section2-wrapper, .footer-wrapper {
        max-width: 98%;
        margin: 0 auto;
    }

    .header {
        max-width: 100%;
    }

    .article-mid-picture-container {
        width: 40%;
    }

    .aricle-mid-list-container {
        width: 55%;
    }


    .article-bottom .list-wrapper h3, .time {
        /*font-size: .8rem;*/
    }

    .location-card {
        height: 380px;
        display:table;
    }

    .location-card--title {
        font-size: 2.5rem;
    }

    .location-card a {
        font-size: 1rem;
    }

    .location-card--content p {
        font-size: 1rem;
    }

    .article-bottom .list-title {
        font-size: 2.5rem;
    }

    .section2-title {
        font-size: 2.5rem;
    }

    .section2-bottom .title {
        font-size: 2.5rem;
    }

    .footer-wrapper .title {
        font-size: 2.5rem;
    }

   /* .location-card :first-child {
        font-size: 2rem;
    }

    .location-card div {
        font-size: 1rem;
    }*/

    .location-img {
        width: 300px;
    }

    .section2-article .card .description {
        /*font-size: .8rem;*/
    }

    .card-img-wrapper {
        justify-content: space-between;
    }

    .card-img-wrapper :first-child {
        width: 50%;
    }

    .card-img-wrapper p {
        font-size: 1.2rem;
    }

    .footer-articles .contacts p{
        font-size: 0.9rem;
    }
    
}

/* GIT - zrobione */
@media (max-width: 970px) {
    
    .location-img {
        width: 250px;
    }

    .article-top-text :last-child {
        font-size: 1.425rem;
    }

    .location-card--title {
        font-size: 2rem;
    }

    .section2-article {
        margin-bottom: 5rem;
    }

    .confirm-alert {

        top: 140px;
        width: 96%;
        height: fit-content;
        padding: 1rem 1rem 3rem 1rem;
    }

    .article-top-checkbox-container {
        margin: 0 auto;
        width: 700px;
    }

}

.logo-img {
    max-width: 90%;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
}

/* GIT - sprawdzone */
@media (max-width: 760px) {

    .footer-links {
        margin-top: 1rem !important;
    }

    .aricle-mid-list-container .list-wrapper h3 {
        font-size: 1.225rem;
    }

    .loc-small {
        display: block;
    }

    .loc-small img {
        width: auto;
        height: auto;
    }

    .article-top-text h1 {
        font-size: 3.0rem;
    }

    .article-top-text :first-child, .article-top-text :last-child {
        font-size: 1.25rem;
    }

    .article-top-input p {
        font-size: 1.25rem;
    }

    .loc-big {
        display: none;
    }

    .article-top-input input {
        width: 55%;
    }

    /*.confirm-alert :first-child {
        line-height: 50px;
    }

    .confirm-alert :nth-child(2) {
        width: 70%;
    }*/

    .article-top-input button, .confirm-alert button {
        width: 42%;
        text-align: center;
    }

    .article-top-checkbox-container {
        max-width: 95%;
    }

    .card-img-wrapper :last-child {
        font-size: 1rem;
    }

    .footer-articles {
        flex-direction: column;
        margin: 0 auto;
    }

    .footer-articles .article {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
        padding: 2rem 0;
        align-items: center;
    }

    .footer-articles .contacts p {
        font-size: 1rem;
    }


    .contacts {
        flex-direction: column;
        width: 100%;
    }
    .links {
        align-self: flex-start;
    }

    .sa-footer {
        margin: 0 auto;
    }

    .footer-articles .article p {
        padding-top:1rem;
    }

    .section2-article {
        grid-template-columns: repeat(1, 1fr)
    }

    .location-card--title {
        font-size:2rem;
    }

    .article-bottom {
        padding: 0 2rem;
    }

    .article-bottom-wrapper {
        flex-direction: column;
    }

    .article-bottom-list-container {
        width: 100%;
    }

    .article-bottom-list-container .list-wrapper {
        flex-direction: column;
        width: 100%;
    }


    .article-bottom-picture-container {
        width: 70%;
    }

    .partners--element {
        padding: 0.25rem 2rem 0.25rem 2rem;
    }
}

/* GIT - sprawdzone */
@media (max-width: 630px) {

    .header {
        width: 100%;
    }


    .article-mid {
        flex-direction: column;
    }

    .aricle-mid-list-container .list-wrapper p {
        width: 100%;
    }

    .aricle-mid-list-container {
        width: 90%;
        margin: 0 auto;
    }

    .article-top-input button {
        width: 50%;
        right: 10px;
    }

    .partners--element {
        padding: 1rem 3rem 1rem 3rem;
    }

    .article-top-input input {
        position: static;
        width: 85%;
        left: 0;
    }

    .article-top-input button {
        position:relative;
        top: 20px;
        left: 0;
        width: 80%;
    }

    .article-top-input p {
        font-size: 1.25rem;
    }

    .partners {
        flex-direction: column;
        align-items: center;

    }

    .partners :first-child {
        margin-bottom: 3rem;
    }

    
}


@media (max-width: 500px) {
/*
    body, html {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .header, .sa-footer, .sa-section2, .sa-section1, .location {
        max-width: 100%;
    }


    .header {
        text-align: center;
    }

    .logo-wrapper {
        padding-top: 1rem;
    }

    .logo-wrapper img{
        width: 85%;
    }

    

    .section1-wrapper {
        max-width: 500px;
        text-align: center;
    }

    .confirm-alert {
        width: 450px;
        height: 460px;

    }

    .confirm-alert button {
        width: 50%;
    }

    .article-top-text {
        font-size: 2.875rem;
        max-width: 500px;
        line-height: 36px;
        position: relative;
        margin-bottom: 0;
        padding: 1rem .5rem;
    }


    .article-top-text p {
        line-height: 36px;
    }


    .article-top-text :nth-child(3) {
        position: absolute;
        top: 60px;
        left: 50%;
        left: 120px;
        font-size: 1.25rem;
        
    }

    .article-top-text :nth-child(2) {
        font-size:1.875rem ;
        margin-top: 4rem;
        padding: 0;
    }

   

    

    .article-top-checkbox-container {
        width: 90%;
        margin: 0 auto;
    }

    .checkbox-wrapper div {
        width: 20%;
        
    }



    .article-mid {
        flex-direction: column;
    }
    .article-mid-picture-container {
        width: 100%;
    }

    .aricle-mid-list-container {
        margin: 0 auto;
        width: 90%;
        padding: 0;
    }


     .list-wrapper {
        width: 90%;
    }

    

    
    .location-card {
        width: 90%;
        background-color: white;
        position: absolute;
        top: 40px;
        padding: 1.5rem;
        left: 50%;
        transform: translate(-50%);
        height: fit-content;

    }

    .location-card :first-child {
        margin: 1rem 0 1.5rem 0;
        font-size: 3.125rem;
        font-weight: 700;
        color: rgba(163, 11, 137, 1);
    }


    .location-card div span {
        font-weight: 300;
    }

    .sa-section2 {
        margin-bottom: 2rem;
    }

    .section2-article .card .description {
        font-size: 1rem;
    }


    .section2-title {
        margin-top: 5rem;
        margin-bottom: 7rem;
        font-size: 35px;
        width: 90%;
        text-align: center;
    }

    .section2-article {
        max-width: 500px;
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 2rem;
    }

    .photo-and-position p {
        font-size: 1.5rem;
    }

    .section2-article {
        padding: 0;
    }

    .section2-article .card {
        max-height: unset;
    }

    .card-img-wrapper :first-child {
        width: 55%;
    }

    .section2-bottom {
        padding: 0;
    }

    .section2-bottom .title {
        
        max-width: 500px;
        font-size: 1.875rem;
        margin-top: 0;
        margin-bottom: 3rem;
    }

    .article-bottom .list-wrapper p, .time {
        font-size: 1.3rem;
    }

    .time {
        width: 150px !important;
    }


    

    .footer-wrapper .title {
        font-size: 2.5rem;
        
    }

    .footer-articles {
        flex-direction: column;
        margin: 0 auto;
       
    }

     

    */

}