@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* GLOBAL VARIABLES */

:root {
    --WIT: #910000;
    --biay: #FFFFFF;
    --szary-90: #1A1A1A;
    --szary-80: #333333;
    --szary-85-tekst: #262626;
    --szary-50: #808080;
    --szary-30: #B3B3B3;
    --szary-10: #E6E6E6;
    --szary-5: rgba(247, 247, 247, 0.95);
    --szary-3: #F7F7F7;
    --UPGROWTH: #FFB800;
    --dsignn: #FFEE00;
	--GRAFIKA: #FE8F07;
    --INFORMATYKA: #00A23D;
    --ITZ: #0255DE;
    --ZARZADZANIE: #8A42D4;
    --PODYPLOMOWE: #B3B3B3;
}

/* GLOBAL TAGS */

body {
    color: #000;
    font-family: "Roboto", sans-serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px;
    }
}

h2 {
    margin: 0;
    width: 100%;

    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

h2 strong {
    margin: 0;
    width: 100%;

    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h3 {
    margin: 0;
    width: 100%;

    color: var(--szary-85-tekst, #262626);
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

h5 {
    color: var(--szary-90, #1A1A1A);
    margin: 0;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

p strong {
    font-weight: 700;
}

#p-underline {
    text-decoration: underline;
}

a {
    transition: 0.3s ease;
    text-decoration: none;
    color: var(--szary-90, #1A1A1A);
}

a:hover :not(.mainNavbar) {
    font-weight: 700;
}

hr {
    width: 100%;
    height: 1px;

    background: #CCCCCC;
    border: none;
    margin: 0;
    opacity: 1;
    transition: 0.3s ease;
}

underline {
    color: #000;

    /* p-tresc-glowna */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

    @media all and (max-width: 991.98px) {
		.full-width-mobile {
			width: 100vw;
			position: relative;
			left: 50%;
			right: 50%;
			margin-left: -50vw;
			margin-right: -50vw;
		}
	}

/* COMMON CLASSES */

.wit-logo {
    display: flex;
    /*	background: url(./images/svg/witlogo_pl.svg);
	background-size: contain;
	background-repeat: no-repeat; */
    height: 100%;
	
}

.wit-logo>img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-width: 250px; */
    width: 100%;
}

/* ========================= LINK ===========================*/
.link {
    display: flex;
    gap: 15px;
    align-items: center;
    transition: 0.3s ease;

    color: var(--szary-90, #1A1A1A);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.link .pointer {
    transition: 0.3s ease;
    color: var(--szary-30, #B3B3B3);
}

.link:hover {
    font-weight: 700;
}

.link:hover .pointer {
    color: var(--WIT-GWNY, #910000);
}

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

/* ========================= BUTTON ===========================*/

.button {
    cursor: pointer;
    user-select: none;
    display: flex;
    width: fit-content;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    border-radius: 10px;
    background: var(--szary-3, #F7F7F7);
}

.button_label {
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--szary-85-tekst, #262626);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.arrow_black {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 13px;
    width: 14px;
    background: url(/images/svg/arrow_dark.svg);
    position: relative;
}

.arrow_white {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 13px;
    width: 14px;
    background: url(/images/svg/arrow_white.svg);
    opacity: 0;
    transition: 0.3s;
}

.button:hover {
    transition: 0.3s;
    background: var(--WIT-GWNY, #910000);
}

.button:hover>.button_label {
    transition: 0.3s;
    color: var(--to, #FFF);
}

.button:hover>.arrow_black>.arrow_white {
    transition: 0.3s;
    opacity: 1;
}

.button:active {
    background: var(--szary-90, #1A1A1A);
}

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

/* TO TOP */
#fixed-totop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 20;

}

#fixed-totop a {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(180, 180, 180, 0.3);
    transition: background .5s ease .300ms, color .5s ease .300ms;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

#fixed-totop a.notouch:hover {
    background-color: rgba(145, 0, 0, 0.9);
    color: rgba(255, 255, 255, 1);
}

/* * */



.notrns {
    transition: none!important
}

.bi-rotate90::before {
    rotate: 90deg
}