@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'LuckiestGuy';
    src: url('/fonts/LuckiestGuy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Arcane';
    src: url('/fonts/ARCANE-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



html {
    font-size: 16px;
}
html {
    scroll-behavior: smooth;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


html {
  position: relative;
  min-height: 100%;
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
*/

/*body {
  margin-bottom: 60px;
}*/

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* Regular */
    color:#000000;
    margin: 0;
    padding: 0;
    /*font-size: 1.7rem*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-size:1.5rem;
}

.container {
    max-width: 1536px;
}

.top-section {
    padding: 0rem 0 6rem;
    background: linear-gradient(to bottom, #3b195d, #3a69b1);
}
.top-section .container {

}

/*#### promo ###*/
.promo-banner {
    padding: 3rem 0;
    color: #fff;
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.promo-left {
    height: 22rem;
    aspect-ratio: 413 / 398;
    background-image: url('/images/promo-icon-rabbit.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.promo-right {
    height: 22rem;
    aspect-ratio: 448 / 387;
    background-image: url('/images/promo-icon-fox.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
/*    right: 10rem;
    position: absolute;*/
}


.promo-center {
    flex: 1;
    text-align: center;
    padding: 0 1rem;
/*    right: 10rem;
    position: absolute;*/
}

.promo-title {
    font-family: 'Arcane','Roboto', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    color: #ff6600;
    margin-bottom: 2rem;
}

.promo-button {
    background-color: #0cc5ca;
    color: #fff;
    padding: 0.75rem 5.5rem;
    font-weight: 700;
    border-radius: 1.25rem;
    text-decoration: none;
    display: inline-block;
    font-size: 2.2rem;
}
.promo-button:hover {
    color: #e95a1f;
}

/* MOBILE — królik i lis obok siebie na górze */
/*@media (max-width: 1800px) {
    .promo-right {
        right:auto;
        position: relative;
    }
}*/

@media (max-width: 868px) {
    .promo-content {
        flex-direction: row;
        align-items: center;
    }

    .promo-left {
        order: 1;
    }

    .promo-right {
        order: 2;
    }

    .promo-center {
        order: 3;
        margin-top: 1.5rem;
        flex: auto;
    }

    .promo-left, .promo-right {
        flex: auto;
        height: 20rem;
        background-position: center;
    }
}
@media (max-width: 668px) {
    .promo-left, .promo-right {
        height: 16rem
    }
}

/*@media (max-width: 520px) {
    .promo-left, .promo-right {
        height: 14rem
    }
    .promo-title {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }

    .promo-button {
        padding: 0.75rem 5.5rem;
        border-radius: 1.2rem;
        font-size: 1.5rem;
    }
}
@media (max-width: 452px) {
    .promo-left, .promo-right {
        height: 10rem
    }
}*/

/*#### end promo ###*/

/*### club-finder ###*/
.club-finder {
    padding: 3rem 0;
}

.club-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.club-graphic {
    height: 18rem;
    aspect-ratio: 1501 / 304;
    background-image: url('/images/club-finder.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1098px) {
    .club-graphic {
        height: 17rem;
    }
}

@media (max-width: 978px) {
    .club-graphic {
        height: 16rem;
    }
}
@media (max-width: 898px) {
    .club-graphic {
        height: 15rem;
    }
}

@media (max-width: 868px) {
    .club-content {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .club-graphic {
        height: 28rem;
        aspect-ratio: 677 / 320;
        background-image: url('/images/club-finder-mob.png');
    }
}
@media (max-width: 694px) {
    .club-graphic {
        height: 24rem;
    }
}

@media (max-width: 694px) {

    .club-graphic {
        height: 22rem;
    }
}

@media (max-width: 540px) {

    .club-graphic {
        height: 20rem;
    }
}
@media (max-width: 520px) {
    .club-content {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (max-width: 492px) {

    .club-graphic {
        height: 18rem;
    }
}

@media (max-width: 452px) {

    .club-graphic {
        height: 16rem;
    }
}
@media (max-width: 402px) {

    .club-graphic {
        height: 14.5rem;
    }
}

/*### end club-finder ###*/

/*### promo-actions ###*/
.promo-actions {
    padding: 0 0 3rem 0;
}
.promo-actions .container {
    height: 22rem;
    background-image: url('/images/promo-actions-icon.png');
    background-repeat: no-repeat;
    background-position: right 4rem center;
    background-size: contain;
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.promo-actions-title-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-actions-title-shadow {
    font-weight: 900;
    color: rgba(255, 255, 255, 0.10);
    text-align: center;
}

.promo-actions-title-overlay {
    position: absolute;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
@media (max-width: 998px) {

    .promo-actions .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .promo-actions-title-wrapper {
        padding-right: 16rem;

    }
}

@media (max-width: 868px) {
    .promo-actions .container {
        height: 25rem;
    }
}

@media (max-width: 668px) {
    .promo-actions .container {
        height: 22rem;
    }
}
@media (max-width: 520px) {

    .promo-actions .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .promo-actions .container {
        background-position: right 2rem center;
    }
    .promo-actions-title-wrapper {
        left: 1rem;
    }
        .promo-actions-title-wrapper .promo-actions-title-shadow {
            font-size: 4rem;
            line-height: 4.5rem;
        }
}
@media (max-width: 440px) {
    .promo-actions-title-wrapper {
        padding-right: 10rem;
    }
    .promo-actions .container {
    padding-left:0;
    }
}

/*### end promo-actions ###*/

/*### promo-section  ###*/
.promo-section {
    padding: 2rem 0;
}

.promo-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-btn {
    height: 11.25rem;
    aspect-ratio: 1379 / 186;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
}

.promo-button-overlay {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; /* ukrywa tekst */
}


.promo-btn.our-programs{
    background-image: url('/images/our-programs.png');
}
.promo-btn.our-programs:hover{
    background-image: url('/images/our-programs-h.png');
}
.promo-btn.our-projects{
    background-image: url('/images/our-projects.png');
}
.promo-btn.our-projects:hover{
    background-image: url('/images/our-projects-h.png');
}
.promo-btn.our-competitions{
    background-image: url('/images/our-competitions.png');
}
.promo-btn.our-competitions:hover{
    background-image: url('/images/our-competitions-h.png');
}

@media (max-width: 1098px) {
    .promo-btn {
        height: auto;
        width: 100%;
        aspect-ratio: 1379 / 186;
    }
}

@media (max-width: 868px) {
    .promo-section .container {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .promo-btn {
        height: auto;
        width: 100%;
        aspect-ratio: 690 / 357;
    }

    .promo-btn.our-programs {
        background-image: url('/images/our-programs-mob.png');
    }

    .promo-btn.our-programs:hover {
        background-image: url('/images/our-programs-mob-h.png');
    }

    .promo-btn.our-projects {
        background-image: url('/images/our-projects-mob.png');
    }

    .promo-btn.our-projects:hover {
        background-image: url('/images/our-projects-mob-h.png');
    }

    .promo-btn.our-competitions {
        background-image: url('/images/our-competitions-mob.png');
    }

    .promo-btn.our-competitions:hover {
        background-image: url('/images/our-competitions-mob-h.png');
    }
}

@media (max-width: 520px) {
    .promo-section .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
/*    .club-content {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .club-graphic {
        height: auto;
        width: 100%;
        aspect-ratio: 677 / 320;
        background-image: url('/images/club-finder-mob.png');
    }*/
}


/*### end promo-section ###*/


.section-render-body {
    padding: 4rem 0 0;
}
.container-main-title {
    /*background-image: url('/images/news_title_icon.png');
    background-repeat: no-repeat;
    background-position: left 8rem center;*/
    /* background-position: calc(100% + 40px) center;*/
    /*background-size: contain;*/
    position: relative;
}

    .container-main-title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(-10%, -50%);
        width: 21.75rem;
        height: 20rem;
        background-image: url(/images/news_title_icon.png);
        background-repeat: no-repeat;
        background-size: contain;

        z-index: 2;
    }

.main-title-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:20rem;
}

.main-title-shadow {
    font-weight: 900;
    color: rgba(237, 237, 237);
    position: relative;
    z-index: 1;
}

.main-title-overlay {
    position: absolute;
    z-index: 3;
    font-weight: 700;
    color: #185ab1;
}
.main-title-overlay-too-wide {
    right:0;
    width:70%;
    text-align:left!important;
}

.container-main-cont {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
}

@media (max-width: 1858px) {

    .main-title-overlay-too-wide {
        text-align: center !important;
    }
}

@media (max-width: 1100px) {

    .main-title-overlay-too-wide {
        width: 60%;
        right:5%;
    }
}

@media (max-width: 998px) {

    .main-title-wrapper {
        padding-left: 16rem;
    }
}
@media (max-width: 868px) {

    .container-main-title {
       /* background-position: left 3rem center;*/
       background-image:none;
    }
    .container-main-title {
        position: relative;
    }

    .container-main-title::before {
        content: "";
        position: absolute;
        left: 3rem;
        top: 50%;
        transform: translateY(-50%);
        width: 21.75rem;
        height: 20rem;
        background-image: url(/images/news_title_icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index:2;
    }

    .main-title-shadow {
        position:relative;
        z-index: 1;
    }

    .main-title-overlay {
        position: absolute;
        z-index: 3;
    }
}

@media (max-width: 720px) {

    .main-title-overlay-too-wide {
        width: 60%;
        right: 0;
    }
}


@media (max-width: 668px) {
    .main-title-wrapper {
        padding-left: 0rem;
        justify-content: flex-end;
        padding-right:2rem;
    }
    .main-title-overlay {
        padding-right: 2rem;
    }
    .main-title-overlay-too-wide {
        width: 55%;
    }
}

@media (max-width: 580px) {

    .main-title-overlay-too-wide {
        width: 50%;
    }
}

@media (max-width: 520px) {
    .main-title-wrapper, .main-title-overlay {
        padding-right: 1rem;
    }
    .main-title-overlay-too-wide {
        width: 45%;
    }
}

@media (max-width: 490px) {

    .main-title-wrapper {
        all: unset;
        min-height: 20rem;
        display: block;
        padding: 0 2rem;
        text-align: center;
        height: auto;
    }

    .main-title-shadow {
        min-height: 20rem;
        display: block;
        text-align: center;
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .main-title-overlay {
        position: inherit;
        display: block;
        width: 100%;
        padding-bottom:3rem;
    }

    .container-main-title::before {
        min-height: 20rem;
        top:28%;
    }
}

    .support-banner {
        padding: 6rem 0 10rem;
        clear:both;
    }


    .support-bar {
        background: linear-gradient(to bottom, #3b185c, #3a67af);
        padding: 1.4rem 0 1.1rem;
        text-align: center;
        margin: 0rem 4rem 3rem 4rem;
        border-radius: 1.5rem;
        border: 1px solid #d3d3d2;
    }

    .support-title {
        font-weight: 700;
        color: #ffffff;
        margin: 0;
        letter-spacing: 1px;
    }

    .support-logos {
        text-align: center;
    }

    .sponsor-graphic {
        max-width: 100%;
        height: auto;
    }

@media (max-width: 998px) {

    .support-bar {
        padding: 1.75rem 1.75rem 1.5rem;
        border-radius: 1.5rem;
    }
    .support-banner {
        padding: 6rem 0 6rem;
    }
}

@media (max-width: 868px) {
}


/*### news-list ###*/
.news-section {
    padding-top: 0rem;

}


.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 3rem;
    justify-content: center; /* KLUCZ */
}

.news-item {
    /*        overflow: hidden;
        display: flex;
        flex-direction: column;*/

    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; /* centrowanie */
    text-align: center; /* jeśli chcesz, żeby opis też był centrowany */
}
.news-item a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.frame-outer {
    /*        width: 19.5rem;
        height: 19.5rem;*/
    aspect-ratio: 1 / 1;
    width: 20rem;
    border: 4px solid rgb(13, 197, 203);
    padding: 4px; /*0.25rem;*/
    border-radius: 0.6rem;
    display: inline-block;
}

    .frame-inner {
        width: 100%;
        height: 100%;
        border: 1px solid rgb(13, 197, 203, 0.4);
        border-radius: 0.6rem;
    }

        .frame-inner img {
            /*            display: block;
            width: 100%;
            height: 100%;
            border-radius: 0.2rem;
            background-size: cover;
            background-position: center;*/
            width: 100%;
            height: 100%;
            object-fit: cover; /* KLUCZ */
            object-position: center;
            display: block;
            border-radius: 0.2rem;
        }

    .news-meta {
        padding: 1.5rem;
        text-align:left;
    }

    .news-date {
        font-size: 1rem;
        font-weight: 300;
        color: #016ab4;
        display: block;
        margin-bottom: 0.5rem;
    }

    .news-description {
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 600;
        color: #000000;
    }

    /*### end news-list ###*/

    /*### news-detail ###*/
    .container-news-detail {
        padding-left: 2rem;
        padding-right: 2rem;
    }

.news-detail-full {
    width:100%;
}

.news-detail {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    padding: 3rem 0;
    border-bottom: 1px solid #000000;
    flex-wrap: wrap;
}

    .news-detail-content {
        flex: 1 1 50%;
        max-width: 50rem;
    }

.news-detail-date {
    font-size: 1.25rem;
    font-weight: 300;
    color: #016AB4;
    display: block;
    margin-bottom: 0.25rem;
}

    .news-detail-title {
        font-size: 1.25rem; 
        font-weight: 500;
        margin-bottom: 3rem;
    }
.main-detail-news .news-detail-title {
    font-size: 1.5rem;
}

.news-title-link {
    color: #3A68B1;
    text-decoration: none;
}

    .news-title-link:hover {
        text-decoration: none;
        color: #3B165A;
    }

.back-to-news-btn {
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #6a1b9a;
    color: #fff;
    border-radius: 1rem;
    border: none;
    padding: .5rem 1.25rem !important;

}

    .back-to-news-btn:hover {
        background-color: #e95a1f;
        color: #fff;
        text-decoration: none;
        /*background-color: #e95a1f;*/
    }



    .news-detail-description {
        font-size: 0.85rem;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

        .news-detail-description ul {
            padding: 1.5rem;
            list-style-type: disc;
            margin-bottom: 0;
        }

.news-detail-image {
    flex: 1 1 45%;
    max-width: 43.6rem;
    aspect-ratio: 698 / 393;
}

.news-detail-image-n {
    flex: 1 1 45%;
    max-width: 43.6rem;
    aspect-ratio: 698 / 466;
}

    .news-detail-image img,
    .news-detail-image-n img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.read-more-link {
    color: #3A68B1;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.25rem;
}

    .read-more-link:hover {
        text-decoration: none;
        color: #3B165A;
        font-weight: 500;
    }


@media (max-width: 768px) {
    .news-detail {
        flex-direction: column;
    }

    .news-detail-content,
    .news-detail-image,
    .news-detail-image-n {
        max-width: 100%;
    }

    .news-detail-image,
    .news-detail-image-n {
        order: 2;
        margin-top: 2rem;
    }
}


    /*### end news-detail ###*/


/*nasze projekty*/

.container-projects-detail {
    padding-left: 2rem;
    padding-right: 2rem;
}

.projects-detail {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    padding: 3rem 0;
    border-bottom: 1px solid #000000;
    flex-wrap: wrap;
}
.projects-detail:last-child {
    border-bottom: none;
}

.projects-detail-content {
    flex: 1 1 50%;
    max-width: 50rem;
}
.projects-detail-content.projects-detail-content-100 {
    max-width: 100%;
}

.projects-detail-date {
    font-size: 1.25rem;
    font-weight: 300;
    color: #016ab4;
    display: block;
    margin-bottom: 0.25rem;
}

.projects-detail-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
}

.projects-title-link {
    color: #016ab4;
    text-decoration: none;
}

    .projects-title-link:hover {
        text-decoration: none;
        color: #e95a1f;
    }

.back-to-projects-btn {
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #6a1b9a;
    color: #fff;
    border-radius: 1rem;
    border: none;
    padding: .5rem 1.25rem !important;
}

    .back-to-projects-btn:hover {
        background-color: #e95a1f;
        color: #fff;
        text-decoration: none;
        /*background-color: #e95a1f;*/
    }



.projects-detail-description {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1rem;
}

    .projects-detail-description ul {
        padding: 1.5rem;
        list-style-type: disc;
        margin-bottom: 0;
    }

.projects-detail-image {
    flex: 1 1 45%;
    max-width: 38.75rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

    .projects-detail-image img {
        /*        width: 100%;
        height: 100%;*/
        object-fit: cover;
        display: block;
        width: auto;
        max-width:100%;
    }

.projects-detail-image2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:1.75rem;
}
.projects-detail-image2 img {
    object-fit: cover;
    display: block;
    width: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .projects-detail {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .projects-detail-content,
    .projects-detail-image {
        max-width: 100%;
    }
}
/*end nasze projekty */

/*contact*/

.container-contact-detail {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1200px;
    color: #535353;
}

.contact-detail {
    display: flex;
    gap: 10rem;
    align-items: center;
    padding: 4rem 0 2.5rem 0;
    border-bottom: 1px solid #000000;
    flex-wrap: wrap;
}

    .contact-detail:last-child {
        border-bottom: none;
        padding-bottom:0px;
        padding-top:6rem;
    }

.contact-detail-content {
    flex: 1 1 50%;
    max-width: 50rem;

}

.contact-detail-content.contact-detail-content-100 {
    max-width: 100%;
}


.contact-detail-title {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 500;
    margin-bottom: 0rem;
    color: #3a68b1;
}


.contact-detail-description, .contact-detail-des-phone, .contact-detail-des-email {
    font-size: 1.61rem;
    font-weight: 500;
}

.contact-detail-description {
    margin-bottom: 2rem;
    line-height: 2rem;
}

.contact-detail-des-phone, .contact-detail-des-email {
    line-height: 1.61rem;
}


.contact-detail-des-email, .contact-detail-des-email a, .contact-detail-des-email a:hover {
    color: #3a68b1;
}
.contact-detail-des-email a, .contact-detail-des-email a:hover
{
    text-decoration:none;
}


.contact-detail-image {
 /*   flex: 1 1 45%;*/
    max-width: 299px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .contact-detail-image img {
        object-fit: cover;
        display: block;
        width: auto;
        max-width: 299px;
    }

@media (max-width: 1280px) {
    .container-contact-detail {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 768px) {
    .contact-detail {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-detail-content,
    .contact-detail-image {
        max-width: 100%;
    }
}
/*end Contact */

.footer {
    background: #244093;
    color: #ffffff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-weight: 700;
}

    .footer .container {
        background-image: url('/images/footer_icon.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }

    .footer-title-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3.5rem;
    }

    .footer-title-shadow {
        font-weight: 900;
        color: rgba(255, 255, 255, 0.10);
    }

    .footer-title-overlay {
        position: absolute;
        font-weight: 700;
        color: #ffffff;
    }
.footer-cont-l {
    padding-left: 3rem;
}

.social-icons {
    position: fixed;
    right: 20px;
    top: 45%;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    z-index: 1000;
}

.social-icons a {
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-icons img {
    width: 38px;
    height: 38px;
}

.social-icons a:hover {
    transform: scale(1.1);
}
@media (max-width: 1205px) {

    .social-icons {
        right: 10px;
    }
}

@media (max-width: 991px) {
    .promo-banner {
        padding: 1rem 0 3rem 0;
        color: #fff;
    }
    .social-icons {
        position: static;
        flex-direction: row;
        justify-content: end;
        margin-bottom: 2rem;
        gap: 2.5rem;
        margin-right:2.5rem;
    }

        .social-icons a {
            width: 34px;
            height: 34px;
        }
        .social-icons img {
            width: 32px;
            height: 32px;
        }
}



@media (max-width: 1536px) {

    .footer .container {
        background-size: contain;
        background-position: right 3rem center;
    }
}
@media (max-width: 998px) {

    .footer .container {
        background-image: none;
    }

    .footer-title {
        display: flex;
        justify-content: flex-end;
        padding-right:40rem;
        align-items: center;
        min-height: 20rem;
        background-image: url('/images/footer_icon.png');
        background-repeat: no-repeat;
        background-position: right 3rem center;
        background-size: contain;
        margin-bottom: 3rem;
    }

    .footer-title-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0rem;
    }
}

@media (max-width: 768px) {
    .footer-cont-l, .footer-cont-r {
        padding-left: 4rem;
    }
    .footer-cont-r {
        padding-top: 4rem;
    }
}

@media (max-width: 734px) {
    .footer-title {
        justify-content: flex-start;
        padding-right: 0;
        padding-left: 3rem;
    }
    .footer-title {
        min-height: 18rem;
        margin-bottom: 4rem;
    }
}
@media (max-width: 668px) {
    .footer-title {
        min-height: 16rem;
        margin-bottom: 4rem;
    }
}
@media (max-width: 520px) {
    .footer-title {
        padding-left: 1rem;
        background-position: right 1rem center;
    }
}


    /*font-size*/
    .support-title {
        font-size: 2.7rem;
    }

    .footer {
        font-size: 1.5rem;
    }

    .footer-title-overlay, .main-title-overlay, .promo-actions-title-overlay {
        font-size: 2.5rem; /* mniejszy napis */
        text-align: center;
    }

    .footer-title-shadow, .main-title-shadow, .promo-actions-title-shadow {
        font-size: 4rem; /* duży napis */
        text-align:center;
    }

    @media (min-width: 1616px) {
        .footer .container {
            max-width: 1616px;
        }

        header .container {
            max-width: 100%;
        }

        .footer .footer-cont-l {
            margin-left: 40px
        }
    }



    /* < 1536px */
    @media (max-width: 1536px) {
        html {
            font-size: 14px;
        }
    }

    /* < 1280px */
    @media (max-width: 1280px) {
        html {
            font-size: 12px;
        }
    }
    /* < 1024px */
    @media (max-width: 1024px) {
        html {
            font-size: 11px;
        }
    }

    @media (max-width: 998px) {
        .footer-title-overlay, .main-title-overlay, .promo-actions-title-overlay {
            font-size: 3rem;
            line-height: 3.5rem;
        }

        .footer-title-shadow, .main-title-shadow, .promo-actions-title-shadow {
            font-size: 5rem;
            line-height: 5.5rem;
        }
    }

    /* < 768px */
    @media (max-width: 768px) {
        footer html {
            font-size: 10px;
        }
    }

    /* < 768px */
    @media (max-width: 668px) {
    }

    /* < 480px */
/*    @media (max-width: 380px) {
        html {
            font-size: 9px;
        }
    }*/
