@media only screen and (min-width: 1280px) {
    .veidaWr.style1 .hero {
        height: 600px;
        padding:0;
    }
}
.veidaInner .banners img { max-height:100px}
.veidaWr.style1 {--bg-primary: #fdddce;}
#countdown, #countdown span:first-child {
    background: #fdddce
}
#countdown div * {color:#c00}
#countdown div:after {    border-left: 2px #c00 solid;}

@media screen and (max-width: 800px) {

    #countdown div {
        border-left: 1px solid #c00;
    }


    .header .container {
        background: #fdddce
    }
        .header .container .register {line-height:2}
        .header .container .nodeName:before {    border-left: 1px #c00 solid;}

    header .social:before {
        margin: 0 7px 0 7px;
    }
    header .hIconsWr .social {
        border: 1px #c00 solid;
        margin-right: 10px;
    }

}
@media screen and (max-width: 480px) {
    .lecturers {
        max-width: 240px;
        grid-gap: 40px;
    }
    .header .container .nodeName:before {display:none}

    .header .container {
        width: calc(100% - 16px);
        padding: 0 8px;
    }

}
@media screen and (max-width: 320px) {
    .header .container .nodeName {
        font-size: 15px;
    }
         

        .header .container .register {
            width: auto
        }



}