@media screen and (min-width: 1025px) {
  #callback_request {
    font-size: 0 !important;
    line-height: 0 !important;
  }
  #callback_request:before {
    display: block;
    content: "\e929";
    font-size: 2rem;
  }

  .home_btn {
    display: none;
  }

  .catalog_menu {
    position: fixed;
    overflow: hidden;
    display: flex;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    box-shadow: 0px 4px 30px 4px rgba(223, 225, 235, 0.5);
    -o-transition: all 0s 0.5s, opacity 0.5s 0s;
    -ms-transition: all 0s 0.5s, opacity 0.5s 0s;
    -moz-transition: all 0s 0.5s, opacity 0.5s 0s;
    -webkit-transition: all 0s 0.5s, opacity 0.5s 0s;
    transition: all 0s 0.5s, opacity 0.5s 0s;
  }
  .catalog_menu:before {
    display: block;
    content: "";
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px 4px 30px 4px rgba(223, 225, 235, 0.5);
    z-index: -1;
  }
  .catalog_menu .category_image {
    position: absolute;
    top: 140px;
    right: 0;
    width: 43%;
    bottom: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .catalog_menu .category_image.showed {
    opacity: 1;
    z-index: 1;
  }
  .catalog_menu .menu_content {
    display: flex;
    width: 100%;
    position: relative;
  }
  .catalog_menu .menu_list {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .catalog_menu .menu_list:before {
    display: block;
    content: "";
    height: 20px;
  }
  .catalog_menu .menu_list:after {
    display: block;
    content: "";
    height: 45px;
  }
  .catalog_menu .menu_list li {
    width: 355px;
    margin-right: 20px;
  }
  .catalog_menu .submenu_content {
    position: absolute;
    top: 0;
    width: 25%;
    left: 425px;
    height: 100%;
  }
  .catalog_menu .submenu_list {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .catalog_menu .submenu_list:before {
    display: block;
    content: "";
    height: 20px;
  }
  .catalog_menu .submenu_list:after {
    display: block;
    content: "";
    height: 45px;
  }
  .catalog_menu .submenu_list li {
    padding-right: 20px;
  }

  .menu_opened .catalog_menu {
    padding-top: 140px;
    opacity: 1;
    max-height: 100%;
    -o-transition: all 0s 0s, opacity 0.5s 0s;
    -ms-transition: all 0s 0s, opacity 0.5s 0s;
    -moz-transition: all 0s 0s, opacity 0.5s 0s;
    -webkit-transition: all 0s 0s, opacity 0.5s 0s;
    transition: all 0s 0s, opacity 0.5s 0s;
  }

  .web .submenu_list::-webkit-scrollbar,
.web .menu_list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .web .submenu_list::-webkit-scrollbar-track,
.web .menu_list::-webkit-scrollbar-track {
    background: #D4D7E2;
    border-radius: 0;
  }
  .web .submenu_list::-webkit-scrollbar-thumb,
.web .menu_list::-webkit-scrollbar-thumb {
    background: #9CA1B8;
    border-radius: 2px;
  }
  .web .moz .submenu_list,
.web .moz .menu_list {
    scrollbar-color: #9CA1B8 #D4D7E2;
    scrollbar-width: thin;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .catalog_menu .menu_list li {
    margin-right: 10px;
  }
  .catalog_menu .submenu_content {
    left: 400px;
    width: 375px;
  }
  .catalog_menu .category_image {
    width: auto;
    left: 790px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .catalog_menu .menu_list li {
    margin-right: 10px;
    width: 290px;
  }
  .catalog_menu .menu_list a {
    font-size: 140%;
    line-height: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog_menu .menu_list a img {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .catalog_menu .submenu_content {
    left: 340px;
    width: 300px;
  }
  .catalog_menu .category_image {
    width: auto;
    left: 650px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-footer .footer.content > div.logo {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-footer .footer.content > div.newsletter {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-footer .block.newsletter .title {
    padding-left: 20px;
  }
  .page-footer .block.newsletter .field input {
    padding: 0 18px;
  }
}
@media screen and (min-width: 1520px) {
  .melitta_screen .volume_btn {
    right: 50%;
    margin-right: -740px;
  }
}
@media screen and (min-width: 1690px) {
  .offers_list {
    overflow: visible;
  }
  .offers_list .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .offers_list .slick-arrow:before {
    font-size: 3.2rem;
  }
  .offers_list .slick-prev {
    margin-left: -60px;
  }
  .offers_list .slick-next {
    margin-right: -60px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .offers_list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .offers_list .promo_block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offers_list .promo_btn {
    left: 50px;
  }
  .offers_list .slick-prev {
    left: 0;
  }
  .offers_list .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .melitta_screen {
    padding-bottom: 50px;
  }
  .melitta_screen .ticker {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 160%;
    line-height: 20px;
  }
  .melitta_screen .volume_btn {
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
  .melitta_screen .volume_btn:before {
    font-size: 3.2rem;
  }

  .section_title {
    font-size: 400%;
  }

  .offers_section {
    padding: 40px 0;
  }
  .offers_section .section_desc {
    font-size: 200%;
  }

  .offers_list {
    margin-top: 40px;
  }
  .offers_list .promo_btn {
    font-size: 180%;
    bottom: 30px;
    min-width: 176px;
  }

  .bnner_section {
    padding: 40px 0;
  }
  .bnner_section .bnner_inner {
    min-height: 360px;
  }
  .bnner_section .bnner_info {
    max-width: 960px;
  }
  .bnner_section .bnner_title {
    font-size: 320%;
  }
  .bnner_section .bnner_desc {
    font-size: 200%;
    margin-top: 32px;
  }

  .products_section {
    padding: 40px 0;
  }
  .products_section .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .modal-popup.promo .modal-inner-wrap {
    max-width: 960px;
  }
  .modal-popup.promo .modal-header {
    padding: 32px;
  }
  .modal-popup.promo .modal-header .modal-title {
    font-size: 3.2rem;
  }
  .modal-popup.promo .modal-header .modal-text {
    font-size: 160%;
    line-height: 28px;
  }
  .modal-popup.promo .modal-content {
    padding: 40px 0 32px;
  }
  .modal-popup.promo .modal_image {
    padding: 0 32px;
  }
  .modal-popup.promo form {
    padding: 32px;
    margin-top: 40px;
  }
  .modal-popup.promo form > .fieldset {
    margin: 30px -15px 0;
  }
  .modal-popup.promo form > .fieldset > .field {
    padding: 0 15px;
  }
  .modal-popup.promo form .field .control input {
    border-radius: 0;
    padding: 12px 20px;
    border: 1px solid #d9d9d9;
    color: inherit;
  }
  .modal-popup.promo form .field .control input::-webkit-input-placeholder {
    color: #8A8A8A;
  }
  .modal-popup.promo form .field .control input:-moz-placeholder {
    color: #8A8A8A;
  }
  .modal-popup.promo form .field .control input::-moz-placeholder {
    color: #8A8A8A;
  }
  .modal-popup.promo form .field .control input:-ms-input-placeholder {
    color: #8A8A8A;
  }
  .modal-popup.promo .form_title {
    font-size: 200%;
  }
  .modal-popup.promo .short_desc {
    font-size: 160%;
    line-height: 28px;
  }
  .modal-popup.promo .actions-toolbar {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .products_section .filter-options-content {
    margin: 0 -10px;
  }
  .products_section .filter-options-content .items {
    display: flex;
    flex-wrap: wrap;
  }
  .products_section .filter-options-content .item {
    padding: 10px;
  }
  .products_section .filter-options-content a {
    font-size: 160%;
    padding: 13px 20px;
  }

  .column.main .product-item-info .product-image-container {
    padding: 20px 20px 10px;
  }
  .column.main .product-item-info .product-image-wrapper {
    height: 241px;
    max-width: 315px;
  }
  .column.main .product-item-info .price-box .old-price {
    font-size: 160%;
  }
  .column.main .product-item-info .stickers .top_sticker,
.column.main .product-item-info .stickers .new_sticker {
    font-size: 160%;
    line-height: 24px;
  }
  .column.main .product-item-info .product-item-name {
    margin-top: 10px;
  }
  .column.main .product-item-info .product-item-link {
    font-size: 160%;
  }
  .column.main .product-item-info .product-item-actions .action-primary {
    margin-top: 20px;
  }
  .column.main .product-item-info .product-item-actions .action.tocart {
    font-size: 180%;
    line-height: 22px;
    height: 56px;
  }
}
@media screen and (min-width: 1281px) {
  .modal-popup.promo .modal-header .modal-title {
    font-size: 4rem;
  }
}

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