@media screen and (max-width: 1024px) {
  .web_only {
    display: none !important;
  }

  .action.nav-toggle {
    display: none;
  }

  .page-header:before {
    display: none;
  }
  .page-header .promo_block {
    font-size: 120%;
    line-height: 17px;
  }
  .page-header:has(.header_promo) .menu_block {
    top: 34px;
  }
  .page-header .panel.wrapper {
    background: transparent;
  }
  .page-header .header_promo {
    position: relative;
    top: auto;
    inset-inline: auto;
    max-width: 100%;
    height: 34px;
    background-color: #1B1A18;
  }
  .page-header .header.panel {
    height: auto;
    padding-block: 10px;
  }
  .page-header .header.panel:before {
    display: block;
    content: "";
    min-width: 74px;
  }
  .page-header .header.content {
    height: auto;
    padding: 0;
    z-index: 22;
  }
  .page-header .header_actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F7F7F7;
    z-index: 151;
    padding: 0;
    gap: 0;
  }
  .page-header .header_actions:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s;
    content: "";
  }
  .page-header .header_actions > div {
    flex: 1;
    width: 20%;
  }
  .page-header .header_actions .home_btn a,
.page-header .header_actions .action.wishlist,
.page-header .header_actions .action.compare,
.page-header .header_actions .minicart-wrapper .action.showcart {
    padding: 2px;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 52px;
    width: 100%;
  }
  .page-header .header_actions .home_btn a:before,
.page-header .header_actions .action.wishlist:before,
.page-header .header_actions .action.compare:before,
.page-header .header_actions .minicart-wrapper .action.showcart:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    border-radius: inherit;
    background: transparent;
    color: inherit !important;
    width: 100%;
    height: 100%;
  }
  .page-header .header_actions .home_btn a .counter.qty,
.page-header .header_actions .action.wishlist .counter.qty,
.page-header .header_actions .action.compare .counter.qty,
.page-header .header_actions .minicart-wrapper .action.showcart .counter.qty {
    margin-left: 2px;
    margin-bottom: 1px;
  }
  .page-header .header_actions .home_btn {
    display: block;
  }
  .page-header .header_actions .home_btn a {
    color: inherit;
    transition: color 0.3s;
  }
  .page-header .header_actions .home_btn a:active {
    color: #FFA723;
  }
  .page-header .header_actions .sign_block {
    height: auto;
    padding: 0;
  }
  .page-header .header_actions .sign_block ul.header.links {
    height: auto;
    display: block;
  }
  .page-header .header_actions .sign_block ul.header.links:before {
    display: none;
  }
  .page-header .header_actions .sign_block ul.header.links a {
    padding: 10px 20px;
  }
  .page-header .header_actions .sign_block ul.header.links li:not(.greet.welcome) {
    pointer-events: none;
  }
  .page-header .header_actions .sign_block ul.header.links li.greet.welcome {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    background: transparent !important;
    border-radius: 50%;
    margin: 0 auto;
    padding: 2px;
    color: #1D1D1D;
  }
  .page-header .header_actions .sign_block ul.header.links li.greet.welcome:before {
    margin: 0 auto;
  }
  .page-header .header_actions .sign_block ul.header.links li.greet.welcome:after {
    display: none;
  }
  .page-header .header_actions .sign_block ul.header.links li.greet.welcome + li:not(.customer-welcome) {
    top: auto;
    bottom: 100%;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    border: 1px solid #D8D8D8;
    border-bottom: none;
    text-align: center;
    right: 50%;
    margin-right: -93px;
    margin-bottom: 51px;
  }
  .page-header .header_actions .sign_block ul.header.links li.greet.welcome + li:not(.customer-welcome) + li {
    top: auto;
    bottom: 100%;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    border: 1px solid #D8D8D8;
    border-top: none;
    text-align: center;
    right: 50%;
    margin-right: -93px;
    margin-bottom: 4px;
  }
  .page-header .header_actions .sign_block ul.header.links li.customer-welcome {
    top: auto;
    bottom: 100%;
    margin-bottom: 4px;
    right: 50%;
    margin-right: -93px;
    border: 1px solid #AEAEAE;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
  }
  .page-header .header_actions .sign_block ul.header.links li.customer-welcome ul.header.links:before, .page-header .header_actions .sign_block ul.header.links li.customer-welcome ul.header.links:after {
    display: none;
  }
  .page-header .header_actions .sign_block ul.header.links li.customer-welcome .link.rewards a {
    justify-content: center;
  }
  .page-header .header_actions .sign_block ul.header.links .logged-in,
.page-header .header_actions .sign_block ul.header.links .not-logged-in {
    display: none;
  }
  .page-header .header .switcher.switcher-language {
    width: 74px;
    color: #1B1A18;
  }
  .page-header .header .switcher.switcher-language .options ul.dropdown {
    background: #ffffff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  }
  .page-header .header .menu_btn {
    display: block;
    border: none;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    color: #1B1A18;
    padding: 0 11px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 16px;
    bottom: 10px;
    overflow: hidden;
    z-index: 200;
  }
  .page-header .header .menu_btn:before, .page-header .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    transition: all 0.5s;
    border-top: 2px solid;
    left: 11px;
    width: 18px;
  }
  .page-header .header .menu_btn:before {
    top: 13px;
    transform-origin: left top;
  }
  .page-header .header .menu_btn:after {
    bottom: 13px;
    transform-origin: left bottom;
  }
  .page-header .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    transition: opacity 0.2s 0.3s;
  }
  .page-header .header .logo {
    position: relative;
    left: auto;
    top: auto;
    width: 88px;
    margin: 0;
  }
  .page-header .menu_block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: transparent;
    z-index: 152;
    transition: width 0s 0.5s, background-color 0s;
  }
  .page-header .menu_inner {
    height: 100%;
    width: clamp(360px, 50vw, 480px);
    flex-direction: column;
    align-items: flex-start;
    transition: margin-left 0.5s;
    margin-left: -480px;
    will-change: margin-left;
    background-color: #F7F7F7;
    padding: 0;
  }
  .page-header .phones_block {
    align-self: flex-end;
    padding-block: 18px;
    padding-inline: 16px;
  }
  .page-header .block-search {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    padding-inline: 16px;
    margin-bottom: 10px;
  }
  .page-header .block-search .block-content {
    flex: 1;
  }
  .page-header .block-search form {
    width: 100%;
  }
  .page-header .catalog_menu {
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    width: 100%;
    padding-top: 10px;
  }
  .page-header .catalog_menu .menu_list {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 16px;
  }
  .page-header .catalog_menu .menu_list li {
    padding-inline: 0;
  }
  .page-header .catalog_menu .menu_list a {
    font-size: 160%;
    padding-block: 10px;
  }
  .page-header .website_menu {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 16px;
    gap: 0;
  }
  .page-header .website_menu li {
    width: 100%;
  }
  .page-header .website_menu a {
    font-size: 160%;
    padding-block: 10px;
  }
  .page-header .footer.links {
    margin: 10px 0 0;
    list-style-type: none;
    padding: 14px 16px;
    border-top: 1px solid #E9E9E9;
  }
  .page-header .footer.links a {
    display: block;
    color: inherit;
    font-size: 140%;
    line-height: 20px;
    padding-block: 8px;
  }
  .page-header .footer.links a:active {
    color: #FFA723;
  }
  .page-header .brands_menu {
    padding: 0 16px 10px;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .page-header .header_promo {
    background-color: #1B1A18 !important;
  }
  .menu_opened .menu_block {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: width 0s 0s, background-color 0.5s;
  }
  .menu_opened .menu_inner {
    margin-left: 0;
  }
  .menu_opened .menu_btn {
    color: #1B1A18 !important;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    margin-left: 4px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    margin-left: 4px;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    transition-delay: 0s !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer {
    padding-top: 20px;
  }
  .page-footer .footer.content {
    gap: 0;
  }
  .page-footer .footer.content > div:has(.footer.links) {
    padding-bottom: 30px;
    display: none;
  }
  .page-footer .footer_contacts {
    padding-right: 16px;
    padding-bottom: 20px;
    flex: 0 0 50%;
    border-right: none;
  }
  .page-footer .block.newsletter {
    padding-left: 16px;
    flex: 0 0 50%;
    margin-left: auto;
  }
  .page-footer .form.subscribe {
    margin-top: 16px;
  }
  .page-footer .form.subscribe .field.newsletter {
    margin-bottom: 16px;
  }
  .page-footer .contact_type {
    margin-top: 16px;
  }
  .page-footer .contact_item {
    margin-top: 10px;
  }

  small.copyright {
    padding-block: 20px;
  }
  small.copyright .page_container {
    flex-wrap: wrap;
  }
  small.copyright .customer_developer {
    order: 4;
    flex: 0 0 100%;
    max-width: 100%;
  }
  small.copyright .socials_list a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) and (hover: none) {
  small.copyright .socials_list a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .page-footer {
    padding-top: 10px;
  }
  .page-footer .footer.content {
    border: none;
  }
  .page-footer .footer_contacts {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .page-footer .footer .logo svg {
    margin-inline: auto;
  }
  .page-footer .block.newsletter {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }

  small.copyright .socials_list {
    flex: 1;
    justify-content: center;
    margin-inline: -10px !important;
  }
  small.copyright .socials_list a {
    margin-inline: 5px !important;
  }
  small.copyright .payment_methods {
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .inner_main {
    flex-wrap: wrap;
  }

  .product_images:not(.slick-slider) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
  }
  .product_images:not(.slick-slider) > .image_block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product_images.slick-slider .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .product_images.slick-slider .slick-dots li {
    margin: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    transition: width 0.2s ease;
  }
  .product_images.slick-slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #696969;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
  }
  .product_images.slick-slider .slick-dots li.slick-active {
    width: 18px;
  }
  .product_images.slick-slider .slick-dots li.slick-active button {
    background: #1B1A18;
  }

  .product_images,
.product-info-main {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-info-main {
    margin-top: 20px;
  }
  .product-info-main .product-info-price {
    margin-right: 16px;
  }
  .product-info-main .product-info-price ~ *:has(.box-tocart) {
    padding-right: 112px;
  }
  .product-info-main .product-social-links {
    margin-top: -46px;
  }
  .product-info-main .product-social-links .action {
    width: 46px;
    margin-left: 10px;
  }
  .product-info-main .box-tocart .action.tocart {
    min-width: 200px;
  }
  .product-info-main .product-info-price:not(:has(.old-price)) .price-container .price-wrapper .price,
.product-info-main .product-info-price .normal-price .price-wrapper .price,
.product-info-main .product-info-price > .price-container .price-wrapper .price,
.product-info-main .product-info-price .special-price .price-wrapper .price {
    font-size: 200%;
  }
  .product-info-main .product-info-price .old-price {
    font-size: 140%;
  }
}
@media screen and (max-width: 768px) {
  main.page-main {
    padding-top: 0;
  }
}

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