@media (max-width: 1500px) {
  .catalog-menu {
    width: 25%;
  }
  .catalog-menu__subsubdrop {
    width: calc(200% - 30px);
  }
  .catalog-menu__sublist {
    width: calc(100% - 30px);
  }
  .catalog-row .products-col {
    width: 33.333%;
  }
  .about {
    padding: 0 0 0 15px;
    gap: 30px;
  }
  .about-text {
    padding: 0;
  }
  .about-img {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .top-navigation {
    gap: 15px;
  }
  .logo img {
    max-width: 130px;
  }
  .catalog-menu {
    width: 25%;
  }
  .catalog-menu__subsubdrop {
    width: calc(200% - 15px);
    margin-left: 15px;
  }
  .catalog-menu__sublist {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .main-slider__item-text {
    padding: 0 30px;
  }
  .products-col {
    width: 25%;
  }
  .footer-contacts {
    margin-right: 0;
  }
  .footer-col1 {
    min-width: 40%;
  }
  .footer-col2 {
    min-width: 60%;
  }
  .sidebar {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .topbar-row {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
  }
  .top-navigation {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .topbar-contacts {
    margin: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .topbar-contacts .button {
    margin-left: auto;
  }
  .main-slider__item-text h3 {
    font-size: 32px;
  }
  .main-slider__item-text p {
    font-size: 15px;
  }
  .product-slider {
    max-width: 400px;
  }
  .product-thumbs .swiper {
    height: 400px;
  }
  .product-img {
    gap: 40px;
  }
  .about {
    flex-direction: column;
    padding: 0 15px;
  }
  .about-img {
    width: 100%;
  }
  .section-about__row {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 -15px;
  }
  .about-col {
    flex: 0 0 50%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .products-col {
    width: 33.333%;
  }
  .footer-logo a {
    margin-right: 30px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .catalog-row .products-col {
    width: 50%;
  }
  .catalog-filter {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .catalog-menu {
    width: 100%;
  }
  .catalog-menu__sublist {
    width: 100%;
    position: static;
    margin: 0;
  }
  .catalog-menu__subsubdrop {
    width: 100%;
    position: static;
    margin: 0;
    padding-left: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .catalog-menu__list > li.open > a {
    background: #7DB6CF;
    background: linear-gradient(90deg, rgb(125, 182, 207) 0%, rgb(29, 47, 95) 100%);
  }
  .catalog-menu__list > li.open > a:after {
    transform: rotate(90deg);
  }
  .catalog-menu__list > li.open .catalog-menu__sublist {
    background: rgba(32, 53, 99, 0.1);
  }
  .catalog-menu__list > li.open .catalog-menu__sublist > li.open > a:after {
    transform: rotate(90deg);
  }
  .catalog-menu__subsublist {
    width: 100%;
  }
  .main-slider__item {
    flex-direction: column-reverse;
  }
  .main-slider__item-img {
    width: 100%;
  }
  .main-slider__item-img img {
    border-radius: 10px;
  }
  .main-slider__item-text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
  }
  .footer-top {
    flex-direction: column;
    padding: 30px 0;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-row {
    flex-direction: column;
  }
  .footer-col1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .catalog {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  .sidebar-wrapp {
    display: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-bottom: 1px;
  }
  .sidebar-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    transition: all ease 0.3s;
  }
  .sidebar-title.active {
    border-color: transparent;
  }
  .sidebar-title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(../images/down.svg) no-repeat center;
    background-size: 100%;
    right: 0;
    top: 5px;
  }
  .filter-title {
    color: #2C333D;
  }
  .filter-range__row div span {
    color: #2C333D;
  }
  .filter-checkbox label {
    color: #2C333D;
  }
  .page-title {
    font-size: 30px;
  }
  .jq-selectbox__select {
    height: 35px;
    line-height: 35px;
  }
  .catalog-count__list a {
    height: 35px;
    line-height: 35px;
    width: auto;
    padding: 0 15px;
  }
  .catalog-filter {
    margin-bottom: 20px;
  }
  .catalog-tag {
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 10px;
  }
  .catalog-tag__close {
    right: 8px;
  }
  .catalog-content {
    padding: 0;
  }
  .product-img {
    gap: 20px;
  }
  .product {
    flex-direction: column;
  }
  .product-detail {
    min-width: 0;
    width: 100%;
  }
  .product-thumbs {
    display: none;
  }
  .product-slider {
    width: 100%;
    max-width: calc(100vw - 30px);
  }
  .product-characteristic__row {
    flex-direction: column;
    gap: 40px;
  }
  .product-characteristic__text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .topbar-row {
    flex-direction: row;
  }
  .top-navigation {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    overflow: auto;
    transition: all ease 0.3s;
    transform: scale(0.8);
    opacity: 0;
    left: 0;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    top: 0;
  }
  .top-navigation li a {
    font-size: 18px;
  }
  .top-navigation.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .menu-btn {
    display: flex;
  }
  .header-row {
    flex-wrap: wrap;
  }
  .logo {
    order: 1;
  }
  .header-catalog {
    order: 2;
  }
  .header-control {
    order: 3;
  }
  .header-search {
    order: 4;
  }
  .main-slider__item-text {
    position: static;
    padding-bottom: 0;
  }
  .main-slider {
    margin-bottom: 70px;
  }
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .main-slider .swiper-button-prev {
    left: 10px;
  }
  .main-slider .swiper-button-next {
    right: 10px;
  }
  .products-col {
    width: 50%;
  }
  .section-title {
    font-size: 24px;
  }
  section {
    margin-bottom: 30px;
  }
  .section-news {
    padding: 30px 0;
  }
  .section-title__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-title__row .section-title {
    margin-bottom: 20px;
  }
  .news-item__title {
    font-size: 16px;
  }
  .news-item p {
    font-size: 14px;
  }
  .footer-col2 {
    display: none;
  }
  .footer-logo {
    flex-direction: column;
  }
  .footer-logo a {
    margin: 0 0 20px;
  }
  .footer-info {
    flex-direction: column;
    text-align: center;
  }
  .footer-navigation__row {
    flex-direction: column;
  }
  .footer-row {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-col1 {
    margin-bottom: 0;
  }
  .footer-col1 .footer-navigation {
    width: 100%;
    padding: 0;
  }
  .footer-bottom {
    justify-content: center;
  }
  .product-characteristic__tabs {
    overflow: auto;
  }
  .product-characteristic__tabs li a {
    font-size: 16px;
    padding: 10px;
    white-space: nowrap;
  }
}
@media (max-width: 570px) {
  .topbar-contacts__info {
    display: none;
  }
  .xs-hide {
    display: block;
  }
  .top-navigation .topbar-contacts__info {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    font-size: 16px;
  }
  .top-navigation .topbar-contacts__info span {
    font-size: 20px;
    font-weight: 600;
  }
  .logo img {
    width: 90px;
  }
  .catalog-btn {
    padding: 0 10px;
    height: 40px;
  }
  .header-control {
    gap: 15px;
  }
  .header-control a {
    font-size: 11px;
  }
  .header-search__input {
    height: 40px;
  }
  .header-search__btn {
    width: 40px;
  }
  .header-row {
    padding: 15px 0;
  }
  .topbar-row {
    padding: 10px 0;
  }
  .products-col {
    width: 100%;
  }
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    display: none;
  }
  .catalog-row .products-col {
    width: 100%;
  }
  .about-col {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=media.css.map */