/*
@font-face {
  font-family: Bentley;
  src: url(fonts/Bentley-Regular.otf);
}
*/
body {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 14px;
  text-align: left;
/*  background-color: #f7f5f5;s*/

}

@font-face {
    font-family: "Nobel";
    src: url("../resources/fonts/Nobel-WGL-Bold/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-2.eot");
    src: url("../resources/fonts/Nobel-WGL-Bold/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-2.eot?") format("embedded-opentype"), url("../resources/fonts/Nobel-WGL-Bold/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-3.woff") format("woff"), url("../resources/fonts/Nobel-WGL-Bold/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-1.ttf") format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "Nobel Book";
    src: url("../resources/fonts/Nobel-WGL-Book/37ccd1eb-578b-42e2-9af3-9dd9ccac3d98-2.eot");
    src: url("../resources/fonts/Nobel-WGL-Book/37ccd1eb-578b-42e2-9af3-9dd9ccac3d98-2.eot?") format("embedded-opentype"), url("../resources/fonts/Nobel-WGL-Book/37ccd1eb-578b-42e2-9af3-9dd9ccac3d98-3.woff") format("woff"), url("../resources/fonts/Nobel-WGL-Book/37ccd1eb-578b-42e2-9af3-9dd9ccac3d98-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Nobel Light";
    src: url("../resources/fonts/Nobel-WGL-Light/c55a118e-6fa9-42c5-9494-fc0670357280-2.eot");
    src: url("../resources/fonts/Nobel-WGL-Light/c55a118e-6fa9-42c5-9494-fc0670357280-2.eot?") format("embedded-opentype"), url("../resources/fonts/Nobel-WGL-Light/c55a118e-6fa9-42c5-9494-fc0670357280-3.woff") format("woff"), url("../resources/fonts/Nobel-WGL-Light/c55a118e-6fa9-42c5-9494-fc0670357280-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "NobelCE";
    src: url("../resources/fonts/Nobel-WGL-Regular/3b19107b-3d9d-4558-9660-ef3776064b11-2.eot");
    src: url("../resources/fonts/Nobel-WGL-Regular/3b19107b-3d9d-4558-9660-ef3776064b11-2.eot?") format("embedded-opentype"), url("../resources/fonts/Nobel-WGL-Regular/3b19107b-3d9d-4558-9660-ef3776064b11-3.woff") format("woff"), url("../resources/fonts/Nobel-WGL-Regular/3b19107b-3d9d-4558-9660-ef3776064b11-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4{
    font-family: 'Nobel';
}
h1{
    
    font-size: clamp(30px, 4.16vw, 80px);
}

h2{
    font-size: clamp(28px, 3.12vw, 60px);
    text-transform: uppercase;
}
h3{
    font-size: clamp(24px, 2.03vw, 40px);
}
h4{
    font-size: clamp(20px, 1.25vw, 24px);
    font-family: "NobelCE";
    text-transform: uppercase;
}
p, a, li, div {
    font-family: "NobelCE";
    font-size: 19px;
    line-height: normal;
}
a{
    outline: none;
    text-decoration: none;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
.my-container{
    
}
.my-container-in{
    padding-left: 10%;
    padding-right: 10%;
}
/*---------------HEADRER---------------*/
.main-menu-container{
    background-color: #121212;
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 9;
}
.navbar-my{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-btn-block{
    display: flex;
    gap:20px;
    
}
.header-btn-block .header-btn-id a{
    text-transform: uppercase;
    color:#fff;
    font-size: 12px;
    
}
.logo-img{
    
}
.logo-img img{
    height: 25px;
    width: auto;
}
.button-reg{
    
}
.button-reg a{
    color: #121212;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    text-transform: uppercase;
    
}
.button-reg a:after{
    content: '';
    position: relative;
    background-image: url(../img/btn-arrow.png);
    width: 33px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hero-image{
    height: 800px;
    width: 100vw;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
}
.hero-bg{
    position: absolute;
    height: 100%;
    width: 150%;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,0.3);
}
.hero-in h1, .hero-in, .hero-in h2, .hero-in p, .hero-in a{
    color:#fff;
}
.hero-in{
    position: relative;
    z-index: 1;
    width: 50%;
}
.hero-in h1{
    font-size: clamp(30px, 4.16vw, 80px);
}
.hero-txt-container{
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
    z-index: 1;
}
.hero-in p{
    font-size: 20px;
}
.hero-time, .hero-place, .hero-place a{
    font-size: 24px;
}
.hero-time, .hero-place{
    position: relative;
    padding-left: 35px;
}
.hero-time:before, .hero-place:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 20px;
    height:20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hero-time:before{
    background-image: url(../img/time.svg);
}
.hero-place:before{
    background-image: url(../img/place.svg);
}
.hero-time span, .hero-place span{
    font-family: 'Nobel';
    text-transform: uppercase;margin-right: 5px;
    min-width:80px;
    display: inline-block;
    margin-bottom: 10px;
}
.subtitle{
    margin-bottom: 40px;
}
.event-block{
    width: 100%;
    display: block;
    margin: 30px 0;
}
.block-title h2{
/*    border-top:1px solid #121212;*/
/*    border-bottom:1px solid #121212;*/
    display: inline-block;
    padding: 20px 0;
    font-family: "NobelCE";
}
.event-block-items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #121212;
}
.event-block-items-full:last-child .event-block-items:last-child{
    border-bottom: none;
}
.event-block-item-time{
    flex: 0 0 calc((100% * 0.2) - 10px);
    padding-right: 40px;
}
.event-block-item-txt{
    flex: 0 0 calc((100% * 0.8) - 10px);
}
.event-block-item-txt h4{
    margin-bottom: 20px;
}
.event-block-item-txt p, .event-block-item-txt a, .event-block-item-txt li{
    font-family: "Nobel Light";
}
.event-block-item-txt li{
    margin-bottom: 10px;
}
.event-block-item-txt a{
    color: #121212;
/*    text-decoration: underline;*/
    border-bottom: 1px solid #121212;
}
.event-block-item-info{
    background-color: #f7f7f7;
    padding: 15px;
    position: relative;
    padding-left: 50px;
}
.event-block-item-info p{
    margin-bottom: 0;
}
.event-block-item-info:after{
    content: '';
    position: absolute;
    left: 15px;
    top:15px;
    background-image: url(../img/info.svg);
    width: 20px;
    height: 20px;
    background-repeat: ;
    background-size: contain;
    background-position: center;
}
.event-block-item-info p, .event-block-item-info a, .event-block-item-info{
    font-size: 16px;
    font-family: "Nobel Light";
}
.event-block-items-btn{
    
}
.event-block-items-btn a{
    color: #fff;
    background: #1a1a1a;
    display: inline-block;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 6px;
    position: relative;
/*    font-family: "Nobel Light";*/
    text-transform: uppercase;
    font-size: 14px;
}
.btn-white a{
    color: #1a1a1a;
    background: #fff;
}
.btn-black a{
    color: #fff !important;
}
.event-block-items-btn a:after{
    content: '';
    position: relative;
    background-image: url(../img/btn-arrow-white.png);
    width: 33px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-white a:after{
    background-image: url(../img/btn-arrow.png);
}

.partner-block {
    background: #f7f7f7;
    padding: 60px 0;
    padding-bottom: 150px
}

.partner-block-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.partner-item {
    width: calc(50% - 15px);
    
}

.partner-item-in {
    background: #fff;
    padding: 24px 24px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.partner-item-in:hover{
    box-shadow: none;
}
.partner-item-in .partner-left > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 16px;
}

.partner-left > a img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.partner-item-txt {
    flex: 1;
}

.partner-item-txt p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 0;
    font-style: normal;
}

.partner-item-link {
    margin-top: 16px;
    position: absolute;
    bottom: 24px;
}

.partner-item-link a {
    font-size: 0.8rem;
    color: #000;
    text-decoration: none;
    word-break: break-all;
}

.partner-item-link a:hover {
    text-decoration: underline;
}
.partner-item-in{
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 20px;
}

.reg-block{
    background-color: #121212;
    padding: 50px 0;
}
.reg-half-block-txt{
    width: 50%;
}
.reg-block h2, .reg-block .reg-half-block-txt p, .reg-block .reg-half-block-txt a{
    color: #fff;
}
/*FOOTER*/
footer{
/*    padding: 50px 0 0;*/
/*    background-color: #1a1a1a;*/
}
footer a, footer p, footer li, footer label, footer h2{
/*    color: #fff;*/
}
.footer-bottom{
    background: #121212;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-bottom p , .footer-bottom a, .footer-bottom{
    font-size: 14px;
    color: #f7f7f7;
}
.popup-modal{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
.popup-modal.active{
    display: block;
}
.modal-bg{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
}
.modal-form{
    position: relative;
    z-index: 2;
    padding: 60px;
    height: 100%;
    width: 60%;
    margin: 0 auto;
}
.modal-form-in{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    overflow-y: scroll;
    min-height: 100%;
    max-height: 100%;
    position: relative;
}
.modal-close{
    position: absolute;
    top:30px;
    right: 30px;
}
.modal-close:hover{
    cursor: pointer;
}
body.freeze {
    overflow: hidden;
}
body.freeze .all-body-container{
    filter: blur(5px);
}
.form-block ul{
    padding-left: 0;
}
.form-block .gfield{
    list-style: none !important;
/*    margin-bottom: 20px !important;*/
    font-family: "Nobel Light" !important;
}
.form-block .gfield, .form-block, .gfield_description, .form-block .gfield a,  .form-block .gfield label{
    font-family: "Nobel Light" !important;
    font-size: 19px !important;
    color: #121212 !important;
}
.form-block input, .form-block textarea, select{
    width: 100% !important;
/*    min-height: 40px !important;*/
/*    padding: 10px !important;*/
    border:1px solid #ddd !important;
    margin-top: 5px !important;
}
.form-block .gfield input[type="checkbox"] {
    accent-color: #121212 !important; /* keičia tik spalvą */
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
}
.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
    font-family: "Nobel Light" !important;
    font-size: 19px !important;
    color: #121212 !important;
}
.gform-theme--foundation .gfield .ginput_password.large:focus, .gform-theme--foundation .gfield input.large:focus, .gform-theme--foundation .gfield select.large:focus{
    outline: none;
}
.gform_heading{
    display: none !important;;
}
.form-block input[type="submit"] {
    color: #fff !important;
    background-color: #1a1a1a !important;
    display: inline-block !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    border-radius: 6px !important;
    position: relative !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}
.form-block input[type="submit"]:after {
    content: '';
    position: relative;
    background-image: url(../img/btn-arrow-white.png);
    width: 33px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.modal-form .block-title h2{
    font-size: 40px;
}
.hero-mobile-img{
    display: none;
}
.contact-block{
    padding: 60px 0;
    background-color: #121212;
    border-bottom:1px solid rgba(255,255,255,0.4);
}
.contact-block-in{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-block-left, .contact-block-right {
    width: calc(50% - 15px);
    
}
.contact-block-in a, .contact-block-in p, .contact-block-in h4, .contact-block-in div{
    color: #fff;
}
.contact-block-in a, .contact-block-in p{
    font-family: "Nobel Light";
}
.contact-block-phone{
    margin-bottom: 10px;
}
.contact-block-title{
    margin-bottom: 20px;
}
/*---------------MOBILE MEDIA---------------*/
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
 
}
@media (min-width: 1200px) {
  
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
}
@media (min-width: 768px){
    
}

@media (max-width: 1200px) {
    .my-container-in {
        padding-left: 32px;
        padding-right: 32px;
    }
    .hero-in {
        width: 70%;
    }
    .event-block-item-time {
        flex: 0 0 calc((100% * 0.25) - 10px);
        padding-right: 20px;
    }
    .event-block-item-txt {
        flex: 0 0 calc((100% * 0.75) - 10px);
    }
    .modal-form{
        width: 80%;
    }
}
@media (max-width: 992px) {
    .modal-form{
        width: 95%;
        padding: 0;
    }
    .modal-form-in{
        padding: 24px;
    }
    .modal-close {
        top: 15px;
        right: 15px;
    }

}
@media (max-width: 768px) {
    .my-container-in {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero-mobile-img{
        display: block;
    }
    .hero-mobile-img img{
        width: 100%;
        height: auto;
    }
    .hero-image{
        background-image: none !important;
        background-color: #f7f7f7;
        height: auto;
    }
    .hero-txt-container {
        position: relative;
        bottom: 0;
        z-index: 1;
    }
    .hero-bg{
        display: none;
    }
    .hero-in{
        width: 100%;
    }
    .hero-in h1, .hero-in, .hero-in h2, .hero-in p, .hero-in a {
        color: #121212;
    }
    .hero-time:before {
        background-image: url(../img/time-black.svg);
    }
    .hero-place:before {
        background-image: url(../img/place-black.svg);
    }
    .hero-time, .hero-place, .hero-place a {
        font-size: 16px;
    }
    .hero-time span, .hero-place span{
        width: 50px;
        min-width: 50px;
    }
    .navbar-my{
        display: block;
        text-align: center;
/*        margin: 15px 0;*/
        padding-bottom: 20px;
    }
    .header-btn-block{
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .hero-time, .hero-place {
        padding-left: 30px;
        margin-bottom: 20px;
    }
/*
    .header-btn-block, .navbar-my {
        display: block;
        text-align: center;
    }
*/
    .header-btn-id{
/*        margin-bottom: 20px;*/
        display: none;
    }
    .hero-image{
        margin-bottom: 20px;
        padding: 30px 0;
    }
    .event-block-items{
        gap:10px;
    }
    .event-block-item-time {
        flex: 0 0 calc((100% * 1) - 0px);
        padding-right: 0px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .event-block-item-txt {
        flex: 0 0 calc((100% * 1) - 0px);
    }
    .event-block:first-child{
        margin-top: 0;
    }
    .reg-half-block-txt {
        width: 100%;
    }
    .partner-item {
        width: calc(100% - 0px);
    }
    .partner-block{
        padding: 30px 0;
    }
    .partner-block-items {
        gap: 10px;
    }
    .partner-item-in{
        margin-top: 0;
    }

    
}
@media (max-width: 580px) {
    .partner-item-in {
        display: block;
    }
    .partner-left img{
        margin-bottom: 15px;
    }
    .partner-left > a img{
        max-width: 100%;
        width: auto;
    }
    .partner-item-link {
        margin-top: 10px;
        position: relative;
        bottom: 0;
    }
    .contact-block-left, .contact-block-right {
        width: calc(100% - 0px);

    }
    .contact-block-left{
        margin-bottom: 30px;
    }
    .contact-block-title{
        margin-bottom: 10px;
    }
}

