@media (max-width: 1420px) {
  .main-menu-btn {
    font-size: 16px;
  }
  .header-col {
    min-width: calc(50% - 60px);
    flex: 0 0 calc(50% - 60px);
    gap: 10px;
  }
  .logo {
    min-width: 100px;
    flex: 0 0 100px;
  }
  .phones-block {
    gap: 10px;
  }
  .btn-sm {
    padding: 13px 10px;
  }
  .common {
    gap: 10px;
  }
  .header-content {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .show-mob {
    display: none;
  }
  .top-menu a:hover {
    color: #fff;
  }
  .btn-primary:hover {
    background: var(--Red, #ef4e55);
  }
  .btn-default:hover {
    background: var(--Red, #ef4e55);
    border-color: var(--Red, #ef4e55);
  }
  .btn-common:hover {
    background: var(--Red, #fff);
  }
  .btn-common:hover svg path {
    fill: #000;
  }
  .btn-default-reverse:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2) inset;
  }
  .btn-form:hover {
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.2) inset;
  }
  .dropdown-menu a:hover {
    background: var(--Gray, #737373);
  }
  .product-thumb:hover .image img {
    transform: scale(1.05);
  }
  footer a:hover {
    color: #fff;
  }
  .account-menu-item:hover {
    color: #fff;
  }
  .category-module-item:hover .category-module-image:before {
    transform: translate(-20%, 30%);
  }
  .category-module-item:hover .category-module-image img {
    transform: scale(1.05) translateY(0px);
  }
  .service-module-item:hover .service-module-image {
    transform: scale(1.3);
  }
}
@media (max-width: 1199px) {
  input,
  textarea,
  select,
  .form-control,
  .nice-select,
  .nice-select.form-light,
  .nice-select.form-dark {
    font-size: 16px;
  }

  .brands-list {
    justify-content: flex-start;
  }

  .hide-mob {
    display: none;
  }

  .mobile-panel,
  #column-left,
  .menu-block-inner,
  .service-block-inner,
  .menu-lv2-content,
  .service-lv2-content {
    position: fixed;
    top: 0;
    height: 100vh;
    height: 100dvh;
    height: calc(var(--mobile-vh, 1vh) * 100);
    max-height: 100vh;
    max-height: 100dvh;
    max-height: calc(var(--mobile-vh, 1vh) * 100);
    width: min(430px, 100vw);
    z-index: 50;
    transition: 0.3s;
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    left: max(-430px, -100vw);
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 70px 20px calc(50px + env(safe-area-inset-bottom, 0px)) 20px;
  }
  .menu-lv2-content,
  .service-lv2-content {
    z-index: 60;
    background: #fff !important;
  }
  .mobile-panel {
    background: #000;
    flex-direction: column;
    z-index: 45;
  }
  #column-left {
    background: #1d1d1f;
  }
  .mobile-panel.active,
  #column-left.active,
  .menu-block.active .menu-block-inner,
  .service-block.active .service-block-inner,
  .menu-lv1.active.menu-has-child .menu-lv2-content,
  .service-lv1.active.service-has-child .service-lv2-content {
    left: 0;
  }
  .ocf-content {
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    margin-bottom: 30px;
  }
  .main-menu > a,
  .main-menu-btn {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  .main-menu-btn {
    width: 100%;
    justify-content: space-between;
  }
  .main-menu-btn svg {
    transform: rotate(-90deg) !important;
  }
  .mob-account-lang {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 20px;
  }
  .btn-top-account {
    font-size: 18px;
  }
  .language-block {
    margin-top: 20px;
  }
  .language-title {
    display: none;
  }
  .language-grop {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    font-size: 18px;
    padding: 0;
    color: #fff;
  }
  .language-list {
    flex-direction: row;
    gap: 40px;
  }
  .btn-language {
    background: transparent !important;
    padding: 0;
    min-width: 0;
    font-size: 18px;
    position: relative;
  }
  .lang-selected {
    color: var(--White-70, rgba(255, 255, 255, 0.7));
  }
  .btn-language + .btn-language:before {
    content: "";
    height: 22px;
    width: 1px;
    background: var(--Gray, #737373);
    position: absolute;
    left: -20px;
    top: 1px;
  }
  .mob-contact a {
    text-decoration: none;
  }
  .contact-icon + .btn {
    margin-bottom: 18px;
    padding: 13px 20px;
  }
  .header-col .open {
    flex-direction: column;
    padding-right: 0;
  }
  .menu-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
  }
  .header-content {
    gap: 40px;
  }
  .header-col:not(.mobile-panel) {
    min-width: 0;
    flex: 1 0 auto;
    justify-content: flex-end;
  }
  .common {
    gap: 20px;
  }
  .logo {
    min-width: 177px;
    flex: 0 0 177px;
  }
  .logo img {
    width: 100%;
  }
  .header-content {
    padding: 10px 0;
  }
  .cart-total {
    margin: 0;
  }
  .container {
    padding: 0 40px;
  }
  .menu-close-btn {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
    background: transparent;
    border: none;
    gap: 20px;
  }
  .menu-lv1,
  .service-lv1 {
    width: 100%;
  }
  .service-block-inner {
    background: #fff;
  }
  .menu-lv2-grid,
  .service-lv2-grid {
    grid-template-columns: none;
  }
  .lv2-image img {
    width: 60px;
  }
  .menu-lv1 > a,
  .service-lv1 > a {
    position: relative;
  }
  .menu-lv1 > a > b,
  .service-lv1 > a > b {
    height: 100%;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .advantages-list,
  .categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantages-item {
    min-width: 200px;
    flex: 0 0 200px;
    aspect-ratio: 200 / 172;
  }
  .category-module-item {
    min-width: min(calc(50% - 5px), 342px);
    flex: 0 0 min(calc(50% - 5px), 342px);
  }
  .creation-steps-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-list,
  .product-list.list-3 {
    grid-template-columns: repeat(2, calc(100% / 2 - 10px));
  }
  .product-thumb {
    padding: 0;
  }
  .reviews-list {
    flex-direction: column;
  }
  .reviews-item {
    aspect-ratio: auto;
    flex: 0 0 auto;
  }
  .module-contact-form-image {
    display: none;
  }
  .module-contact-form {
    justify-content: center;
    padding: 60px 40px;
  }
  .module-contact-form .contact-form-block {
    margin: 0;
    min-width: 100%;
    flex: 0 0 100%;
  }
  .section-html .seo-text {
    padding: 20px 0;
  }
  .footer-content {
    flex-wrap: wrap;
    gap: 60px;
  }
  html.fix,
  html.fix body,
  body.fix {
    overflow: hidden;
    overscroll-behavior: none;
    background: #000;
  }
  .brands-module {
    overflow: hidden;
  }
  .brands-module .swiper {
    overflow: visible;
  }
  .product-block {
    flex-direction: column;
  }
  .checkout-content.checkout-grid {
    flex-direction: column;
    gap: 20px;
  }
  .checkout-left {
    min-width: 100%;
    flex: 0 0 100%;
  }
  .success-block {
    overflow: hidden;
  }
  .contact-right {
    flex: 0 0 calc(48% - 30px);
  }
  .blog-thumb-item {
    width: 362px;
    margin: 0 30px 20px 0;
  }
  .checkout-right {
    min-width: 100%;
    flex: 0 0 auto;
    position: static;
  }
  .cart-items.cart-box-items .cart-price {
    min-width: 100%;
    text-align: -webkit-auto;
    margin-top: 10px;
  }
  .account-grid #column-left {
    position: fixed;
    top: 0;
  }
  .btn-account-navi {
    margin-top: 20px;
  }
  .account-content {
    min-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 834px) {
  .slideshow-video-desktop {
    display: none;
  }
  .slideshow-image-mobile {
    display: block;
  }
  .container {
    padding: 0 20px;
  }
  .header-content {
    gap: 20px;
  }
  .logo {
    min-width: 136px;
    flex: 0 0 136px;
  }
  .slideshow-title {
    font-size: 46px;
  }
  .slideshow-caption-inner {
    padding-left: 0;
  }
  .slideshow-module .swiper-button-prev,
  .slideshow-module .swiper-button-next {
    display: none;
  }
  .buttons {
    flex-direction: column;
    gap: 11px;
    width: 100%;
  }
  .buttons .btn {
    width: 100%;
  }
  .slideshow-item:before {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .js-banner-swiper .swiper-wrapper {
    flex-direction: column;
  }
  .section-module-services .service-module-item {
    width: 100%;
    aspect-ratio: 43 / 40;
    height: auto;
  }
  .service-module-caption {
    padding: 40px 20px;
    width: 100%;
  }
  .brands-module {
    padding: 30px 0;
  }
  .section {
    padding: 50px 0;
  }
  .advantages-item {
    min-width: 100%;
    flex: 0 0 100px;
    aspect-ratio: auto;
  }
  .advantages-list {
    padding: 0 20px;
  }
  .category-module-item {
    min-width: 100%;
    flex: 0 0 100%;
    aspect-ratio: 342 / 310;
  }
  .creation-steps-list {
    grid-template-columns: none;
  }
  .swiper-pager {
    justify-content: center;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  .module-blog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .product-list,
  .product-list.list-3 {
    grid-template-columns: none;
  }
  .reviews-list {
    padding: 0;
  }
  .section-form .container {
    padding: 0;
  }
  .module-contact-form {
    border-radius: 0;
    padding: 40px 20px;
  }
  .footer-content {
    gap: 40px;
  }
  .slide-item {
    height: 580px;
  }
  .slide-image {
    width: 100%;
    top: auto;
    height: auto;
    bottom: 0;
    height: 384px;
  }
  .slide-image img {
    object-fit: cover;
  }
  .slider-caption {
    margin: 0;
    padding: 40px 50px;
    height: auto;
  }
  .slide-image:before {
    width: 100%;
    height: 180px;
    background: linear-gradient(0deg, rgba(19, 21, 25, 0) 0%, #131519 100%);
  }
  .list-common {
    flex-wrap: wrap;
    gap: 20px;
  }
  .list-common .btn {
    width: 100%;
  }
  .carousel {
    margin-bottom: 30px;
  }
  .breadcrumb {
    white-space: nowrap;
    overflow: overlay;
  }
  .product-block {
    margin: 0;
  }
  .labels {
    top: 10px;
    left: 10px;
  }
  .rating-stock {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .btn-commons {
    flex-wrap: wrap;
  }
  .btn-commons .btn-default {
    order: 10;
    width: 100%;
  }
  .product-btn .btn {
    width: 100%;
  }
  .product-btn {
    flex-grow: 1;
  }
  .product-tabs-nav-button {
    margin-bottom: 30px;
  }
  #tab-description {
    padding: 40px 0 0 0;
  }
  .product-video {
    margin: 30px 0;
  }
  .attr-item {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .tab-title {
    margin-bottom: 30px;
  }
  .text.is-collapsed {
    max-height: 357px;
  }
  .rating-main-block {
    flex-direction: column;
    gap: 30px;
  }
  .rating-info {
    min-width: 0;
    flex: 0 0 auto;
  }
  .modal-content {
    padding: 20px;
  }
  .form-btns {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .form-btns .btn {
    width: 100%;
  }
  .form-columns {
    grid-template-columns: none;
  }
  .radio-rating label {
    font-size: 12px;
  }
  .cart-item {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .cart-title {
    flex: 0 0 calc(100% - 110px);
    min-width: calc(100% - 110px);
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
  .contact-block {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
  }
  .blog-thumb-item {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .seo-text .table tr p {
    display: flex;
  }
  .modal-btns {
    grid-template-columns: none;
    gap: 10px;
  }
  .qty {
    min-width: 130px;
    flex: 0 0 130px;
    order: 4;
  }
  .cart-price {
    order: 5;
  }
  .cart-image {
    min-width: 80px;
    flex: 0 0 80px;
  }
  .cart-title {
    flex: 0 0 calc(100% - 146px);
    min-width: calc(100% - 146px);
  }
  .cart-title a {
    line-height: 1.4;
  }

  .cart-items.cart-box-items .cart-title {
    flex: 0 0 calc(100% - 90px);
    min-width: calc(100% - 90px);
  }
  .auth-modal-side {
    display: none;
  }
  .auth-modal-main {
    padding: 50px 20px 20px 20px;
    border-radius: 20px;
  }
  .auth-social {
    font-size: 14px;
  }
  .account-content {
padding: 20px;
        border-radius: 10px;
}
.account-info-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.account-orders-filter {
    font-size: 14px;
    padding: 10px 20px;
}
.account-order-summary {
    flex-wrap: wrap;
}
.account-order-summary {
    gap: 10px;
}
.account-order-date, .account-order-total {
    text-align: right;
    min-width: calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
}
.account-order-details {
    justify-content: center;
    width: 100%;
}
.account-order-block {
    padding: 10px;
    border-radius: 8px;
}
.address-box {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.account-info-box {
    margin-bottom: 0;
}
}

@media (max-width: 834px) {
  .compare-title {
    margin-bottom: 24px;
  }
  .compare-grid {
    --compare-cell: 230px;
  }
  .compare-label {
    flex: 0 0 150px;
    min-width: 150px;
    padding-right: 16px;
  }
  .compare-cell {
    padding-right: 16px;
  }
  .compare-group-title {
    font-size: 20px;
    padding: 30px 0 14px 0;
  }
}
@media (max-width: 500px) {
  .compare-label {
    flex: 0 0 120px;
    min-width: 120px;
  }
}
