@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");

body {
    color: #141012;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

figure {
    border: none;
    margin: 0;
    position: relative;
    z-index: 1;
}

.shadow-left figure::before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid;
    content: "";
    z-index: -1;
    opacity: 0.5;
}

.shadow-right figure::before {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid;
    content: "";
    z-index: -1;
    opacity: 0.5;
}

.logo {
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .shadow-left figure::before {
        top: -30px;
        left: -30px;
    }
    .shadow-right figure::before {
        top: -30px;
        left: 30px;
    }
}

figure img {
    padding: 0;
}

figcaption {
    padding: 0;
}

.column-title .block-title {
    position: relative;
}

.column-title .block-title::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
}

@media (min-width: 992px) {
    .active-section {
        margin-top: 70px;
    }
}

/*
 *  HEADERS
 */

h1,
.h1 {
    font-weight: 700;
    font-size: 2rem;
    font-family: "Playfair Display", serif;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 2.6875rem;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 3.75rem;
        line-height: 90px;
    }
}

h2,
.h2 {
    font-weight: 700;
    font-size: 2.25rem;
    font-family: "Playfair Display", serif;
}

h3,
.h3 {
    font-weight: 700;
    font-size: 1.375rem;
    font-family: "Playfair Display", serif;
}

h4,
.h4 {
    font-size: 1.1875rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

label {
    width: 100%;
}

/*
 *  BUTTONS
 */

.btn {
    border-radius: 0 !important;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.8125rem 1.875rem;
    text-transform: none;
}

.btn img {
    height: 20px;
    width: 16px;
    margin-right: 8px;
}

.column-user .btn {
    width: 100%;
    text-align: left;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.33rem 1rem;
}

.form-control {
    border-radius: 0 !important;
    padding: 0.25rem 1rem;
    height: 50px;
}

.btn-default:not(.module-content .btn-default) {
    color: white;
    position: relative;
    padding-left: 50px;
}

.btn-default:not(.module-content .btn-default):hover,
.btn-default:not(.module-content .btn-default):focus {
    color: #fff !important;
}

.btn-default:not(.module-content .btn-default)::before {
    content: "";
    background-image: url("/themes/pwt-wroc/img/arrow-gold.svg");
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 40px;
    transform: translate(0, -50%);
}

/*
 *  SETTINGS
 */

.column-elements {
    flex-wrap: wrap;
    position: static;
}

.column-elements .block-description p {
    margin: 0;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    color: #000000;
}

.column-elements .block-content {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 0;
}

@media (max-width: 991px) {
    .column-elements {
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    .column-elements .block-content {
        margin-left: 15px;
        padding: 5px 0;
    }
}

@media (min-width: 1200px) {
    .column-elements .block-content {
        margin-left: 20px;
    }
}

.block-searchadvanced .dropdown-header {
    text-align: center;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 29px;
    color: black;
    font-family: "Playfair Display", serif;
}

.block-searchadvanced .dropdown {
    margin: 0;
}

.block-searchadvanced .dropdown a {
    padding: 15px 15px;
}

.dropdown-item {
    width: auto;
}

header .container {
    position: relative;
}

.block-searchadvanced {
    width: auto;
    position: static;
    padding: 0;
    margin-left: auto;
}

.block-searchadvanced .dropdown {
    position: static;
}

.block-searchadvanced .dropdown-menu {
    width: auto !important;
    right: 15px !important;
    left: 15px !important;
    transform: none !important;
    top: 100% !important;
    outline: 0;
    border: 0;
    min-width: 0;
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .block-searchadvanced .dropdown-menu {
        top: calc(100% + 23px) !important;
    }
}

@media (min-width: 1200px) {
    .block-searchadvanced .dropdown-menu {
        padding-left: 195px;
        padding-right: 195px;
    }
    .block-searchadvanced .searchForm .input-group-append button {
        margin-left: 10px;
    }
}

/* NAV */

nav .block-description p {
    margin: 0;
}

.navbar li a {
    text-decoration: none;
    margin-left: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar .navbar-nav > .nav-item > .nav-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.navbar .navbar-nav > .nav-item > .nav-link {
    padding-right: 0;
    padding-left: 15px;
}

.navbar-nav ul li a {
    margin-left: 0;
}

nav .container {
    position: relative;
}

.block-mainmenu {
    position: static;
}

.navbar {
    position: static;
}

.dropdown-menu {
    border: none;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #141012;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        position: static;
        max-height: none;
        overflow-y: initial;
    }
    .dropdown-menu {
        box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
        border-radius: 0;
    }
    .navbar-expand-lg {
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
        text-align: center;
    }
    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: calc(100vh - 100%);
        overflow-y: auto;
        z-index: 10;
        background-color: #fff;
        box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
    }
}

@media (min-width: 1200px) {
    nav {
        margin-top: -30px;
    }
}

/* 
 *  BLOCK MENU-MULTICOLUMN 
 */

.main-menu {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

.main-menu a:not(.dropped-menu-column-box a) {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-button {
    background-color: #fff;
    height: auto;
}

.main-menu .dropped-menu {
    background-color: #fff;
    max-height: calc(100vh - 90px);
    overflow: auto;
}

.main-menu a.main-dropdown {
    background: #fff;
    color: #000;
}

.main-menu a:after {
    display: none;
}

.main-menu .dropped-menu .dropped-menu-column a.active {
    font-weight: bold;
}

.main-menu .dropped-menu .dropped-menu-column .column-links {
    background-color: transparent;
}

.main-menu .dropped-menu .dropped-menu-column .title i {
    display: inline;
    padding: 15px;
    text-align: center;
    font-size: 12px;
}

@media (min-width: 992px) {
    .main-menu {
        box-shadow: none;
        border-radius: 0;
        justify-content: flex-end;
        border-radius: 5px;
    }
    .dropped-menu.dropdowns {
        box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
        flex-wrap: wrap;
    }
    .main-menu a.main-dropdown.dropdown i {
        background: transparent !important;
        padding: 15px;
        font-size: 18px;
    }
    .main-menu a {
        flex: initial;
        display: block;
        padding: 20px 21px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }
    .main-menu a.main-dropdown {
        background-color: transparent;
    }
    .main-menu a:not(.dropped-menu-column-box a) {
        padding-right: 0;
        padding-left: 10px;
        margin-left: 10px;
    }
    .main-menu .dropped-menu .dropped-menu-column .column-links {
        display: none;
    }
    .main-menu .dropped-menu .dropped-menu-column .title {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .main-menu .dropped-menu .dropped-menu-column .title i {
        padding: 5px 15px;
        font-size: 18px;
    }
    .main-menu .dropped-menu .dropped-menu-column .title i {
        display: none;
    }
    .main-menu .dropped-menu .dropped-menu-column .column-links a {
        text-transform: none;
        font-weight: 400;
    }
}

@media (max-width: 991px) {
    .main-menu a.main-dropdown,
    .main-menu a.main-dropdown.last {
        border-bottom: none;
    }
    .main-menu a.main-dropdown {
        padding: 13px 0;
    }
    .main-menu .dropped-menu .dropped-menu-column-box {
        border-bottom: none;
    }
    .main-menu .dropped-menu a {
        color: #000 !important;
    }
    .main-menu .dropped-menu .dropped-menu-column .title i {
        display: inline;
        padding: 10px;
        text-align: center;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-menu .dropped-menu .dropped-menu-column .column-links a {
        font-size: 14px;
        border-bottom: none;
    }
    .main-menu a.main-dropdown.dropdown i,
    .main-menu .dropped-menu .dropped-menu-column .title i {
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .menu-button {
        position: absolute;
        top: -71px;
        right: 0;
        line-height: 1;
        padding: 5px;
    }
    .menu-button small {
        display: none;
    }
}

@media (min-width: 1200px) {
    .main-menu a:not(.dropped-menu-column-box a) {
        padding-right: 0;
        padding-left: 15px;
        margin-left: 15px;
    }
}

/* 
 *  SLIDER
 */

.slider-container {
    max-width: 1920px;
    margin: auto;
}

.slider-container.down .slider-title {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.dark-slider .slider-container.down .slider-title {
    background: rgba(0, 0, 0, 0.45);
}

.dark-slider .slider-container.down .btn-outline-secondary {
    color: #1d151a !important;
}

.slider-container.left .slider-title {
    padding: 25px;
    position: static;
}

.slider-container .nav .arrow {
    width: 40px;
    padding: 0;
    background-color: transparent;
}

.slider-container .dots .dot span {
    background-color: rgba(255, 255, 255, 0.7);
}
.slider-container .dots .dot.active span,
.slider-container .dots .dot:hover span {
    background-color: rgba(255, 255, 255) !important;
}

.slider-container .additional-controls {
    display: none;
}

.slider-container.down .control-button.btn.btn-outline-secondary,
.slider-container.left .control-button.btn.btn-outline-secondary {
    border-color: #fff;
    background-color: #fff;
}

.slider-container.down .control-button.btn.btn-outline-secondary:hover,
.slider-container.down .control-button.btn.btn-outline-secondary:active {
    border-color: #e5e5e5 !important;
    background-color: #e5e5e5 !important;
}

.slider-container.left h1 {
    line-height: 1.2;
}

.slider-container.left .progress_container {
    position: static;
}

@media (min-width: 576px) {
    .slider-container.down .slider-title {
        padding-left: calc(((100% - 540px) / 2) + 15px);
        padding-right: calc(((100% - 540px) / 2) + 15px);
    }
    .slider-container.down .dots {
        position: absolute;
        bottom: 50%;
        transform: translate(0, 50%);
        left: calc(((100% - 540px) / 2) - 10px);
        right: auto;
        text-align: center;
    }
    .slider-container.down .dots {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .slider-container.down .slider-title {
        padding-left: calc(((100% - 720px) / 2) + 15px);
        padding-right: calc(((100% - 720px) / 2) + 15px);
    }
    .slider-container.down .dots {
        left: calc(((100% - 720px) / 2) - 10px);
    }
    .slider-container.down .nav .arrow {
        margin: 0;
        top: auto;
    }
    .slider-container.down .nav .arrow.prev,
    .slider-container.left .nav .arrow.prev {
        left: calc(((100% - 720px) / 2) + 15px);
    }
    .slider-container.down .nav .arrow.next,
    .slider-container.left .nav .arrow.next {
        right: auto;
        left: calc(((100% - 720px) / 2) + 85px);
    }

    .slider-container.down .additional-controls {
        display: block;
        right: calc(((100% - 720px) / 2) + 15px);
        left: auto;
        bottom: 0;
    }
    .slider-container.left .additional-controls {
        display: block;
        right: calc(((100% - 720px) / 2) + 15px);
        left: auto;
        bottom: 5px;
    }
    .slider-container.left .nav .arrow {
        margin: 0;
        top: auto;
        bottom: 5px;
    }
    .slider-container.left h1,
    .slider-container.left .h1 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .slider-container.down .slider-title {
        padding-left: calc(((100% - 960px) / 2) + 15px);
        padding-right: calc(((100% - 960px) / 2) + 15px);
    }
    .slider-container.down .dots {
        left: calc(((100% - 960px) / 2) - 10px);
    }
    .slider-container.down .nav .arrow {
        bottom: 20px;
    }
    .slider-container.down .nav .arrow.prev,
    .slider-container.left .nav .arrow.prev {
        left: calc(((100% - 960px) / 2) + 15px);
    }
    .slider-container.down .nav .arrow.next,
    .slider-container.left .nav .arrow.next {
        left: calc(((100% - 960px) / 2) + 85px);
    }
    .slider-container.down .additional-controls {
        right: calc(((100% - 960px) / 2) + 15px);
        bottom: 20px;
    }
    .slider-container.left .additional-controls {
        right: calc(((100% - 960px) / 2) + 15px);
        bottom: 20px;
    }
    .slider-container.left .nav .arrow {
        bottom: 10px;
    }
    .slider-container.left .slider-title {
        position: absolute;
        right: auto;
        left: 0;
    }
    .slider-container.left .slider-title {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-left: calc(((100% - 960px) / 2) + 15px);
    }
}

@media (min-width: 1200px) {
    .slider-container.down .slider-title {
        padding-left: calc(((100% - 1200px) / 2) + 15px);
        padding-right: calc(((100% - 1200px) / 2) + 360px);
    }
    .slider-container.down .dots {
        left: calc(((100% - 1200px) / 2) - 10px);
    }
    .slider-container.down .nav .arrow {
        bottom: calc(50% - 200px);
    }
    .slider-container.down .nav .arrow.prev,
    .slider-container.left .nav .arrow.prev {
        left: calc(((100% - 1200px) / 2) + 15px);
    }
    .slider-container.down .nav .arrow.next,
    .slider-container.left .nav .arrow.next {
        left: calc(((100% - 1200px) / 2) + 85px);
    }
    .slider-container.down .additional-controls,
    .slider-container.left .additional-controls {
        right: 15px;
        bottom: 15px;
    }
    .slider-container.left .slider-title {
        padding-left: calc(((100% - 1200px) / 2) + 15px);
    }
}

@media (min-width: 1300px) {
    .slider-container.down .dots {
        left: calc(((100% - 1200px) / 2) - 50px);
    }
}

/* NEWSCATEGORY */

.news-categories li {
    border: 1px solid;
}

.news-categories li:not(.active) {
    background-color: transparent !important;
    color: #000;
}

.news-categories li.active {
    box-shadow: none;
}

.block-newscategory .date,
.module-newscategory .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #595959;
}

.news-boxy:hover .news-content,
.news-boxy .news-content a {
    color: #fff !important;
}

.category {
    padding: 0;
    border-bottom: 1px solid;
    font-size: 12px;
    line-height: 15px;
}

@media (min-width: 425px) {
    .block-newscategory .news-categories-toggle {
        position: absolute !important;
        top: 17px;
        right: 0;
    }
}

/* list */

.block-newscategory .news-list .news-content {
    border-bottom: 1px solid #ececec;
}

@media (min-width: 992px) {
    .block-newscategory .priority-news .news-content {
        border-bottom: none;
    }
}

/* grid */

.photo.priority img {
    height: 300px;
    width: auto;
    object-fit: cover;
}

.photo-cont {
    border: 1px solid #dee2e6;
}

/* MODULE NEWSCATEGORY */

.news-categories .category,
.clean-news-categories {
    padding: 5px 15px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
}

.news-categories .category.active a {
    color: #fff;
}

.module-newscategory .news-list .news-content {
    border-bottom: none;
}

.symbol-description .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #595959  !important;
}

/* 
 *  BLOCK-POLL
 */

.block-poll {
    height: 100%;
    padding-bottom: 0;
}

.poll-body {
    padding: 60px 30px;
    height: 100%;
}

.poll-body .subfield {
    padding: 10px 0;
}

.poll-body .btn {
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: white !important;
}

.poll-body .form-group {
    margin-bottom: 0;
    margin-top: 15px;
}

@media (min-width: 576px) {
    .container-fluid .block-poll {
        padding-left: calc((100vw - (100vw - 100%) - 540px) / 2 + 15px);
        padding-right: calc((100vw - (100vw - 100%) - 540px) / 2 + 15px);
    }
}

@media (min-width: 768px) {
    .container-fluid .block-poll {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .container-fluid .block-poll {
        padding-left: calc((100vw - (100% - 100%) - 960px) / 2 + 15px);
    }
}

@media (min-width: 1200px) {
    .container-fluid .block-poll {
        padding-left: calc((100vw - (100% - 100%) - 1200px) / 2 + 15px);
    }
}

/* 
 *  SLIDER OPINION
 */
.opinion-slider {
    position: relative;
}

@media (min-width: 768px) {
    .opinion-slider .block-slider {
        padding-top: 15px;
        width: calc((100vw - (100% - 100%)) / 2 - 24px) !important;
        max-width: 1060px;
    }
}

.slider-container.mins .slider {
    background-color: transparent;
}

@media (min-width: 992px) {
    .slider-container.mins .slide {
        margin: 0 5px;
    }
    .opinion-slider .block-slider {
        width: calc((100vw - (100% - 100%)) / 2 + 0px) !important;
    }
}

.slider-container.mins img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.slider-container.mins .slider-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(29, 21, 26, 0) 0%, rgba(29, 21, 26, 0.69) 56.82%, #1d151a 79.74%, #1d151a 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.slider-container.mins .nav .arrow {
    margin: 0;
    color: black;
    top: -80px;
}

.slider-container.mins .nav .arrow.prev {
    left: auto;
    right: 50px;
}
.slider-container .nav .arrow.next {
    right: 0px;
}

@media (min-width: 576px) {
    .container-fluid .opinion-header .block-description {
        padding-left: calc((100vw - (100% - 100%) - 540px) / 2 + 15px);
    }
}

@media (min-width: 1200px) {
    .slider-container.mins::after {
        content: "";
        background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.82) 30.11%, rgba(255, 255, 255, 0.58) 57.2%, rgba(255, 255, 255, 0) 100%);
        display: block;
        position: absolute;
        top: 0;
        right: -2px;
        height: 100%;
        width: 285px;
    }
}

/* 
 *  BLOCK EVENT
*/

.block-event {
    min-height: 320px;
}

.events-list .event .date {
    min-width: 80px;
    padding: 10px 0;
}

.events-list .event .date {
    background-color: #fff;
}

.promo-events .image {
    width: 260px;
    height: 200px;
    position: relative;
}

.promo-events .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.promo-events .image .date {
    position: absolute;
    top: 0;
    left: 0;
}

.cal-grid .fc-d:nth-child(2):before {
    border-left: 1px solid #cad0d8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cal-grid .fc-d:last-child:before {
    border-right: 1px solid #cad0d8;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cal-grid .fc-d.is-day:before {
    content: "";
    position: absolute;
    top: 45px;
    right: 0;
    width: 100%;
    height: calc(100% - 45px);
    border-top: 1px solid #cad0d8;
    border-bottom: 1px solid #cad0d8;
}

.cal-grid .fc-d.is-day:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: auto;
    right: 0;
    width: 1px;
    height: calc(100% - 65px);
    border-right: 1px solid #cad0d8;
    z-index: 0;
}

.cal-grid .fc-d.is-day:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    height: calc(100% - 45px);
    border-top: 1px solid #cad0d8;
    border-bottom: 1px solid #cad0d8;
}

.cal-grid .fc-d.special:after {
    background: none !important;
}

.cal-grid .fc-d {
    padding-bottom: 20px;
    min-height: 180px;
}

.cal-grid .fc-d .small-day {
    padding: 0 0 20px;
}

.cal-grid .fc-d .date {
    text-align: center;
    margin: 0;
    padding: 5px 0 5px;
    margin-bottom: 8px;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}

.cal-grid .fc-d .small-day {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 17px;
}

.block-event .fc-evnt-cont {
    display: flex;
}

.cal-grid .fc-d .fc-evnt {
    border-radius: 2px;
    width: 26px;
    height: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
    z-index: 1;
}

.cal-grid .fc-d.today:before {
    top: 24px;
    width: calc(100% + 1px);
    height: calc(100% - 35px);
    border-radius: 0;
    border: 1px solid;
    z-index: 1;
    background: #f9f9f9;
    margin: 0 -1px;
}

.calendar-list-item .date-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.photo .date {
    padding: 10px 30px;
    text-align: center;
    color: white;
}

.photo .date .day {
    font-size: 32px;
    font-weight: 700;
}

.photo .date .month {
    font-size: 10px;
    text-transform: uppercase;
}

.promo-events .info,
.promo-events .info a {
    color: #fff;
}

@media (min-width: 576px) {
    .container-fluid .block-event {
        padding-left: calc((100vw - 540px) / 2);
        padding-right: calc((100vw - 540px) / 2);
    }
}

@media (min-width: 768px) {
    .container-fluid .block-event {
        padding-left: calc((100vw - 720px) / 2);
        padding-right: calc((100vw - 720px) / 2);
    }
}

@media (min-width: 992px) {
    .container-fluid .block-event {
        padding-left: calc((100vw - 960px) / 2);
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .container-fluid .block-event {
        padding-left: calc((100vw - 1200px) / 2);
    }
}

@media (min-width: 1760px) {
    .container-fluid .block-event {
        padding-left: calc((100vw - 1200px) / 2 - (100vw - 1760px) / 2);
    }
}

/* 
 *  BLOCK BANNER 
 */

.banner-section .block-banner h2 {
    margin-bottom: 2rem;
}

.banner-section .block-banner,
.banner-section .banner,
.banner-section .white-box.accent {
    height: 100%;
}

.banner-section .white-box.accent {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border: 4px solid #000;
}

.banner-section {
    overflow: hidden;
    min-height: 420px;
}

.banner-section .container-fluid {
    position: relative;
}

.white-box.accent {
    border-left: none;
}

.white-box.accent td {
    text-align: center;
}

.block-banner {
    padding: 0;
}

@media (min-width: 992px) {
    .column-banner {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 960px;
        height: 100%;
        padding: 0;
        max-width: none;
        flex: 0;
        min-height: 300px;
    }
    .banner-section .white-box.accent {
        padding-right: 500px;
        position: relative;
        overflow: hidden;
    }
    .banner-section .white-box.accent::after {
        content: "";
        background-image: url("/themes/pwt-wroc/img/logo-water.svg");
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        bottom: -60px;
        right: 0;
        width: 473px;
        height: 498px;
    }
}

@media (min-width: 1200px) {
    .banner-section .white-box.accent {
        padding-right: 400px;
        padding-left: 80px;
    }
}

/* 
 *  FAQ
 */
.card {
    box-shadow: none;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid #ececec;
    padding-left: 0;
    padding-right: 0;
}

/* 
 * BLOCK CARUSEL
 */

.swiper-slides > div {
    display: flex;
    align-items: center;
}
.swiper-wrapper .nav .arrow {
    font-size: 30px;
}

/* 
 *  MAP
 */

.leaflet-container {
    height: 480px !important;
}

@media (min-width: 992px) {
    .map-section {
        min-height: 630px;
    }
    .column-map {
        display: block;
        position: absolute;
        top: 60px;
        height: 100%;
        padding: 0;
        flex: 0;
        left: auto;
        right: 50%;
        width: calc((100vw - (100vw - 100%)) / 2 + 0px) !important;
        max-width: 960px;
    }
    .map-section .block-interactivecampus .block-title {
        padding-left: calc((100vw - 960px) / 2 + 15px);
    }
}

@media (min-width: 1200px) {
    .map-section .block-interactivecampus .block-title {
        padding-left: calc((100vw - 1200px) / 2 + 15px);
    }
}

@media (min-width: 1920px) {
    .map-section .block-interactivecampus .block-title {
        padding-left: calc((100vw - 1200px) / 2 - (100vw - 1920px) / 2);
    }
}

/*
 *  SIDE MENU
 */

.block-menualternative {
    padding: 0;
}

.side-menu {
    padding: 15px 0;
    background: #fff;
}

.side-menu > li {
    border-bottom: none;
}

.side-menu li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.0192em;
    color: #000;
}

.side-menu ul li a {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 45px 5px 0;
}

.side-menu > li > .toggle-submenu {
    top: 0;
    padding: 5px 10px;
}

.side-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* 
 *  ASIDE
 */

aside {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    display: none;
    flex-direction: row;
    justify-content: center;
    z-index: 5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

aside .block-social {
    display: flex;
    flex-direction: column;
}

aside .block-social a {
    margin-left: 0 !important;
    margin: 5px 0;
}

aside .social-link {
    background-color: white !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    aside {
        display: flex;
        top: 50%;
        bottom: auto;
        right: auto;
        left: 0;
        flex-direction: column;
        z-index: 9999;
        transform: translate(0, -50%);
    }
}

/* 
 *  FOOTER
 */

footer .block-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    font-family: inherit;
    position: relative;
}

footer .block-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 30px;
    height: 1px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 0;
}

footer .social-link {
    background-color: transparent !important;
}

footer .block-menualternative .list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
    margin-right: 0;
}

footer .block-menualternative ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/*
 *  FORMS 
 */

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("/themes/pwt-wroc/img/check-success.svg");
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("/themes/pwt-wroc/img/check-warnig.svg");
}

label,
.label-required,
input[type="checkbox"] + label {
    font-weight: 700;
}

/* 
 *  BLOCK-LINKS 
 */

.link-box-container {
    border: 1px solid;
    background-color: #fff;
    min-height: 110px;
    padding: 39px 30px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.link-box-container:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.link-box-container::before {
    content: "";
    background-image: url("/themes/pwt-wroc/img/watermark.svg");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105px;
    height: 108px;
}

.link-column {
    text-align: center;
    padding: 40px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    min-height: 228px;
    border: 1px solid #ececec;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .link-column {
        padding: 40px 90px;
    }
}

/* 
 *  FILES 
 */
.files-list .item i {
    padding: 5px;
}

/* 
  *  BREADCRUMBS 
  */

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb li:last-child span {
    font-weight: 700;
}

/* 
 *  MODULE-FACULTIES 
 */

.faculty-record:hover {
    box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
}

.faculty-record::before {
    transition: 0.3s width cubic-bezier(0.55, 0, 0.1, 1);
}

.faculty-record:hover::before {
    width: 20px;
}

/* 
 *  MODULE SEARCH-EMPLOYERS 
 */
.module-searchemployers .letters .btn-sm {
    padding: 5px;
    width: 65px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
}

.module-searchemployers .letters .clear {
    width: 203px;
}

.module-searchemployers .card-body {
    padding-left: 0;
}

.module-searchemployers .card-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 33px;
    margin-bottom: 1.25rem;
}

.select2-container--bootstrap .select2-selection--single {
    height: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.select2-search--dropdown {
    padding: 12px;
}

/* 
 *  PAGINATION 
 */

.page-link {
    margin: 0 2px;
    border-radius: 0.25rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    border: none;
    color: #000000 !important;
    background-color: white !important;
    border-color: white !important;
}

.page-item.active .page-link {
    color: #6c1327 !important;
    font-weight: 700;
}

/* 
 *   BLOCK TEACHERCALENDAR
 */

.block-teachercalendar .btn-primary {
    border: 1px solid #949494;
    background-color: transparent;
    color: #1d151a;
}

.block-teachercalendar .btn-primary span {
    color: #1d151a;
}

.block-teachercalendar .btn-primary:hover,
.block-teachercalendar .btn-primary:not(:disabled):not(.disabled):active,
.block-teachercalendar .btn-primary:focus,
.block-teachercalendar .btn-primary:not(:disabled):not(.disabled):active:focus,
.block-teachercalendar .btn-primary.disabled,
.block-teachercalendar .btn-primary:disabled {
    border: 1px solid #949494;
    background-color: #f5f5f5;
    color: #1d151a;
}

.block-teachercalendar .btn-primary:not(:disabled):not(.disabled):active {
    color: #1d151a;
}

.fc-toolbar h2 {
    text-transform: capitalize;
}

.block-teachercalendar .fc-header-toolbar .fc-prev-button,
.block-teachercalendar .fc-header-toolbar .fc-next-button {
    padding: 10px 16px;
}

.block-teachercalendar .fc-left .btn,
.block-teachercalendar .fc-right .btn {
    padding: 10px 30px;
}

.block-teachercalendar .fc-day-header {
    text-align: right;
}

td.fc-day.fc-past {
    border: 1px solid;
}

.fc .table-bordered td {
    border: 0 hidden transparent;
}

td.fc-day {
    border: 1px solid #ececec !important;
}
.fc-body {
    border: 1px solid #ececec;
}

.fc .table-bordered td {
    border: none;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 2rem;
}

.fc-view .fc-day-number {
    padding-right: 10px;
}

.fc-view .fc-day-top .fc-day-number {
    font-weight: 400;
}

.fc .table-bordered th {
    font-weight: 700;
}

.fc-event .fc-content {
    font-weight: 700;
}

/* 
 *  BLOCK USER-INFO
 */

.jumbotron {
    border-radius: 0;
    padding: 26px 15px;
    background-color: #f3f3f3;
    margin-bottom: 0;
}

.block-userinfo img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.jumbotron .ico {
    width: 20px;
}

/* 
 *  MODULE USER ACCOUNT
 */
.module-useraccount .avatar-upload-container {
    display: flex;
}

.module-useraccount .avatar-upload-container .filesimple label {
    margin-bottom: 0 !important;
}
.avatar-upload-container .filesimple {
    margin-bottom: 0 !important;
}

.module-useraccount .avatar-upload-container .delete-avatar,
.module-useraccount .avatar-upload-container .filesimple {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-useraccount .delete-avatar {
    font-size: 1.5rem;
    cursor: pointer;
}

.module-useraccount .avatar.big {
    position: relative;
    z-index: 1;
    width: 180px;
    height: 180px;
    margin: auto;
    float: none;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/*
* AVATAR UPLOAD
*/

.avatar.big:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.avatar-settings {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 19px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.avatar-settings.left {
    left: 0;
}

.avatar-settings.right {
    right: 0;
}

.avatar-settings:hover,
.avatar-settings:focus {
    color: #fff;
}

/*
  * AVATAR UPLOAD
  */

.module-useraccount .avatar-upload-container label {
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: 0;
    height: auto;
    line-height: normal;
}

.module-useraccount .avatar-upload-container label:before {
    display: none;
}

.module-useraccount .avatar-upload-container .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.module-useraccount .avatar-upload-container .filesimple label {
    margin-bottom: 0 !important;
}
.module-useraccount .avatar-upload-container .filesimple {
    margin-bottom: 0 !important;
}

.module-useraccount .delete-avatar {
    font-size: 1.5rem;
    cursor: pointer;
}

.block-interactivecampus .leaflet-marker-icon.my-custom-pin span {
    background-color: rgb(108, 19, 39) !important;
    border: 3px solid #ffffff !important;
    border-radius: 50% !important;
    top: 0 !important;
    transform: rotate(0deg) !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.block-interactivecampus .leaflet-marker-icon.my-custom-pin span::after {
    content: "";
    background-image: url(/themes/pwt-wroc/img/map_university.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 20px;
    width: 20px;
}

/* 
 *  LIBRARY - COLUMN OPEN 
 */
.open h3::after {
    content: "";
    background-color: #7d3d17;
    height: 1px;
    width: 80%;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10%;
    opacity: 0.1;
}

.open .row::after {
    content: "";
    background-image: url("../img/library-water-logo.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 194px;
    width: 177px;
    z-index: -1;
}
.photo .date {
    width: max-content;
}
.period-date {
    width: 100%;
}
.period-date:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(25deg);
}
.period-date .block-from,
.period-date .block-to {
    line-height: 16px;
    min-width: 50%;
    position: relative;
    display: table;
}
.period-date small {
    font-size: 8px;
    text-transform: uppercase;
}
.period-date .block-from {
    margin-bottom: 25px;
}
.period-date .block-to {
    margin-top: 25px;
}

/* 
 *  MODULE GALLERY
 */

#cboxPrevious::before {
    content: "<";
}

#cboxNext::before {
    content: ">";
}

#cboxClose::before {
    content: "x";
}

@media (max-width: 768px) {
    #colorbox #cboxTitle {
        display: none !important;
    }
}