header {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
}

header a {
    cursor: pointer;
    transition: 0.5s;
}

header .header_container {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-top {
    display: flex;
    justify-content: center;
    background: #333333;
    height: 60px;
}

header .header-top .search {
    position: relative;
    background: none;
}

header .header-top .search input {
    border-style: none;
    background: transparent;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
    border-bottom: 1px solid #ffffff;
    height: 40px;
    width: 310px;
}

header .header-top .header-top__phone {
    display: flex;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

header .header-top .header-top__phone a {
    margin-left: 10px;
}

.header-top form {
    margin-block-end: 0;
}

.header-top .search_input {
    padding: 0;
}

.header-top .search_button {
    width: 20px;
    height: 20px;
    background: none;
    top: 5px;
}

.header-top .search_button:hover {
    opacity: 0.5;
}

header .header-bottom {
    display: flex;
    justify-content: center;
    background: url(../images/pib.jpg) bottom;
    /* height: 200px; */
    color: #ffffff;
}

header .header-bottom .header_container > :not(.menu_group){
    padding: 10px 0;
}

header .header-bottom .fn_menu_switch {
    position: relative;
    z-index: 99999999;
}

.header_container .menu_group_header{
    flex-basis: 880px;
    margin-right: 0;
    display: grid;
    align-items: center;
    height: 100%;
}

.header_container .menu_group_header .menu_list_1,
.header_container .menu_group_header .menu_item_1{
    display: flex;
    align-items: center;
    height: 100%;
}

.header_container .menu_group_header ul li a span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.header_container .lang {
    font-size: 18px;
}

header .header-top .search-box {
    max-width: 20px;
    height: 20px;
}

header .header-top .search-box {
    display: none;
}

.header_mobile {
    position: relative;
    z-index: 9999999;
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/rectangle21.jpg) no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 22px;
}

.header_mobile .search-box {
    height: 20px;
    min-width: 20px;
}

.header_mobile .cart_info:before {
    top: -10px;
}

.header_mobile .cart_counter {
    top: -18px;
}

.header_mobile #logo {
    min-width: 50px;
    height: 50px;
    background: url(../images/agro_fav_logo_white.png) no-repeat;
    background-size: cover;
}

.header_mobile .menu_list {
    display: block;
    margin: 0;
}

.header_mobile .menu_list .menu_item {
    text-align: center;
}

.header_mobile #menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
}

.header_container .menu_gamburger {
    display: none;
}

#menu .menu_gamburger {
    cursor: pointer;
    display: inline-block;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}