@media screen and (min-width: 768px) {
  .menu-cont {
    display: none;
  }
  #catalogButton:hover .menu-cont {
    display: block;
    position: absolute;
    color: black;
    left: 0;
    top: 36px;
  }
  .root:hover .childs {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .menu-box {
    width: 698px;
    left: 232px;
  }
  .cat-flex-col {
    flex: 0 0 50%;
  }
  .cat-subs-list {
    display: none;
  }
  .cat-card-header {
    min-height: 60px;
    padding: 15px 20px 0 20px;
  }
  .cat-card-body {
    padding: 0 20px 15px 20px;
  }
  .cat-card-media img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-box {
    width: 459px;
    left: 230px;
  }
  .wrap,
  .footer {
    min-width: 100%;
  }
  #menu-cont {
    width: auto;
  }
  #main-slider {
    background: none;
  }
  .footer .container {
    width: auto;
  }
  .header .container {
    width: auto;
  }
  .header .links {
    display: none;
  }
  #content > .right {
    float: none;
    width: auto;
    margin: 0 0 0 254px;
  }
  #content > .left {
    position: absolute;
    top: 0;
  }
  #content > .left {
    display: block;
  }
  .breadcrumb {
    width: auto;
  }
  /*cart*/
  .order-box {
    background: #fff;
  }
  .order-box-left {
    float: none;
    height: auto;
    width: auto;
  }
  .order-box-bot p {
    position: static;
  }
  .basket-box .cart-head {
    display: none;
  }
  .prod-list .item-right {
    width: 100%;
    float: none;
  }
  .prod-list .item-left {
    width: 100%;
    float: none;
  }
  /*pagebar*/
  .pagebar-sort,
  .pagebar-goods-count,
  .pagebar-pager {
    display: inline-block;
    padding: 3px 10px;
    width: auto;
  }
  .pagebar-hint {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .menu-buttons {
    display: none;
  }
  .main_about .col {
    width: 50%;
  }
  .main_about .col + .col {
    border-left: 0;
  }
  #header-slogan {
    display: none;
  }
  .brands-group {
    grid-template-columns: repeat(3, 1fr);
  }
  .cat-all-link,
  .cat-header-spacer {
    min-width: 32px;
  }
  .cat-block-title {
    white-space: normal;
    line-height: 1.3;
  }
}
@media screen and (max-width: 840px) {
  .main_about .col {
    width: 50%;
  }
  .main_about .col + .col {
    border-left: 0;
  }
  .header .h-center.active {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .logo-note {
    display: none;
  }
  .search {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .good-gallery {
    padding-right: 0 !important;
    order: 0;
  }
  .good-info {
    order: 1;
  }
  .good-description {
    order: 2;
  }
  #main-dropdown {
    max-height: calc(100% - 224px);
    overflow: auto;
  }
  .site-map .left-menu {
    grid-template-columns: unset;
  }
  .tab--clients td:nth-child(2n) {
    width: 100%;
  }
  .order-box-right textarea {
    width: 100%;
  }
  .brands-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .cat-all-link {
    font-size: 13px;
  }
  .cat-block-header {
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .cat-block-title {
    font-size: 21px;
    flex-grow: 1;
    line-height: 1.2;
  }
  .cat-all-link {
    font-size: 24px;
    font-weight: 300;
    text-indent: -9999px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
  }
  .cat-all-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #eee;
    border-radius: 4px;
    position: relative;
    flex: 0 0 32px;
    min-width: 32px;
    box-sizing: border-box;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  .cat-all-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/to-top-arrow.png) no-repeat center center;
    background-size: 50% 50%;
    transform: rotate(90deg);
    filter: brightness(0);
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .cat-all-link:active {
    background-color: #e8e8e8;
  }
  .cat-all-link:active::after {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #content {
    margin: 0;
  }
  /*Заголовок*/
  .header .container {
    width: auto;
    padding: 0 10px 10px;
  }
  .header .logo {
    float: none;
    display: inline-block;
  }
  .header .h-center.active,
  #city {
    display: none;
  }
  #city {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  /*Контент*/
  #content > .right {
    margin: 0;
  }
  #content > .left {
    display: none;
  }
  #content > .left.active {
    display: block;
  }
  #content .main-box {
    border-radius: 0;
    padding: 10px 10px 18px 10px;
    overflow-x: hidden;
  }
  /*menu*/
  #menu-cont {
    display: none;
  }
  .left-menu {
    width: 100%;
    box-shadow: none;
  }
  .left-menu ul.jquerymenu li a {
    margin: 12px 0;
    font-size: 16px;
  }
  .left-menu ul.jquerymenu li ul li a {
    font-size: 16px;
  }
  .left-menu ul.jquerymenu li span.parent {
    top: 14px;
    left: 2px;
  }
  .left-menu ul.jquerymenu ul li ul li a {
    margin: 12px 0;
  }
  #content .left-box {
    display: none;
  }
  .smenu .search {
    float: none;
    padding: 15px 10px;
    display: inline-block;
  }
  .smenu .inner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .field-comments-verifycode .table-cell {
    display: inline-block;
  }
  .good-logo {
    margin: 1.3em 0;
  }
  .action-status-container {
    top: 37%;
  }
  /*footer*/
  .footer ul li a {
    margin: 14px 0;
  }
}
@media screen and (max-width: 480px) {
  .hide-on-phone {
    display: none !important;
  }
  .left-menu {
    display: none;
  }
  #content #catalog-region {
    transition: all 200ms;
    position: fixed;
    right: 100%;
    display: block;
    top: 97px;
    padding-right: unset;
  }
  .main_about .col {
    width: 100%;
  }
  .main_about .col + .col {
    border: 0;
  }
  #main-image {
    display: inline-block;
  }
  .basket-box .goods-list .item {
    border-bottom: #e4e4e5 solid;
  }
  .basket-box .goods-list .item > div {
    display: inline-block;
  }
  .smenu .search {
    left: 0;
    top: 0;
    background: #f3f0e9;
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .smenu .search .search-icon {
    padding: 0 0 0 20px;
  }
  #favorite-button {
    display: none;
  }
  #mobile-menu-container {
    max-height: calc(100% - 77px);
  }
  .mobile-menu-header {
    text-align: center;
    display: block;
    padding: 10px;
  }
  .mobile-menu-icon {
    display: flex;
    font-size: 2em;
    color: gray;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
  }
  .mobile-menu-icon .badge {
    font-size: 0.5em;
    font-weight: bold;
    background-color: #f5890a;
    color: white;
    top: -14px;
    left: -16px;
    position: relative;
    border-radius: 20px;
    padding: 3px 5px;
  }
  .header {
    min-height: auto;
  }
  .header .search-icon {
    cursor: pointer;
  }
  .header #right-cart-favorite-cont .cart-text {
    display: none;
  }
  .header .mobile-menu-icon {
    text-align: center;
  }
  .header .mobile-menu-icon .badge {
    font-size: 0.5em;
    font-weight: bold;
    background-color: #f5890a;
    color: white;
    top: -14px;
    left: -16px;
    position: relative;
    border-radius: 20px;
    padding: 3px 5px;
  }
  .header .mobile-menu-icon .filter-icon {
    fill: #dcdcdc;
  }
  .header #right-cart-favorite-cont {
    text-align: center;
  }
  .header .logo {
    width: auto;
    padding: 5px 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header .logo img {
    height: 4em;
    margin-left: 10px;
  }
  .header .logo .logo-note {
    display: none;
  }
  .header .basket {
    padding-top: 2px;
  }
  .header .badge {
    top: 10px;
    left: unset;
    right: 5px;
    position: absolute;
    border-radius: 20px;
    padding: 4px 6px 0;
  }
  .tab-wrapper .tab-labels .tab-label {
    font-size: 17px;
    padding: 0 19px;
  }
  .filter-box {
    max-height: calc(100% - 77px);
    overflow-x: auto;
    position: fixed;
    width: 100%;
  }
  .filter-box__block {
    width: 100vw;
    border: 0;
    padding: 10px;
    font-size: 1.5em;
    cursor: pointer;
    margin: 0 0 0px -12px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #eaeaea;
  }
  #dynamic-filter .filter-append {
    position: unset;
    margin-left: unset;
    width: unset;
    color: #333;
    border: unset;
    box-shadow: unset;
    text-align: unset;
  }
  #filter-send {
    color: #fff;
    background: #f5890a;
  }
  #dynamic-filter .desc {
    font-size: 12px;
    margin-top: 15px;
  }
  .ui-slider {
    font-size: 2em;
    margin: 15px;
  }
  .similar-container {
    width: 100%;
    max-width: unset;
    margin: 5px 0;
  }
  .similar-container .desc,
  .similar-container .similar-title {
    height: unset;
    position: relative;
    min-height: unset;
  }
  .similar-container .similar-title.over :after {
    display: none;
  }
  .similar-container .brief {
    margin-top: 5px;
  }
  .action-status-container {
    top: 37%;
  }
}
@media screen and (max-width: 400px) {
  .subterm-container {
    max-width: 96%;
    width: 96%;
    overflow: hidden;
    padding: 5px 0 5px 5px;
    margin: 0 0 3px 0;
  }
  .subterm-container .subterm {
    height: auto;
  }
  .subterm-container .catt_img {
    display: none;
  }
  .subterm-container .catt_img img {
    max-height: 29px;
  }
}
/*# sourceMappingURL=adaptive.css.map */