header{
    min-height: 200px;
    width: 100%;
    background-color: #FFFFFFCC;
}
body{
background-image: url(img/bg.png);
background-color: white;
background-repeat: no-repeat;
    
}

.header-top{
    min-height: 41px;
    background-color: #F6F6F6;
    width: 100%;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
}
.header-middle{
    min-height: 111px;
    width: 100%;
    display: flex;
    max-width: 1140px;
    padding: 15px 0;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}
.header-middle-wrapper{
      display: flex;
      gap: 20px;
}
.header-bottom{
    min-height: 48px;
    width: 100%;
    border-top: 2px solid #616161;

    color: #115000;
    font-family: Podkova;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header-bottom-container{
    display: flex;
    max-width: 1140px;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    
}
.header-menu{
    display: flex;
    align-items: flex-start;
    gap: 104px;
    
    align-items: center;
    width: 100%;
}
.item:last-of-type{
    margin-left: auto;
}
.menu-icon{
    display: flex;
    width: 25px;
    align-items: flex-start;
    gap: 9px;
    content: url(img/menu-icon.png);
}
.item-menu{
    display: flex;
    align-items: center;
    gap: 10px;
}
.slider-block{
    margin-top: 20px;
    margin-bottom: 40px;
}
.slide-header{
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Podkova;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 51px;
}
.slide-info{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin: 8px 0;
}
.date{
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;

    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height:  21px;
    
}
.date::before{
    width: 15px;
    height: 15px;
    content:  url(img/clarity_calendar-line.png);
    position:relative;
    margin-right: 3px;
    top: 2px;


}
.time{
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.time::before{
    width: 18px;
    height: 18px;
    content:  url(img/ph_clock-light.png);
    position:relative;
    margin-right: 3px;
    top: 3px;
}
.date-time{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.category{
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 78px;
    background: #1C8300;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    /* ОП плашки */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.slide-description{
    color: #444;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.slide-button{
    display: inline-block;
    margin-top: 30px;
    padding: 10px 40px;
    background: #FF5C00;
    color: #FFF;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner{
    margin: 20px 0;
}
footer{
    width: 100%;
    min-height: 219px;
    margin-top: 40px;
    background: url(img/footer.png), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}
.news-cat-block{
    margin-top: 40px;
}
.news-cat-header{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 0 0;

    color: #115000;
    font-family: Podkova;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;

}
.news-cat-header::after{
    width: 43.428px;
    height: 30px;
    content: url('img/XMLID_460_.png');

}
.header-line{
    display: flex;
    height: 15px;
    padding: 1px 0px;
    align-items: flex-end;
    gap: 15px;
    flex: 1 0 0;
}
.subline{
    width: calc(100% - 99px);
    border-bottom: 2px solid #115000;
}
.line1,.line2,.line3{
    border-bottom: 2px solid #115000;
}
.line1{
    width: 23px;
}
.line2{
    width: 18px;
}
.line3{ 
    width: 15px;
}
.news-block .slide-info{
    gap: 20px;
}
.news-header{
    color: var(--grey, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Podkova;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    padding: 10px;
    gap: 14px;
    text-decoration: none;
}
.news-header:hover{
    color: #115000;
    text-decoration-line: underline;
}
.news-block{
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #FFF;
}
.news-text{
    color: var(--black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.2px; /* 19.2px */
    padding: 10px;
    gap: 10px;
}
.news-cat-header.main::after{
    width: 66.543px;
    height: 30px;
    content: url('img/XMLID_44_.png');
}
.news-img{
    gap: 20px;
}
.main-news-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    align-self: stretch;
    padding: 20px;
}
.main-news{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}
.main-news .news-header{
    padding: 0;
}
.main-news-row{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.news-cat-header.agro::after{
    width: 51.374px;
    height: 30px;
    content: url('img/XMLID_36_.png');
}
.news-cat-header.video::after{
    width: 40.296px;
    height: 30px;
    content: url('img/XMLID_35_.png');
}
.video-row{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin: 21px 0;
}
.video-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
    position: relative;
}
.play-button{
    width: 25px;
    height: 25px;
    position: absolute;
    left: 74px;
    top: 42px;
    content: url(img/radix-icons_video.png);
}
.video-text{
    display: flex;
    width: 173px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.2px;
    flex: 1 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);

}
.quiz{
    display: flex;
    width: 270px;
    padding: 40px 16px;
    flex-direction: column;
    gap: 10px;
    background: #F3F3F3;
    margin-bottom: 20px;
}
.microphones-block{
    position: relative;
    max-width: 270px;
}
.microphones-text{
    background: rgba(0, 0, 0, 0.40);
    height: 71px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: Podkova;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.9%; /* 17.766px */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}
.quiz-top-text{
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height:  18.186px 

}
.quiz select{
    background-color: white;
    padding: 5px 10px;
    border: none;

}
.quiz input[type="radio"]{
    accent-color: #1C8300;
    width: 15px;
    height: 15px;
}
.radio-label{
    color: #737373;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.588px; 
}
.quiz-radio{
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.quiz-bottom-text{
    color: var(--dark-grey, #444);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    /* Text */
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin-top: 10px;
}
.quiz-button{
    color: #FFF;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #FF5C00;
    margin-top: 56px;
    cursor: pointer;
}
.materials{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
}
.material{
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #909090;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.news-cat-header.material-head::after{
    width: 48.443px;
    height: 30px;
    content: url('img/XMLID_114_.png');
}
.footer-menu{
    display: flex;
    padding: 5px 0px;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    gap: 14px 62px;
    flex: 1 0 0;
    flex-wrap: wrap;
}
.menu-item{
    color: #A3A3A3;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.menu-item.active{
    font-weight: 600;
    text-transform: uppercase;
}
.menu-item:hover{
    text-decoration: underline;
}
.credits{
    color: #A3A3A3;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 90.9%; /* 12.726px */
    margin-top: 25px;
}
.header-date{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-money{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: #616161;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-weather{
    display: flex;
    align-items: center;
    gap: 15px;
}
.weather-city{
    display: flex;
    align-items: center;
    gap: 2px;
    color: #616161;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.weather-city::after{
    content: url(img/iconoir_position.png);
    width: 18px;
    height: 18px;

}
.city-name{
    color: #444;
    font-weight: 600;
}
.weather-info{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.weather-temperature{
    display: flex;
    align-items: flex-start;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
    margin-left: 10px;
}
.weather-wrapper{
    display: flex;
}
.celsium{
    font-size: 9px;
}
.money-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 6px;
}
.money-items{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.money-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.currency-value{
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 600;
}
.logo-header{

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.search-box{

    padding: 5px 15px;

    border-radius: 43px;
    border: 1px solid #D9D9D9;
    background: rgba(255, 255, 255, 0.20);
    width: 100%;
}
.search-wrapper{
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    display: flex;
    position: relative;
}
.search-wrapper::after{
    width: 24px;
    height: 24px;
    content: url(img/carbon_search.png);
    position: absolute;
    right: 10px;
}
.header-contacts{

    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
.header-phone{
    color: #115000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-phone::before{
    width: 14px;
    height: 36px;
    content: url(img/bi_phone.png);
}
.header-phone::after{
    width: 10px;
    height: 5.7px;
    transform: rotate(-0.81deg);
    content: url(img/Vector.png);
    position: relative;
    bottom: 10px;
}
.header-social{
    display: flex;
    height: 26px;
    align-items: flex-start;
    gap: 20px;
}

.item{
    cursor: pointer;
}
.item:hover{
    text-decoration: underline;
}
.header-top{
    flex-direction: row;
}
@media (min-width:1200px) {
    .container{
        max-width: 1140px;
        padding: 0;
    }  
}
@media (max-width: 1119px) {
    .header-bottom-container{
        padding: 15px;
    }
    .header-middle{
        flex-direction: column;
    }
}
@media (max-width: 1000px) {
    .header-top{
        padding: 0 15px;
        align-items: flex-start;
    }
    .header-menu,.header-bottom-container {
      flex-direction: column;
    }

    .header-menu{
        gap: 20px;
    }
    .header-menu{
        margin-bottom: 20px;
    }
    .item:last-of-type{
        margin-left: 0;
    }
  }

  @media (max-width: 600px) {
    .header-middle-wrapper{
        flex-direction: column;
    }
    .money-items{
        gap: 5px;
    }
    .header-top{
        padding: 15px;
    }
  }