@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;
  }
}
@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) {
  .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) {
  .page-title-wrapper {
    font-size: 85%;
  }

  .product_images {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 2;
  }
  .product_images:after {
    display: block;
    content: "";
    clear: both;
  }
  .product_images .image_block:first-child {
    float: left;
    position: sticky;
    top: 0;
    left: 0;
    width: 66.67%;
    height: 100dvh;
  }
  .product_images .image_block:not(:first-child) {
    float: right;
    width: 33.33%;
    padding-left: 14px;
    clear: right;
  }
  .product_images .image_block:not(:first-child):not(:last-child) {
    margin-bottom: 14px;
  }

  .product-info-main {
    flex: 1;
    width: 50%;
    margin-left: -10px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .product-info-main .product-info-price {
    margin-right: 40px;
  }
}

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