html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    line-height: 160%;
}
head{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 180%;
    overflow-x: hidden;
    font-size: 1.5rem;
    font-weight: 300;
    float: left;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 180%;
    margin: 0 0 20px;
}
a{
    text-decoration: none;
    outline: none;
    color: #ff0000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover{
    /*text-decoration: none;*/
}
h1{
    font-size: 4.4rem;
    margin: 0px 0 30px;
    font-weight: 300;
    line-height: 140%;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
h2{
    font-size: 2.2rem;
    line-height: 130%;
    font-weight: 300;
    margin: 0px 0 20px;
    color: #000;
}
h3{
    font-size: 2rem;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
h4{
    font-size: 1.4rem;
    line-height: 130%;
}

strong{
    font-weight: 600;
}

::-webkit-input-placeholder {
    color: #bab8b8;
    opacity: 1 !important;
}
:-moz-placeholder {
    color: #bab8b8;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #bab8b8;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #bab8b8;
    opacity: 1 !important;
}
.alertBg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
}
.alertBox{
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 30px 30px 20px;
    max-width: 70%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1000;
    min-width: 500px;
}
.alertContentTitle{
    font-size: 25px;
    font-weight: 900;
    color: #df202f;
    margin-bottom: 15px;
}
.alertContentText{
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 140%;
}
.alertContentText strong{
    font-weight: 900;
}
.alertContent hr{
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0;
}
.alertClose{
    float: right;
    color: #fff;
    background-color: #df202f;
    padding: 10px 50px;
    margin-top: 10px;
    font-weight: 900;
    cursor: pointer;
}
.Site{
    width: 100%;
    float: left;
    margin-left: 0;
    z-index: 1;
    position: relative;
}
.MainHeader{
    position: relative;
}
.Header{
    margin: 0px auto;
    width: calc(100% - 60px);
    max-width: 1400px;
    transition-duration: .2s;
    position: relative;
}
.HeaderLogo{
    float: left;
    margin: 5px 0;
}
.HeaderLogo a{
    float: left;
    color: #2e3192;
}
.HeaderLogo img{
    float: left;
}
.HeaderLogo p{
    margin: 38px 0 0 20px;
    float: left;
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
}
.HeaderBtnMenu{

    display: none;
}
.HeaderBtnMenu img{
    width: 100%;
}
.HeaderMenu{
    float: left;
    width: 100%;
    background-color: #0050aa;
}
.HeaderContact{
    float: right;
    font-weight: 300;
    margin-top: 19px;
    font-family: 'Montserrat', sans-serif
}
.HeaderContact p{
    float: left;
    margin: 0 10px 0 0;
    background-image: url(../../img/tel.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0 0 0 26px;
}
.HeaderContact a{
    color: #000;
    font-weight: 800;
}
.HeaderMenu ul{
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0 0;
    list-style: none;
    text-align: center;
}
.HeaderMenu li{
    display: inline-block;
    margin: 0 5px;
    ;
    position: relative;
}
.HeaderMenu li:last-child{
    margin-right: 0;
}
.HeaderMenu ul a{
    float: left;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    transition-duration: .2s;
    text-transform: uppercase;
    margin-bottom: -8px;
    line-height: 180%;
}
.HeaderMenu ul > li:hover > a, .HeaderMenu > ul > li > a.active{
    color: #fdfb2a !important;
}
.HeaderMenu ul ul{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #595959;
    width: 270px;
    padding: 10px 0 15px;
    display: none;
    z-index: 101;
}
.HeaderMenu ul ul ul{
    left: 100%;
    top: -10px;
    background-color: #000;
}
.HeaderMenu ul ul li{
    width: 100%;
    margin: 0 0 8px;
    float: left;
}
.HeaderMenu ul ul a{
    font-size: 1.4rem;
    width: calc(100% - 30px);
    padding: 8px 15px;
    line-height: 140%;
    text-align:left;
    color: #ffffff;
    float: left;
}
.HeaderMenu ul ul li a:hover{
    background-color: #000;
}
.HeaderMenu ul ul a:hover:after{
    width: 0;
}
.HeaderMenu1Center{
    float: left;
    width: 90%;
    margin: 40px 5%;
}
.HeaderMenu1Center h1{
    color: #ffffff;
    font-weight: normal;
    margin-left: 5%;
    padding: 30px 5% 15px 0;
    width: 90%;
    border-bottom: 1px solid #ffffff;
}
.HeaderMenuMainCenter{
    float: left;
    width: 100%;
    border-radius: 5px 0 5px 5px;
    overflow: hidden;
}
.MainCenter{
    position: relative;
    float: left;
    width: 100%;
}
.MainCenterContent{
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1400px;
}
.DarkLetter .MainTextContent{
    color: #525252;
}
.MainTextContent{
    width: 100%;
    padding: 0px 0 15px;
    float: left;
}
.MainTextContent h1{
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #0050aa;
    margin-bottom: 20px;
}
.MainTextContent h2{
    color: #0050aa;
    font-weight: 400;
}
.MainTextContent ul{
    list-style: none;
    padding-left: 29px;
}
.MainTextContent ul li{
    padding-bottom: 4px;
}
.MainTextContent ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #106dd6;
    display: inline-block;
    margin: 0 13px 0px -20px;
}
.MainTextContent hr{
    height: 1px;
    border: 0;
    background-color:
        #bf5e41;
    margin: 27px 0;
}
.ColumnCenter{
    float: left;
    width: 100%;
}
.ColumnCenterOne{
    width: 100%;
    max-width: 1400px;
}
.MainFooter{
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    background-color: #0050aa;
}
.Footer{
    margin: 0px auto;
    padding: 20px 0;
    color: #4a4a48;
    width: calc(100% - 60px);
    max-width: 1400px;
    font-family: 'Montserrat', sans-serif;
}
.Gallery{
    float: left;
    width: 100%;
}
.galleryBox{
    display: inline-block;
    position: relative;
    width: calc(33.33% - 22px);
    margin-right: 18px;
    margin-bottom: 18px;
}
.galleryBox:nth-child(3n){
    margin-right: 0;
}
.galleryBox img{
    width: 100%;
    border-radius: 3px;
    float: left;
}
.galleryBox p{
    margin: 10px 0;
    float: left;
    width: 100%;
    font-weight: 500;
    text-align: center;
    color: #000;
}
.FormInputName{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 13px;
}
.FormContentCol2{
    float: left;
    padding: 0px 0 0px;
    width: 100%;
}
.FormContentCol2 label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.FormContentCol2 span{
    font-size: 1.1rem;
    line-height: 140%;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    float: left;
    padding-left: 2px;
}
.FormContentCol2 p{
    font-weight: bold;
    color: #ED1E79 !important;
    margin: 0;
}
.FormContentCol3{
    float: left;
    margin-bottom: 3%;
    width: 99%;
}
.FormContentCol3 textarea{
    width: 89.4%;
    padding: 2% 3%;
    text-transform: none;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    height: 100px;
    border: 0;
}
.FormStat{
    float: right;
    margin-top: 6px;
    width: 31px;
}
.FormStat img{
    width: 95%;
    max-width: 18px;
}
.FormContentCol2Click{
    float: left;
    width: 100%;
    text-align: left;
}
.SubmitContact{
    padding: 13px 40px 13px 20px;
    background-color: #0050aa;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin-top: 10px;
    border: none;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
}
.ColumnRight{
    float: right;
    width: 380px;
    margin-bottom: 20px;
    margin-top: -30px;
}
.ColumnLeft{
    float: left;
    padding: 0 0 30px;
    width: 31%;
    background-color: #e29793;
}
.BoxContactInfo{
    float: left;
    background-image: url(../../img/bg_box_long.gif);
}
.BoxBgMiddle{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.BoxP1{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    float: left;
    padding: 20px 6% 0;
    width: 88%;
    background-image: url(../../img/bg_box_long.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.BoxPTextBtnLinkForm{
    float: left;
    width: 100%;
    background-color: #2387f6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}
.S_FormContent{
    float: left;
    width: calc(55% - 25px);
    margin-left: 25px;
    margin-top: 22px;
}
.S_FormContent h2{
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b3f08;
}
.S_FormContent input[type=text]{
    width: calc(100% - 4px);
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 12px 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
}
.S_FormContent textarea{
    width: calc(100% - 4px);
    margin-bottom: 5px;
    height: 100px;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 12px 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
}
.FormQuickMsg{
    float: left;
    width: 100%;
    color: red;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}
.msgerrok{
    color: green !important;
}
#scrolltop{
    background-image: url("../../img/scrolltop.png");
    bottom: 15px;
    cursor: pointer;
    height: 43px;
    position: fixed;
    right: 15px;
    width: 43px;
    z-index: 1000;
    opacity: 0;
}
.err{
    width: 100%;
    float: left;
    color: #ff0000 !important;
}
.BibList{
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.BibLabels, .BibRow{
    float: left;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
}
.BibLabels div, .BibRow div{
    float: left;
    padding: 8px 0;
    text-align: left;
    font-weight: 600;
    color: #000;
}
.BibLabelsLp, .BibRowLp{
    width: 80px;
    text-align: center !important;
    margin-right: 15px;
}
.BibLabelsTitle, .BibRowTitle{
    margin-right: 15px;
    width: calc(100% - 570px);
}
.BibLabelsCat, .BibRowCat{
    width: 150px;
    margin-right: 15px;
    line-height: 130%;
}
.BibLabelsType, .BibRowType{
    width: 150px;
    margin-right: 15px;
    line-height: 130%;
}
.BibLabelsStat, .BibRowsStat{
    width: 130px;
    text-align: center !important;
}
.BibRow{
    padding: 15px 0;
}
.BibRowLp{
    font-size: 2.6rem;
    color: #a5a5a5 !important;
}
.BibRowTitle p.Title{
    font-size: 2rem;
    color: #106dd6 !important;
    margin-bottom: 5px;
    line-height: 0100%;
}
.BibRowTitle p.Autor{
    font-size: 1.4rem;
    margin-bottom: 0px;
    font-weight: 300 !important;
    color: #8a8a8a;
}
.BibRowTitle p.Autor strong{
    color: #000000 !important;
    font-weight: 300 !important;
}
.BibRowTitle p.Publish{
    font-size: 1.4rem;
    margin-bottom: 0px;
    font-weight: 300 !important;
    color: #8a8a8a;
}
.BibRowTitle p.Publish strong{
    color: #000000 !important;
    font-weight: 300 !important;
}
.BibRowCat{
    font-weight: 300 !important;
}
.BibRowType{
    font-weight: 300 !important;
}
.BibRowsStat{
    color: #10a60c !important;
}
.BibTitleContent{
    float: left;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
}
.BibCount{
    float: left;
}
.BibSearch{
    background-color: #f5f5f5;
    padding: 30px 30px 15px;
    width: calc(100% - 60px);
    float: left;
    margin-bottom: 30px;
}
.SearchTitle{
    float: left;
    width: calc(50% - 0px) !important;
    background: transparent;
    margin-right: 30px !important;
}
.SearchAutor{
    float: left;
    width: calc(30% - 30px)  !important;
    background: transparent;
    margin-right: 30px !important;
}
.SearchNrInw{
    float: left;
    width: calc(20% - 30px)  !important;
    background: transparent;
}
.BibSearchTitle{
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}
.SearchBtnBox{
    float: right;
    margin: 15px 0 0 0;
}
.SearchBtnBox a{
    color: #000;
    font-weight: 600;
    margin: 9px 10px 0 0;
    float: left;
}
.SearchBtnBox a:hover{
    color: #ff0000;
}
.SearchBtnBox button{
    float: right;
    padding: 15px 25px 15px 50px;
    background-color: #106dd6;
    background-image: url(../../img/search.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    margin-left: 20px;
    border: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.Select{
    float: left;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    position: relative;
}
.SelectLast{
    margin-right: 0;
}
.SelectText{
    background-image: url(../../img/s8.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 5px top 22px !important;
    cursor: pointer;
    padding-right: 30px !important;
}
.SelectBox{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 10px;
    width: calc(100% - 20px);
    border: 1px solid #ccc;
    display: none;
    z-index: 1;
    max-height: 280px;
    overflow-y: auto;
}
.SelectBoxOption{
    float: left;
    width: 100%;
}
.SearchKierunek{
    float: left;
    width: 100%  !important;
    background: transparent;
}
.SearchKategoria{
    float: left;
    width: 100%  !important;
    background: transparent;
}
.SearchRodzaj{
    float: left;
    width: 100%  !important;
    background: transparent;
}
.loading{
    text-align: center;
}
.loading img{
    width: 50px;
    display: inline-block;
    margin: 0 0 -17px;
}
.loading span{
    display: inline-block;
    margin: 0px 0 0 11px;
}

@keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.activated{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated;
    animation-duration: 0.5s;
}

@keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@-webkit-keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.activated_x{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated_x;
    animation-duration: 0.5s;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 280px;
}
.Contact{
    float: left;
    width: 50%;
}
input[type="text"], input[type="password"], input[type="date"], input[type="tel"], input[type="email"], textarea, select{
    border: none;
    border-bottom: 1px solid #0050aa;
    padding: 13px 0px;
    margin: 0 0 10px 0;
    margin-left: 0px;
    max-width: 100%;
    -webkit-appearance: none;
    color: #454545;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus{
    border-bottom: 1px solid #000;
}

/*::-webkit-input-placeholder { color:#bab8b8; }
::-moz-placeholder { color:#bab8b8; }  firefox 19+ 
:-ms-input-placeholder { color:#bab8b8; }  ie 
input:-moz-placeholder { color:#bab8b8; }*/

input.inputerror, textarea.inputerror{
    background-color: rgba(183,19,19,0.2);
}
.FormContentMail{
    float: left;
    width: calc(50%);
    margin: 0px 0 0px 0px;
}
.FormContentMail form{
    float: left;
    width: 100%;
}
.FormContentCol2Text{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: right;
}
.FormContentCol2Text label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.FormContentCol2Text textarea{
    width: 100%;
    height: 150px;
    margin: 0;
    float: left;
    line-height: 150%;
}
.GooglePlus{
    position: fixed;
    top: 178px;
    right: -80px;
    z-index: 9999;
    background-color: #DA4742;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    width: 130px;
    transition-duration: 0.5s;
}
.GooglePlus:hover{
    right: 0;
}
.GooglePlus img{
    float: left;
    margin: 0 10px;
}
.GooglePlus a span{
    float: left;
    margin-right: 10px;
}
.GooglePlus a{
    color: #ffffff;
    float: left;
}
.Facebook{
    position: fixed;
    top: 232px;
    right: -90px;
    z-index: 9999;
    background-color: #3b5998;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    width: 140px;
    transition-duration: 0.5s;
}
.Facebook:hover{
    right: 0;
}
.Facebook img{
    float: left;
    margin: 0 10px;
}
.Facebook a span{
    float: left;
    margin-right: 10px;
}
.Facebook a{
    color: #ffffff;
    float: left;
}
.PopupBanerBg{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 10000;
}
.PopupBaner{
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.PopupBanerBox{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}
.PopupBanerBoxInfo{
    display: inline-block;
    position: relative;
    height: 80%;
    width: 80%;
}
.PopupBanerBoxInfo p{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}
.PopupBanerBoxInfo a img{
    max-height: 100%;
    max-width: 100%;
}
.ClosePopup{
    float: right;
    cursor: pointer;
    padding-bottom: 15px;
}
.BoxSize1{
    height: 100%;
}
.BoxSize2{
    width: 100%;
}
.BoxSize1:hover{
}
.BoxSize2:hover{
}
.MainFooterProduct .Footer{
    margin: 0 5%;
    width: 90%;
}
.MenuBtnBig{
    position: fixed;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: none;
}
#menu-icon-close{
    display: none;
    ;
    position: absolute;
    text-decoration: none;
    top: .75em;
    right: 1em;
    min-width: 1em;
    min-height: 1em;
    transform-origin: center;
    transition: all .2s linear;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
}
#menu-icon-close::before {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
#menu-icon-close::after {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
#menu-icon-close::before, #menu-icon-close::after {
    content: '';
    display: block;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
#menu-icon-close:hover{
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
ol{
    margin-bottom: 30px;
}
.BreadcrumbsView{
    float: left;
    transition-duration: 0.2s;
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 30px;
}
.Breadcrumbs{
    list-style: outside none none;
    margin: 0px auto;
    padding: 10px 0;
    max-width: 1400px;
    width: calc(100% - 60px);
}
.Breadcrumbs li{
    display: inline-block;
}
.Breadcrumbs li a{
    padding: 0;
    color: #000;
    font-size: 1.3rem;
}
.Breadcrumbs li a img{
    margin-bottom: -2px;
    display: inline-block;
}
.Breadcrumbs li a:hover span{
    color: #bf5e41;
}
.Breadcrumbs li::after{
    content: " / ";
    color: #000;
    padding: 0 5px;
}
.Breadcrumbs li:last-child::after{
    content: "";
}
.Breadcrumbs li:first-child a, .Breadcrumbs li:first-child a{
    padding-left: 0;
}
.Breadcrumbs a:hover{
    text-decoration: none;
}

.OdmianyDiv ul{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.OdmianyDiv li{
    float:left;
    width:30%;
    margin-left: 5%;
    padding: 0 0 15px;
}
.OdmianyDiv li:first-child{
    margin-left:0;
}
.OdmianyDiv .imgOdmiany{
    width: 100%;
    height: 250px;
}
.OdmianyDiv h2{
    margin: 15px 0 0;
}
.OdmianyDiv p{
    line-height: 170%;
    margin: 0 0 15px;
}
#leftheaderflower{
    position: absolute;
    left: 0;
    top: 25%;
    opacity: 0.1;
}
#bottomheaderflower{
    position: absolute;
    bottom: -79px;
    left: 56%;
    opacity: 0.1;
}
#rightheaderflower{
    position: absolute;
    bottom: -65px;
    left: 77%;
    opacity: 0.1;
}
#topheaderflower{
    position: absolute;
    top: 0;
    left: 74%;
    opacity: 0.1;
}
.FileBg{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.File{
    float: left;
    width: 100%;
    margin: 0;
}
.File a{
    float: left;
    color: #000;

}
.File a:hover{
    color: #ff0000;
}
.File p{
    float: left;
    line-height: 160%;
    margin-top: 2px;
    width: calc(100% - 39px);
}
.File img{
    float: left;
    margin-right: 12px;
}

#CookiesMessage{
    position: fixed;
    bottom: 0;
    background-color: #000000;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    color: #ffffff;
    opacity: 0.95
}
#CookiesMessage p{
    margin: 0;
    padding: 10px 10px 10px;
    text-align: center;
    font-size: 11px;
    float: left;
    width: calc(100% - 46px);
}
#CookiesMessage img{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 7px;
}

.SliderBoxSub{
    float: left;
    width: 100%;
    height: 200px;
    background-image: url('../../files/banner/orginal/baner4(1).jpg');
    background-position: center;
    background-size: cover;
}
.HeaderTopBg{
    background-color: #0050aa;
    width: 100%;
    float: left;
}
.HeaderTop{
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1400px;
}
.Link{
    padding: 10px 60px;
    float: left;
    border: 1px solid #fed700;
    border-radius: 30px;
    font-size: 1.4rem;
    color: #454545;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.Link:hover{
    background-color: #fed700;
    color: #fff;
    border-color: #fff;
}
.HeaderBaner{
    float: left;
    width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.Partners{
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    padding: 0 0 30px
}
.Partners h2{
    color: #000;
    text-align: center;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0 20px;
}

.promoLink{
    text-transform: uppercase;
    font-weight: 600;
    color: #131313;
}
.ColumnLeftLink{
    width: calc(100% - 30px);
    float: right;
    margin-bottom: 50px;
    max-width: 320px;
    margin-left: 30px;
}
.ColumnLeftImg{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.ColumnLeftImg img{
    float: left;
    width: 100%;
}
.ColumnLeftLink ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.ColumnLeftLink ul li{
    float: right;
    width: 100%;
}
.ColumnLeftLink ul li a{
    border-bottom: 1px solid #bf5e41;
    color: #fff;
    font-weight: 500;
    padding: 8px 30px 8px 5px;
    float: right;
    font-size: 1.6rem;
}
.ColumnLeftLink ul li a:hover, .ColumnLeftLink .hover{
    color: #000
}
.BoxR{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.BoxNag{
    float: left;
    width: calc(100% - 40px);
    padding: 15px 20px;
    color: #fff;
    margin-bottom: 15px;
    background-color: #0050aa;
    font-weight: 600;
}
.BoxRText{
    float: left;
    width: calc(100% - 40px);
    padding: 0 20px;
}
.BoxRText h2{
    font-weight: 500;
}
.BoxR1{
    margin-bottom: 0;
}
.BoxRTextBtnLink{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -10px;
}
.BoxR2{
    margin-bottom: 10px;
}
.BoxR2 .BoxRText{
    padding: 0;
}
.BoxR3{
    background-color: #f7f7f7;
}
.BoxR3 .BoxRText{
    padding: 0 20px;
    width: calc(100% - 40px);
}
.BoxR4{
    background-color: #f7f7f7;
    padding: 25px 10px 0;
    width: calc(100% - 20px);
}
.Langs{
    float: left;
    margin: 3px 0;
}
.Langs p{
    color: #ffffff;
    float: left;
    margin: 2px 7px 2px 0;
}
.LangList{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.LangList li{
    float: left;
}
.LangList li:after{
    content: '|';
    display: inline-block;
    margin: 0px;
    color: #3d8de8;
    font-size: 1.2rem;
}
.LangList li:last-child:after{
    content: '';
}
.LangList li a{
    padding: 2px 10px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.langSelected, .LangList li a:hover{
    font-weight: 600;
    color: #fdfb2a !important;
}
.HeaderMenu_Close{
    display: none;
}
.FooterAutor{
    float: left;
    font-size: 1.3rem;
    color: #fff;
}
.FooterAutor a{
    color: #fff;
}
.TopMenu{
    float: right;
    padding: 5px 0;
}
.TopMenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.TopMenu ul li{
    float: left;
}
.TopMenu ul li a{
    color: #fff;
    padding: 2px 10px;
}
.TopMenu ul li:after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fdfb2a;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px 2px;
}
.TopMenu ul li:last-child:after{
    display: none;
}
.TopMenuSelected, .TopMenu ul li a:hover{
    color: #fdfb2a !important;
}
.Search{
    position: absolute;
    right: 10px;
    top: 100px;
    border-bottom: 2px solid #929292;
    padding-bottom: 4px;
}
.Search p{
    float: left;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
}
.Search form{
    float: left;
}
input.SearchText{
    float: left;
    border: 0 !important;
    width: calc(272px - 10px) !important;
    padding: 4px 14px !important;
    margin: 0 0 !important;

}
.SearchTextBox{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.SearchTextBox p{
    color: #555555;
}
.SearchTextBox h5{
    margin: 0 0;
    font-weight: 500;
    font-size: 2rem;
}
.SearchTextBox h5 a{
    color: #0050aa;
}
.SearchSubmit{
    float: right;
    width: 23px;
    height: 22px;
    padding: 10px;
    background: transparent;
    background-image: url(../../img/lupa.png);
    border: 0;
    cursor: pointer;
    margin: 3px 0 0
}
.StartBg{
    float: left;
    width: 100%;
    background-color: #f0f0f0;
}
.Start{
    margin: 0px auto;
    width: calc(100% - 60px);
    max-width: 1400px;
}
.StartBox1{
    float: left;
    width: calc(33.33% - 15px);
    margin: 40px 20px 40px 0;
    background-color: #fff;
}
.StartBox1 h2{
    width: 100%;
    font-size: 1.5rem;
    float: left;
    background-color: #0050aa;
    background-image: url(../../img/s3.png);
    background-position: right 20px top 26px;
    background-repeat: no-repeat;
    margin: 0;
}
.StartBox1 h2:hover{
    background-position: right 20px top -14px;
}
.WSKM{
    float: left;
    width: calc(100% - 100px);
    padding: 20px 20px 20px 80px;
    color: #fff;
    background-image: url(../../img/wskm.png);
    background-repeat: no-repeat;
    background-position: 17px 14px;
    font-weight: 600;
}
.StartBox1 ul{
    float: left;
    margin: 0;
    padding: 0;
    width: calc(100% - 8px);
    padding: 4px;
    list-style: none;
}
.StartBox1 ul li{
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.StartBox1 ul li:last-child{
    margin-bottom: 0;
}
.StartBox1 ul li a{
    float: left;
    width: calc(100% - 80px);
    padding: 20px 20px 20px 60px;
    background-image: url(../../img/s4.png);
    background-position: 20px 24px;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    line-height: 100%;
}
.StartBox1 ul li a:hover{
    background-color: #f1f1f1;
}
.StartBox2{
    float: left;
    width: calc(33.33% - 15px);
    margin: 40px 20px 40px 0;
    background-color: #fff;
}
.StartBox2 h2{
    width: 100%;
    font-size: 1.5rem;
    float: left;
    background-color: #0050aa;
    background-image: url(../../img/s3.png);
    background-position: right 20px top 26px;
    background-repeat: no-repeat;
    margin: 0;
}
.StartBox2 h2:hover{
    background-position: right 20px top -14px;
}
.Kierunki{
    float: left;
    width: calc(100% - 100px);
    padding: 20px 20px 20px 80px;
    color: #fff;
    background-image: url(../../img/kierunki.png);
    background-repeat: no-repeat;
    background-position: 19px 11px;
    font-weight: 600;
}
.StartBox2 ul{
    float: left;
    margin: 0;
    padding: 0;
    width: calc(100% - 8px);
    padding: 4px;
    list-style: none;
}
.StartBox2 ul li{
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.StartBox2 ul li:last-child{
    margin-bottom: 0;
}
.StartBox2 ul li a{
    float: left;
    width: calc(100% - 70px);
    padding: 10px 20px 10px 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    position: relative;
}
.StartBox2 ul li a:before{
    content: '';
    position: absolute;
    left: 27px;
    top: 17px;
    width: 7px;
    height: 7px;
    background-color: #106dd6;
}
.StartBox2 ul li a:hover{
    background-color: #f1f1f1;
}
.StartBox2 ul li a span{
    font-weight: 300;
    font-size: 1.3rem;
    float: left;
    width: 100%;
    color: #454545;
    text-transform: none;
}
.Timetable{
    float: left;
    width: calc(100% - 60px);
    margin: 15px 30px 0;
    border-top: 1px solid #d7d7d7;
    background-image: url('../../img/s5.png');
    background-repeat: no-repeat;
    background-position: right 4px top 22px;
}
.Timetable a{
    background-image: url('../../img/plan_zajec.png');
    background-repeat: no-repeat;
    background-position: left 4px top 20px;
    float: left;
    width: calc(100% - 40px);
    padding: 15px 0 15px 40px;
    font-weight: 600;
    color: #0050aa;
    transition-duration: 0s;
}
.Timetable a:hover{
    color: #ff0000;
}
.Timetable:hover{
    background-position: right 4px top -28px;
}
.StartBox3{
    float: left;
    width: calc(33.33% - 10px);
    margin: 40px 0px 40px 0;
    background-color: #fff;
}
.StartBox3 h2{
    width: 100%;
    font-size: 1.5rem;
    float: left;
    background-color: #0050aa;
    background-image: url(../../img/s3.png);
    background-position: right 20px top 26px;
    background-repeat: no-repeat;
    margin: 0;
}
.StartBox3 h2:hover{
    background-position: right 20px top -14px;
}
.Uwaga{
    float: left;
    width: calc(100% - 80px);
    padding: 20px 20px 20px 60px;
    color: #fff;
    background-image: url(../../img/uwaga_student.png);
    background-repeat: no-repeat;
    background-position: 29px 17px;
    font-weight: 600;
}
.StartBox3 article{
    float: left;
    width: calc(100% - 60px);
    padding: 20px 0;
    margin: 0 30px;
    border-bottom: 1px solid #d7d7d7;
}
.StartBox3 article:last-child{
    border: 0;
}
.StartBox3 time{
    font-weight: 600;
    float: left;
    color: #ff0000;
}
.StartBox3 p{
    float: left;
    width: 100%;
    margin: 0;
}
.FooterSocialMedia{
    float: right;
    margin: 10px 0;
}
.FooterSocialMedia img{
    float: left;
    margin: 0 10px;
}
.ColRightMenu{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.ColRightMenu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ColRightMenu ul li {
    float: left;
    width: 100%;
    margin: 0;
}
.ColRightMenu ul > li{
    background-color: #f7f7f7;
    margin-top: 4px;
    width: calc(100% - 50px);
    padding: 0px 15px 0 35px;

}
.ColRightMenu ul > li > a{
    text-transform: uppercase;
}
.ColRightMenu ul li a {
    color: #000;
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
    width: calc(100% - 40px);
    transition-duration: 0.2s;
    padding: 13px 0;
}
.ColRightMenu ul li a:hover{
    color: #ff0000;
}
.HoverCat {
    color: #ff0000 !important;
}
.MenuMore{
    background-image: url("../../img/menu_more.png");
    background-position: center;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    background-repeat:no-repeat;
    float: left;
    padding: 0px !important;
    cursor: pointer;
    border-bottom: 0 !important;
    transition-duration: .5s;
}
.ColRightMenu ul li a.MenuMore{
    height: 40px !important;
    width: 40px !important;
}
.ColRightMenu ul li ul li a.MenuMore{
    height: 25px !important;
    width: 25px !important;
}
.MoreOpen{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
.ColRightMenu ul li ul li {
    background: transparent;
    width: calc(100% - 4px);
    padding: 0 0 0 25px;
}
.ColRightMenu ul li ul li a {
    font-size: 1.5rem;
    border-bottom: 0;
    padding: 4px 0;
    text-transform: none;
    font-weight: 300;
    line-height: 140%;
}
.ColRightMenu ul li ul {
    display: none;
}
.ColRightMenu ul ul {
    padding: 0;
    width: calc(100% - 15px);
    border-left: 1px solid #a5a5a5;
    margin-bottom: 13px;
}
.ColRightMenuTitle{
    float: left;
    width: calc(100% - 100px);
    padding: 20px 20px 20px 80px;
    color: #fff;
    background-color: #0050aa;
    background-image: url(../../img/kierunki.png);
    background-repeat: no-repeat;
    background-position: 19px 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.MenuMore{
    background-image: url(../../img/s6.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 5px 0 !important;
}
.MoreOpen{
    background-image: url(../../img/s7.png);
}
.ListSites{
    float: left;
    width: 100%;
}
.ListSitesAlf{
    float: left;
    width: 100%;
    font-size: 2rem;
}
.ListSitesAlf a{
    color: #0050aa;
    padding: 0 3px;
}
.ListSitesAlf a:hover,.ListSitesSection a:hover{
    color: #ff0000;
}
.ListSitesAlf span:first-child:before{
    content: '|';
    display: inline-block;
    color: #eeeeee;
    margin: 0 10px 0 0px;
}
.ListSitesAlf span:after{
    content: '|';
    display: inline-block;
    color: #eeeeee;
    margin: 0 5px 0 10px;
}
.ListSitesSection h2{
    color: #0050aa;
}
.ListSitesSection a{
    color: #000;
}
.MainCenterContentText{
    float: left;
    width: calc(100% - 410px);
    margin: 0 auto;
    max-width: 990px;
}
ul.Subsites{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
ul.Subsites li{
    float: left;
    width: calc(25% - 19px);
    margin: 0 25px 10px 0;
}
ul.Subsites li:nth-child(4n){
    margin-right: 0;
}
ul.Subsites li a{
    float: left;
    width: calc(100% - 5px);
    text-align: center;
    color: #0050aa;
    background-color: #f0f0f0;
    padding: 25px 10px 66px;
    font-weight: 500;
    position: relative;
}
ul.Subsites li a:hover{
    background-color: #e0e0e0;
}
ul.Subsites li a img{
    max-width: 100%;
}
ul.Subsites li a hr{
    width: 75px;
    display: inline-block;
    border: transparent;
    border-bottom: 1px solid #0050aa;
}
ul.Subsites li a span{
    display: inline-block;
    line-height: 124%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 50px);
}
ul.Column3 li a{
    min-height: 100px;
}
ul.Column3 li{
    width: calc(33% - 14px);
}
ul.Column3 li:nth-child(4n){
    margin-right: 25px;
}
ul.Column3 li:nth-child(3n){
    margin-right: 0;
}
ul.Column3 li a span{
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
.HeaderMenuAddMobile{
    display: none;
}
.Bib{
    float: left;
    width: 100%;
    margin: 30px 0;
}
.BibBox{
    float: left;
    margin-bottom: 40px;
}
.BibBox input[type=text]{
    float: left;
    width: 300px;
}
.BibBox input[type=submit]{
    float: left;
    padding: 15px 25px;
    background-color: #106dd6;
    color: #fff;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.BibBox input[type=submit]:hover{
    background-color: #2285f4;
}
.FooterSource{
    float: right;
    color: #fff;
    margin: 13px;
}
.FooterSource a{
    color: #fff;
}
.WydzialyZamiejscowe{
    color: #0050aa !important;
    background-image: url(../../img/s9.png) !important;
    background-position: 20px 16px !important;
}
.WydzialyZamiejscowe:hover{
    color: #ff0000 !important;
}
.SiteMap{
    float: left;
    margin-left: 78px;
    margin-top: 14px;
}
.WCAGSep{
    float: left;
    width: 1px;
    height: 10px;
    background-color: #d3d3d3;
    margin: 21px 15px 0;
}
.FWL{
    float: left;
    margin-left: 0;
    padding: 10px 0 0;
}
.FWL span.WLmin, .FWL span.WLnorm, .FWL span.WLadd{
    padding: 1px 3px;
    display: inline-block;
    width: 13px;
    text-align: center;
    cursor: pointer;
}
.FWL p{
    margin: 0;
}
.WLmin{
    margin-left: 0px;
}
.FKontrast{
    float: left;
    padding: 10px 0 0;
}
.Kontrast1{
    margin-left: 7px;
    display: inline-block;
    border: 1px solid #3a3a3a;
    padding: 6px 5px 5px;
    background-color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    line-height: 100%;
    color: #000
}
.Kontrast2{
    display: inline-block;
    border: 1px solid #3a3a3a;
    padding: 6px 5px 5px;
    background-color: #3a3a3a;
    color: #fff000;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 100%;
    margin-left: 5px;
}
.Kontrast3{
    display: inline-block;
    font-size: 1.3rem;
    border: 1px solid #3a3a3a;
    padding: 6px 5px 5px;
    background-color: #fff000;
    color: #000;
    cursor: pointer;
    line-height: 100%;
    margin-left: 5px;
}
.WCAG{
    float: right;
    font-weight: 500;
    margin: 7px;
}
html[data-fontsize="-2"]{
    font-size: 55%;
}
html[data-fontsize="-1"]{
    font-size: 58%;
}
html[data-fontsize="1"]{
    font-size: 65%;
}
html[data-fontsize="2"]{
    font-size: 70%;
}
.bodyContrast2{
    background-color: #000;
    color: #fff000;
}
.bodyContrast2 .HeaderLogo p{
    color: #fff;
}
.bodyContrast2 .HeaderTopBg, .bodyContrast2 .HeaderMenu{
    background-color: #333;
}
.bodyContrast2 .BreadcrumbsView{
    background-color: #222;
}
.bodyContrast2 .Breadcrumbs li a{
    color: #fff000;
}
.bodyContrast2 ul.Subsites li a{
    background-color: #333;
    color: #fff000
}
.bodyContrast2 ul.Subsites li a hr{
    border-color: #fff;
}
.bodyContrast2 ul.Subsites li a img, .bodyContrast2 .Breadcrumbs li a img{
    -webkit-filter: contrast(00%);
    -moz-filter: contrast(0%);
    -o-filter: contrast(0%);
    -ms-filter: contrast(0%);
    filter: contrast(0%);
}
.bodyContrast2 .ColRightMenuTitle{
    background-color: #333;
    color: #fff000;
}
.bodyContrast2 .ColRightMenu ul > li{
    background-color: #222;
}
.bodyContrast2 .ColRightMenu ul li a{
    color: #fff000;
}
.bodyContrast2 .MainFooter{
    background-color: #222;
}
.bodyContrast2 input.SearchText{
    background-color: #000;
}
.bodyContrast2 .HeaderMenu ul a, .bodyContrast2 .TopMenu ul li a, .bodyContrast2 .MainTextContent h1, .bodyContrast2 .MainTextContent h2, .bodyContrast2 .File a{
    color: #fff000;
}
.bodyContrast2 .MainTextContent ul li::before{
    background-color: #fff000
}
.bodyContrast2 a, .bodyContrast2 .HoverCat{
    font-weight: 600;
}
.bodyContrast2 .HeaderMenu ul > li:hover > a, .bodyContrast2 .HeaderMenu > ul > li > a.active{
    text-decoration: underline;
}
.bodyContrast2 input[type="text"], .bodyContrast2 input[type="password"], .bodyContrast2 input[type="date"], .bodyContrast2 input[type="tel"], .bodyContrast2 input[type="email"], .bodyContrast2 textarea, .bodyContrast2 select{
    background-color: #000;
    padding: 13px 13px;
    border-color: #fff000;
}
.bodyContrast2 .newsSliderBox{
    background-color: #222;
}

.bodyContrast2 .newsSliderInfoBox h2{
    color: #fdfb2a
}
.bodyContrast2 .newsSliderInfoBoxBtn{
    background-color: #000;
}
.bodyContrast2 .StartBg{
    background-color: #222;
}
.bodyContrast2 .StartBg{
    background-color: #000;
}
.bodyContrast2 .StartBox1 h2,.bodyContrast2 .StartBox2 h2,.bodyContrast2 .StartBox3 h2{
    background-color: #222;
}
.bodyContrast2 .StartBox1, .bodyContrast2 .StartBox2, .bodyContrast2 .StartBox3{
    background-color: #333;
}
.bodyContrast2 .StartBox1 ul li a, .bodyContrast2 .StartBox2 ul li a{
    background-color: #333;
    color: #fff000;
}
.bodyContrast2 .Timetable a, .bodyContrast2 .WydzialyZamiejscowe{
    color: #fff000 !important;
}
.bodyContrast3, .bodyContrast3 .HeaderLogo p{
    background-color: #fff000;
    color: #000;
    font-weight: 400;
}
.bodyContrast3 .HeaderTopBg, .bodyContrast3 .HeaderMenu, .bodyContrast3 .ColRightMenuTitle, .bodyContrast3 .MainFooter{
    background-color: #e6d800;
    color: #000;
}
.bodyContrast3 .TopMenu ul li a, .bodyContrast3 .HeaderMenu ul a{
    color: #000;
    font-weight: 500;
}
.bodyContrast3 .BreadcrumbsView, .bodyContrast3 ul.Subsites li a, .bodyContrast3 .ColRightMenu ul > li{
    background-color: #fff54f;
}
.bodyContrast3 ul.Subsites li a{
    color: #000;
}
.bodyContrast3 .HeaderMenu ul > li:hover > a, .bodyContrast3 .HeaderMenu > ul > li > a.active{
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.bodyContrast3 .ColRightMenu ul li ul li a{
    font-weight: 500;
}
.bodyContrast3 .FooterAutor, .bodyContrast3 .FooterAutor a, .bodyContrast3 .FooterSource a, .bodyContrast3 .ArticleListBoxAdditionalInfo{
    color: #000;
    font-weight: 500;
}
.bodyContrast3 .MainTextContent h1, .bodyContrast3 .MainTextContent h2, .bodyContrast3 .ArticleListBox h1 a{
    color: #000;
    font-weight: 600;
}
.bodyContrast3 input.SearchText{
    background-color: #fff000
}
.bodyContrast3 .HeaderMenu ul ul{
    background-color: #fff000
}
.bodyContrast3 .HeaderMenu ul > li:hover > a, .bodyContrast3 .HeaderMenu > ul > li > a.active{
    text-decoration: underline;
    color: #000 !important;
    background-color: #fff;
}
.bodyContrast3 .TopMenuSelected, .bodyContrast3  .TopMenu ul li a:hover{
    color: #000 !important;
    font-weight: 600 !important;
}
.bodyContrast3 input[type="text"], .bodyContrast3 input[type="password"], .bodyContrast3 input[type="date"], .bodyContrast3 input[type="tel"], .bodyContrast3 input[type="email"], .bodyContrast3 textarea, .bodyContrast3 select{
    background-color: #fff000;
    padding: 13px 13px;
    color: #000;
}
.bodyContrast3 ::placeholder{
    color: #555;
}
.bodyContrast3 .SearchSubmit{
    -webkit-filter: contrast(00%);
    -moz-filter: contrast(0%);
    -o-filter: contrast(0%);
    -ms-filter: contrast(0%);
    filter: contrast(0%);
}
.bodyContrast3 .StartBg{
    background-color: #fff000;
}
.bodyContrast3 .StartBox1 h2,.bodyContrast3 .StartBox2 h2,.bodyContrast3 .StartBox3 h2{
    background-color: #e6d800;
}
.bodyContrast3 .StartBox1, .bodyContrast3 .StartBox2, .bodyContrast3 .StartBox3{
    background-color: #fff54f;
}

.bodyContrast3 .newsSliderBox{
    background-color: #fff54f;
}

.bodyContrast3 .newsSliderInfoBox h2, .bodyContrast3 .newsSliderInfoBox time, .bodyContrast3 a.newsSliderAllBtn{
    color: #000;
}
.bodyContrast3 .newsSliderInfoBoxBtn{
    background-color: #000;
}
.bodyContrast3 .WSKM, .bodyContrast3 .Kierunki, .bodyContrast3 .Uwaga, .bodyContrast3 .Timetable a{
    color: #000;
}
.bodyContrast3 .StartBox1 ul li a{
    background-color: #fff54f;
}
.bodyContrast3 .WCAGSep{
    background-color: #000;
}
.HeaderContactBox{
    float: right;
}
.LogoB3A{
    float: right;
    margin-left: 16px;
    margin-top: 11px;
}
.LogoB3A img{
    width: 100px;
}