@media screen and (min-width: 1025px) {
  .mobile_only {
    display: none !important;
  }
  .page-header .switcher.switcher-language {
    margin-left: auto;
  }
  .page-header .footer.links {
    display: none;
  }
  .page-header .action.showcart:has(.counter.qty:not(:empty):not(.empty)) {
    margin-right: 10px;
  }
  .mpquickcart .modal-title {
    font-size: 240%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .page-header .menu_inner {
    padding-right: 210px;
  }
  .page-header .block-search form {
    width: 210px;
  }
  .page-header .brands_menu {
    width: 210px;
  }
  .page-header .brands_menu a {
    height: 38px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .page-header:before {
    height: 64px;
  }
  .page-header .header .logo {
    top: 57px;
    width: 122px;
    margin-left: -61px;
  }
  .page-header .menu_inner {
    height: 64px;
    padding-right: 200px;
  }
  .page-header .block-search {
    height: 64px;
  }
  .page-header .block-search form {
    width: 200px;
  }
  .page-header .brands_menu {
    width: 200px;
    gap: 14px;
  }
  .page-header .brands_menu a {
    height: 36px;
  }
  .page-header .website_menu {
    gap: 18px;
  }
  .page-header .website_menu a {
    font-size: 160%;
  }
  .catalog_menu .menu_list li {
    padding-inline: 7px;
  }
  .catalog_menu .menu_list a {
    font-size: 160%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .page-header:before {
    height: 60px;
  }
  .page-header .header .logo {
    top: 55px;
    width: 116px;
    margin-left: -58px;
  }
  .page-header .menu_inner {
    height: 60px;
    padding-right: 180px;
  }
  .page-header .block-search {
    height: 60px;
  }
  .page-header .block-search form {
    width: 180px;
  }
  .page-header .brands_menu {
    width: auto;
    gap: 16px;
  }
  .page-header .brands_menu a {
    height: 32px;
  }
  .page-header .website_menu {
    gap: 16px;
  }
  .page-header .website_menu a {
    font-size: 140%;
  }
  .catalog_menu .menu_list li {
    padding-inline: 7px;
  }
  .catalog_menu .menu_list a {
    font-size: 140%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-header:before {
    height: 56px;
  }
  .page-header .header .logo {
    top: 53px;
    width: 108px;
    margin-left: -54px;
  }
  .page-header .menu_inner {
    height: 56px;
    padding-right: 0;
  }
  .page-header .block-search {
    right: 210px;
    top: 0;
    height: 70px;
    padding: 0;
  }
  .page-header .block-search form {
    width: 180px;
  }
  .page-header:has(.showcart .counter.qty:not(:empty):not(.empty)) .block-search {
    margin-right: 10px;
  }
  .page-header .brands_menu {
    width: auto;
    gap: 14px;
  }
  .page-header .brands_menu a {
    height: 32px;
  }
  .page-header .website_menu {
    gap: 16px;
  }
  .page-header .website_menu a {
    font-size: 140%;
  }
  .catalog_menu {
    padding-left: 12px;
  }
  .catalog_menu .menu_list {
    justify-content: space-between;
  }
  .catalog_menu .menu_list li {
    padding-inline: 7px;
  }
  .catalog_menu .menu_list a {
    font-size: 140%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .minicart-wrapper #minicart-content-wrapper {
    padding: 32px;
    max-width: 560px;
  }
  .minicart-wrapper .block-title strong {
    font-size: 200%;
  }
  .minicart-wrapper .action.close {
    top: 32px;
    right: 32px;
  }
  .minicart-wrapper .subtotal {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .page-footer {
    padding-top: 30px;
  }
  .page-footer .footer.content {
    gap: 20px;
  }
  .page-footer .footer.content > div:has(.footer.links) {
    padding-bottom: 30px;
  }
  .page-footer .footer_contacts {
    padding-right: 20px;
    padding-bottom: 30px;
    flex: 0 0 30%;
  }
  .page-footer .footer.links {
    column-gap: 20px;
  }
  .page-footer .contact_type {
    margin-top: 24px;
  }
  .page-footer .contact_item {
    margin-top: 14px;
  }
  .page-footer .block.newsletter {
    padding-left: 20px;
    flex: 0 0 30%;
  }
  .page-footer .form.subscribe {
    margin-top: 24px;
  }
  .page-footer .form.subscribe .field.newsletter {
    margin-bottom: 20px;
  }
  small.copyright {
    padding-block: 20px;
  }
}
@media screen and (min-width: 1025px) {
  body:not(.sign_opened) .page-header .panel.wrapper, body:not(.sign_opened) .page-header:before,
  body:not(.sign_opened) .page-header .block-search input,
  body:not(.sign_opened) .page-header .logo {
    transition: all 0.5s;
    will-change: all;
  }
  body:not(.sign_opened) .page-header .block-search ::-webkit-input-placeholder {
    transition: color 0.5s;
    will-change: color;
  }
  body:not(.sign_opened) .page-header .block-search :-moz-placeholder {
    transition: color 0.5s;
    will-change: color;
  }
  body:not(.sign_opened) .page-header .block-search ::-moz-placeholder {
    transition: color 0.5s;
    will-change: color;
  }
  body:not(.sign_opened) .page-header .block-search :-ms-input-placeholder {
    transition: color 0.5s;
    will-change: color;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) {
    background: transparent;
    border-color: transparent;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .panel.wrapper, body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)):before {
    background: transparent;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .header.content,
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .logo {
    color: #ffffff;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .block-search ::-webkit-input-placeholder {
    color: #E9E9E9;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .block-search :-moz-placeholder {
    color: #E9E9E9;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .block-search ::-moz-placeholder {
    color: #E9E9E9;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .block-search :-ms-input-placeholder {
    color: #E9E9E9;
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .block-search input {
    background-color: rgba(255, 255, 255, 0.1);
  }
  body:not(.sign_opened) .page-header:not(:hover):not(.showed):not(:has(.switcher-options.active)) .block-search input:focus {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .main_section {
    margin-top: -178px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .main_section {
    margin-top: -174px;
  }
  .categories_section .categories_list a {
    font-size: 280%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .main_section {
    margin-top: -170px;
  }
  .categories_section .categories_list a {
    font-size: 200%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .discount_section .info_block {
    padding-left: 40px;
  }
  .brands_section .brands_list {
    margin-top: 48px;
  }
  .brands_section .brands_list li {
    padding-inline: 7px;
  }
  .brands_section .brand_block {
    height: 60px;
  }
  .brands_section .btn_block {
    margin-top: 48px;
  }
}
