@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@media (max-width: 2560px) {
    .header{
        /* min-height: 1200px; */
    }
  }
*{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
    height: 100%;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
ul{
    list-style-type: none;
}

.container{
    max-width: 1190px;
    margin: 0 auto;
}
.btn{
    display: block;
    padding: 5px 15px;
    width: 120px;
}
.align-start{
    align-items: flex-start;
}


/* header */
.header{
    background: url('/img/bg-min2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 690px;
    background-position: bottom;
}
.header__logo{
    width: 100px;
}
.header__logo img{
    width: 100%;
}
.header__min{
    min-height: 150px !important;
    background: url('/img/bg-min2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Стиль для откл блока */
.dn{
    display: none;
} 
/* Стиль для откл блока */

.header__head{
    display: flex;
    justify-content: right;
    align-items: center;
}
.linkpage{
    padding: 20px 35px;
}
.linkpage_l{
    font-size: 13px;
    font-weight: 400;
}
.linkpage__active{
    color: #ffa701;
    font-size: 16px;
    font-weight: 600;
}
.linkpage_l:hover{
    color: #ffa701;
    font-weight: 600;
}
.tel_number{
    border-bottom: 2px dashed #FFF;
    transition: all 0.5s ease;
    color: #fff;
}
.tel_number:hover{
    color: #fff;
    border-bottom: 2px dashed #fff;
}
.light{
    font-size: 12px;
}
.header__logo a{
    font-size: 18px;
    font-weight: 700;
}
.header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.header__item{
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.header__item_active{
    background: #93D410;
    background-image: linear-gradient(to top, #639400 0%, #a0e415 100%);
    border-radius: 3px;
    font-weight: 600px;
    box-shadow: 5px 5px 5px lightblue; 
    position: relative;
    display: block;
    padding: 5px 15px;
}
.header__item_active a{
    color: #fff;
}
.header__item_active::after{
    content: "";
    position:absolute ;
    top: -10px;
    right: -14px;
    background-image: url('../img/zerno.png');
    background-size: cover;
    background-position: center;
    width: 38px;
    height: 40px;
}
.header__item a:hover{
    color: inherit;
}


/* promo */
.header__promo{
    margin-top: 150px;
    padding: 50px 25px;
    text-align: center;
}
.header__h1{
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.header__h2{
    font-size: 30px;
    color: #ffa701;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/* PROMO */

.header__promo{
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.header__promo::before{
    content: "";
    background-image: url(/img/promo-zerno1.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 40px;
    left: 100px;
    width: 250px;
    height: 150px;
}

/* about */
.about{
    padding: 70px 0;
}
.about__main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about__item:first-child{
    min-width: 300px;
}
.about__title{
    font-size: 24px;
}
.about__item:last-child{
    padding-left: 20px;
}
.about__item img{
    width: 100%;
}

/* products */

.products{
    padding: 70px 0;
}
.products__title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.products__menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.products__item{
    max-width: 33.33%;
    padding: 40px 10px 0 10px;
}
.products__img{
    width: 250px;
    display: block;
    margin: 0 auto;
}
.products__img img{
    width: 100%;
}
.products__item_title{
    padding-top: 20px;
    font-weight: 600;
}
.products__item_title a{
    border-bottom: 1px solid #000;
}
.products__item_subtitle{
    padding-top: 20px;
}

/* footer */

.footer{
    background: #454545;
    padding: 10px 0;
}
.footer__block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__img{
    width: 70px;
}
.footer__img img{
    width: 100%;
}
.footer__text{
    color: #fff;
}
.footer__right p{
    display: inline-block;
    color: #fff;
    padding: 0 10px 0 0;
}
.footer__right_img{
    width: 50px;
}


/* burger menu */

.burger__menu{
    display: none;
    position: relative;
    z-index: 51;
    justify-content: flex-end;
    width: 30px;
    align-items: center;
    height: 18px;
}
.burger__menu span{
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: #faf6f2;
}
.burger__menu::before, .burger__menu::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #faf6f2;
    transition: all 0.3s ease 0s;
}
.burger__menu::before{
    top: 0;
}
.burger__menu::after{
    bottom: 0;
}

.burger__menu.active span{
    transform: scale(0);
}
.burger__menu.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}
.burger__menu.active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

@keyframes burgerAnimation {
    from {opacity: 0;}
    to {
        opacity: 1;
    }
}

/* Адаптивная верстка сайта */

.open{
    display: flex !important;
}


/* CATEGORY */

.category, .subcategory {
    cursor: pointer;
    padding: 5px;
}

.category.activeP, .subcategory.activeP {
    font-weight: bold;
    color: #ff9900; /* Цвет активного элемента */
}

#loading {
    color: #ff9900;
    font-weight: bold;
}
.products{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.products__menu1{
    padding: 20px 20px;
    background-color:#ffeed4;
    width: 250px;
    max-height: 400px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.33);
}
.products__menu2{
    margin: 0 auto;
}
.category{
    font-size: 14px;
    font-weight: 700;
}
.subcategory{
    font-size: 12px;
    font-weight: 500;
}
.products__hr{
    border: 1px solid #ff9900;
}
.category__title{
    font-size: 24px;
    text-align: left;
}
.products__content{
    width: 70%;
}
.btn-more{
    cursor: pointer;
    border: none;
}

.category__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.products__info{
    margin-left: 20px;
}
.category__img img{
    width: 100%;
}

/* Таблицы */

table{
    width: 100%;
    border: 1px solid #000;
    font-weight: 500;
}
th{
    border: 1px solid #000;
    text-align: center;
    padding: 30px;
    font-size: 12px;
}
td{
    font-size: 12px;
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
}

/* Схема работы */

.work{
    padding: 50px 0;
}
.work__title{
    font-size: 24px;
}
.work__item{
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 30px 0;
}
.work__img{
    margin-right: 30px;
}
.work__carta_title{
    padding-top: 20px;
    text-align: center;
}
.work__carta_title{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.work__cartatitle::before{
    content: "";
    display: block;
    position: absolute;
    width: 1000px;
    top: 50%;
    left: 100%;
    border-bottom: 2px solid #ff9902;
}
.work__cartatitle::after{
    content: "";
    display: block;
    right: 100%;
    position: absolute;
    width: 1000px;
    top: 50%;
    border-bottom: 2px solid #ff9902;
}
.work__cartatitle{
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.work__carta{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.work__carta img{
    width: 100%;
}

/* Закупки */

.procurement{
    padding: 50px 0;
}
.procurement__block{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.procurement__info{
    margin-left: 30px;
}
.procurement__title{
    font-size: 24px;
}
.procurement__list li{
    padding: 5px 0;
}
.procurement__h4{
    text-align: center;
}


/* новости */

.news{
    padding: 50px 0;
}
.news__title{
    font-size: 24px;
}
.news__block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news__item{
    padding-top: 20px;
    text-align: center;
}
.news__img{
    width: 250px;
    border: 1px solid #ff9902;
}
.news__img img{
    width: 100%;
}
.news__block_title{
    padding-top: 10px;
    font-weight: 700;
}
.news__block_subtitle{
    font-size: 12px;
}
.news__btn{
    text-align: center;
    padding-top: 10px;
}
.news__btn a{
    color: #fff;
}


@media (max-width: 990px) {
    .header__menu{
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 50px 50px;
        background-color: black;
        animation: burgerAnimation 0.4s;
    }
    .header__item a{
        color: #fff;
    }
    .header__head{
        justify-content: space-between;
        padding: 20px 0;
    }
    .linkpage{
        padding: 0;
    }
    .container{
        padding: 0 10px;
    }
    .header{
        min-height: 500px;
    }
    /* .header__menu{
        display: none;
    } */
    .burger__menu{
        display: flex;
    }
    .header__logo{
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .header__promo{
        margin-top: 72px;
    }
    .header__promo::before{
        display: none;
    }
    .header__logo::after{
        content: '';
    }
    .header__h1{
        font-size: 26px;
    }
    .header__h2{
        font-size: 14px;
    }
    .products__menu1{
        display: none;
    }
    .category__item{
        flex-direction: column;
        justify-content: center;
    }
    .products__content{
        width: 100%;
    }
    .work__img{
        display: none;
    }
    .procurement__img{
        display: none;
    }
    .procurement__info{
        margin: 0;
    }
    .contacts__block{
        /* flex-direction: column; */
    }
    .contacts__map{
        width: 304px;
        height: 303px;
    }
    .contacts__map iframe{
        width: 300px;
        height: 300px;
    }
  }
  @media (max-width: 770px) {
    .about{
        padding: 30px 0;
    }
    .products{
        padding: 30px 0;
    }
    .about__main{
        flex-direction: column;
    }
    .about__item:first-child{
        display: none;
    }
    .products__menu{
        flex-direction: column;
    }
    .products__item{
        max-width: 50%;
    }
    .contacts__block{
        flex-direction: column;
    }
    .contacts__map{
        max-width: 350px;
        height: 303px;
        order: 2;
    }
    .contacts__map iframe{
        max-width: 346px;
        height: 300px;
    }
    .contacts__text{
        order: 1;
    }
    .contacts__br{
        font-size: 14px !important;
    }
    .contacts__text p{
        font-size: 12px;
    }
    .footer__text{
        font-size: 12px;
    }
    .footer__right p{
        font-size: 12px;
    }
    .footer__rigth_img{
        width: 70px;
    }
  }

  @media (max-width: 500px) {
    .header__head{
        justify-content: space-between;
        padding: 20px 0;
    }
    .linkpage{
        padding: 0;
    }
    .products__item{
        min-width: 100%;
    }
    .products__img{
        width: 190px;
    }
    .footer__block{
        flex-direction: column;
    }
    .footer__right{
        padding-top: 10px;
    }
    th,td{
        font-size: 8px;
        padding: 3px;
    }
  }

/* index page end */



/* about page begin */

.about-page{
    padding: 40px 0;
}
.about__title{
    font-weight: 600;
}
.about__br{
    font-weight: 700;
    padding-top: 20px;
}
.about__list{
    list-style-type: disc;
    padding-left: 20px;
}
.about__list li{
    padding: 2.5px 0;
}

/* contacts */

.contacts{
    padding: 50px 0;
}
.contacts__title{
    font-size: 24px;
}
.contacts__block{
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 10px 0;
}
.contacts__text{
    width: 55%;
}
.contacts__map{
    border: 2px solid #ffa701;
}
.contacts__br{
    font-weight: 600;
    font-size: 18px;
}