@media screen and (min-width: 1180px) {
  .header .category_menu {
    position: absolute;
    left: 16px;
    bottom: 100%;
    height: 40px;
    align-items: center;
    font-weight: 500;
  }
  .header .category_menu li {
    margin-right: 16px;
  }
  .header .category_menu a.current:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 8px;
    height: 2px;
    left: 0;
    width: 100%;
    background: #7CE00B;
    border-radius: 2px 2px 0 0;
  }
  .header .website_menu {
    margin-right: 20px;
    position: relative;
    z-index: 10;
  }
  .header .website_menu .drop_btn {
    color: #6D746D;
  }
  .header .website_menu .drop_btn:before {
    font-size: 2rem;
  }
  .header .website_menu .drop_list {
    background: #ffffff;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    border-radius: 16px;
    box-shadow: 0px 218px 87px rgba(0, 0, 0, 0.01), 0px 123px 74px rgba(0, 0, 0, 0.02), 0px 55px 55px rgba(0, 0, 0, 0.03), 0px 14px 30px rgba(0, 0, 0, 0.04);
    min-width: 160px;
  }
  .header .website_menu .drop_list:before, .header .website_menu .drop_list:after {
    display: block;
    content: "";
    height: 12px;
  }
  .header .website_menu .drop_list li {
    padding: 8px 16px;
  }
  .header .website_menu .drop_list a {
    padding: 4px 8px;
  }
  .header .website_menu.opened .drop_btn span {
    color: #1D201D;
    text-decoration-color: #1D201D;
  }
  .header .menu_block {
    flex: 1;
  }
  .header .main_menu {
    display: flex;
  }
  .header .main_menu > li {
    position: relative;
  }
  .header .main_menu > li > a {
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 500;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1180px) and (hover: hover) {
  .header .main_menu > li > a:hover {
    background: #F7F8F7;
  }
  .header .main_menu > li > a:hover:before {
    color: #1D201D;
  }
}
@media screen and (min-width: 1180px) {
  .header .main_menu > li.opened > .submenu_btn {
    background: #F2FEDD;
  }
  .header .main_menu > li.opened > .submenu_btn:before {
    color: #1D201D;
  }
}
@media screen and (min-width: 1180px) {
  .header .main_menu .submenu_btn:before {
    margin-left: 2px;
    margin-right: -2px;
    color: #6D746D;
    font-size: 2rem;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1180px) {
  .header .submenu_list {
    position: absolute;
    top: 100%;
    left: -12px;
    padding: 0 4px;
    z-index: 10;
    white-space: nowrap;
    font-size: 0;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 218px 87px rgba(0, 0, 0, 0.01), 0px 123px 74px rgba(0, 0, 0, 0.02), 0px 55px 55px rgba(0, 0, 0, 0.03), 0px 14px 30px rgba(0, 0, 0, 0.04);
  }
  .header .submenu_list:before {
    display: block;
    content: "";
    height: 26px;
  }
  .header .submenu_list:after {
    display: block;
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 16px;
  }
  .header .submenu_list ul {
    white-space: normal;
    width: 316px;
    font-size: 1.4rem;
  }
  .header .submenu_list ul:has(img) {
    padding: 6px;
  }
  .header .submenu_list ul:not(:has(img)) {
    padding: 16px 6px;
  }
  .header .submenu_list ul:not(:has(img)) li {
    padding: 0 6px;
  }
}
@media screen and (min-width: 1180px) {
  .header .shop_btn {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .header .search_block {
    height: 24px;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #EDEEED;
  }
}
@media screen and (min-width: 1180px) {
  .header .menu_block .shop_btn,
.header .menu_btn, .header_bottom .website_menu {
    display: none;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1439px) {
  .header {
    font-size: 85.71%;
  }
  .header .main_logo {
    padding-right: 16px;
  }
  .header .main_logo a, .header .main_logo img {
    height: 40px;
  }
  .header .main_menu > li > a {
    padding: 8px;
  }
  .header .main_menu .submenu_btn:before {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .header .shop_btn {
    margin-right: 12px;
  }
  .header .search_block {
    margin-right: 12px;
    padding-right: 12px;
  }
  .header .search_form {
    right: 12px;
  }
  .header .help_btn,
.header .website_menu,
.header .hotline {
    margin-right: 16px;
  }
  .header .lg_block .drop_btn:after,
.header .website_menu .drop_btn:before {
    font-size: 1.8rem;
    padding-left: 2px;
    margin-left: 0;
  }
  .header .website_menu .drop_list {
    border-radius: 12px;
    min-width: 120px;
  }
  .header .website_menu .drop_list:before, .header .website_menu .drop_list:after {
    height: 8px;
  }
  .header .website_menu .drop_list li {
    padding: 4px 12px;
  }
  .header .payment_block .drop_btn {
    padding: 7px 12px;
  }
  .header .payment_block .drop_list {
    width: 360px;
    border-radius: 12px;
  }
  .header .payment_block .title_block {
    padding: 16px 20px;
  }
  .header .payment_block a {
    padding: 14px 12px;
  }
  .header .payment_block .payment_logo {
    flex: 0 0 100px;
    max-width: 100px;
    height: 56px;
    margin-right: 12px;
    border-radius: 12px;
  }
  .header .submenu_list {
    left: -8px;
    padding: 0 2px;
    border-radius: 0 0 12px 12px;
  }
  .header .submenu_list:after {
    border-radius: 12px;
  }
  .header .submenu_list ul {
    width: 280px;
    font-size: 1.2rem;
  }
  .header .submenu_list ul:has(img) {
    padding: 4px;
  }
  .header .submenu_list ul:not(:has(img)) {
    padding: 12px 4px;
  }
  .header .submenu_list ul:not(:has(img)) li {
    padding: 0 4px;
  }
  .header .submenu_list ul:not(:has(img)) li:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .footer_bottom {
    margin-top: 34px;
  }
  .footer .socials_list {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1280px) {
  .footer_bottom {
    margin-top: 24px;
  }
  .footer_menues {
    width: 66.67%;
  }
  .footer_contacts {
    width: 33.33%;
  }
  .footer_socials {
    width: 33.33%;
    max-width: 320px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1180px) {
  .page_head {
    padding-bottom: 8px;
  }

  .tenders_section {
    padding-bottom: 48px;
  }
}

/*# sourceMappingURL=tenders-l.css.map */
