@media (max-width: 1079px) {
  .catalog-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 767px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    transform: translateY(0);
    z-index: 9999;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }
    .catalog-menu.open {
      left: 0;
      opacity: 1;
      visibility: visible;
      max-height: 100%;
      transform: translateY(158px);
      height: calc(100dvh - 158px);
      transition: all 0.3s ease; }
    .catalog-menu .btn-arrow {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      z-index: 10; }
      .catalog-menu .btn-arrow .triangle {
        width: 10px;
        height: 10px;
        border-right: 1.5px solid #999;
        border-top: 1.5px solid #999;
        transform: rotate(45deg);
        transition: transform 0.3s ease; }
    .catalog-menu-top {
      display: none;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      min-height: 67px;
      background: #F4870E;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }
    .catalog-menu-head {
      display: flex;
      align-items: center; }
      .catalog-menu-head span {
        color: #FFFFFF; }
      .catalog-menu-head .icon {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
    .catalog-menu-close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px; }
      .catalog-menu-close .icon {
        width: 25px;
        height: 25px; }
    .catalog-menu-content {
      flex-grow: 1;
      overflow-y: auto;
      padding: 10px 20px; }
    .catalog-menu-inner {
      overflow-y: hidden; }
    .catalog-menu-list, .catalog-menu-submenu {
      position: relative;
      top: 0;
      bottom: 0;
      left: auto;
      height: auto;
      min-height: max-content;
      min-width: 100%;
      padding: 0;
      border-radius: 0;
      box-shadow: none; }
    .catalog-menu-link {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 42px;
      padding: 0;
      margin-bottom: 0;
      font-size: 15px;
      background: none;
      transition: color 0.2s ease;
      z-index: 0; }
      .catalog-menu-link:hover {
        background: transparent;
        color: inherit; }
    .catalog-menu-item {
      transition: 0.3s ease all; }
      .catalog-menu-item.active {
        background: #f7f7f7;
        border-radius: 10px;
        padding: 10px 10px 5px;
        margin: 5px 0 10px; }
        .catalog-menu-item.active > .catalog-menu-link .triangle {
          transform: rotate(135deg); }
        .catalog-menu-item.active:first-child {
          margin-top: 0; }
        .catalog-menu-item.active > .catalog-menu-submenu {
          display: block;
          opacity: 1;
          visibility: visible;
          background: #f7f7f7;
          padding-left: 8px;
          padding-right: 3px;
          margin-top: 0;
          border-radius: 8px;
          animation: slideDown 0.3s ease forwards; }
        .catalog-menu-item.active .catalog-menu-submenu {
          background: #f7f7f7; }
          .catalog-menu-item.active .catalog-menu-submenu .catalog-menu-item.active {
            background: #fff;
            margin-top: 5px; }
            .catalog-menu-item.active .catalog-menu-submenu .catalog-menu-item.active .catalog-menu-submenu {
              background: #fff; }
              .catalog-menu-item.active .catalog-menu-submenu .catalog-menu-item.active .catalog-menu-submenu .catalog-menu-item.active {
                background: #f7f7f7;
                margin-top: 5px; }
                .catalog-menu-item.active .catalog-menu-submenu .catalog-menu-item.active .catalog-menu-submenu .catalog-menu-item.active .catalog-menu-submenu {
                  background: #f7f7f7; }
      .catalog-menu-item.has-child:hover > .catalog-menu-submenu, .catalog-menu-item.has-child.active > .catalog-menu-submenu {
        opacity: 1;
        visibility: visible;
        transform: none; }
      .catalog-menu-item.has-child > .catalog-menu-submenu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: none; } }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 39px; }
  h2, .h2 {
    font-size: 26px;
    line-height: 32px; }
  .header {
    background: none; }
    .header__top {
      height: 42px; }
      .header__top .logo {
        height: 32px;
        width: auto; }
        .header__top .logo img {
          height: 32px; }
      .header__top .top-menu {
        display: none; }
      .header__top .phones {
        position: fixed;
        top: -100px;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden; }
        .header__top .phones__close {
          position: absolute;
          top: 9px;
          right: 8px;
          width: 25px;
          height: 25px;
          z-index: 1; }
          .header__top .phones__close .icon {
            width: 25px;
            height: 25px; }
        .header__top .phones ul {
          justify-content: center;
          flex-wrap: wrap; }
          .header__top .phones ul li {
            width: 100%;
            text-align: center;
            margin-bottom: 10px; }
            .header__top .phones ul li a {
              color: #F4870E; }
            .header__top .phones ul li:last-child {
              margin-bottom: 0; }
        .header__top .phones.open {
          background: #FFFFFF;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
          border-radius: 5px;
          margin: 0 auto;
          width: 100%;
          max-width: calc(100% - 40px);
          height: 150px;
          top: 178px;
          left: 0;
          right: 0;
          visibility: visible;
          opacity: 1;
          transition: top 0.3s ease-in-out;
          z-index: 9999; }
      .header__top .mob-buttons {
        display: flex; }
        .header__top .mob-buttons .btn-menu .icon {
          width: 20px;
          height: 20px; }
        .header__top .mob-buttons .btn-phones .icon {
          width: 20px;
          height: 20px; }
  .header-top {
    background: #fff;
    height: 42px; }
  .header-bottom {
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.07);
    background: none;
    margin-bottom: 20px; }
    .header-bottom .container {
      padding: 0; }
    .header-bottom .panel {
      display: none; }
    .header-bottom .search {
      order: 1;
      max-width: 100%;
      padding: 0 20px;
      background: #ffffff;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }
    .header-bottom .buttons {
      width: 100%;
      background: #f7f8f9;
      margin: 0;
      padding: 10px 20px;
      order: 13; }
      .header-bottom .buttons .btn-catalog {
        justify-content: center;
        width: 100%;
        background: #F4870E;
        border-radius: 5px; }
        .header-bottom .buttons .btn-catalog .icon-menu {
          display: flex;
          width: 20px;
          height: 20px;
          background: url("../img/icons/icon-menu-white.svg") center no-repeat;
          background-size: cover; }
        .header-bottom .buttons .btn-catalog .open-category {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .header-bottom .buttons .btn-catalog span {
          font-size: 16px;
          line-height: 19px;
          color: #FFFFFF; }
  .mobile-menu__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    min-height: 67px;
    background: #F4870E;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }
  .mobile-menu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px; }
    .mobile-menu__close .icon {
      width: 25px;
      height: 25px; }
  .mobile-menu__content {
    width: 100%;
    padding: 20px;
    flex-grow: 1; }
    .mobile-menu__content ul {
      margin-top: 20px; }
      .mobile-menu__content ul li {
        margin-bottom: 20px; }
        .mobile-menu__content ul li a {
          display: flex;
          align-items: center; }
          .mobile-menu__content ul li a .icon {
            width: 16px;
            height: 16px;
            margin-right: 10px; }
          .mobile-menu__content ul li a span {
            font-size: 16px;
            font-weight: 500;
            line-height: 19px; }
  .mobile-menu__bottom {
    width: 100%;
    padding: 40px 20px; }
    .mobile-menu__bottom p {
      font-weight: 500; }
    .mobile-menu__bottom ul {
      margin-top: 40px; }
      .mobile-menu__bottom ul li {
        margin-bottom: 10px; }
        .mobile-menu__bottom ul li span {
          font-weight: 500;
          font-size: 16px;
          line-height: 19px; }
        .mobile-menu__bottom ul li a {
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          color: #F4870E; }
  .mobile-menu.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
    transition: left 0.3s ease-in-out;
    z-index: 9999; }
  .mobile-panel {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
    z-index: 9998; }
    .mobile-panel .panel {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 52px; }
      .mobile-panel .panel .catalog, .mobile-panel .panel .cart, .mobile-panel .panel .compare, .mobile-panel .panel .favorite, .mobile-panel .panel .user {
        position: relative;
        margin: 0 auto; }
        .mobile-panel .panel .catalog .icon, .mobile-panel .panel .cart .icon, .mobile-panel .panel .compare .icon, .mobile-panel .panel .favorite .icon, .mobile-panel .panel .user .icon {
          margin-bottom: 4px; }
      .mobile-panel .panel .catalog .open-category {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .mobile-panel .panel .catalog .icon {
        width: 20px;
        height: 20px; }
      .mobile-panel .panel .cart .icon {
        width: 20px;
        height: 20px; }
      .mobile-panel .panel .cart .total {
        position: absolute;
        top: -4px;
        right: 1px;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 100px;
        background: #F4870E; }
        .mobile-panel .panel .cart .total span {
          color: #FFFFFF; }
      .mobile-panel .panel .compare {
        display: none; }
        .mobile-panel .panel .compare .icon {
          width: 20px;
          height: 20px; }
      .mobile-panel .panel .favorite .icon {
        width: 20px;
        height: 18px; }
      .mobile-panel .panel .favorite .total {
        position: absolute;
        top: -4px;
        right: 1px;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 100px;
        background: #F4870E; }
        .mobile-panel .panel .favorite .total span {
          color: #FFFFFF; }
      .mobile-panel .panel .user .icon {
        width: 20px;
        height: 20px; }
      .mobile-panel .panel a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 50px;
        height: 36px; }
        .mobile-panel .panel a span {
          font-weight: 400;
          font-size: 10px;
          line-height: 12px;
          color: #F4870E; }
  .search .btn-search {
    height: 36px; }
  .search__input {
    margin: 10px 0;
    padding: 6px 50px 6px 20px; }
  .live-search {
    left: -20px;
    right: -20px;
    padding: 0 20px;
    width: auto; }
    .live-search__wrap {
      margin-right: 0; }
    .live-search ul li a {
      flex-wrap: wrap; }
    .live-search ul li .product-image {
      position: absolute;
      top: auto;
      left: auto; }
    .live-search ul li .product-name {
      max-width: 100%;
      margin: 0 0 5px 0;
      padding-left: 80px;
      font-size: 14px;
      line-height: 17px; }
    .live-search ul li .product-price {
      text-align: left;
      padding-left: 80px;
      font-size: 14px;
      line-height: 17px; }
    .live-search .result-text {
      margin-top: 20px;
      margin-bottom: 20px; }
    .live-search .result-empty {
      margin-top: 20px;
      margin-bottom: 20px; }
  .home-slider {
    max-height: 280px;
    margin-bottom: 20px; }
    .home-slider__slide__button {
      display: none; }
  .benefits {
    margin-bottom: 20px; }
    .benefits__wrap {
      flex-wrap: wrap; }
    .benefits__item {
      max-width: 100%;
      padding: 15px 20px;
      margin-bottom: 10px;
      height: 105px; }
      .benefits__item:last-child {
        margin-bottom: 0; }
  .banner-opt {
    margin-bottom: 20px; }
    .banner-opt__wrap {
      padding: 30px;
      min-height: auto; }
      .banner-opt__wrap .icon-attention {
        width: 22px;
        height: 36px;
        margin-right: 20px; }
      .banner-opt__wrap span {
        font-size: 16px;
        line-height: 19px; }
  .banner-img {
    margin-bottom: 20px; }
  .breadcrumbs {
    margin-bottom: 10px; }
    .breadcrumbs .back {
      margin-top: 10px;
      margin-bottom: 20px; }
    .breadcrumbs__wrap {
      width: 100%;
      height: 25px;
      overflow-y: hidden;
      overflow-x: auto; }
    .breadcrumbs ul li {
      white-space: nowrap; }
  .product-page {
    margin-bottom: 20px; }
    .product-page__wrap {
      padding: 20px;
      align-items: flex-start; }
    .product-page__bottom {
      margin-top: 20px;
      padding: 20px; }
    .product-page__name {
      margin-bottom: 20px; }
      .product-page__name h1, .product-page__name .h1 {
        font-size: 26px;
        line-height: 32px; }
    .product-page__image {
      position: relative;
      top: 0;
      left: 0;
      height: auto;
      max-height: unset;
      max-width: 640px;
      margin-bottom: 20px; }
    .product-page__price-box {
      margin-bottom: 20px; }
      .product-page__price-box .price {
        margin-right: 24px; }
        .product-page__price-box .price .new-price {
          font-size: 30px; }
    .product-page__attribute {
      margin-bottom: 20px; }
    .product-page__delivery p {
      font-size: 16px;
      line-height: 19px; }
    .product-page__buttons {
      margin-bottom: 20px; }
      .product-page__buttons .btn-buy {
        min-width: 171px;
        height: 48px; }
    .product-page__description {
      flex-wrap: wrap; }
      .product-page__description__title {
        max-width: 100%;
        margin-bottom: 20px; }
      .product-page__description__text {
        max-width: 100%; }
    .product-page__attributes {
      flex-wrap: wrap; }
      .product-page__attributes__title {
        max-width: 100%;
        margin-bottom: 20px; }
      .product-page__attributes__content {
        max-width: 100%; }
    .product-page .pd-left {
      max-width: 100%; }
    .product-page .btn-textmore span {
      font-size: 16px;
      line-height: 19px; }
    .product-page .btn-textmore .icon-arrow-right {
      width: 12px;
      height: 3px; }
  .columns__wrap .catalog {
    max-width: 100%; }
  .category-menu {
    width: 0;
    height: 0;
    padding: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    margin-bottom: 0;
    visibility: hidden; }
    .category-menu__top {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      min-height: 67px;
      background: #F4870E;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }
    .category-menu__head {
      display: flex;
      align-items: center; }
      .category-menu__head span {
        color: #FFFFFF; }
      .category-menu__head .icon {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
    .category-menu__close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px; }
      .category-menu__close .icon {
        width: 25px;
        height: 25px; }
    .category-menu__content {
      width: 100%;
      padding: 20px;
      flex-grow: 1; }
    .category-menu.open {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      opacity: 1;
      visibility: visible;
      left: 0;
      width: 80%;
      max-width: 100%;
      height: 100%;
      overflow: auto;
      background: #FFFFFF;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
      transition: left 0.3s ease-in-out;
      z-index: 9999; }
  .catalog__empty {
    margin-bottom: 20px; }
    .catalog__empty .item {
      padding: 30px; }
    .catalog__empty .text {
      margin-bottom: 20px; }
  .catalog__groups {
    flex-wrap: nowrap;
    margin-bottom: 0;
    background: none;
    gap: 10px; }
  .catalog__sorting {
    width: 100%;
    max-width: calc(100% / 3);
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px; }
    .catalog__sorting--filters {
      order: 13; }
    .catalog__sorting__title {
      display: none; }
    .catalog__sorting .btn-select {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .catalog__sorting .btn-select::after {
        content: '';
        width: 8px;
        height: 8px;
        border: solid #C4C4C4;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
      .catalog__sorting .btn-select.active::after {
        transform: rotate(135deg);
        transition: all 0.3s ease-in-out; }
      .catalog__sorting .btn-select .select-value {
        display: flex;
        align-items: center; }
        .catalog__sorting .btn-select .select-value span {
          font-size: 14px;
          line-height: 17px;
          color: #F4870E; }
    .catalog__sorting ul {
      display: none;
      width: 100%;
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      padding: 10px;
      background: #FFFFFF;
      border-radius: 5px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
      z-index: 99; }
      .catalog__sorting ul li {
        margin-right: 0;
        margin-bottom: 20px; }
        .catalog__sorting ul li:last-child {
          margin-bottom: 0; }
    .catalog__sorting .btn-filter {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .catalog__sorting .btn-filter::after {
        content: '';
        width: 8px;
        height: 8px;
        border: solid #C4C4C4;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
      .catalog__sorting .btn-filter span {
        font-size: 14px;
        line-height: 17px;
        color: #F4870E; }
  .catalog__filtered {
    margin: 0; }
    .catalog__filtered__wrap {
      flex-wrap: wrap;
      padding: 10px;
      margin-bottom: 20px; }
    .catalog__filtered__button {
      width: 100%;
      order: 13;
      margin-top: 10px;
      justify-content: flex-end; }
    .catalog__filtered__selected {
      width: 100%; }
      .catalog__filtered__selected .selected-group {
        flex-wrap: nowrap;
        gap: 0 10px;
        padding-bottom: 10px;
        overflow-y: hidden;
        overflow-x: auto; }
  .catalog__title {
    margin-bottom: 20px; }
    .catalog__title a {
      display: none; }
  .catalog__loadmore {
    margin-bottom: 20px; }
  .catalog__pagination {
    padding: 12px 6px;
    margin-bottom: 20px; }
  .catalog--home {
    margin-bottom: 10px; }
    .catalog--home .row {
      margin: 0 -5px; }
    .catalog--home .item {
      margin-left: 5px;
      margin-right: 5px; }
    .catalog--home .item-1 {
      max-width: calc(100% / 2 - 5px); }
    .catalog--home .item-5 {
      max-width: calc(100% / 2 - 10px); }
  .catalog--category {
    margin-bottom: 10px; }
    .catalog--category .row {
      margin: 0 -5px; }
    .catalog--category .item {
      margin-left: 5px;
      margin-right: 5px; }
    .catalog--category .item-1 {
      max-width: calc(100% / 2 - 5px); }
    .catalog--category .item-4 {
      max-width: calc(100% / 2 - 10px); }
  .catalog--category_sub {
    margin-bottom: 10px; }
    .catalog--category_sub .item-1 {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 10px; }
    .catalog--category_sub .product-card {
      padding: 10px;
      width: calc(50% - 5px);
      max-width: 244px;
      height: 268px;
      margin-bottom: 10px;
      margin-right: 10px; }
      .catalog--category_sub .product-card__image {
        max-height: 120px;
        margin-top: 0;
        margin-bottom: 15px; }
      .catalog--category_sub .product-card__name {
        height: 36px;
        margin-bottom: 10px; }
        .catalog--category_sub .product-card__name a {
          font-size: 14px;
          line-height: 17px; }
      .catalog--category_sub .product-card__price {
        margin-bottom: 10px; }
        .catalog--category_sub .product-card__price .new-price {
          font-size: 18px;
          line-height: 22px; }
      .catalog--category_sub .product-card__buttons {
        justify-content: flex-start; }
        .catalog--category_sub .product-card__buttons .btn-buy {
          height: 34px;
          min-width: 48px; }
          .catalog--category_sub .product-card__buttons .btn-buy::before {
            content: '';
            width: 21px;
            height: 21px;
            background: url("../img/icons/icon-buy.svg") center no-repeat;
            background-size: cover; }
          .catalog--category_sub .product-card__buttons .btn-buy span {
            display: none; }
      .catalog--category_sub .product-card__action {
        display: none; }
      .catalog--category_sub .product-card__delete {
        top: 10px;
        right: 10px; }
      .catalog--category_sub .product-card:nth-child(2n) {
        margin-right: 0; }
  .catalog--category_slider {
    margin-bottom: 20px; }
  .pagination li {
    margin: 0 4px; }
    .pagination li a, .pagination li span {
      width: 24px; }
  .pagination .prev a {
    width: 24px; }
  .pagination .next a {
    width: 24px; }
  .pagination .sep, .pagination .dots {
    margin: 0; }
    .pagination .sep span, .pagination .dots span {
      width: 20px; }
  .product-box__title {
    margin-bottom: 20px; }
  .product-box__list {
    margin-left: -10px;
    margin-right: -10px; }
  .product-box__slider[data-chunksize='10'] .wrap {
    grid-gap: 20px;
    padding: 0 10px;
    grid-template-columns: repeat(1, 1fr); }
  .description-box__wrap {
    padding: 30px;
    margin-bottom: 20px; }
  .description-box__text p {
    font-size: 16px; }
  .page__title {
    margin-bottom: 20px; }
  .page--information {
    margin-bottom: 20px; }
    .page--information .item {
      padding: 30px; }
  .page--contacts {
    margin-bottom: 0; }
    .page--contacts .item {
      max-width: 100%;
      min-height: 55.83vw;
      height: auto; }
    .page--contacts .item-phones__image {
      max-width: 58.25%; }
    .page--contacts .item-phones__title {
      padding-left: 20px;
      padding-top: 25px;
      max-width: 250px;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px; }
    .page--contacts .item-phones__list {
      padding-left: 15px;
      padding-top: 73px; }
      .page--contacts .item-phones__list ul li {
        margin-bottom: 6px; }
        .page--contacts .item-phones__list ul li a {
          font-size: 14px;
          line-height: 17px; }
    .page--contacts .item-timetable__content {
      margin-left: 30px; }
    .page--contacts .item-timetable__title {
      font-size: 16px;
      margin-bottom: 0.75em; }
    .page--contacts .item-timetable__list {
      padding-left: 1em;
      padding-top: 3.25em; }
      .page--contacts .item-timetable__list ul li {
        font-size: 0.75em; }
    .page--contacts .item-address__title {
      font-size: 22px;
      margin-bottom: 13px; }
    .page--contacts .item-address__content {
      margin-left: 1em; }
    .page--contacts .item-address__image {
      margin-left: 1em; }
    .page--contacts .item-address__text {
      font-size: 1em; }
    .page--contacts .item-mail__link {
      font-size: 1em; }
  .page--thanks {
    margin-bottom: 20px; }
    .page--thanks .title {
      font-size: 32px;
      line-height: 39px; }
    .page--thanks .image {
      padding: 0;
      width: 100%;
      order: 13; }
    .page--thanks .text {
      margin-bottom: 20px;
      padding: 0;
      width: 100%;
      order: 1; }
  .page--404 .item {
    padding: 0;
    max-width: 480px;
    margin: 0 auto; }
    .page--404 .item .title {
      font-size: 40px;
      line-height: 48px;
      margin-top: -60px;
      margin-bottom: 16px; }
    .page--404 .item .sub-title {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 30px; }
    .page--404 .item .buttons {
      margin-bottom: 60px; }
      .page--404 .item .buttons a {
        width: 100%;
        text-align: center; }
  .compare__title {
    margin-bottom: 20px; }
  .compare__empty {
    margin-bottom: 20px; }
    .compare__empty .item {
      padding: 30px; }
    .compare__empty .text {
      margin-bottom: 20px; }
  .compare__wrap {
    margin-bottom: 20px; }
  .compare__list {
    padding: 0;
    -webkit-overflow-scrolling: touch; }
  .compare-card {
    padding: 20px; }
    .compare-card__image {
      margin-top: 0; }
    .compare-card__attribute .attribute-group li {
      font-size: 14px;
      line-height: 17px; }
    .compare-card__action {
      top: 20px;
      right: 20px; }
  .accounts__title {
    margin-bottom: 20px; }
  .accounts__wrap {
    flex-wrap: wrap; }
    .accounts__wrap .catalog {
      max-width: 100%; }
    .accounts__wrap .history {
      max-width: 100%; }
  .accounts__content {
    max-width: 100%;
    padding: 20px; }
  .accounts__data ul li {
    flex-wrap: wrap;
    line-height: 36px; }
    .accounts__data ul li .name {
      width: 100%;
      text-align: left; }
    .accounts__data ul li .value {
      width: 100%;
      text-align: left;
      margin-left: 0; }
  .accounts-menu {
    max-width: 100%;
    margin-bottom: 20px; }
    .accounts-menu .btn-select {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .accounts-menu .btn-select::after {
        content: '';
        width: 8px;
        height: 8px;
        border: solid #C4C4C4;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
      .accounts-menu .btn-select.active::after {
        transform: rotate(135deg);
        transition: all 0.3s ease-in-out; }
      .accounts-menu .btn-select .select-value {
        display: flex;
        align-items: center; }
        .accounts-menu .btn-select .select-value span {
          font-size: 16px;
          font-weight: 700;
          line-height: 19px;
          color: #F4870E; }
        .accounts-menu .btn-select .select-value i {
          display: none; }
          .accounts-menu .btn-select .select-value i.link-history {
            display: block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            background: url(../img/icons/icon-accounts.svg) -46px -23px no-repeat; }
          .accounts-menu .btn-select .select-value i.link-account {
            display: block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            background: url(../img/icons/icon-accounts.svg) 0 -23px no-repeat; }
          .accounts-menu .btn-select .select-value i.link-favorite {
            display: block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            background: url(../img/icons/icon-accounts.svg) -23px -23px no-repeat; }
    .accounts-menu ul {
      display: none;
      width: 100%;
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      padding: 20px;
      background: #FFFFFF;
      border-radius: 5px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
      z-index: 99; }
  .history__empty {
    margin-bottom: 20px; }
    .history__empty .item {
      padding: 30px; }
    .history__empty .text {
      margin-bottom: 20px; }
  .history__sorting {
    margin-bottom: 20px; }
    .history__sorting__title {
      display: none; }
    .history__sorting .btn-select {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .history__sorting .btn-select::after {
        content: '';
        width: 8px;
        height: 8px;
        border: solid #C4C4C4;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
      .history__sorting .btn-select.active::after {
        transform: rotate(135deg);
        transition: all 0.3s ease-in-out; }
      .history__sorting .btn-select .select-value {
        display: flex;
        align-items: center; }
        .history__sorting .btn-select .select-value span {
          font-size: 16px;
          line-height: 19px;
          color: #F4870E; }
    .history__sorting ul {
      display: none;
      width: 100%;
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      padding: 20px;
      background: #FFFFFF;
      border-radius: 5px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
      z-index: 99; }
      .history__sorting ul li {
        margin-right: 0;
        margin-bottom: 20px; }
        .history__sorting ul li:last-child {
          margin-bottom: 0; }
  .history__list {
    margin-bottom: 20px; }
  .history__item .history-summary {
    padding: 20px; }
  .history__item .history-products__head {
    display: none; }
  .history__item .history-products__list {
    padding: 20px;
    margin-bottom: 0; }
  .history__item .history-products__item {
    flex-wrap: wrap; }
    .history__item .history-products__item .column {
      margin-bottom: 20px; }
      .history__item .history-products__item .column:nth-child(1) {
        width: 100%;
        max-width: 50px; }
        .history__item .history-products__item .column:nth-child(1) .label {
          display: block;
          margin-bottom: 8px; }
      .history__item .history-products__item .column:nth-child(2) {
        width: 100%;
        max-width: calc(100% - 50px); }
        .history__item .history-products__item .column:nth-child(2) .label {
          display: block;
          font-weight: 700;
          margin-bottom: 8px; }
      .history__item .history-products__item .column:nth-child(3) {
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%; }
        .history__item .history-products__item .column:nth-child(3) .label {
          display: block;
          text-align: left;
          min-width: 124px; }
      .history__item .history-products__item .column:nth-child(4) {
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%; }
        .history__item .history-products__item .column:nth-child(4) .label {
          display: block;
          text-align: left;
          min-width: 124px; }
      .history__item .history-products__item .column:nth-child(5) {
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%;
        margin-bottom: 0; }
        .history__item .history-products__item .column:nth-child(5) .label {
          display: block;
          text-align: left;
          min-width: 124px; }
    .history__item .history-products__item .price-unit, .history__item .history-products__item .total {
      font-size: 16px; }
  .checkout__title {
    margin-bottom: 20px; }
  .checkout__empty {
    margin-bottom: 20px; }
    .checkout__empty .item {
      padding: 30px; }
    .checkout__empty .image {
      padding: 0;
      width: 100%;
      order: 13; }
    .checkout__empty .text {
      width: 100%; }
    .checkout__empty .title {
      font-size: 32px;
      line-height: 39px; }
  .checkout__cart .cart-products__head {
    display: none; }
  .checkout__cart .cart-products__item {
    padding: 20px;
    flex-wrap: wrap; }
    .checkout__cart .cart-products__item .column {
      display: flex;
      align-items: center; }
      .checkout__cart .cart-products__item .column:nth-child(1) {
        position: absolute;
        top: 20px;
        left: 20px;
        max-width: 80px;
        width: 100%; }
      .checkout__cart .cart-products__item .column:nth-child(2) {
        width: 100%;
        padding: 0 0 0 90px;
        margin-bottom: 10px; }
      .checkout__cart .cart-products__item .column:nth-child(3) {
        width: 100%;
        padding: 0 0 0 90px;
        margin-bottom: 20px; }
        .checkout__cart .cart-products__item .column:nth-child(3) .cart-label {
          display: block;
          font-size: 12px;
          line-height: 15px; }
        .checkout__cart .cart-products__item .column:nth-child(3) .cart-price {
          margin-left: 10px;
          font-size: 16px;
          line-height: 19px; }
      .checkout__cart .cart-products__item .column:nth-child(4) {
        padding: 0;
        width: 100%;
        margin-bottom: 20px; }
        .checkout__cart .cart-products__item .column:nth-child(4) .cart-label {
          display: block;
          min-width: 80px;
          margin-right: 20px;
          text-align: left;
          font-size: 12px;
          line-height: 15px; }
      .checkout__cart .cart-products__item .column:nth-child(5) {
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 72px; }
        .checkout__cart .cart-products__item .column:nth-child(5) .cart-label {
          order: 1;
          display: block;
          min-width: 80px;
          margin-right: 20px;
          text-align: left;
          font-size: 12px;
          line-height: 15px; }
        .checkout__cart .cart-products__item .column:nth-child(5) .cart-total {
          order: 2;
          padding: 0;
          flex-grow: 1;
          text-align: left;
          margin-right: 20px; }
        .checkout__cart .cart-products__item .column:nth-child(5) .cart-favorite {
          order: 3;
          position: relative;
          top: unset;
          bottom: unset;
          right: unset;
          margin-right: 20px; }
        .checkout__cart .cart-products__item .column:nth-child(5) .cart-remove {
          order: 4;
          position: relative;
          top: unset;
          right: unset; }
  .checkout__cart .cart-summary {
    padding: 20px;
    margin-bottom: 0; }
    .checkout__cart .cart-summary__head {
      margin-bottom: 20px; }
    .checkout__cart .cart-summary__list {
      flex-wrap: wrap; }
      .checkout__cart .cart-summary__list .column:nth-child(1) {
        width: 100%;
        flex-wrap: wrap; }
      .checkout__cart .cart-summary__list .column:nth-child(2) {
        width: 100%; }
      .checkout__cart .cart-summary__list .items-names, .checkout__cart .cart-summary__list .items-products {
        margin-bottom: 10px; }
      .checkout__cart .cart-summary__list .items-totals {
        margin-bottom: 20px; }
        .checkout__cart .cart-summary__list .items-totals .name {
          line-height: 42px; }
        .checkout__cart .cart-summary__list .items-totals .value {
          margin-left: 0; }
  .checkout__cart .cart-customers {
    width: 100%;
    max-width: 100%;
    padding: 20px 0; }
    .checkout__cart .cart-customers .cart-title {
      padding: 0 20px; }
    .checkout__cart .cart-customers .cart-form {
      padding: 0 20px; }
  .checkout__cart .cart-delivery {
    width: 100%;
    max-width: 100%;
    padding: 20px 0; }
  .checkout__cart .cart-payments {
    width: 100%;
    max-width: 100%;
    padding: 20px 0; }
  .checkout__cart .cart-comments {
    width: 100%;
    max-width: 100%;
    padding: 20px 0; }
  .footer {
    padding: 30px 0 82px 0; }
    .footer__wrap {
      flex-wrap: wrap; }
    .footer__left {
      max-width: 100%;
      margin-bottom: 20px; }
      .footer__left .footer-logo {
        margin-bottom: 20px; }
    .footer__right {
      flex-wrap: wrap; }
      .footer__right .item {
        margin-bottom: 20px; }
        .footer__right .item:last-child {
          margin-bottom: 0; }
      .footer__right .footer-menu li {
        margin-bottom: 10px; }
      .footer__right .footer-location {
        margin-bottom: 10px; }
      .footer__right .footer-timetable p {
        margin-bottom: 10px; }
      .footer__right .footer-phones {
        margin-bottom: 10px; }
        .footer__right .footer-phones ul li {
          margin-bottom: 10px; }
  .overlay.mob-phone {
    z-index: 998; }
  .modal__header {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px; }
  .modal-open .modal__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(40px); } }

@media (max-width: 360px) {
  .home-slider {
    max-height: 123px;
    margin-bottom: 20px; }
  .product-page__image {
    max-height: 340px;
    overflow: hidden; } }

@media (min-width: 513px) and (max-width: 767px) {
  .catalog--category_sub .item:nth-child(2n) {
    margin-left: 10px; }
  .catalog--category_sub .item-1 {
    width: calc(50% - 5px); }
  .catalog--category_sub .product-card {
    max-width: calc((100% - 20px) / 3); }
    .catalog--category_sub .product-card:nth-child(2n) {
      margin-right: 10px; }
    .catalog--category_sub .product-card:nth-child(3n) {
      margin-right: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 1036px; }
  .btn-catalog span {
    font-size: 18px;
    line-height: 22px; }
  .header__top .top-menu {
    max-width: 410px; }
    .header__top .top-menu ul {
      max-width: 252px; }
      .header__top .top-menu ul li {
        min-width: unset; }
  .header__top .phones {
    max-width: 140px; }
    .header__top .phones ul {
      flex-wrap: wrap; }
      .header__top .phones ul li {
        margin-bottom: 5px; }
        .header__top .phones ul li:last-child {
          margin-bottom: 0; }
  .header-bottom .panel {
    max-width: 208px; }
  .search {
    max-width: calc(100% - (382px + 70px)); }
  .benefits__item {
    height: 125px;
    padding: 20px 15px; }
    .benefits__item__title {
      font-size: 18px;
      line-height: 22px; }
    .benefits__item__text {
      font-size: 14px;
      line-height: 17px; }
  .banner-opt__wrap {
    padding: 30px 0; }
    .banner-opt__wrap .icon-attention {
      width: 24px;
      height: 38px;
      margin-right: 20px; }
    .banner-opt__wrap span {
      font-size: 22px;
      line-height: 27px; }
  .breadcrumbs {
    margin-bottom: 30px; }
    .breadcrumbs__wrap {
      width: 100%;
      height: 25px;
      overflow-y: hidden;
      overflow-x: auto; }
    .breadcrumbs ul li {
      white-space: nowrap; }
  .category-menu {
    display: none; }
  .columns__wrap .catalog {
    max-width: 100%; }
  .catalog--home .item-5 {
    max-width: calc(100% / 4 - 20px); }
  .catalog--category_sub .item:nth-child(4n) {
    margin-right: 20px; }
  .catalog--category_sub .item:nth-child(3n) {
    margin-right: 0; }
  .catalog--category_sub .item-1 {
    max-width: calc((100% - 40px) / 3); }
  .catalog--category_sub .item-2 {
    order: 1; }
  .catalog--category_sub .product-card {
    padding: 20px 10px;
    width: calc((100% - 40px) / 3);
    max-width: 244px; }
    .catalog--category_sub .product-card:nth-child(4n) {
      margin-right: 20px; }
    .catalog--category_sub .product-card:nth-child(3n) {
      margin-right: 0; }
  .catalog--category_slider {
    margin-bottom: 20px; }
  .catalog__groups {
    flex-wrap: nowrap;
    margin-bottom: 0;
    background: none;
    gap: 20px; }
  .catalog__sorting {
    width: 100%;
    max-width: calc(100% / 3);
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px; }
    .catalog__sorting--filters {
      order: 13; }
    .catalog__sorting__title {
      display: none; }
    .catalog__sorting .btn-select {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .catalog__sorting .btn-select::after {
        content: '';
        width: 8px;
        height: 8px;
        border: solid #C4C4C4;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
      .catalog__sorting .btn-select.active::after {
        transform: rotate(135deg);
        transition: all 0.3s ease-in-out; }
      .catalog__sorting .btn-select .select-value {
        display: flex;
        align-items: center; }
        .catalog__sorting .btn-select .select-value span {
          font-size: 14px;
          line-height: 17px;
          color: #F4870E; }
    .catalog__sorting ul {
      display: none;
      width: 100%;
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      padding: 20px;
      background: #FFFFFF;
      border-radius: 5px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
      z-index: 99; }
      .catalog__sorting ul li {
        margin-right: 0;
        margin-bottom: 20px; }
        .catalog__sorting ul li:last-child {
          margin-bottom: 0; }
    .catalog__sorting .btn-filter {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .catalog__sorting .btn-filter::after {
        content: '';
        width: 8px;
        height: 8px;
        border: solid #C4C4C4;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
      .catalog__sorting .btn-filter span {
        font-size: 14px;
        line-height: 17px;
        color: #F4870E; }
  .catalog__filtered {
    margin: 0; }
    .catalog__filtered__wrap {
      padding: 10px 20px;
      margin-bottom: 20px; }
    .catalog__filtered__button {
      order: 13;
      margin-left: 20px; }
  .product-box__list {
    margin-left: -20px;
    margin-right: 0;
    margin-bottom: 40px; }
    .product-box__list .product-card {
      padding: 20px 10px;
      width: 100%;
      max-width: 244px; }
  .product-box__slider[data-chunksize='10'] .wrap {
    grid-gap: 20px;
    padding: 0 20px;
    grid-template-columns: repeat(3, 1fr); }
  .compare__list {
    padding: 0; }
  .page--404 .item {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px; }
    .page--404 .item .title {
      font-size: 100px;
      line-height: 121px; }
    .page--404 .item .sub-title {
      font-size: 30px;
      line-height: 36px; }
    .page--404 .item img {
      max-width: 90%; }
  .page--thanks .image {
    order: 13;
    padding-left: 0;
    padding-right: 0;
    max-width: 480px;
    margin: 0 auto;
    width: 100%; }
  .page--thanks .text {
    order: 1;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-bottom: 40px; }
  .page--contacts .item {
    height: 240px; }
  .page--contacts .item-phones__image {
    max-width: 58.25%; }
  .page--contacts .item-phones__content {
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .page--contacts .item-phones__title {
    padding-left: 20px;
    padding-top: 25px;
    max-width: 250px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px; }
  .page--contacts .item-phones__list {
    padding-left: 20px;
    padding-bottom: 25px;
    padding-top: 0; }
    .page--contacts .item-phones__list ul li {
      margin-bottom: 6px; }
      .page--contacts .item-phones__list ul li a {
        font-size: 14px;
        line-height: 17px; }
  .page--contacts .item-timetable__content {
    margin-left: 30px;
    max-width: 50%; }
  .page--contacts .item-timetable__image {
    max-width: 150px; }
  .page--contacts .item-timetable__title {
    font-size: 16px;
    margin-bottom: 0.75em; }
  .page--contacts .item-timetable__list {
    padding-left: 1em;
    padding-top: 3.25em; }
    .page--contacts .item-timetable__list ul li {
      font-size: 0.75em; }
  .page--contacts .item-address__title {
    font-size: 22px;
    margin-bottom: 13px; }
  .page--contacts .item-address__content {
    margin-left: 1em; }
  .page--contacts .item-address__image {
    margin-left: 1em; }
  .page--contacts .item-address__text {
    font-size: 1em; }
  .page--contacts .item-mail__link {
    font-size: 1em; }
  .accounts__wrap {
    flex-wrap: wrap; }
    .accounts__wrap .history {
      max-width: 100%; }
    .accounts__wrap .catalog {
      max-width: 100%; }
  .accounts__content {
    max-width: 100%; }
  .accounts-menu {
    margin-bottom: 20px;
    max-width: 100%; }
    .accounts-menu ul {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .accounts-menu ul li {
        min-width: 170px;
        margin-bottom: 0; }
  .history__item .history-summary {
    padding: 30px; }
  .history__item .history-products__head {
    padding: 0 30px; }
    .history__item .history-products__head .column:nth-child(1) {
      max-width: 36px; }
  .history__item .history-products__list {
    padding: 0 30px; }
  .history__item .history-products__item .column:nth-child(1) {
    max-width: 36px; }
  .history__item .history-products__item .price-unit {
    font-size: 18px; }
  .history__item .history-products__item .total {
    font-size: 18px; }
  .checkout__empty .item {
    padding: 30px; }
  .checkout__empty .image {
    padding: 0;
    width: 100%;
    order: 13; }
  .checkout__empty .text {
    width: 100%;
    order: 1;
    text-align: center;
    margin-left: auto;
    margin-bottom: 40px; }
  .checkout__cart .cart-products__head {
    display: none; }
  .checkout__cart .cart-products__item {
    padding: 20px;
    flex-wrap: wrap; }
    .checkout__cart .cart-products__item .column:nth-child(1) {
      position: absolute;
      top: 20px;
      left: 20px;
      max-width: 80px;
      width: 100%; }
    .checkout__cart .cart-products__item .column:nth-child(2) {
      width: 100%;
      padding: 0 0 0 120px;
      margin-bottom: 10px; }
      .checkout__cart .cart-products__item .column:nth-child(2) .cart-name {
        display: flex;
        align-items: center;
        min-height: 68px;
        max-width: 340px; }
    .checkout__cart .cart-products__item .column:nth-child(3) {
      width: 33%; }
      .checkout__cart .cart-products__item .column:nth-child(3) .cart-label {
        display: block;
        font-weight: 700;
        margin-bottom: 20px; }
    .checkout__cart .cart-products__item .column:nth-child(4) {
      width: 33%; }
      .checkout__cart .cart-products__item .column:nth-child(4) .cart-label {
        display: block;
        font-weight: 700;
        margin-bottom: 20px; }
    .checkout__cart .cart-products__item .column:nth-child(5) {
      width: 33%; }
      .checkout__cart .cart-products__item .column:nth-child(5) .cart-label {
        display: block;
        font-weight: 700;
        margin-bottom: 20px; }
      .checkout__cart .cart-products__item .column:nth-child(5) .cart-total {
        padding: 0;
        text-align: left; }
      .checkout__cart .cart-products__item .column:nth-child(5) .cart-remove {
        top: 34px;
        right: 0;
        left: calc(66% + 200px); }
      .checkout__cart .cart-products__item .column:nth-child(5) .cart-favorite {
        top: 34px;
        bottom: 0;
        right: 0;
        left: calc(66% + 10px); }
  .checkout__cart .cart-summary {
    padding: 20px; }
    .checkout__cart .cart-summary__head {
      margin-bottom: 30px; }
    .checkout__cart .cart-summary__list {
      flex-wrap: wrap; }
    .checkout__cart .cart-summary .column:nth-child(1) {
      width: 100%;
      max-width: 100%;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .checkout__cart .cart-summary .column:nth-child(1) .items-names, .checkout__cart .cart-summary .column:nth-child(1) .items-products {
        min-width: 244px;
        margin-bottom: 20px; }
      .checkout__cart .cart-summary .column:nth-child(1) .items-totals {
        margin-bottom: 30px;
        width: 100%; }
    .checkout__cart .cart-summary .column:nth-child(2) {
      width: 100%;
      justify-content: flex-start; }
    .checkout__cart .cart-summary .checkout__buttons {
      width: auto; }
  .checkout__cart .cart-customers, .checkout__cart .cart-delivery, .checkout__cart .cart-payments, .checkout__cart .cart-comments {
    padding: 20px 0;
    width: 50%;
    max-width: calc(50% - 10px); }
  .footer__wrap {
    flex-wrap: wrap; }
  .footer__left {
    order: 13;
    max-width: 100%;
    text-align: center;
    margin: 0 auto; }
  .footer__right {
    order: 1;
    max-width: 100%;
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .product-page__wrap {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px; }
  .product-page__bottom {
    padding: 30px; }
  .product-page .pd-left {
    max-width: 100%; }
  .product-page .tns-product-tools {
    margin-top: 20px; }
  .product-page__name h1, .product-page__name .h1 {
    font-size: 32px;
    line-height: 39px; }
  .product-page__image {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    max-height: unset;
    max-width: 640px;
    margin-bottom: 30px; }
  .product-page__price-box {
    height: 60px; }
    .product-page__price-box.pd-left {
      max-width: 45%; }
  .product-page__buttons.pd-left {
    max-width: 55%;
    margin-bottom: 30px; }
  .product-page__attribute {
    margin-bottom: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .product-page__wrap {
    padding: 30px;
    min-height: 540px; }
  .product-page__bottom {
    margin-top: 20px;
    padding: 30px; }
  .product-page .pd-left {
    max-width: calc(100% - (432px + 40px)); }
  .product-page .tns-product-tools {
    margin-top: 20px; }
  .product-page__name h1, .product-page__name .h1 {
    font-size: 32px;
    line-height: 39px; }
  .product-page__image {
    max-width: 432px;
    max-height: 540px; }
  .product-page__buttons {
    margin-bottom: 30px; }
  .product-page__attribute {
    margin-bottom: 30px; }
  .product-page__attributes__title {
    max-width: 210px; }
    .product-page__attributes__title h2, .product-page__attributes__title .h2 {
      font-size: 22px;
      line-height: 27px; }
  .product-page__attributes__content {
    max-width: calc(100% - (210px + 30px)); }
  .product-page__attributes__description__text {
    max-width: calc(100% - (210px + 30px)); }
  .product-page__description__title .h2, .product-page__description__title h2 {
    font-size: 22px;
    line-height: 27px; }
  .product-box__list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px; }
    .product-box__list .product-card {
      padding: 20px; }
  .product-box__slider[data-chunksize='10'] .wrap {
    grid-gap: 20px;
    padding: 0; }
  .catalog--category_sub .item:nth-child(3n) {
    margin-right: 20px; }
  .catalog--category_sub .item:nth-child(4n) {
    margin-right: 0; }
  .catalog--category_sub .item-1 {
    max-width: calc((100% - 60px) / 4); }
  .catalog--category_sub .product-card {
    max-width: calc((100% - 60px) / 4); }
    .catalog--category_sub .product-card:nth-child(3n) {
      margin-right: 20px; }
    .catalog--category_sub .product-card:nth-child(4n) {
      margin-right: 0; } }

@media (min-width: 1200px) and (max-width: 1349px) {
  .container {
    max-width: 1076px; }
  .header__top .top-menu {
    max-width: 500px; }
    .header__top .top-menu ul li {
      min-width: 180px; }
  .search {
    max-width: 500px; }
  .product-page .pd-left {
    max-width: calc(100% - (450px + 40px)); }
  .product-page__image {
    max-width: 450px; }
  .product-box__list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px; }
    .product-box__list .product-card {
      padding: 20px; }
  .product-box__slider[data-chunksize='10'] .wrap {
    grid-gap: 20px;
    padding: 0;
    grid-template-columns: repeat(3, 1fr); }
  .catalog--home .item-5 {
    max-width: calc(100% / 4 - 20px); }
  .catalog--category_sub .item:nth-child(4n) {
    margin-right: 20px; }
  .catalog--category_sub .item:nth-child(3n) {
    margin-right: 0; }
  .catalog--category_sub .item-1 {
    max-width: calc((100% - 40px) / 3); }
  .catalog--category_sub .product-card {
    padding: 20px;
    width: calc((100% - 40px) / 3);
    max-width: 244px; }
    .catalog--category_sub .product-card:nth-child(4n) {
      margin-right: 20px; }
    .catalog--category_sub .product-card:nth-child(3n) {
      margin-right: 0; }
  .checkout__cart .cart-summary__list .column:nth-child(1) {
    width: 70%; }
  .checkout__cart .cart-summary__list .column:nth-child(2) {
    width: 25%; }
  .checkout__cart .cart-customers, .checkout__cart .cart-delivery, .checkout__cart .cart-payments, .checkout__cart .cart-comments {
    width: 50%;
    max-width: calc(50% - 10px); }
  .history__item .history-summary {
    padding: 30px; }
  .history__item .history-products__head {
    padding: 0 30px; }
  .history__item .history-products__list {
    padding: 0 30px; }
  .history__item .history-products__item .price-unit, .history__item .history-products__item .total {
    font-size: 18px; }
  .page--contacts .item {
    height: 260px; }
    .page--contacts .item .item-phones__image {
      max-width: 58.25%; }
    .page--contacts .item .item-phones__content {
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .page--contacts .item .item-phones__title {
      padding-left: 20px;
      padding-top: 25px;
      max-width: 250px;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px; }
    .page--contacts .item .item-phones__list {
      padding-left: 20px;
      padding-bottom: 25px;
      padding-top: 0; }
      .page--contacts .item .item-phones__list ul li {
        margin-bottom: 6px; }
        .page--contacts .item .item-phones__list ul li a {
          font-size: 14px;
          line-height: 17px; }
    .page--contacts .item .item-timetable__content {
      margin-left: 30px;
      max-width: 50%; }
    .page--contacts .item .item-timetable__image {
      max-width: 150px; }
    .page--contacts .item .item-timetable__title {
      font-size: 18px;
      margin-bottom: 0.75em; }
    .page--contacts .item .item-timetable__list {
      padding-left: 16px;
      padding-top: 3.25em; }
      .page--contacts .item .item-timetable__list ul li {
        font-size: 1em; }
    .page--contacts .item .item-address__title {
      font-size: 22px;
      margin-bottom: 13px; }
    .page--contacts .item .item-address__content {
      margin-left: 1em; }
    .page--contacts .item .item-address__image {
      margin-left: 1em; }
    .page--contacts .item .item-address__text {
      font-size: 1em; }
    .page--contacts .item .item-mail__image {
      width: 60%; }
    .page--contacts .item .item-mail__link {
      font-size: 1em; } }

@media (min-width: 1080px) {
  .catalog-menu-link:hover {
    background: #f8f8f8;
    color: #F4870E; }
  .catalog-menu-item:hover > .catalog-menu-link,
  .catalog-menu-item:hover > .catalog-menu-link span {
    background: #f8f8f8;
    color: #F4870E; }
  .catalog-menu-item:hover > .catalog-menu-link .triangle {
    border-color: #F4870E; }
  .catalog-menu-item:hover .catalog-menu-item:hover > .catalog-menu-link .triangle {
    border-color: #F4870E; }
  .catalog-menu-item:hover .catalog-menu-item:hover > .catalog-menu-link,
  .catalog-menu-item:hover .catalog-menu-item:hover > .catalog-menu-link span {
    background: #f8f8f8;
    color: #F4870E; } }

@media (min-width: 1200px) {
  .columns {
    min-height: 460px; }
    .columns__wrap {
      position: relative; }
      .columns__wrap .sidebar + .catalog {
        max-width: calc(100% - (244px + 20px)); }
      .columns__wrap .sidebar {
        position: sticky;
        width: 100%;
        top: 175px;
        left: 0;
        z-index: 101;
        margin-bottom: 40px; }
  .catalog__filtered__button {
    display: none; }
  .catalog__sorting--filters {
    display: none; }
  .filters {
    width: 100%;
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 5px;
    user-select: none; }
    .filters__wrap {
      width: 100%; } }

@media (min-width: 1350px) {
  .home-slider .tns-outer {
    position: relative; }
  .home-slider img {
    height: 500px;
    object-fit: cover; }
  .home-slider__wrap {
    height: 500px;
    padding-left: 335px; }
  .catalog-menu.home {
    opacity: 1;
    visibility: visible;
    content-visibility: visible;
    transform: translateY(0);
    max-height: 540px;
    height: calc(100vh - 155px);
    pointer-events: auto; }
  .catalog-menu .catalog-menu-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 305px;
    height: 70px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDQyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTUuOSAwTDIwLjY1IDMuNUwzNS40IDBMNDEuMyAwLjdMMjAuNjUgNS42TDAgMC43TDUuOSAwWiIgZmlsbD0iI0Y0ODcwRSIgLz4KPC9zdmc+"), linear-gradient(180deg, rgba(255, 255, 255, 0.59) 0%, #fff 100%);
    background-position: center 45px, center;
    background-repeat: no-repeat, no-repeat;
    z-index: 11;
    opacity: 1;
    visibility: visible;
    transition: opacity .45s ease, visibility .45s ease; }
  .catalog-menu .catalog-menu-list:hover::after {
    opacity: 0;
    visibility: hidden; }
  .catalog-menu .catalog-menu-list.is-scroll-end::after {
    opacity: 0;
    visibility: hidden; } }
