@media (min-width: 1023.1px) {
    .footer-nav ul {
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .header-nav {
        padding: 0 25px;
    }
    .footer .title {
        font-size: 24px;
        font-weight: 400;
    }
    .footer-col {
        width: 100% !important;
        padding: 0;
    }
    .footer-col:not(:first-child) {
        border-left: 0;
    }
    .footer-top .footer-col:not(:first-child) {
        border-top: 1px solid #f5f5f8;
        border-left: 0;
    }
    .footer-col-6 {
        order: -1;
    }
    .footer-nav ul {
        display: none;
        margin: 0;
        padding: 0 0 10px;
        font-size: 20px;
    }
    .footer-nav li {
        margin-top: 12px;
    }
    .footer-nav li a {
        display: inline-block;
        line-height: 26px;
    }
    .footer-nav .title {
        position: relative;
        padding: 10px 20px 10px 0;
    }
    .footer-nav .mob-js-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        cursor: pointer;
    }
    .footer-nav .title:after {
        content: '';
        display: block;
        background: url(../i/chevron-down.svg) no-repeat;
        width: 22px;
        height: 12px;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
    }
    .footer-nav .open .title:after {
        transform: rotate(180deg);
    }
    .footer-subs {
        flex-wrap: wrap;
    }
    .footer-subs .label {
        font-size: 24px;
    }
    .footer-logo {
        margin: 20px auto 0;
        max-width: 166px;
        text-align: center;
    }
    .footer .msg {
        justify-content: center;
    }
    .footer .msg a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer-bot .footer-col {
        width: auto !important;
        font-size: 15px;
    }
    .guides-list {
        margin: 0 -10px;
    }
    .guides-item {
        padding: 0 10px;
        margin-top: 20px;
    }
    .guides-item .wrapper {
        padding: 0 20px 22px;
    }
}

@media (min-width: 900.1px) {
    .product-filter {
        display: block !important;
    }
}

@media (max-width: 900px) {
    .info-item {
        width: 50%;
    }
    .card-gallery {
        height: 100%;
    }
    .card-gallery .preview {
         width: 100%;
         height: 500px;
     }
    .card-gallery .preview a {
        text-align: center;
    }
    .card-gallery .preview img {
        object-fit: cover;
        height: 100%;
    }
    .card-gallery .thumbnail {
        width: 100%;
        padding: 20px 0 0;
        height: auto;
    }
    .card-gallery .thumbnail ul {
        margin: 0;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .card-gallery .thumbnail li {
        margin: 0;
        padding: 0;
        width: 150px;
        min-width: 150px;
        height: 150px;
    }
    .card-gallery .thumbnail li + li {
        margin-left: 10px;
    }
    .tabs {
        display: none;
    }
    .tab-content {
        display: block !important;
        padding: 0 15px;
    }
    .tab-content + .tab-content {
        border-top: 1px solid #a3a3a3;
    }
    .tab-content .content {
        padding: 15px;
        /*display: none;*/
    }
    .tab-content .toggle-for-mobile {
        position: relative;
        display: block;
        padding: 10px 20px 10px 0;
        line-height: 1.2;
        font-size: 24px;
        font-weight: 700;
    }
    .tab-content .toggle-for-mobile:after {
        content: '';
        display: block;
        background: url(../i/chevron-down.svg) no-repeat;
        width: 22px;
        height: 12px;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
    }
    .tab-content .open .toggle-for-mobile:after {
        transform: rotate(180deg);
    }
    .guides-item {
        width: 50%;
    }
    .news-left {
        width: 40%;
    }
    .news-center {
        width: 60%;
    }
    .news-right {
        display: none;
    }

    .product-preview {
        margin: 30px -15px 0;
        padding: 10px 15px;
    }
    .product-container {
        position: relative;
        padding-top: 70px;
        margin: 10px -15px 0;
        display: block;
    }
    .product-filter {
        position: static;
        display: none;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .product-filter .general-style {
        padding: 20px 15px;
    }
    .product-filter .bt {
        max-width: 270px;
        margin: 12px auto 0;
        display: block;
        text-align: center;
    }
    .product-content {
        padding-left: 0;
    }
    .product-tools {
        padding: 0 15px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .product-tools .display-tools {
        display: none;
    }
    .mobile-bt-toggle-filter {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }
    .mobile-bt-toggle-filter:before {
        content: '';
        display: block;
        background: url(../i/filter.svg) no-repeat;
        width: 14px;
        height: 10px;
        background-size: 100% 100%;
        margin-right: 6px;
    }
    .product-box {
        padding: 10px 15px;
    }
    .contact-block {
        margin-left: -15px;
        margin-right: -15px;
    }
    .contact-block .content {
        width: 100%;
        padding: 20px 15px;
    }
    .contact-block .map {
        width: 100%;
        height: 360px;
    }
    #map {
        width: 100%;
    }
    .about-block {
        padding: 20px 0;
    }
    .about-block .content {
        width: 100%;
        padding-right: 0;
    }
    .about-block .img-for-mobile {
        display: block;
        margin: 20px auto 0;
    }
    .about-block .img {
        display: none;
    }
    .contact-block .flex-nowrap {
        flex-wrap: wrap;
    }
    .contact-block .content.sm {
        min-width: 0;
    }
}

@media (max-width: 767px) {
	.page{
		padding-top:50px;
	}
    .header-mobile {
        display: block;
        position: relative;
        z-index: 2;
    }
    .header-mobile .container {
        height: 48px;
    }
    .header-mobile .header-logo {padding-top: 6px}
    .header-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        padding-top: 48px;
        background: #fff;
        display: none;
    }
    .header-content .header-logo,
    .header-nav,
    .search-trigger,
    .header-tools .icon-search,
    .header-menu > ul > li:not(:first-child) > a:before {
        display: none;
    }
    .header-search,
    .mobile-nav,
    .header-top .flex-nowrap,
    .header-tools a span,
    .header-menu > ul {
        display: block;
    }
    .header-search.active{width: 100%;top: auto;left: auto;position: relative;}
    .header-search form{width: 100% !important;}
    .header-tools {
        display: block;
        background: 0;
        box-shadow: none;
        border-radius: 0;
        height: auto;
        padding: 0;
    }
    .header-tools a {
        position: relative;
        padding-left: 40px;
        margin: 20px 0 0;
        display: block;
        line-height: 27px;
        color: #434343;
        font-size: 20px;
        text-decoration: none;
    }
    .header-tools a:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-bot {
        border: 0;
    }
    .header-menu > ul > li + li {
        border-top: 1px solid #a3a3a3;
    }
    .header-menu > ul > li > a {
        padding: 10px 20px 10px 0;
        line-height: 1.2;
        text-align: left;
        font-size: 24px;
        font-weight: 700;
    }
    .header-menu > ul > li > a:after {
        content: '';
        display: block;
        background: url(../i/chevron-down.svg) no-repeat;
        width: 22px;
        height: 12px;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
    }
    .header-menu > ul > li.open > a:after {
        transform: rotate(180deg);
    }
    .header-menu li ul {
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
    }
    .header-menu li ul:before {
        display: none;
    }
    .header-menu li li {
        margin-top: 12px;
    }
    .header-menu li li a {
        padding: 0;
        font-size: 20px;
        line-height: 26px;
    }
    .mobile-nav {
        padding-top: 10px;
    }
    .mobile-nav li + li {
        margin-top: 18px;
    }
    .mobile-nav li a {
        display: inline-block;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        color: #727272;
        text-decoration: none;
    }

    .preview-slider .item .image {
        min-height: 584px;
    }
    .preview-slider .h1 {
       /* font-size: 60px;*/
       /* text-align: center;*/
    }
    .preview-slider .button {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        position: absolute;
        bottom: 15%;
        /*justify-content: center;*/
    }
    .slick-dots li {
        width: 72px;
    }
    .catalog-block {
        margin-top: 40px;
    }
    .catalog-block .h2 {
        width: 100%;
        /*text-align: center;*/
    }
    .catalog-block .show-all {
        display: none;
    }
    .slider-catalog:not(.slick-slider) {
        justify-content: center;
    }
    .catalog-item {
        height: 225px;
    }
    .catalog-item .image {
        height: 164px;
    }
    .catalog-item .image img {
        max-width: 70%;
    }
    .catalog-item .title {
        font-size: 20px;
    }
    .news-block .h2 {
        width: 100%;
        text-align: center;
    }
    .news-block .show-all {
        display: none;
    }
    .feedback-content .column {
        width: 100%;
    }
    .feedback-content .column.pull-up {
        margin-top: 0;
    }
}

@media (max-width: 660px) {
    .slider-catalog:not(.slick-slider) {
        overflow: visible;
        flex-wrap: wrap;
        padding: 10px 0 0;
        margin: 0;
    }
    .slider-catalog:not(.slick-slider) .catalog-item {
        min-width: 0;
        width: 32.333%;
        margin: 20px 0.5% 0;
    }
    .guides-item {
        width: 100%;
        margin-top: 10px;
    }
    .product-preview .text {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .info-item {
        width: 100%;
        text-align: center;
    }
    .footer-subs .label {
        width: 100%;
        padding: 0 0 20px;
    }
    .footer-subs form {
        width: 100%;
    }
    .slider-catalog:not(.slick-slider) .catalog-item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .card-gallery .preview {
        padding: 0;
        height: 400px;
    }
    .card-gallery .tools {
    }

    .card-gallery .thumbnail {
        padding-top: 10px;
    }
    .card-gallery .thumbnail li {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
    .card-gallery .thumbnail li + li {
        margin-left: 5px;
    }
    .news-left {
        width: 100%;
    }
    .news-center {
        width: 100%;
    }
    .news-left .news-item {
        width: 100%;
        height: 238px;
    }
    .news-center .news-item {
        height: 238px;
    }
    .news-item {
        margin-top: 10px;
    }
    .product-container.subcats{
        display: flex;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-container.subcats .product-categories{gap: 15px;}
    .product-categories .news-item{padding: 10px;}
    .product-categories .news-item .title{font-size: 16px;}
    .product-preview.subcat-desc .img{
        display: flex;
        flex-direction: column;
    }
    .product-preview.subcat-desc .text{
        position: relative;
        color: inherit;
    }
    .product-preview .text {
        width: 100%;
        order: 2;
        padding: 10px;
    }
    .product-preview .img,
    .product-box .img {
        width: 100%;
        text-align: center;
    }
    .product-box {
        position: relative;
    }
    .product-box .content {
        width: 100%;
        order: 2;
        margin-top: 14px;
    }
    .product-box .foot .icon-heart {
        position: absolute;
        top: 15px;
        left: 15px;
        margin: 0;
    }
    .product-box .foot {
        max-width: 322px;
        margin: 0 auto;
        justify-content: center;
    }
    .product-box .foot > * {
        margin: 12px 6px 0;
        flex-grow: auto;
    }
    .product-box .foot .bt {
        min-width: 146px;
    }
    .page-head {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .page-head .breadcrumbs {
        margin: 8px 16px 0 0;
    }
    .page-head .breadcrumbs li:not(.prev) {
        display: none;
    }
    .page-head .breadcrumbs li.prev a {
        font-size: 0;
        background: url(../i/arrow-left.svg) no-repeat;
        width: 28px;
        min-width: 28px;
        height: 24px;
        background-size: 100% 100%;
    }
    .page-head .breadcrumbs li:not(:last-child):after {
        display: none;
    }
    .page-head H1 {
        margin-top: 0;
    }
}

@media (max-width: 479px) {
    .card-gallery .preview {
        height: 300px;
    }
    .footer-bot .footer-col {
        width: 100% !important;
        text-align: center;
    }
    .footer-bot .footer-col + .footer-col {
        margin-top: 5px;
    }
    .news-item {
        height: 316px;
    }
    .news-slider .news-item .content {
        display: block;
        text-align: center;
    }
    .news-slider .news-item .title {
        display: block;
        padding: 0;
        font-size: 22px;
    }
    .news-slider .news-item .date {
        display: block;
        margin-top: 4px;
        font-size: 16px;
    }
    .slider-product .slick-list {
        padding-right: 80px;
    }
    .slider-product {
        margin: 0 -8px;
    }
    .slider-product:not(.slick-slider) {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        overflow: auto;
    }
    .product-item {
        margin: 0 8px;
    }
    .form-row .form-item {
        width: 100%;
    }
    .option-item .value {
        font-size: 13px;
    }
}

@media (max-width: 460px) {
    .preview-slider .h1 {
        /*font-size: 50px;*/
    }
}
