<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.landing-page{
    float:left;
    width:100%;
    background:#38454d;

}
.bottom-txt-inner {
    font-size: 20px !important;
}
.column-footer-desktop {
    width:23% !important;
}
section{
    margin-bottom:40px;
    float:left;
    width:100%;
}
.inner .bottom-txt .text-explain {
   overflow-y: auto;
   font-size: 18px;
   line-height: 24px;
   display: inline-block;
   max-height: 135px;
}
.top-btns{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;;
    margin-top:30px;
    margin-bottom:30px;
}
.like-link{
    float:left;
    font-size:16px;
    color:#fff;
    margin-right:10px;
    text-transform:uppercase;

}
.like-link:hover{
    text-decoration:underline !important;
    color:#fff;
}
.like-btn{
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    background:#232B31;
    border-radius:50px;
    padding:10px 30px;
    box-sizing:border-box;
    margin-right:10px;
}
.like-btn:hover{
    color:#fff;
    opacity:1;
}
.like-big-btn{
    float:right;
    font-size:16px;
    padding:14px 30px;
    box-sizing:border-box;
    background:#fff;
    color:#38454d;
    padding-right:60px;
    position:relative;
    border-radius:50px;
    text-transform: uppercase;
    border:1px solid #E63D13;

}
.like-big-btn:hover{
    background:#E63D13;
    color:#fff;
}
.like-big-btn:before{
   position:absolute;
   content:"";
   right:3px;
   top:1px;
   width:45px;
   height: 45px;
   background:#E63D13 url("../img/signal.png") no-repeat center;
   background-size:20px;
   border-radius:50px;
}
.false-news{
    float:left;
    width:100%;
    position:relative;
}
.image-wrap{
    float:left;
    width:100%;
}
.image-wrap img{
    float:left;
    width:100%;
}
.top-false-cont{
   position:absolute;
   top:0px;
   left:0px;
   width:440px;
   max-width: 440px;
   padding-bottom: 20px;
   /* height: 300px; */
}
.top-false-cont .pointer {
     padding-left: 20px;
}
.top-false-cont:not(.top-false-cont-no-back):before{
    position: absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height: 100%;
     background:#38454d;
     opacity:0.95;

}
.false-ticket{
    float:left;
    width:67%;
   background: #000; /*E63D13*/
   border-radius: 0px 10px 10px 0px;
   padding-left:35px;
   box-sizing:border-box;
   position: relative;
   z-index: 2;
   color:#fff;
   padding-top:11px;
   padding-bottom:9px;
   padding-left: 39px;
   margin-top:15px;
   font-size:16px;
}
.false-ticket-red.false-ticket-color-0 {
     background: #FBC20F !important;
}
.false-ticket-red.false-ticket-color-1 {
     background: #E23513 !important;
}
.false-ticket-red.false-ticket-color-2 {
     background: #B51388 !important;
}
.false-ticket-red.false-ticket-color-3 {
     background: #13B574 !important;
}
.false-ticket:before{
    position:absolute;
    content:"";
    left:5px;
    top:10px;
    width:25px;
    height: 25px;
    background: url("../img/fake.svg") no-repeat center;
    background-size:25px;
}
.false-ticket.yellow{
   background: #F0B10B;
}
.false-ticket.green{
   background: #11BD7F;
}
.false-ticket.lila{
   background: #8359DF;
}
.top-false-cont p{
    float:left;
    width:100%;
    /* padding-left:10px; */
    box-sizing:border-box;
    color:#e8e8e8;
    font-size:27px;
    /* position:absolute;
    top:60px; */
    position: relative;
    z-index: 20;
    font-weight: bold;
    line-height: 38px;
    padding:10px 10px 10px 5px;
}
.bottom-img-wrap{
   position:absolute;
   bottom:-50px;
   right:20px;
   width:500px;
   max-width: 500px;
   /* height: 300px; */
   background:#fff;
}
.bottom-img-wrap:before{
    position: absolute;
    content:"";
    left:0;
    top:0;
    width:9px;
    height: 100%;
    background:#E63D13;
}
.top-grey{
    display: flex;
    flex-wrap: wrap;
    background:#EBEEF3;
    padding:15px;
    box-sizing:border-box;
}
.top-title-logo{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.top-title-logo .title{
    float:left;
    color:#000;
    font-size:16px;
    font-weight: bold;
    width:calc(100% - 80px);
}
.top-title-logo .logo{
    float:right;
    width:80px;
}
.top-title-logo .logo img{
    float:right;
    width:100%;
}
.bottom-information{
    float:left;
    width:100%;
}
.img-p{
    float:left;
    width:40px;
}
.img-p img{
    float:left;
    width:100%;
}
.bottom-information .name{
    float:left;
    margin-left:8px;
    width:calc(100% - 65px);
    font-size:14px;

}
.bottom-information .hour{
    float:right;
    width:calc(100% - 55px);
    font-size:14px;

}
.bottom-txt{
    float:left;
    width:100%;
    padding-left:20px;
    box-sizing:border-box;
    color:#333333;
    font-size:20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom:30px;
    max-height:155px;
    overflow:hidden;
}
.bottom-txt .text-explain {
  cursor: pointer;
  color:#333;
  text-decoration: none;
  max-height:105px;
  overflow:hidden;
}
.learn-more{
    position:absolute;
    right:-5px;
    bottom:-29px;
    padding:10px 15px;
    box-sizing:border-box;
    background: #E63D13;
    border-radius: 50px;
    color:#fff;
    font-size:16px;
    padding-right:45px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.learn-more:after{
    position: absolute;
    right:15px;
    top:11px;
    content:"";
    background:url("../img/stroke-r.svg") no-repeat center;
    width:20px;
    height: 20px;
    background-size:20px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.learn-more:hover{
     color:#fff;
}
.learn-more:hover:after{
    right:10px;

    -webkit-transition:0.7s;
    transition:0.7s;
}
.ask-offer{
    margin-top:50px;
    background:#232B31;
    text-align: center;
    padding:50px 0px;
    box-sizing:border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom:75px;
}
.ask-for-offer{
        display: flex;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
}
.ask-for-offer span{
    font-size:64px;
    font-weight: bold;
}
.ask-offer .like-big-btn.green-btn{
    padding: 16px 30px;
    box-sizing: border-box;
    background: #11BD7F;
    color: #fff;
    padding-right: 60px;
    position: relative;
    border-radius: 50px;
    width:300px;
    margin-top:30px;
}
.like-big-btn.green-btn:before {
    position: absolute;
    content: "";
    right: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    background: #11BD7F url(../img/green.svg) no-repeat center;
    background-size: 45px;
    border-radius: 50px;
}
.like-big-btn.green-btn:hover{
    background: #fff;
    color:#000;

}
.all-news{
    float:left;
    width:100%;
}
.news-box{
    float:left;
    width:calc(50% - 15px);
    margin-right:30px;
    margin-bottom:60px;
    display: flex;
    flex-direction: column;

}
.news-box:nth-child(even){
    margin-right:0px;
}
.news-box img{
    float:left;
    width:100%;
    margin-top:-50px;
}
.top-news-ticket-wrap{
   position: relative;
   float:left;
   width:100%;
   height: 250px;
   text-shadow: 2px 1px 2px #000;
   overflow: hidden;

}
.top-news-ticket-wrap:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8) !important;
    -moz-box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8) !important;
    box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8) !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.top-news-ticket-wrap .false-ticket{
    top:20px;
}
.bottom-news-info{
    float:left;
    width:100%;
    background: #fff;
    position: relative;
    padding-left:20px;
    box-sizing:border-box;
    padding-bottom:20px;

}
.bottom-news-info:before{
    position: absolute;
    content:"";
    left:0px;
    top:0px;
    width:9px;
    height: 100%;
    background:#E63D13;
}
.top-news-ticket-wrap p{
    float: left;
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 10px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    font-size:20px;
    font-weight: bold;
    font-size:16px;
}
.learn-more-news{
    height: 50px;
    line-height: 50px;
    width: 102%;
    background:#EBEEF3 ;
    color:#E63D13;
    position: relative;
    float:left;
    margin-left: -11px;
    padding-left: 14px;
    margin-bottom:20px;
    font-size:16px;

}
.learn-more-news.learn-more-news-color-1{
    color:#E23513;
}
.learn-more-news.learn-more-news-color-3{
    color:#13B574;
}
.learn-more-news.learn-more-news-color-0{
    color:#FBC20F;
}
.learn-more-news.learn-more-news-color-2{
    color:#B51388;
}

.learn-more-news:hover{
    color:#000;
}
.learn-more-news:after{
    position: absolute;
    content:"";
    right:20px;
    top:11px;
    /* background:url("../img/learn.svg") no-repeat center; */
    width:30px;
    height: 30px;
    background-size:25px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.learn-more-news:hover:after{
    right:10px;
     -webkit-transition:0.7s;
    transition:0.7s;
}
.bottom-news-info h2{
    float:left;
    width:100%;
    font-size:17px;
    font-weight: 400;
    line-height: 25px;
    padding-right:20px;
    box-sizing:border-box;
    max-height: 100px;
    overflow: hidden;
}
.top-footer-links{
    float:left;
    width:100%;
    padding-top:20px;
    box-sizing:border-box;
}
.column{
    width:33%;
    display: flex;
    flex-direction: column;
    float:left;
    flex-wrap: nowrap;
    align-items: center;
}
.column a{
    color:#000;
    font-size:17px;
    font-weight: normal;
}
.other-h{
    display: none;
}
.banner-second-bottom{
    display:none;
}
footer.bntf{
    margin-top:10px;
}
.see-more-wrap{
    float:left;
    width:100%;
    text-align: center;
}
.see-more-wrap a{
    display:inline-block;
    background:#232B31;
    border-radius:50px;
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    padding:10px 20px;
    box-sizing:border-box;
}
.see-more-wrap a:hover{
    background:#fff;
    color:#000;
}
.two-news-bottom{
    float: left;
    width:100%;
}
.two-news-bottom .bottom-img-wrap{
    position: sticky;
    float:left;
    width:50%;
    max-width: 50%;
    border-bottom:2px solid #E63D13;
    min-height: 328px;
}
.two-news-bottom .bottom-img-wrap:before{
    content:none;
}
.two-news-bottom .bottom-img-wrap:first-child{
    border-right:2px solid  #E63D13;
}
.information-news{
    background: #fff;
    padding: 20px;
    box-sizing:border-box;
    float:left;
    width:100%;
}
.is-gall{
        float: left;
    width: 100%;
    background: #fff;
}
.is-gall img{
    /* float:left; */
    max-width: 100%;
    height: auto !important;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: both;
    /* cursor: pointer; */
}
.information-news p{
     width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #38454d;
    font-size: 16px;
}
.information-news p a{
    color:#1010ee;
}
.information-news li {
    list-style-position: inside;
    padding-left: 30px;
}
.information-news ul {
    padding-bottom:20px;
}
.author {
    width: 100%;
}
.information-news a{

    color: #38454d;
    font-size: 16px;
    font-weight:bold;
}
.information-news iframe{
    /* width:100%; */
    max-width:100%;
}
.information-news blockquote {
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 2px solid red;
    font-style: italic;
    display: inline-block;
}
.information-news ul{
    float:left;
    width:100%;
    padding-left:0px;
    box-sizing:border-box;
}

.image-wrap-page{
       width: 100%;
    margin: 40px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    float: left;
}
.image-wrap-page img{
    width:70%;
}
.landing-page.inner .top-btns{
   /* justify-content: space-between; */
}
.landing-page.inner .top-btns .like-link{
    position:relative;
    padding-left:30px;
    box-sizing:border-box;
    height: 20px;
}
.landing-page.inner .top-btns .like-link:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:25px;
    height: 25px;
    background: url(../img/back.png) no-repeat center;
        background-size:20px;

}

.inp-hld{
    float:left;
    width:100%;
    margin-top:10px;
}
.inp-hld label{
    float:left;
    width:100%;
    margin-bottom:5px;
}
.solid-border{
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    margin-top:30px;
    margin-bottom:10px;
}
.solid-border span{
    position:relative;
    background:#fff;
    padding:10px;
}
.solid-border:before{
    position:absolute;
    content:"";
    left:0;
    top:12px;
    width:100%;
    height:1px;
    background:#d3d3d3;
}
.show-popup{
    border-top:10px solid #d8d9dd;
}
.dim.active{
    display:block;
    z-index:9999999999;
    top:00px;
}


    .modalfalse{
        position:fixed;
        background:#fff;
        min-width:1000px;
        min-height:700px;
        z-index:9999999999999;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding:40px;
        box-sizing:border-box;
        display:none;
        border-radius:8px;
        padding-top:50px;

    }
    .modalfalse.visible{
        display:block;
    }
    .close{
        position:absolute;
        right:10px;
        top:10px;
        opacity:1;
    }
     .close img{
         width:35px;
         height: 35px;
     }
    .modalfalse h2{
        float:left;
        width:100%;
        font-size:28px;
        font-weight:bold;
        text-align:center;
        margin-bottom:20px;
        background:#EBEEF3;
        padding:30px 0px;
        box-sizing:border-box;
        margin-top:40px;
    }
     .modalfalse  span{
         float:left;
         width:100%;
         font-size:13px;
     }
    .btn {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    padding: 12px 20px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    outline: none;
}
.dz-clickable {
    border: 1px dashed #ccc;
    width: 100%;
    height: 100%;
    background: #eee;
    color: #333;
    padding: 50px;
    outline: none !important;
}
    .custom-file-upload{
        float:left;
        width:100%;
        font-weight:bold;
        margin-bottom:20px;
    }
    textarea{
        float:left;
        width:100%;
        min-height:120px;
        padding:10px;
        box-sizing:border-box;
        margin-top:10px;
         border: 1px solid #d3d3d3;
    }
    .sendBtn, .sendBtnStep{
        float:right;
        width:200px;
        color:#fff;
        background:red;
        text-align:center;
        height:40px;
        line-height:40px;
        border:none;
        margin-top:40px;
    }
    .inp-box{
        float: left;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    outline: none;
    margin-bottom:10px;
    border-radius:8px;
    }
    .step-one.invisible{
        display:none;
    }
    .step-two{
        display:none;
        float:left;
    }

    .step-two.active{
        display:block;
    }
    .close{
        cursor:pointer;
    }
    .social-wrap{
       display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top:20px;
    margin-bottom:20px;
    }
     .social-wrap span{
         margin-right:5px;
     }
     .social-wrap a{
         margin-right:5px;
     }
     .text-wrap{
         float:left;
         width:100%;
     }
     .text-wrap p{
         float:left;
         width:100%;
         margin-bottom:10px;
     }
     .btn-wrap{
         display: flex;
        flex-wrap: nowrap;
        justify-content: center;
     }
     .logos-bottom{
         float:left;
         width:100%;
         display:flex;
         justify-content: space-between;
     }
     .logos-bottom .brod-logo{
         float:left;
         width:50%;
         display: flex;
         justify-content: center;
         align-items: center;

     }
     .logos-bottom .brod-logo img{
         width:300px;
         float:left;
     }
     .eu-logo{
         display: flex;
    gap: 20px;
     }
          .eu-logo p{
              float:left;

              color:#fff;
              font-size:15px;
              margin-top:5px;

          }
     .eu-logo img{
         width:140px;
         float:left;
     }
     .brod-logo{
         float:left;
         width:140px;
         margin-right:10px;
     }
     .brod-logo img{
         float:left;
         width:100%;
     }
@media screen and (max-width: 800px){
    .logos-bottom{
        flex-direction:column;
        align-items:center;
        gap:20px;
    }
}
@media screen and (max-width: 500px){
    #backIrregularoty{
        width:50%;
        float:left;
    }
    .top-false-cont .pointer {
         padding-left: 0px;
    }
    .irregularities{
        width:95%;
        float:left;
        max-width:95%;
        min-width:95%;
        top:310px;
        overflow-y:scroll;
        max-height:590px;
        padding-bottom:15px;
        box-sizing:border-box;
    }
    .sendBtn, .sendBtnStep{
        margin-top:20px;
        margin-bottom:20px;
    }
    textarea {
        min-height:55px;
    }
    .information-news img{
        float:left;
        width:100%;
    }
    .information-news ul{
        padding-left:10px;
    }
    .btn{
        font-size:13px;
    }
    .dz-clickable{
        padding:10px;
    }
    .text-center{
        font-size:11px;
    }
    .sendBtn, .sendBtnStep{
        width:100%;
    }
    .inp-box{
        height:30px;
        line-height:30px;
    }
}
@media screen and (max-width: 400px){
    .irregularities h2{
        margin-top:0px;
    }
}
</pre></body></html>