.hej {
    color: red;
}

h1 {
    font-size: 43px !important;
    padding: 0px !important;
    max-width: 600px !important;
    width: 100% !important;
    font-weight: 600 !important;
}

p img {
    max-width: 600px !important;
    height: auto !important;
    margin: 16px 0px;
    width: 100% !important;
    border-radius: 4px !important;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.cta {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    position: relative;
    border: 1px rgba(0, 136, 255, 0) solid;
    width: fit-content;
    height: fit-content;
    max-height: 398px;
    background-color: #EAEAEA;
}

.spis-tresci a:hover {
    background-color: #034bb696;

}

.spis-tresci a {
    padding: 0px 5px;
    border-radius: 2px;
}

.cta img {
    border-radius: 4px;
    max-width: 600px;
    width: 100%;
}

.cta:hover .button {
    opacity: 1;
}

.cta:hover {
    border: 1px #08f solid;
    max-height: 398px;

}

.cta .button {
    scale: 120%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    padding: 9px 12px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    position: absolute;
    background-color: #08f;
    border: 1px solid #08f;

    color: white;
    top: calc(50% - 24px);
    left: calc(50% - 108px);
}

.cta .button:hover {
    background-color: white;
    border: 1px solid #08f;
    color: #08f;
}

.cta-wrapper {
    display: flex;
    margin: 32px 0px;
    gap: 16px;
    flex-direction: column;
}

html {
    scroll-padding-top: 76px;
    /* Wysokość nawbara */
}

h2 {
    background: linear-gradient(287deg, #141414e3 41.47%, #222 84.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 32px !important;
    font-weight: 500 !important;
    margin-bottom: 16px !important;
    margin-top: 64px;
}

h3 {
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cta-text {
    border-radius: 5px;
    background-color: azure;
    text-align: center;
    padding: 8px 4px;
    background: linear-gradient(287deg, #141414e3 41.47%, #222 84.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 32px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

ul {
    padding: 0 0 0 24px !important;
}

ul li {
    line-height: 24px;
    color: #343434;
    margin: 0;
    padding: 0;
    font-size: 18px
}

.marker {
    background-color: #08f;
}


/* widget socialmedia */
.product {
    transition: all 0.3s ease-in-out;
    position: fixed;
    box-shadow: 1px 2px 5px rgba(128, 128, 128, 0.219);
    border: 1px solid rgb(0, 136, 255);
    background-color: white;
    border-radius: 5px;
    padding: 16px;
    z-index: 1000;
    left: 20px;
    bottom: 20px;
}

@media (max-width: 800px) {
    .product {
        opacity: 0;
        display: none;
        bottom: 0;
    }
}

.product-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.product-header img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.product-header h3 {
    margin: 0;
    color: black;
    text-align: left;
}

.close-button {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}

.close-button img {
    width: 15px;
}

.social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-top: 8px;
}

.company-logo {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transition: opacity 0.2s ease-in-out;
}

.company-logo:hover {
    opacity: 0.6;
}