:root {
    --white-color: #ffffff;
    --primary-color: #F47920;
    --secondary-color: #A43040;
    --main-dark-color: #333333;
    --light-dark-color: #666666;
    --grey-color: #cccccc;
    --light-grey-color: #EDEDED;
}

.section-hidden {
    display: none !important;
}

.xaz-flex-component {
    margin-bottom: 30px;
}

.xaz-flex-component.xaz-flex-component-no-margin {
    margin-bottom: 0px;
}

.xaz-flex-component.no-margin {
    margin-bottom: 0px;
}

table {
    width: 100%;
    border-radius: 6px !important;
    box-shadow: 0px 3px 10px var(--grey-color);
    overflow: hidden;
}

table tbody {

}

table tbody tr {
    border: solid 1px var(--light-grey-color);
}

table tbody tr:nth-child(1) {
    background: linear-gradient(90deg,var(--primary-color) 0%, var(--secondary-color) 100%) !important;
    color: var(--white-color);
}

table tbody tr:nth-child(2n-1) {
    background: #F9FAFB;
}

table tbody tr td {
    border: solid 1px var(--light-grey-color);
    padding: 15px 20px;
}

img {
    border-radius: 15px;
}

.f_text_image .text {
    margin-top: 30px;
    padding-left: 30px;
}

.f_text_image .col-sm-pull-6 .text {
    padding-left: 0px;
    padding-right: 30px;
}

.xaz-accordion {
    border: solid 1px var(--light-dark-color);
    padding: 0px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #fff;
}

.xaz-accordion .accordion-header {
    cursor: pointer;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.xaz-accordion .accordion-header .accordion-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.xaz-accordion .accordion-header .text {
    width: 100%;
    display: inline-block;
    padding-right: 40px;
}

.xaz-accordion .accordion-body {
    height: 0px;
    overflow: hidden;
}

.xaz-accordion.active .accordion-body {
    height: auto;
}

.xaz-accordion .accordion-content {
    padding: 5px 30px 5px 30px;
}

.xaz-accordion .accordion-button {
    float: right;
}

.xaz-accordion #accordion-button-2 {
    display: none;
}

.xaz-accordion.active #accordion-button-2 {
    display: block;
}

.xaz-accordion.active #accordion-button-1 {
    display: none;
}

.xaz-image {
    height: 380px;
    border-radius: 15px;
}

.f_text_small_image {

}

.f_text_small_image .box {
    display: flex;
    align-items: flex-start;
}

.f_text_small_image img {
    width: 250px;
    height: auto;
    border-radius: 8px;
    margin-right: 60px;
    display: inline-block;
}

.f_text_small_image .text {
    margin-top: 10px;
    width: calc( 100% - 310px );
    display: inline-block;
}

.f_gallery {

}

.f_gallery .xaz-image {
    height: 165px;
    display: inline-block;
    width: 100%;
}

.f_gallery img {
    width: auto;
    height: 165px;
    border-radius: 8px;
}

.f_gallery a {
    transition: 0.5s all;
    margin: 0px 15px 30px 0px;
    display: inline-block;
    border-radius: 8px;
}

.f_gallery a:hover {
    opacity: 0.66;
}

.f_info_card_1 {

}

.f_info_card_1 .box {
    background: var(--light-grey-color);
    border-radius: 15px;
    padding: 25px 30px 5px 30px;
    margin-bottom: 30px;
}

.f_info_card_1 .box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--light-dark-color);
    font-family: 'Quicksand', sans-serif;
}

.f_info_card_2 {

}

.f_info_card_2 .text {
    display: flex;
    font-size: 20px;
    line-height: 28px;
}

.f_info_card_2 .text img {
    width: 32px;
    height: 32px;
    margin-right: 18px;
}

.f_info_card_2  .main-image {
    margin-top: 25px;
    border-radius: 16px;
}

.f_info_card_3 {

}

.f_info_card_3 .box {
    padding: 15px;
    border-radius: 16px;
    border: solid 1px var(--grey-color);
    display: flex;
    font-size: 20px;
    line-height: 28px;
    min-height: 160px;
    align-items: center;
    margin-bottom: 30px;
}

.f_info_card_3 .box img {
    margin-right: 30px;
    width: 84px;
    height: 84px;
}

.f_info_card_3 .box.box-image img {
    width: 84px;
    height: auto;
    border-radius: 5px;
}

.f_info_card_3 .box.box-primary {
    border: solid 1px var(--secondary-color);
    background: var(--secondary-color);
    color: var(--white-color);
}

.f_file_list {

}

.f_file_list .file-download {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    border: solid 1px var(--light-dark-color);
    color: var(--main-dark-color);
    border-radius: 15px;
    text-decoration: none !important;
    margin-bottom: 30px;
    transition: 0.5s all;
    justify-content: space-between;
}

.f_file_list .file-download:hover {
    opacity: 0.66;
}

.f_file_list .file-download .title {
    width: 70%;
    padding-right: 30px;
}

.f_file_list .file-download .size {
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
}

.f_session_list {

}

.f_session_list .box {
    padding: 20px 30px;
    display: block;
    border: solid 1px var(--light-grey-color);
    border-radius: 16px;
    margin-bottom: 20px;
}

.f_session_list .box .top {
    margin-bottom: 15px;
}

.f_session_list .box .top .session-number {
    background: var(--light-grey-color);
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
}

.f_session_list .box .top .session-number h6 {
    margin-bottom: 0px !important;
}

.f_session_list .box .top .subtitle h6 {
    margin-bottom: 0px !important;
    display: inline-block;
}

.f_session_list .box .middle {
    margin-bottom: 25px;
}

.f_session_list .box .middle span {
    display: inline-block;
    margin-right: 40px;
}

.f_session_list .box .middle span h6 {
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 5px;
    color: var(--light-dark-color);
}

.f_session_list .box .middle span img {
    vertical-align: -7px;
}

.f_session_list .box .title {

}

.f_session_list .box .title a {
    text-decoration: none !important;
}

.f_session_list .box .title h4 {
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.f_session_list .box .title a h4 {
    color: var(--primary-color);
}

.f_video {

}

.f_video .xaz-video {
    display: block;
    width: 100%;
    height: 365px;
    margin-bottom: 20px;
}

.f_video .xaz-video.xaz-video-big {
    height: 590px;
}

.f_video h5 {
    margin-bottom: 5px;
}

.f_conference_banner {

}

.f_conference_banner .box {
    display: flex;
    align-items: flex-start;
}

.f_conference_banner .box .banner-image {
    width: 250px;
    height: auto;
    border-radius: 8px;
}

.f_conference_banner .box .text {
    width: calc( 100% - 250px );
    padding-left: 80px;
}

.f_conference_banner .box a {
    text-decoration: none !important;
}

.f_conference_banner .box .text h5 {
    display: inline-block;
    margin-left: 10px;
    color: var(--light-dark-color);
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
}

.f_conference_banner .box .text .place {
    display: block;
    margin-bottom: 10px;
}

.f_conference_banner .box .text .date {
    display: block;
    margin-bottom: 15px;
}

.f_conference_banner .box .text img {
    vertical-align: -5px;
}

.f_conference_banner .box .text h4 {
    margin-bottom: 25px;
}

.f_conference_banner .box .text a {
    font-weight: 700;
}

.f_conference_banner .box .text a img {
    vertical-align: -6px;
}

.f_corporate_members {

}

.f_corporate_members .box {
    display: flex;
    width: 100%;
    border-bottom: solid 1px var(--light-grey-color);
    font-size: 20px;
    line-height: 28px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px 0px;
    text-decoration: none !important;
    color: var(--main-dark-color);
    transition: 0.5s all;
}

.f_corporate_members .box:hover {
    color: var(--primary-color);
}

.f_corporate_members .box img {
    width: 180px;
    margin-right: 30px;
}

.f_corporate_members .box .icon {
    width: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
}

.f_cta_block {

}

.f_cta_block .box {
    background: var(--secondary-color);
    border-radius: 15px;
    padding: 30px 45px;
    color: #fff;
    display: flex;
    width: 100%;
}

.f_cta_block .box.box-2 {
    background: var(--main-dark-color);
}

.f_cta_block .box h3 {
    color: var(--white-color);
}

.f_cta_block .box .image {
    margin-right: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.f_cta_block .box .image .xaz-image {
    width: 98px;
    height: 98px;
    border-radius: 100%;
}

.f_people_card_1 {

}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.row-flex .box {
    margin-right: 30px;
}

.f_people_card_1 .box {
    border: solid 1px var(--grey-color);
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    width: calc( 33.33% - 30px );
    margin-bottom: 30px;
}

.f_people_card_1 .box .main-image {
    width: 172px;
    height: 172px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.f_people_card_1 .box .text {
    min-height: 120px;
}

.f_people_card_1 .box h5 {
    margin-bottom: 25px;
}

.f_people_card_1 .box p {
    text-align: center;
}

.f_people_card_1 .box .additional-info {
    border-top: solid 1px var(--grey-color);
    border-bottom: solid 1px var(--grey-color);
    padding: 10px 0px;
    font-size: 14px;
    line-height: 14px;
    color: var(--light-dark-color);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.f_people_card_1 .box .additional-info img {
    vertical-align: -7px;
    margin-right: 5px;
}

.f_people_card_1 .box .social {
    text-align: center;
}

.f_people_card_1 .box .social a {
    display: inline-block;
    margin: 0px 15px;
}

.f_people_card_2 {

}

.f_people_card_2 .box {
    border: solid 1px var(--grey-color);
    padding: 30px;
    border-radius: 15px;
    width: calc( 50% - 30px );
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_people_card_2 .box .main-image {
    width: 134px;
    height: 134px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 30;
}

.f_people_card_2 .box .right {
    width: calc( 100% - 164px );
}

.f_people_card_2 .box h5 {
    margin-bottom: 10px;
}

.f_people_card_2 .box .additional-info {
    border-top: solid 1px var(--grey-color);
    padding: 15px 0px 0px;
    font-size: 16px;
    line-height: 16px;
    color: var(--light-dark-color);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.f_people_card_2 .box .additional-info img {
    vertical-align: -7px;
    margin-right: 5px;
}

.f_people_card_3 {

}

.f_people_card_3 .box {
    border: solid 1px var(--grey-color);
    padding: 30px;
    border-radius: 15px;
    width: calc( 50% - 15px );
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_people_card_3 .box .main-image {
    width: 134px;
    height: 134px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 30;
}

.f_people_card_3 .box .right {
    width: calc( 100% - 164px );
}

.f_people_card_3 .box h5 {
    margin-bottom: 10px;
}

.f_people_card_3 .box .additional-info {
    border-top: solid 1px var(--grey-color);
    padding: 15px 0px 0px;
    font-size: 16px;
    line-height: 16px;
    color: var(--light-dark-color);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.f_people_card_3 .box .additional-info img {
    vertical-align: -7px;
    margin-right: 5px;
}

.f_people_card_3 .box .social a {
    display: inline-block;
    margin: 0px 0px 0px 15px;
}

.f_people_card_3 .box .more-link {
    float: right;
}

.xaz-breadcrumbs {
    margin-bottom: 20px;
    text-decoration: none;
    color: var(--light-dark-color);
    font-size: 14px;
}

.xaz-breadcrumbs a {
    text-decoration: none !important;
    color: var(--light-dark-color);
}

/* ===== BOARD ===== */

#board {

}

#board #row-1 {
    align-items: center;
    margin-bottom: 60px;
}

#board #row-1 img {
    width: calc( 50% - 20px );
}

#board #row-1 .text {
    width: calc( 50% - 20px );
}

.text-2-col {
    padding-right: 60px;
}

/* ===== SEARCH RESULTS ===== */

#search-result-1 {
    padding-bottom: 30px;
}

/* ===== ERROR PAGE ===== */

#error-page {

}

#error-page-1 {
    padding-top: 40px;
}

#error-page .xaz-image {
    height: 100vh;
	width: 100vw;
    border-radius: 0px;
    position: relative;
}

#error-page .xaz-image .gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0;
}

#error-page .text {
    color: var(--secondary-color);
    margin-top: 270px;
    position: relative;
    z-index: 3;
}

#error-page .text h1 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

#error-page .text h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

#error-page .text h4 {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

/* ===== HOME ===== */

#home-1 {
    padding-top: 40px;
}

#home-1 h3 {
    font-size: 28px;
}

#home-1 h1 {
    font-size: 72px;
    line-height: 72px;
}

.xaz-video-full {
    height: calc( 100vh - 140px );
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.xaz-video-full video {
    object-fit: cover;
    width: 100vw;
    height: calc( 100vh - 140px );
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.xaz-video-full .gradient-overlay {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    background: url( "../assets/homapage/hero_overlay_gradient.svg" ) center center no-repeat;
    background-size: cover !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.xaz-video-full .gradient-overlay .video-content {
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

.xaz-video-full .gradient-overlay .video-content .text {
    width: 100%;
    text-align: center;
    margin-top: -150px;
}

.xaz-video-full .gradient-overlay .video-content h1 {
    color: #fff;
    margin-bottom: 20px;
}

.xaz-video-full .gradient-overlay .video-content h3 {
    color: #fff;
    margin-bottom: 10px;
}

.xaz-video-full .gradient-overlay .video-content p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#home-1 .date-place {
    position: absolute;
    bottom: 50px;
    left: 70px;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    line-height: 24px;
}

#home-1 .date-place .line {
    height: 47px;
    margin: 0px 35px;
    background: #fff;
    width: 1px;
}

#home-1 .date-place img {
    margin-right: 10px;
}

#home-1 .counter-date {
    position: absolute;
    z-index: 2;
    bottom: 35px;
    right: 160px;
    font-family: 'Quicksand', sans-serif;
}

#home-1 .counter-date h5 {
    color: #fff;
}

#home-1 .scroll-down {
    position: absolute;
    bottom: 55px;
    left: 50%;
    z-index: 3;
    margin-left: -16px;
}

#countdown-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
    margin: 20px 0;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
}

.countdown-item span {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 28px;
}

.countdown-label {
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    font-weight: 600;
}

#home-2 {

}

#home-2 h4 {
    color: var(--primary-color) !important;
}

#home-2 .box {
    display: block;
    text-decoration: none !important;
    transition: 0.5s all;
}

#home-2 .box:hover {
    opacity: 0.66;
}

#home-3 {
    padding-top: 30px;
}

#home-3 h2 {
    color: var(--secondary-color);
    margin-bottom: 0px;
}

#home-3 .grey-box {
    background: #FAFAFA;
    padding: 60px 0px;
    margin-bottom: 30px;
}

#home-3 .xaz-image {
    height: 520px;
    position: relative;
    margin-top: -220px;
}

#home-4 {
    text-align: center;
	display: none;
}

#home-4 h2 {
    color: var(--secondary-color);
    margin-bottom: 30px;
}

#home-5 {
	display: none;
}

#home-5 .grey-box {
    background: #EDEDED;
    padding: 50px 50px;
    border-radius: 15px;
}

#home-5 .grey-box img {
    border-radius: 0px;
}

#home-5 h2 {
    color: var(--secondary-color);
    margin-bottom: 20px;
}

#home {
    margin-bottom: 90px;
}

#home-6 h2 {
    color: var(--secondary-color);
    margin-bottom: 20px;
}

#home-6 .f_accordions {
    margin-top: 80px;
}

#home-7 {
    text-align: center;
    background: #FAFAFA;
    padding: 60px 0px 30px;
    margin-top: 90px;
	display: none;
}

#home-7 h2 {
    color: var(--secondary-color);
    margin-bottom: 60px;
}

#home-7 .box {
    text-align: center;
    margin-bottom: 60px;
    padding: 0px 30px;
}

#home-7 .box img {
    height: 140px;
    margin-bottom: 10px;
}

#home-7 .box h5 {
    margin-bottom: 0px;
}

#home-7 .box h6 {
    color: #737373;
}

#home-7 .box p {
    text-align: center;
}

#home-7 p {
    text-align: center;
}

#home-7 .btn {
    margin: 10px;
}

#home-8 {

}

#home-8 .text-2 {
    float: right;
}

#home-8 h2 {
    color: var(--secondary-color);
}

#home-9 {
    color: #fff;
	display: none;
}

#home-9 .xaz-image {
    border-radius: 0px;
    height: auto;
}

#home-9 .xaz-video-full {
    height: auto;
    min-height: 200px;
}

#home-9 .xaz-video-full video {
    height: auto;
    min-height: 200px;
}

#home-9 .xaz-video-full h2 {
    color: #fff;
    margin-bottom: 10px;
}

#home-9 .xaz-video-full .gradient-overlay {
    padding: 60px 0px 40px;
    height: auto;
    width: 100%;
    position: relative;
    display: block;
}

#home-9 .xaz-video-full video {
    transform: translateY(-38%);
}

#home-10 {
	display: none;	
}

#home-10 h2 {
    color: var(--secondary-color);
}

#home-11 {
    background: #fafafa;
    padding: 60px 0px 30px;
}

#home-11 h2 {
    color: var(--secondary-color);
}

#home-12 {
	display: none;	
}

#home-12 h2 {
    color: var(--secondary-color);
	
}

.scroller {
    max-width: 100%;
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    margin-bottom: 30px;
}

.scroller__inner {
    padding: 0;
    margin: 0;
    list-style: none; /* Usuwa kropki z listy */
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: scroll 120s linear infinite;
}

.scroller__inner li {
    display: flex; /* Pomocne przy wyrównywaniu */
    align-items: center;
    justify-content: center;
}

.scroller__inner img {
    height: 75px;
    width: auto;
    object-fit: contain;
}


@keyframes scroll {
    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

.scroller:hover .scroller__inner {
    animation-play-state: paused;
}

.page-template-home .footer-section {
    display: none !important;
}

/* ===== NEWS CATEGORY ===== */

.xaz-news-box-list {

}

.xaz-news-box-list .box {
    display: block;
    margin-bottom: 30px;
    text-decoration: none !important;
    border: solid 1px var(--grey-color);
    border-radius: 15px;
    overflow: hidden;
}

.xaz-news-box-list .box:hover {
    opacity: 0.66;
}

.xaz-news-box-list .box .content {
    padding: 0px 25px;
}

.xaz-news-box-list .box .xaz-image {
    height: 170px;
    margin-bottom: 10px;
    border-radius: 15px 15px 0px 0px;
}

.xaz-news-box-list .box .date {
    font-size: 14px;
    color: var(--light-dark-color);
    line-height: 14px;
    margin-bottom: 5px;
}

.xaz-news-box-list .box .title {
    margin-bottom: 10px;
}

.xaz-news-box-list .box .title h5 {
    color: var(--primary-color);
    margin-bottom: 13px;
}

.xaz-news-box-list .box .text {
    color: #222;
}

.xaz-news-box-list .box .text p {
    color: #222;
}

@media (max-width: 1500px) {
    footer .container-fluid {
        padding: 60px 30px 60px 30px;
    }

    header .top-header {
        margin-left: 280px;
        width: calc(100% - 520px);
    }

    header .logo {
        left: 15px;
    }

    header .bottom-header {
        height: 62px;
        margin-left: 280px;
    }

    header .right-logos {
        right: 15px;
    }
}

@media (max-width: 1360px) {
    .container-fluid {
        padding: 0px 30px;
    }
}

@media (max-width: 1250px) {
    header .right-logos {
        display: none;
    }

    header .top-header {
        margin-left: 280px;
        width: calc(100% - 340px);
    }
}

@media (max-width: 1200px) {
    .f_info_card_1 .box {
        padding: 20px 20px 1px 20px;
    }

    .f_info_card_3 .box {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .f_session_list .box .middle span {
        margin-right: 10px;
    }

    .f_session_list .box {
        padding: 15px 15px;
    }

    .f_conference_banner .box .banner-image {
        width: 180px;
    }

    .f_conference_banner .box .text {
        width: calc(100% - 180px);
        padding-left: 20px;
    }

    .f_conference_banner .box .text h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .f_cta_block .box {
        padding: 20px 25px;
    }

    .f_people_card_1 .box .main-image {
        width: 130px;
        height: 130px;
        margin-bottom: 5px;
    }

    .f_people_card_1 .box {
        padding: 15px;
    }

    .f_people_card_1 .box .additional-info span {
        display: inline-block;
        margin-bottom: 5px;
    }

    .f_people_card_2 .box {
        display: block;
        text-align: center;
    }

    .f_people_card_2 .box .right {
        width: 100%;
    }

    .f_people_card_2 .box p {
        text-align: center;
    }

    .f_people_card_3 .box {
        display: block;
        text-align: center;
    }

    .f_people_card_3 .box .right {
        width: 100%;
    }

    .f_people_card_3 .box p {
        text-align: center;
    }

    .f_people_card_3 .box .social a {
        margin: 0px 0px 0px 1px;
    }

    #home-1 .date-place {
        left: 30px;
    }

    #home-1 .counter-date {
        right: 30px;
    }

    #home-1 h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 1100px) {
    header .header-when {
        display: none;
    }

    header .top-header .line {
        display: none;
    }
}

@media (max-width: 991px) {
    .f_people_card_1 .box .additional-info {
        display: block;
    }

    .f_people_card_1 .box .additional-info span {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .f_people_card_1 .box .social a {
        margin: 0px 5px;
    }

    .f_people_card_1 .box {
        width: calc(50% - 30px);
    }

    .f_video .xaz-video.xaz-video-big {
        height: 450px;
    }

    .xaz-video-full {
        height: 100%;
        min-height: 100px;
        overflow: hidden;
    }

    .xaz-video-full video {
        height: 100%;
        min-height: 100px;
    }

    .xaz-video-full .gradient-overlay {
        position: relative;
        height: 120%;
        display: block;
    }

    .xaz-video-full .gradient-overlay .video-content .text {
        margin-top: 30px;
    }

    #home-1 .date-place {
        display: block;
        position: relative;
        left: 0px;
        width: 100%;
        text-align: center;
        top: initial;
        bottom: initial;
        margin-top: 30px;
    }

    #home-1 .counter-date {
        right: 0px;
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    #home-1 .scroll-down {
        display: none;
    }

    header .search-form {
        display: none;
    }

    header .logo {
        width: 125px;
        top: 12px;
    }

    header .top-header {
        margin-left: 165px;
        width: calc(100% - 185px);
    }

    header .bottom-header {
        margin-left: 165px;
    }

    header .navigation ul.level-1 > li {
        padding: 0px 0px 0px 0px;
    }

    .nav-button {
        display: block;
        width: 35px;
        position: absolute;
        top: 24px;
        right: 15px;
        cursor: pointer;
    }

    .nav-button span {
        display: block;
        height: 4px;
        background: #333333;
    }

    .nav-button span:nth-child(2) {
        margin: 6px 0px;
        background: #F47920;
    }

    header .navigation {
        display: none;
        background: #fff;
        height: auto;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
        top: -2px;
        padding: 10px 0px;
    }

    header .navigation.active {
        display: block;
    }

    header .top-header {
        border-bottom: none;
    }

    header {
        height: 76px;
    }

    section {
        margin-top: 37px;
    }

    header .navigation ul.level-1 > li {
        float: none;
        display: block;
        text-align: center;
        height: auto;
        margin-bottom: 15px;
    }

    header .bottom-header {
        margin-left: 0px;
    }

    header .navigation ul.level-1 > li .sub-navigation {
        position: static;
        width: 100%;
        background: none;
        padding: 5px 0px;
        border-radius: 0px;
        box-shadow: none;
        background: #eee;
        margin-top: 5px;
    }

    header img.subnav-image {
        display: none;
    }

    header .row-flex {
        display: block;
    }

    header .navigation .sub-navigation h6 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 110%;
    }

    .f_video .xaz-video.xaz-video-big {
        height: 350px;
    }

    .f_video .xaz-video {
        height: 350px;
    }

    h2 {
        font-size: 30px;
        line-height: 110%;
    }

    h3 {
        font-size: 25px;
        line-height: 110%;
    }

    h4 {
        font-size: 20px;
        line-height: 110%;
    }

    h5 {
        font-size: 18px;
        line-height: 110%;
    }

    .btn {
        margin-bottom: 10px;
    }

    #home-1 .date-place .line {
        height: 20px;
        display: block;
        background: transparent;
    }

    table tbody tr td {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .f_text_image .text {
        margin-top: 15px;
        padding-left: 0px;
    }

    .f_text_image .col-sm-pull-6 .text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xaz-accordion .accordion-header {
        padding: 5px 10px;
        font-size: 18px;
        line-height: 27px;
    }

    .xaz-accordion .accordion-content {
        padding: 5px 10px 5px 10px;
    }

    .f_text_small_image .box {
        display: block;
    }

    .f_text_small_image img {
        width: 100%;
        margin-right: 0px;
    }

    .f_text_small_image .text {
        margin-top: 15px;
        width: 100%;
        display: block;
    }

    .container-fluid {
        padding: 0px 15px;
    }

    .f_file_list .file-download {
        padding: 10px 15px;
        font-size: 18px;
        display: block;
        line-height: 24px;
    }

    .f_file_list .file-download .title {
        width: 100%;
        padding-right: 0px;
        display: block;
        margin-bottom: 10px;
    }

    .f_file_list .file-download .size {
        float: right;
        bottom: -10px;
        position: relative;
    }

    .f_file_list .file-download > img {
        display: none;
    }

    .f_conference_banner .box {
        display: block;
    }

    .f_conference_banner .box .banner-image {
        width: 100%;
    }

    .f_conference_banner .box .text {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

    .f_corporate_members .box {
        display: block;
        text-align: center;
    }

    .f_corporate_members .box img {
        width: 180px;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .f_corporate_members .box span {
        display: block;
        text-align: center;
    }

    .f_corporate_members .box .icon {
        display: none !important;
    }

    .f_cta_block .box .image {
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    .f_cta_block .box {
        display: block;
        text-align: center;
    }

    .f_cta_block .box .image .xaz-image {
        display: inline-block;
    }

    .f_cta_block .box .image a {
        display: block;
    }

    .f_cta_block .box p {
        display: inline-block;
    }
    
    header .header-where {
        display: none;
    }

    header .top-header .btn {
        margin-left: -10px;
        margin-top: 7px;
    }
}

@media (max-width: 500px) {
    .f_people_card_1 .box {
        width: 100%;
        margin-right: 0px
    }

    .f_people_card_2 .box {
        width: 100%;
        margin-right: 0px
    }

    .f_people_card_3 .box {
        width: 100%;
        margin-right: 0px
    }

    footer * {
        text-align: center !important;
    }
}