body
{
    margin:0;
    overflow-x:hidden;
    font-family:"proxima-nova",sans-serif;
}
.hero
{
    overflow:hidden;
    width:100%;
    min-height:1000px;
    position:relative;
    background: url("/assets/img/2022/hero-bg.jpg");
    background-size: cover;
}
.hero-small
{
    padding-bottom:40px;
    height:auto;
    min-height:auto;
}
.speaker-description
{
    font-family: "neue-haas-unica",sans-serif;
    font-size:22px;
    text-align:Center;
    color:#0f134a;
}
.title-holder, .live-holder
{
    width:80%;
    max-width:1080px;
    margin:0 auto;
    margin-top:180px;
    position:relative;
    z-index:2;
    text-align: center;
}
.live-holder
{
    max-width:880px;
    margin-top:60px;
}
.video-block
{
    width:100%;
    margin-top: 20px;
}
.live-holder .title
{
    font-size:72px;
    font-family: "neue-haas-unica",sans-serif;
    text-align:center;
    color:#0f134a;
    margin-bottom:10px;
    max-width: 580px;
    margin:  10px auto;
}
.title-holder h2,.hero-small h2, .live-holder h2
{
    font-size:42px;
    letter-spacing: 4px;
    font-family: "neue-haas-unica",sans-serif;
    text-align:center;
    color:#FFF;
    line-height:42px;
    margin-bottom:0;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}
.title-holder h1
{
    font-size:92px;
    font-family: "neue-haas-unica",sans-serif;
    text-align:center;
    color:#fff;
    margin:0;
    padding:0;
    line-height: 1.3;
}

.title-holder .register-anchor{
    font-size:26px;
    border-radius:36px;
    background-color:#0f134a;
    color:white;
    font-family: "neue-haas-unica", sans-serif;
    padding:10px 30px 10px 30px;
    margin-top:50px;
    cursor:pointer;
    letter-spacing: 4px;
    display:inline-table;
}
.kontaktai-anchor {
    color: #FFF;
    font-size: 18px;
    text-decoration: underline;
    position: absolute;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
}

.date
{
    margin-top:20px;
    font-size: 42px;
    letter-spacing: 4px;
    font-family: "neue-haas-unica",sans-serif;
    text-align:center;
    color:#fff;
    width:100%;
    position:relative;
}
.add-info
{
    margin-top:10px;
    font-size: 22px;
    letter-spacing: 4px;
    font-family: "neue-haas-unica",sans-serif;
    text-align:center;
    color:#fff;
    width:100%;
    position:relative;
    color: #FFF;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
    gap: 10px;
}
.add-info img {
    height: 25px;
}
.line-left
{
    width:12%;
    height:1px;
    position:absolute;
    top:50%;
    left:0;
    background-color:#c9d6e4;
}
.line-right
{
    width:12%;
    height:1px;
    position:absolute;
    top:50%;
    right:0;
    background-color:#c9d6e4;
}
.big-bubble
{
    width:500px;
    height:500px;
    border-radius:50%;
    background-color:white;
    position:absolute;
    bottom:0;
    left:-20%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity:0;
}
.big-bubble-right
{
    width:500px;
    height:500px;
    border-radius:50%;
    background-color:white;
    position:absolute;
    top:50%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    right:-20%;
    opacity:0;
}
.anchor-x
{
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.anchor-x2
{
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
}
.anchor-xy
{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.anchor-xy2
{
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
}
.anchor-y
{
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.header
{
    width:96%;
    max-width:1400px;
    margin:0 auto;
    margin-top:25px;
    position:relative;
}
.moving-header
{
    position:fixed;
    top:0;
    background-color:white;
    color:#0f134a !important;
    z-index:3;
    width:100%;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
    max-width:none !important;
    margin-top:0;
}
.header-content-scroll
{
    width:96%;
    margin:0 auto;
    max-width:1400px;

}
.header-content-scroll .logo {
    display: none;
}
.header-content-scroll .logo-scroll {
    width: 30%;
    max-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.header-content-scroll .meniu
{
    margin-top:0px;
}
.logo
{
    width:30%;
    max-width:220px;
}
.logo-scroll
{
    width:30%;
    max-width:220px;
    display: none;
}
.logo-sw
{
    width: 100%;
    max-width: 180px;
    margin-left: 0;
}
.meniu
{
    width:70%;
    float:right;
    height:30px;
    margin-top:0px;
    text-align:right;
}
.meniu .item {
    color: #FFF;
    font-size: 19px;
    display: inline-flex;
    margin-right: 0px;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    flex-direction: column;
}
.moving-header .meniu .item
{
    color:#0f134a;
}
.last-item
{
    margin-right:0;
}
.meniu .item:hover
{
    /*
    opacity:0.8;
    */
}
.decor-left
{
    width:40%;
    left:-50%;
    bottom:16%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    max-width:750px;
    opacity:0;
    position:absolute;
}
.decor-right
{
    width:40%;
    right:-50%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity:0;
    bottom:26%;
    max-width:750px;
    position:absolute;
}

.live-event.decor-left, .live-event.decor-right {
    bottom:unset;
    top: 15%;
}
.check-label a{
    font-weight:bold;
    text-decoration: underline;
}
.side-b p {
    max-width: 550px;
    color: #0f134a;
}
.eye-decor
{
    pointer-events: none;
    bottom:-40%;
    width:100%;
    opacity:0;
    position:absolute;
}
.mobile-meniu
{
    display:none;
}
.mobile-meniu, .close-bt
{
    font-size:36px;
    color:#0f134a;
    float:right;
    margin-top:1%;
    margin-right:10px;
}
.close-bt
{
    position:absolute;
    top:25px;
    right:16px;
}
.mobile-popup
{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:white;
    display:none;
    z-index:4;
}
.mobile-logo{
    position:absolute;
    top:35px;
    left:16px;
    width:50%;
    max-width:120px;
}
.popup-meniu
{
    position:absolute;
    top:50%;
    left:50%;
}
.popup-meniu .item
{
    font-size:5vw;
    margin-bottom:16px;
    color:#0f134a;
    text-align:center;
}
.label-tag-holder
{
    text-align:center;
}
.label-tag
{
    background-color:#e0f4fa;
    border-radius:36px;
    margin-top:20px;
    padding:20px;
    display:inline-table;
    font-size:26px;
    letter-spacing: 4px;
    font-family: "neue-haas-unica",sans-serif;
}
.tager
{
    color:#41b099;
    margin-right:10px;
    margin-left:10px;
}
.calendar-button, .calendar-button-small, .custom-button
{
    font-size:26px;
    border-radius:36px;
    background-color:#0f134a;
    color:white;
    font-family: "neue-haas-unica", sans-serif;
    padding:10px 30px 10px 30px;
    margin-top:50px;
    cursor:pointer;
    letter-spacing: 4px;
    display:inline-table;
}
.plius-button-small
{
    font-size:18px;
    border-radius:36px;
    background-color:black;
    color:white;
    padding:10px 30px 10px 30px;
    cursor:pointer;
    display:inline-table;
}
.plius-button-small:hover
{
    opacity:0.8;
}
.delfi-plius
{
    width:85px;
    display:inline-table;
    margin-left:5px;
}
.delfi-plius-top
{
    width:115px;
    display:inline-table;
}
.contact-button
{
    border-radius:36px;
    background-color:#41b099;
    color:white;
    padding:10px 30px 10px 30px;
    cursor:pointer;
    display:inline-table;
    margin-top:10px;
    font-size:16px;
}
.contact-button:hover
{
    opacity:0.8;
}
.custom-button:hover
{
    opacity:0.8;
}
.register-bt
{
    margin-top:20px !important;
    text-transform: uppercase;
}
.calendar-button-small
{
    font-size:20px;
    margin-top:10px;
    font-family: "proxima-nova",sans-serif;
    letter-spacing: 0px;
}
.success, .success-2
{
    display:none;
}
.speaker-logo
{
    max-width:120px;
    max-height:50px;
}
.logo-holder {
    display: inline-flex;
    padding: 0px;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 99px;
}

.error-field, .error-field-subscribe
{
    font-size:16px;
    max-width:520px;
    margin:0 auto;
    margin-top:10px;
    display:none;
}
.calendar-button-small:hover, .calendar-button:hover
{
    opacity:0.8;
}
.calendar-button .fa-calendar-check, .calendar-button-small .fa-calendar-check
{
    margin-right:10px;
}
.side-a, .side-b {
    width: 50%;
    float: left;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: ;
}
.more-soon
{
    text-align: center;
    font-size:18px;
    font-style: italic;
    margin-top:-40px;
    margin-bottom:40px;
}
.side-a
{
    overflow: hidden;
}
.side-b .wrapper
{
    padding:60px;
    color: #0f134a;
}
.side-b h2
{
    font-size:42px;
    margin-bottom:10px;
    font-family: "neue-haas-unica",sans-serif;
    color:#0f134a;
    margin-top:0;
}
.side-b h3
{
    color:#0f134a;
}
.side-b p
{
    font-size:18px;
}
.happy-man
{
    position:absolute;
    top:50%;
    left:50%;
    height:100%;
}
.cl{
    clear:both;
}
.list-holder ul {
    list-style: none;
    padding: 0; 
    line-height: 1.2;
}
.list-holder li:before {
    content: url(../img/2022/bullet-point-smaller.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    margin-top:6px;
    margin-bottom:6px;
}
.special-info
{
    width:100%;
    padding-top:60px;
    padding-bottom:60px;
    position:relative;
    overflow:hidden;
    background-color:#ecf8ff;
}
.eye-decor-2
{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
}
.special-title
{
    font-size:72px;
    text-align:center;
    max-width:720px;
    color:#0f134a;
    font-family: "neue-haas-unica",sans-serif;
    margin:0 auto;
    z-index:2;
    position:relative;
}
.calendar-holder
{
    text-align:center;
    z-index:2;
    position:relative;
}
.sb2
{
    background-color:#ecf8ff;
    padding-bottom:120px;
    text-align:center;
}
.side-container
{

    width:90%;
    text-align:left;
    max-width: 430px;
    margin-top:100px;
    display:inline-table;
}
.main-content
{
    width:100%;
    background-color:white;
    padding-top:60px;
    padding-bottom:60px;
}
.content-holder
{
    width:96%;
    max-width:1200px;
    margin:0 auto;
}
.partners-holder
{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#fdf6ee;
    position: relative;
}
.col-5
{
    width:50%;
    float:left;
}
.mini-bubble-right
{
    width:35px;
    height:35px;
    border-radius:50%;
    background-color:#ff5f00;
    position:absolute;
    top:0;
    right:0;
}
.logo-holder img {
    display: block;
    align-self: center;
    max-height: 75px;
    max-width: 140px;
    margin:0 auto;
    margin-bottom: 40px;
    width: unset;
}
.logo-holder img.lg2 {
    width: 100% !important;
    max-width: 250px;
    max-height: 90px;
}
#kontaktai .col-5
{
    text-align: center;
    margin-bottom:30px;
}

.contact-container {
    display: flex;
    justify-content: space-around;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.contact-container .col-3 {
    text-align: center;
}

.contact-title
{
    font-size:30px;
    font-weight:600;
    color:#0f134a;
    font-family: "neue-haas-unica",sans-serif;
    text-transform: uppercase;
}
.contact-subtitle
{
    font-size:20px;
    color:#0f134a;
    text-transform: uppercase;
    font-family: "neue-haas-unica",sans-serif;
    font-weight: 400;
}
.contact-mail
{
    color:#0f134a;
    opacity:0.5;
    margin-top:20px;
}

a
{
    text-decoration: none;
    color:#0f134a;
}
.contact-mail a {
    color:#0f134a;
}
.lg1
{
    width:120px !important;
}
.lg2
{
    width:40px !important;
}

.partners-holder h2 {
    margin-bottom: 0;
}
.partners-holder p
{
    color: #0f134a;
    font-size: 18px;
    max-width: 720px;
    margin: 30px auto;
    text-align: center;
}
.content-item
{
    width:100%;
    margin-bottom:30px;
}
 {

}



#programa .content-holder div.agenda-item {
    display: flex;
}

.content-item .number-part
{
    width:16%;
    float:left;
    font-size:82px;
    color:#0f134a;
    font-family:"neue-haas-unica",sans-serif;
    position:relative;
}
.mini-bubble
{
    width:16px;
    height:16px;
    border-radius:50%;
    background-color:#41b099;
    position:absolute;
    top:0;
    left:0;
}
.number-holder
{
    margin-left:20px;
}
.content-title
{
    font-family:"neue-haas-unica",sans-serif;
    font-size:32px;
    margin-bottom:10px;
    color:#0f134a;
}
.content-subtitle
{
    font-size:18px;
    color:#0f134a;
}
.list-item
{
    position: relative;
    top: 16px;
    margin-right: 26px !important;
    font-weight: 400;
    cursor: pointer;
}
.content-item .content-part
{
    width:69%;
    float:left;
    border-top:2px solid #e7e8ed;
    border-right:2px solid #e7e8ed;
    border-bottom:2px solid #e7e8ed;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;

    border:2px solid #e7e8ed;
}
.content-item .wrapp
{
    padding:20px;
}
.content-part p
{
    color:#0f134a;
    opacity:0.5;
}

.content-item .date-part
{
    width:30%;
    font-family:"neue-haas-unica",sans-serif;
    float:left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border:2px solid #e7e8ed;
}
.date-part .date-day, .date-part .date-hour
{
    font-size:32px;
    color:#0c1f3f;
    margin-bottom:10px;
}
.main-content h2
{
    text-align:center;
    font-size:62px;
    color:#0f134a;
    font-family: "neue-haas-unica",sans-serif;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
.speaker-holder
{
    width:96%;
    max-width:1200px;
    margin:0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.speaker-item
{
    width:100%;
    float:left;
    margin-bottom:40px;
}
.second-speaker
{
    margin-right:0;
}
.speaker-box
{
    width:100%;
    min-height:350px;
    background-color:#ecf8ff;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.speaker-chart
{
    width:100%;
    position:absolute;
    bottom:-30px;
    left:50%;
}
.speaker-bubble
{
    width:60px;
    height:60px;
    background-color:#ff8900;
    border-radius:50%;
    position:absolute;
    top:25px;
    right:25px;
}
.speaker-title
{
    font-size:34px;
    color:black;
    margin-top:20px;
    font-family:"neue-haas-unica",sans-serif;
    text-align: center;
    color: #0f134a;
}
.speaker-separator
{
    width:80%;
    height:1px;
    background-color:#0f134a;
    margin:10px auto;
}
.speaker-subtitle, .speaker-tag
{
    font-size:18px;
    color:black;
    text-align: center;
    font-family:"neue-haas-unica",sans-serif;
    color: #0f134a;
}

.speaker-subtitle {
    font-size: 24px;
    color: #0f134a;
}
.active-filter
{
    font-weight:bold;
    background-color:#ff8900;
    color:white;
}
#programa
{
    background-color:#fdf6ee;
}
.filter
{
    border:2px solid #e7e8ed;
    width:80%;
    max-width:640px;
    margin:0 auto;
    border-radius:12px;
    overflow: hidden;
    text-align:center;
    margin-bottom:40px;
}
.filter .item
{
    font-size:22px;
    width:33.33%;
    float:left;
    cursor:pointer;
    position:relative;
}
.filter .item:hover
{
    opacity:0.8;
}
.line-filter
{
    width:2px;
    position:absolute;
    top:0;
    right:0;
    height:100%;
    background-color:#e7e8ed;
}
.filter .item .wrapper
{
    padding:10px;
}
.speaker
{
    left:50%;
    bottom:0;
    height:80%;
    position:absolute;
}
.footer
{
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    background-color:#0f134a;
}
.footer-logo
{
    width:45%;
    max-width:180px;
}
.footer-delfi
{
    float:right;
    width:45%;
    margin-top:10px;
    max-width:100px;
}
.disable-nav
{
    overflow: hidden !important;
}
.popup
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:rgb(0 0 0 / 60%);
    overflow: auto;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}
.popup-holder
{
    width:96%;
    max-width:1220px;
    margin:0 auto;
    margin-top:70px;
    border-radius:30px;
    position:relative;
    background-color:#fff6ec;
    margin-bottom:70px;
    padding-bottom:60px;
}
.subscriber-holder
{
    width:100%;
    background:url(../img/2022/form-bg.jpg);
    padding-top:40px;
    padding-bottom:60px;
    background-position: center bottom;
    background-size: cover;
}

.check-holder
{
    text-align:center;
}
.check
{
    width:50%;
    max-width:120px;
    margin-bottom:20px;
}
.subscriber-title {
    font-size: 34px;
    max-width: 1090px;
    margin: 0 auto;
    text-align: center;
    color: #0f134a;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "neue-haas-unica",sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: 40px;
}
.subscriber-desc
{
    font-weight:bold;
    font-size:22px;
    max-width:720px;
    margin:0 auto;
    text-align:center;
    color:#0f134a;
    margin-bottom:20px;
    line-height: 1.3;
}
.inputs-container {
    display: flex;
    justify-content: space-around;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.input-holder
{
    text-align:center;
    min-width: 300px;
}
.input-holder label {
    display: block;
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.custom-input, .custom-select
{
    -webkit-appearance: none;
    border-radius:6px;
    background-color:white;
    border:none;
    width:100%;
    max-width:520px;
    padding:16px;
    font-size:18px;
    font-family: "proxima-nova",sans-serif;
    text-align:center;
    box-sizing: border-box;

    max-width:700px;
}
.custom-select
{
}
.second-label
{
    top:6px;
}
.subscribe-bt
{
    margin-top:20px;
}
/*
.checkbox
{
    border:2px solid #0f134a;
    border-radius:6px;
    width:25px;
    height:25px;
    margin-right:10px;
    cursor:pointer;
    float:left;
}*/

.check-label
{
    font-size:11px;
float:left;
    position:relative;
    width:80%;
}
.legal-holder-container {
    display: flex;
    justify-content: space-around;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.legal-holder
{
    width:50%;
    max-width:520px;
    text-align:left;
    margin-top:20px;
}
.checked
{
    background-image:url(../img/check.png);
    background-size:80%;
    background-position: center center;
    background-repeat: no-repeat;
}
.custom-input::placeholder
{
    color:#a5a8b0;
}
.popup-holder .wrapper
{
    padding:50px;
    text-align:center;
}
.close-bt
{
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    width:40px;
}
.popup-active
{
    opacity: 1;
    pointer-events: all;
}
.news-items
{
    margin-top:40px;
    text-align:center;
}
.news-item
{
    cursor:pointer;
    margin-bottom:20px;
    text-align:left;
}
.news-holder h3
{
    text-align:Center;
    font-size:44px;
    color:#0f134a;
    font-family: "neue-haas-unica",sans-serif;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next-2, .swiper-button-prev-2
{
    color: #41b099 !important;
}
.news-item:hover
{
    opacity:0.95;
}
.news-image
{
    width:100%;
    height:240px;
    background-size:cover;
    background-position:center top;
}
.news-title
{
    font-size:18px;
    line-height:26px;
    margin-top:10px;
}
.read-more
{
    font-size:14px;
    color:#0f134a;
    font-weight:bold;
    margin-top:10px;
}
a
{
    color:black;
    text-decoration: none;
}
.back-button
{
    width:50px;
    height:50px;
    position:fixed;
    bottom:15px;
    right:15px;
    z-index:10;
    cursor:pointer;
    background-color:#0f134a;
    border-radius:50%;
}
.back-button .arrow
{
    position:absolute;
    top:50%;
    left:50%;
    height:50%;
}
.back-button:hover
{
    opacity:0.8;
}
.subscriber-holder .legal-holder
{
    width:90%;
}
.ask-bottom
{
    width:100%;
    cursor:pointer;
    position:relative;
    top:-7px;
    margin-bottom:40px;
    -webkit-box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.15);
}
.live-agenda-title {
    width:100%;
    max-width:100%;
    padding: 50px 0;
    background: #fff6ec;
    padding-top: 200px;
    margin-top: -200px;
}
.live-agenda-title .title {
    font-size: 72px;
    font-family: "neue-haas-unica",sans-serif;
    text-align: center;
    color: #0f134a;
    margin-bottom: 10px;
    max-width: 580px;
    margin: 10px auto;
}
.live-agenda
{
    width:100%;
    max-width:100%;
    position:relative;
    z-index:2;
    padding-bottom:30px;
    display: flex;
    justify-content: center;
    background: #fff6ec;
}
.agenda-list
{
    overflow-x: visible;
    max-width: 880px;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.agenda-item .date-part, .agenda-item .content-part
{
    background-color:white;
}
.agenda-list .item
{
    display:inline-flex;
    border-radius:6px;
    margin-right:20px;
    color:#0f134a;
    filter: blur(3px);
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.agenda-list .item .wrapper {
    display: flex;
    flex-direction: row;
}
.agenda-list .item .wrapper .date-part, .agenda-list .item .wrapper .content-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 150px;
    padding: 10px;
    box-sizing: border-box;
}

.agenda-list .item .wrapper .date-part {
    border-right: 1px solid #dedede;
}

.agenda-list .item.swiper-slide-active, .agenda-list .item.swiper-slide-next {
    filter: unset;
}
.active-item
{
    background-color:#fd8344 !important;
    color:white !important;
}
.agenda-list .item .wrapper{
    padding:0px;
}
.agenda-list .item .item-date
{
    font-size:26px;
    font-family: "neue-haas-unica",sans-serif;
}
.agenda-list .item .item-title
{
    font-size:22px;
    font-family: "neue-haas-unica",sans-serif;
    margin-top:10px;
}
.agenda-list .item .item-speaker
{
    margin-top:10px;
    font-size:16px;
}
.agenda-list .item .item-keyword
{
    margin-top:10px;
    font-size:18px;
    opacity: 0.5;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    overflow: visible !important;
}
.swiper-scrollbar-drag {
    background-color: #ff5f00 !important;
    height: 14px !important;
    top: -4px !important;
}




.question-button:hover
{
    opacity:0.8;
}
.question-mark
{
    position:absolute;
    top:50%;
    left:10%;
    height:130%;
}
.question-label
{
    width:60%;
    height:80px;
    border-bottom-left-radius: 4px;
    background-color:#fd8344;
    position:relative;
    float:left;
    overflow: hidden;
}
.ask-bottom .label
{
    padding-top:22px;
    font-size:23px;
    font-weight:bold;
    color:white;
    text-align:center;
    position:relative;
    z-index:2;
    vertical-align: middle;
}
.question-button
{
    background-image:url(../img/ask-icon-2.png);
    background-size:45px;
    background-position:right 25px center;
    background-repeat: no-repeat;
}
.question-button
{
    width:40%;
    height:80px;
    border-bottom-right-radius: 4px;
    background-color:#0f134a;
    position:relative;
    float:left;
    overflow: hidden;
}

#apie h4 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0;
}
#apie h2 {
    font-weight: 600;
    line-height: 0.9;
    text-transform: uppercase;
}
.side-holder {
    display: flex;
}
.side-holder.s2 .side-b {
    background: #fdf6ee;
}
.last-list-item
{
    margin-right:32px !important;
}

.video-block iframe {
    width: 100% !important;
}
.top-button {
    display: none;
}


.video-background
{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.hero
{
    width:100%;
    height:100vh;
    min-height: 900px;
    background-size:cover;
    position:relative;
    overflow-x: hidden;
}

.hero-mobile
{
    width:100%;
    background-size:cover;
    background-position:center center;
    background-image:url(../img/hero.gif);
    display:none;
    position:absolute;
    top:0;
    left:0;
}

.how-to-container { color: #020857 }
.how-to-container .how-to-items { display: flex; gap: 40px; }
.how-to-container .how-to-items .how-to-item { border: 2px solid #e6e7ed; border-radius: 3px; flex: 1;}
.how-to-container .how-to-items .how-to-item div {padding: 10px;}
.how-to-container .how-to-items .how-to-item div.how-to-item-header {background-color: #fff6ec; display: flex; align-items: center; justify-content: flex-start; gap: 7px;}
.how-to-container .how-to-items .how-to-item div.how-to-item-header b { color: #fff; background-color: #ff5f00; border-radius: 25px; height:25px; width:25px; align-items: center; justify-content: center; display: flex;}
.how-to-container .how-to-items .how-to-item div p {margin: 0; padding: 0;}
.how-to-container .how-to-items .how-to-item div img { height: 15px; }
.how-to-container .how-to-footer {display: flex; align-items: center; justify-content: center; flex-direction: column;}

@media only screen and (max-width: 1444px) {

    .meniu .item
    {
        font-size:19px;
        margin-right:0px;
    }

}

@media only screen and (max-width: 956px) {

    .video-background 
    {
        display:none !important;
    }
    .video-background source {
        display: none !important;
    }
    .hero-mobile
    {
        display:inherit;
    }

    .top-button {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 75px;
        right: 15px;
        z-index: 10;
        cursor: pointer;
        background-color: #0f134a;
        border-radius: 50%;
        transform: rotate(90deg);
    }
    .top-button .arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 50%;
    }
    .ask-bottom .label
    {
        font-size:5vw;
        padding-left: 10px;
        padding-right: 10px;
    }
    .question-label, .question-button {
        width: 100%;
    }
    .question-button
    {
        background-size:22px;
        background-position:right 16px center;
        background-image: none;
    }
    .question-label, .question-button
    {
        height:auto;
        padding-bottom:22px;
    }
    .live-holder .title, .live-agenda-title .title
    {
        font-size:9vw;
    }
    .content-item
    {
        width:90%;
        margin:0 auto;
        margin-bottom:30px;
    }
    .number-holder
    {
        margin-left:0;
        margin-right:30px;
    }

    .mini-bubble
    {
        left:auto;
        right:0px;
    }
    .filter .item {
        font-size: 4vw;
    }
    .content-item .number-part
    {
        width:100%;
        text-align:right;
    }
    .content-item .date-part
    {
        width:100%;
        border-bottom-left-radius: 0;
        border-top-right-radius:10px;
    }
    .date-hour
    {
        margin-bottom:0 !important;
    }
    .content-item .content-part
    {
        width:100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-top:0;
        border-left:2px solid #e7e8ed;
    }
    .meniu
    {
        width: 40%;
        margin-top: 0;
    }
    .meniu .item {

        flex-direction: column;
        font-size: 11px;
        padding-top: 0;
    }
    .logo-sw {
        width: 100%;
    }
    .mobile-meniu
    {
        z-index:2;
        position:relative;
        display:inherit;
    }
    .decor-left, .decor-right
    {
        width:25%;
    }
    .logo
    {
        width:40%;
    }
    .big-bubble, .big-bubble-right
    {
        width:250px;
        height:250px;
    }
    .big-bubble-right
    {
        top:30%;
    }
    .decor-right
    {
        top:24%;
    }
    .decor-left
    {
        bottom:0;
    }
    .hero
    {
        min-height:100vh;
    }
    .title-holder h2
    {
        font-size:5vw;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .logo-holder
    {
        text-align: center;
    }
    .title-holder h1
    {
        font-size:12vw;
    }
    .title-holder .date
    {
        font-size:5vw;
    }
    .title-holder .add-info
    {
        font-size:5vw;
        flex-direction: column;
        align-items: center;
    }
    .title-holder .add-info img
    {
        height: 15px;
    }
    .side-a, .side-b
    {
        width:100%;
    }
    .side-a
    {
        height:50vh;
        min-height:auto;
    }
    .side-b h2 {
        font-size: 8vw;
    }
    .side-b .wrapper {
        padding: 40px;
    }
    .special-title {
        font-size: 10vw;
        width:90%;
        margin:0 auto;
    }
    .main-content h2 {
        margin-top:0;
        text-align: center;
        font-size: 9vw;
    }
    .list-item
    {
        display:none !important;
    }
    .speaker-item {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 60px;
    }
    .side-container {
        float: right;
        width: 100%;
        text-align: left;
        max-width: 620px;
        margin-top: 0px;
    }
    .sb2{
        padding-bottom:60px;
    }

    .s2a
    {
        display:none;
    }
    .hero
    {
        height: auto;
    }
    .title-holder
    {
        margin-top:70px;
    }
    .label-tag {
        background-color: #e0f4fa;
        border-radius: 36px;
        margin-top: 18px;
        padding: 15px;
        display: inline-table;
        font-size: 5vw;
        letter-spacing: 1px;
        font-family: "neue-haas-unica",sans-serif;
    }
    .calendar-button, .calendar-button-small, .custom-button {
        font-size: 4vw;
        border-radius: 36px;
        background-color: #0f134a;
        color: white;
        font-family: "neue-haas-unica", sans-serif;
        padding: 10px 30px 10px 30px;
        margin-top: 30px;
        cursor: pointer;
        letter-spacing: 2px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .col-5
    {
        width:100%;
    }
    .popup-holder .wrapper
    {
        padding:20px;
    }
    .input-holder {
    padding: 0 10px;
    }
    .custom-input
    {
        width:90%;
        font-size: 4vw;
    }
    .subscriber-title {
        font-size: 24px; 
        margin: 0px 30px 30px 30px;
    }
    .check
    {
        width:30%;
    }
    .content-subtitle {
        font-size: 13px;
        color: #0f134a;
    }
    .content-title {
        font-family: "neue-haas-unica",sans-serif;
        font-size: 22px;
        margin-bottom: 10px;
        color: #0f134a;
    }
    .date-part .date-day, .date-part .date-hour {
        font-size: 18px;
        color: #0c1f3f;
        margin-bottom: 0;
        display: inline-table;

    }
    .date-part .date-hour
    {
        margin-left:20px;
    }
    .date-part
    {
        text-align:center;
    }
    .contact-container, .inputs-container, .logo-holder, .legal-holder-container {
        display: block;
    }
    .subscriber-holder .legal-holder {
        width: 100%;
    }
    .check-label {
        width: calc(100% - 40px);
    }
    .inputs-container{
         width: 100%;
    }
    .side-holder{
        flex-direction: column;
    }
    .side-holder.s2 .side-b{
        order: 2;
    }
    .side-holder.s2 .side-a{
        order: 1;
    }
    .main-content {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .speaker-holder
    {
        grid-template-columns: repeat(1,1fr);
    }
    .speaker-chart {
        bottom: unset;
        top: 0;
    }
    .live-agenda {

    }
    .agenda-list {
        width: 320px;
        overflow: hidden;
        margin: 0 auto;

    }
    .agenda-list .item {
        margin-right: 0;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: 6px !important;
    }

    .title-holder, .live-holder {
        max-width: calc(100% - 20px);
        width: 100%;
    }
    .video-block iframe {
        height: calc(100vw/1.78) !important;
    }

    #programa .content-holder div.agenda-item {
        flex-direction: column;
    }
    .how-to-container .how-to-items {
        flex-direction: column;
        gap: 20px;
    }
    .live-holder h2 {
        font-size: 24px;
    }
}