@media screen and (max-width: 1024px) {
  .page-header {
    box-shadow: none;
  }
  .page-header .phone_link {
    display: none;
  }
  .page-header .panel.wrapper {
    width: unset;
    flex: unset;
    margin: 0;
  }
  .page-header .header.content {
    width: unset;
    margin: 0;
  }
  .page-header .logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .logo img {
    height: 42px;
  }
  .page-header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #AD9861;
    left: 0;
    width: 0;
    bottom: 0;
    opacity: 0;
    -o-transition: width 0.5s 0.5s, opacity 0.5s;
    -ms-transition: width 0.5s 0.5s, opacity 0.5s;
    -moz-transition: width 0.5s 0.5s, opacity 0.5s;
    -webkit-transition: width 0.5s 0.5s, opacity 0.5s;
    transition: width 0.5s 0.5s, opacity 0.5s;
    z-index: 2;
  }
  .page-header .menu_block:before {
    display: block;
    content: "";
    min-height: 80px;
  }
  .page-header .menu_btn {
    border: none;
    background: transparent;
    color: #394061;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: -8px;
    padding: 11px;
    position: relative;
    z-index: 20;
    font-size: 0;
  }
  .page-header .menu_btn:before, .page-header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 11px;
    width: 18px;
    border-top: 2px solid;
    border-radius: 2px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-header .menu_btn:before {
    top: 12px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .page-header .menu_btn:after {
    bottom: 12px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .page-header .menu_btn span {
    display: block;
    margin: 8px auto;
    width: 18px;
    border-top: 2px solid;
    border-radius: 2px;
    -o-transition: opacity 0.3s 0.3s;
    -ms-transition: opacity 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
  }
  .page-header .menu_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: calc(100dvh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .page-header .menu_inner:after, .page-header .menu_inner:before {
    display: block;
    content: "";
    flex: 1;
  }
  .page-header .main_menu {
    font-size: 123.07%;
    line-height: 20px;
  }
  .page-header .main_menu > li {
    margin: 0 0 15px;
    padding: 0;
  }
  .page-header .main_menu > li:after {
    display: none;
  }
  .page-header .main_menu > li > a {
    color: #F7F5EF;
    padding: 10px 0;
    margin: 10px 0;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
  }
  .page-header .main_menu > li > .submenu_list:after {
    display: block;
    content: "";
    height: 20px;
    position: sticky;
    bottom: 0;
  }
  .page-header .main_menu > li > .submenu_list > li > a,
  .page-header .main_menu > li > .submenu_list > li > div {
    padding: 10px 20px;
    color: #F7F5EF;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list {
    background: transparent;
    padding: 0 20px;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list:before, .page-header .main_menu > li > .submenu_list .submenu_list:after {
    display: block;
    content: "";
    height: 20px;
    background: transparent;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list > li > a,
  .page-header .main_menu > li > .submenu_list .submenu_list > li > div {
    padding: 8px 16px;
    color: #F7F5EF;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list ul {
    padding: 20px 16px;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list ul li:not(:first-child) {
    margin-top: 24px;
  }
  .page-header .main_menu .submenu_list {
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    overflow: hidden;
  }
  .page-header .main_menu .submenu_list > li > a,
  .page-header .main_menu .submenu_list > li > div {
    display: block;
  }
  .page-header .main_menu .submenu_list .submenu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .main_menu .submenu_list .submenu_btn:after {
    position: relative;
    margin-top: 0;
    margin-left: 4px;
    top: auto;
    left: auto;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .page-header .main_menu .opened > .submenu_list {
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    max-height: 2000px;
  }
  .page-header .main_menu .opened > .submenu_btn:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .social_fix {
    pointer-events: unset;
  }
  .menu_opened .page-header .main_menu .submenu_list {
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    opacity: 1;
  }
  .menu_opened .page-header .main_menu .opened > .submenu_list {
    -o-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .menu_opened .menu_btn,
  .menu_opened .page-header .switcher.switcher-language .options .action.toggle {
    color: #ffffff;
  }
  .menu_opened .logo img {
    display: none;
  }
  .menu_opened .logo img.home_logo {
    display: block;
  }
  .menu_opened .menu_block {
    width: 100%;
    opacity: 1;
    overflow-y: auto;
    -o-transition: width 0s 0s, opacity 0.5s;
    -ms-transition: width 0s 0s, opacity 0.5s;
    -moz-transition: width 0s 0s, opacity 0.5s;
    -webkit-transition: width 0s 0s, opacity 0.5s;
    transition: width 0s 0s, opacity 0.5s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: 2px;
    margin-left: 3px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-bottom: -1px;
    margin-left: 3px;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
  }
  .social_fix {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AD9861;
    pointer-events: none;
  }
  .social_fix .social_list {
    flex-direction: row;
    margin: 0 -30px;
    justify-content: center;
  }
  .social_fix .social_list:before, .social_fix .social_list:after {
    display: none;
  }
  .social_fix .social_list li {
    padding: 0 30px;
  }
  .social_fix .social_list li a:before {
    font-size: 2.5rem;
  }
  .fix-header .menu_btn {
    color: #111941;
  }
}
@media screen and (max-width: 600px) {
  .social_fix .social_list {
    margin: 0 -15px;
  }
  .social_fix .social_list li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer .content ul.socials_list a:before {
    font-size: 2.5rem;
  }
  .page-footer .block_footer {
    margin-top: 20px;
  }
  .page-footer .logo img {
    width: 160px;
  }
  .page-footer .footer.content .footer.links {
    flex-direction: column;
  }
  .page-footer .footer.content .footer.links li {
    margin-bottom: 20px;
  }
  .page-footer .contacts_list {
    flex-direction: column;
    align-items: end;
  }
  .page-footer .contacts_list li {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .block_footer {
    margin-top: 20px;
  }
  .page-footer .block {
    order: 2;
    margin-bottom: 20px;
  }
  .page-footer .content ul.socials_list a:before {
    font-size: 3.5rem;
  }
  .page-footer .footer_contacts {
    order: 3;
    margin-bottom: 30px;
  }
  .page-footer .block_footer {
    order: 4;
  }
  .page-footer .block_footer div {
    order: 2;
  }
  .page-footer .logo {
    order: 1;
    margin-bottom: 40px;
  }
  .page-footer .logo img {
    width: 160px;
  }
  .page-footer .footer.content > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-footer .footer.content > div > .footer.links li {
    margin-bottom: 13px;
  }
  .page-footer .footer.content .footer.links {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .page-footer .footer.content .footer.links li {
    margin-bottom: 26px;
  }
  .page-footer .contacts_list {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    order: 1;
    align-items: center;
    margin-bottom: 26px !important;
  }
  .page-footer .contacts_list li {
    margin-bottom: 7px;
  }
  small.copyright .developer {
    text-align: center;
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product-info-main,
  .product.info.detailed {
    padding: 0 15px;
    width: 100%;
  }
  .product.media {
    padding: 0 15px;
    width: 100%;
  }
  .product_section {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .product-info-main .box-tocart {
    padding-top: 70px;
  }
  .product.data.items > .item.content img,
  .product.data.items .description_block,
  .product.data.items .title_block {
    padding: 0 15px;
  }
  .product-info-main {
    margin-bottom: 26px;
  }
  .product-info-main .category {
    font-size: 160%;
    line-height: 20px;
  }
  .product-info-main .description_block,
  .product-info-main .product.attribute.sku {
    font-size: 130%;
    line-height: 15px;
  }
  .product-info-main .page-title-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .product-info-main .page-title-wrapper .page-title {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    padding-top: 30px;
    font-size: 310%;
    line-height: 40px;
    color: #111941;
  }
  .product-info-main .additional-attributes-wrapper {
    margin-bottom: 20px;
    padding: 0;
  }
  .product-info-main .swatch-attribute-label {
    margin-bottom: 16px;
  }
  .product-info-main .swatch-attribute {
    padding-bottom: 26px;
  }
  .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: 320% !important;
    line-height: 50px;
  }
  .product-info-main .product-info-price .sale_sticker {
    margin-bottom: -8px;
  }
  .product-info-main .product-info-price:has(.rewards__product-points) .sale_sticker {
    margin-bottom: 36px;
  }
  .product-info-main .box-tocart .field.qty {
    margin-right: 20px;
  }
  .product.data.items > .data.title:first-child:before {
    margin-bottom: 5px;
  }
  .product.data.items > .data.title .switch {
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 160%;
    line-height: 20px;
  }
  .product.data.items > .data.title .switch:after {
    display: block;
    content: "\e901";
    font-size: 2.4rem;
    margin-left: auto;
    padding-left: 20px;
  }
  .product.data.items > .data.title.active .switch:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .product.data.items > .data.content {
    padding: 15px;
  }
  .product.attribute.description,
  .table-wrapper > p {
    font-size: 140%;
    line-height: 24px;
  }
  .additional-attributes tbody {
    margin: -5px;
  }
  .additional-attributes tr {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px 0;
  }
  .product.media .stickers {
    top: 15px;
    left: 50%;
    margin-left: clamp(-250px, -50vw, 0px);
  }
  .product.media .gallery-placeholder__image {
    border-radius: 20px;
  }
  .fotorama__stage {
    border-radius: 20px;
  }
  .vileda_setion .list_benefits li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vileda_setion .benefits_section:before {
    height: 30%;
  }
  .vileda_setion .best_block .list_img {
    column-gap: 7px;
    row-gap: 7px;
  }
  .vileda_setion .cleaning_block .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: -30px;
  }
  .vileda_setion .cleaning_block .left_block .img_block {
    margin-right: 0;
    padding: 0 30px;
  }
  .vileda_setion .cleaning_block .inner_right {
    padding: 70px 30px 30px;
    max-width: 100%;
  }
  .vileda_setion .cleaning_block .inner_right img {
    height: 75px;
    top: -25px;
    right: 6px;
    z-index: 1;
  }
  .vileda_setion .cleaning_block .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vileda_setion .bucket_block .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .vileda_setion .bucket_block .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .vileda_setion .best_block .right_block,
  .vileda_setion .best_block .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .vileda_setion .interested_block .left_block {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .vileda_setion .interested_block .right_block {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .vileda_setion .interested_block .right_block .page_row {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .vileda_setion .interested_block .info_block {
    padding: 65px 40px 40px 0;
  }
  .vileda_setion .interested_block .block_description {
    margin-bottom: 20px;
  }
  .vileda_setion .interested_block .inner_link {
    width: 100%;
  }
  .vileda_setion .interested_block .action.tocart {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .vileda_brand {
    padding: 5px 20px 20px;
  }
  .vileda_brand img {
    max-width: 145px;
  }
}
@media screen and (max-width: 768px) {
  .product.data.items .title_block {
    font-size: 250%;
    line-height: 32px;
  }
  .product.data.items .description_block {
    font-size: 130%;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .product-info-main {
    order: 1;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 160%;
    line-height: 28px;
  }
  .product.info.detailed {
    order: 2;
    position: relative;
    z-index: 1;
    float: unset;
    clear: unset;
    max-width: 1096px;
    width: 100%;
    margin: 70px auto 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-radius: 24px;
  }
  .product.data.items:after,
  .product.data.items > .data.title:before {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-wrapper .column.main {
    display: flex;
    flex-direction: column;
  }
  .products_section {
    order: 3;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
  }
  .product.media {
    padding-bottom: 20px;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .vileda_setion .interested_block .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vileda_setion .interested_block .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vileda_setion .interested_block .img_block {
    border: none;
    padding-right: 0;
  }
  .vileda_setion .interested_block .inner_title {
    margin-top: 50px;
  }
  .vileda_setion .interested_block .info_block {
    padding: 30px;
  }
  .product-info-main .product-info-price {
    bottom: 46px;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .product.media .stickers {
    left: 15px;
    margin-left: 0;
  }
  .additional-attributes td.data {
    display: block;
    line-height: 25px;
  }
  .product-info-main .box-tocart {
    padding-top: 60px;
  }
  .product-info-main .box-tocart .fieldset {
    flex-wrap: wrap;
  }
  .product-info-main .box-tocart .actions {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 26px;
  }
  .product-info-main .box-tocart .action.primary {
    max-width: 100%;
  }
  .product-info-main .product-info-price {
    bottom: 65px;
    left: 0;
  }
  .vileda_setion .list_benefits li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vileda_setion .benefits_section:before {
    height: 13%;
  }
  .vileda_setion .best_block .list_img {
    column-gap: 7px;
    row-gap: 7px;
  }
}

/*# sourceMappingURL=product-m.css.map */
