
:root{
    --blue1: rgb(16, 75, 87);
    --orange1: rgb(249, 0, 24);
    --color-header-text: white;
    --color-header-banner-background: rgb(16,75, 87);
    --color-transparent: transparent;

    --hr-color1: var(--color-header-text);
    --hr-color2: var(--orange1);
}

::selection{
    background-color: rgb(179, 244, 255);
    color:var(--blue1);
    /*color: white;*/
}


.mobile__nav{
    display: none;
}

body {
    background: #fff;
    color: var(--blue1);
}

a {
    text-decoration: none;
    color: var(--blue1);
}

.menu__mobile{
    display: none;
}
.banner--logo__mobile{
    display:none;
}

.footer__mobile{
    display: none;
}

.mobile__entry{
    display:none;
}

.menu--container {
    position: sticky;
    top: 0;
    z-index: 1000000;
!important;
    background: #fff;
}

.header, .header ul {
    background: #fff;
}

.conference-title .conference-title__name {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 20px;
    font-weight: bold;
    color: var(--blue1);
}

.conference-title .conference-title__date {
    font-size: 20px;
    color: var(--orange1);
}

.header_menu .header_menu__entry {

}

.header_menu .header_menu__entry a {
    position: relative;
}

.header_menu .header_menu__entry--emphasised a:hover{
    color: var(--orange1);
}

.header_menu .header_menu__entry--login a:hover{
    color: var(--blue1);
}

.header_menu .header_menu__entry a.is-active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: var(--orange1);
}

.header_menu .header_menu__entry:last-child {
    margin-left: 30px;
}

.header_menu .header_menu__entry--emphasised {
    text-transform: uppercase;
}

.header_menu .header_menu__entry--login {
    border-radius: 6px;
    font-weight: bold;
    background:  var(--orange1);
    padding:0 0 0 25px;
    position:relative;
}

.header_menu .header_menu__entry--login a {
    color: #fff;
}

.header_menu__entry--login:before{
    position: absolute;
    top: 25%;
    left: 7%;
    width: 20px;
    height: 20px;
    content: "";
    background: url('/assets/img/icon--login.png') 0 40% no-repeat;
    background-size: cover;
}


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

}
.header_menu__entry--zoom{
    position: relative;
}

.header_menu__entry--zoom:before{
    position: absolute;
    /*top: 50%;*/
    top: 12%;
    left: 5%;
    width: 30px;
    height: 30px;
    content: "";
    background: url('/assets/img/zoom--icon.png') 0 40% no-repeat;
    background-size: cover;
}

.banner-time{
    font-size: 25px;
}

.flex__header__zoom{
margin-left: 50px;

    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.flex__header__zoom--text{
    margin-top: 1%;
    margin-left: 3%;
    font-size: 46px;
    font-weight: normal;
    color: var(--blue1);
}

.flex__header_zoom_icon:hover *{
    color: var(--orange1);
}

.flex__header__zoom--text:hover{
    color: var(--orange1);
}

.flex__banner__logo{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/*.banner--logo{*/
/*    padding: 18px 38px;*/
/*    border-radius: 6px;*/
/*    background-size: 120px 165px;*/
/*    min-width: 120px;*/
/*    min-height: 165px;*/
/*    background-image: url('/assets/img/icon--logo.png');*/
/*    background-repeat: no-repeat;*/
/*}*/
.banner--logo--text{
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
}

.banner--logo--text__line{
    color: var(--color-header-text);
    font-size: 50px;
    font-weight: bolder;
    margin-left: 10px;
}

.banner--background--image {
    background: var(--color-header-banner-background);
    background-attachment: fixed;
    color: #fff;
    background-position: top;
}

.banner--title {
    position: relative;
    padding-left: 72px;
    line-height: 1em;
    font-weight: normal;
    color: var(--blue1);
}

.banner--version {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -58px;
    font-size: 116px;
    font-weight: normal;
    line-height: 1em;
}

.banner--version__biometan {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -86px;
    font-size: 176px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: -12px;
}
.banner--text{
    color: var(--color-header-text);
}
.banner--text:hover{
    color: var(--color-header-text);
}

.banner--emphasised {
    display: block;
}

.banner-date {
    padding-top: 20px;
    padding-left: 44px;
    position: relative;
}

.banner-date:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    width: 24px;
    height: 24px;
    content: "";
    background: url('../../../img/icon--calendar.png') 0 40% no-repeat;
    background-size: cover;
}

.banner--rapport {
    display: flex;
    background-color: white;
    margin-top: 72px;
    border-radius: 10px;
    width: 70%;

}

.banner--countdown {
    padding: 18px 38px;
    color: var(--blue1);
    border-radius: 6px;
    background-size: 150px 150px;
    min-width: 150px;
    min-height: 150px;
    background-image: url('/assets/img/zoom--icon.png');
    background-repeat: no-repeat;
}

.banner--rapport__release {
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
    font-family: 'Montserrat', sans-serif;
    color: var(--orange1);
    width: 100%;
    margin: 5px 0 5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
}

.banner--countdown__option {
    float: left;
    margin-left: 24px;
    text-align: center
}

.banner--countdown__option:first-child {
    margin-left: 0;
}

.banner--countdown__value {
    display: block;
    font-size: 42px;
    line-height: 1em;
}

.header__baner__secondary{
    display: flex;
    justify-content: center;
}

.header__baner__secondary__content{
    border: 2px var(--orange1) solid;
    /*border: 2px #009DE1 solid;*/
    border-radius: 5px;
}



.timetable {
}

.timetable .timetable__header {
    border: 2px solid var(--orange1);
    border-radius: 6px;
    padding: 1rem;
    margin:20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.timetable .timetable__entries {
    margin: 0;
    list-style: none;
}

.timetable .timetable__entry {
    /*border: 1px solid rgb(219, 194, 99);*/
    border: 1px solid var(--orange1);
    padding: 1rem 1rem 1rem 32px;
    border-radius: 6px;
    margin-left: 160px;
    margin-bottom: 30px;
    position: relative;
    background: rgba(68, 157, 221, 0);
    transition: 3s;
}

.timetable .timetable__entry:hover {
    /*border: 1px solid rgb(195, 116, 0);*/
    border: 1px solid rgb(0, 72, 149);
    background: rgb(242, 245, 255);

}

.timetable .timetable__entry:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    margin-left: -160px;
    content: '';
    background: url('../../../img/icon--clock__entry--prop1.png') 0 50% no-repeat;
    width: 129px;
    height: 129px;
}

.timetable .timetable__entry__header {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: var(--blue1);
    padding-bottom: 5px;
}

.timetable__entry__header {
    margin:0;
    margin-bottom: 0;
}

.timetable .timetable__entry__time {
    padding-left: 25px;
    position: relative;
    margin: 0;
    font-size: 18px;
    color: rgb(166, 166, 166);
    display: inline;
    transition: 2s;
}

.timetable__entry__time{

}

.timetable__entry__hr{
    border:.5px solid;
    border-image-slice:1;
    border-image-source: linear-gradient(90deg,var(--orange1),var(--blue1));
    margin:8px 0 21px 0;
}

.timetable .timetable__entry:hover .timetable__entry__time {
    color: var(--orange1);
}

.timetable .timetable__entry__time:before {
    content: "";
    position: absolute;
    background: url('../../../img/icon/icon--clock.png') 0 50% no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    top: 50%;
    left: 2px;
}

.timetable__event__title {
    color: var(--blue1);
    margin: 0;
    font-weight: bold;
    /*line-height: 0.5;*/
}

.timetable__event__author {
    margin-top: 5px;
}

.troubleshoots {
    display: inline-block;
    width: 100%;
    background: var(--blue1);
    color: #fff;
}

.troubleshoots .troubleshoots--header {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.faq {
    position: relative;
    background: inherit;
}

.faq__entry {
    margin-bottom: 12px;
    border: 3px solid  var(--orange1);
    border-radius: 6px;
}

.faq__title {
    border: 0;
    color: #fff;
    font-size: 16px;
}

.disclaimer {
}

.disclaimer .disclaimer--header {
    margin: 0 0 36px;
    font-size: 16px;
    font-weight: bold;
}

:last-child:not(.is-active) > .faq__title {
    border-bottom: 0;
}

.footer {
    padding: 20px 0 0 0;
    background: rgb(21, 20, 20);
    color: #fff;
}

.footer-content, .footer-cta {
    padding:20px 0;
}

/*.footer__address {*/
/*    font-style: normal;*/
/*}*/

.display-block {
    display: block;
}

.conference-section {
    margin-bottom: 32px;
}

.conference-section.conference-section--highlight .grid-container {
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 36px;
}

.conference-section.conference-section--highlight .grid-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border:.5px solid;
    border-image-slice:1;
    /*border-image-source: linear-gradient(90deg,var(--orange1),var(--blue1));*/
    border-image-source: linear-gradient(90deg,var(--hr-color1),var(--hr-color2));

}

.conference-section__title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.partner-description {
}

.partner-description .partner-description__header {
    font-size: 18px;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid rgb(69, 160, 225);
    border-radius: 6px;
}


.partner-logo {
    display: inline-block;
    height: 200px;
    min-width: 200px;
    margin-right: 100%;
    position: relative;
    border-radius: 20%;
    overflow: hidden;
}

.documents-list {
    list-style: none;
    margin: 0;
}

.documents-list .documents-list__item {
    background: var(--blue1);
    color: #fff;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.documents-list .documents-list__link {
    position: relative;
    display: block;
    padding: 12px 12px 12px 48px;
    color: #fff;
}

.documents-list .documents-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url('/assets/img/icon--pdf.png') 0 50% no-repeat;
    background-size: contain;
}

.contacts-list {
    list-style: none;
    margin: 0;
}

.contacts-list__item {
    margin-bottom: 3rem;
    padding-left: 90px;
}

.contacts-list__name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.login-form {
    border-radius: 6px;
    margin-bottom: 86px;
    padding: 30px;
    background: #fff; /*kolor tła logowania*/
}

.login-form__header {
    color:var(--blue1);
}

.login-form__button {
    border-radius: 6px;
    font-weight: bold;
    font-size: 15px;

}

.login-form__button:hover{
 background-color: var(--orange1);
    font-weight: bolder;
    color: var(--blue1);
}


/*.slider {*/
/*    border-radius: 10px;*/
/*    width: 700px;*/
/*    height: 400px;*/
/*    background-size: 700px 400px;*/
/*    background: url("https://beztrudu.pl/uploads/resymbio/resymbio_info1.png");*/
/*    background-size: 700px 400px;*/
/*    margin: 50px auto;*/
/*    animation: slide 20s infinite;*/
/*}*/

/*@keyframes slide {*/
/*    30% {*/
/*        background: url("https://beztrudu.pl/uploads/resymbio/resymbio_info2.png");*/
/*        background-size: 700px 400px;*/
/*        background-repeat: no-repeat;*/
/*    }*/
/*    60% {*/
/*        background: url("https://beztrudu.pl/uploads/resymbio/resymbio_info3.png");*/
/*        background-size: 700px 400px;*/
/*        background-repeat: no-repeat;*/
/*    }*/
/*    100% {*/
/*        background: url("https://beztrudu.pl/uploads/resymbio/resymbio_info1.png");*/
/*        background-size: 700px 400px;*/
/*        background-repeat: no-repeat;*/
/*    }*/
/*}*/

/*.shell__link__button {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    !*background-color: #fed518;*!*/
/*    margin-top: 10px;*/
/*    padding: 10px 10px;*/
/*    color: var(--blue1);*/
/*    border-radius: 10px;*/
/*    border: solid 5px var(--blue1);*/
/*    transition: 1s;*/
/*}*/


/*.shell__link__button:hover {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    !*background-color: rgb(39, 100, 137);*!*/
/*    padding: 10px 10px;*/
/*    color: var(--orange1);*/
/*    border-radius: 10px;*/
/*    border: solid 5px var(--orange1);*/
/*}*/


/*.shell__link__button::before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: "";*/
/*    border-radius: 5px;*/
/*    border: solid 1px white;*/
/*}*/


/*.link__footer a:link, .link__footer a:visited, .link__footer a:hover, .link__footer a:active { color:white; }*/

/*.login__footer_fix{*/
/*    height: 20vh;*/
/*}*/

