﻿.hero .heroWr {
    
    align-items: center;
    margin-top: 80px !important;
    grid-gap: 80px;
 
}

.heroText {
    max-width: 437px;
}
.hero .heroWr h1 {
        font-size: 75px;
        line-height: 80%;
        text-align: right;
        color: #C4161A;
        font-family: almoniTzar700;
        max-width: initial;
        margin-bottom: 12px;
    }

    .hero .heroWr h2 {
        font-size: 37px;
        line-height: 90%;
        text-align: right;
        color: #000;
        font-family: almoniTzar500;
        max-width: initial;
        margin-bottom: 0
    }
 #countdown span:first-child, #countdown { background: #000;}
 .header .container {height:60px}

 .header .container .nodeName:before {border-left: 1px #000 solid;}
 .header .container .sponser {margin-top: 0;}
 .header .container .sponser { margin-right: 84px;}
 .header .container .sponser:after {    padding: 9px 0px 10px 0; right:-63px}
.hero .heroWr p {margin-top: 30px;}
.hero .heroWr {margin-top: 60px !important;  padding:36px 0;}

.btnAddDairy {display: none;}


.veidaInner .veidaAbout .veidaAboutTitle {max-width: 100%;}



 @media screen and (max-width: 1024px) {
    .hero .heroImg {
 
        WIDTH: 40%;
    }
}

@media screen and (max-width: 480px) {
    .hero .heroImg {WIDTH: 70%;}
    .header .container {    height: 40px;}
    .header .container .sponser img {     zoom: 59%;  display: block; }
    .heroText {     margin-top: 40px;   max-width: 90%; }
    .hero .heroWr h1 { font-size: 55px !important; text-align: center; margin-bottom: 5px;}
    .hero .heroWr h2 { font-size: 27px !important; text-align: center; margin: 0 auto;  }
    .veidaInner .banners { grid-template-columns: 1fr;}
    .header .container .sponser { margin-right: 0; margin-top: 0; padding:0; top:40px}
    .hero .heroWr p {max-width: 236px;  padding:12px 0;         padding: 10px 0;        line-height: 28px;}
    .hero .heroWr {padding: 40px 0 30px; margin-top: 30px !important;}
    .hero .heroWr h2:empty {display: none;}
    .hero .heroWr {gap:16px}


}