@media (min-width: 992px) {
/* .col-lg- */
    .container {
        max-width: 924px !important;
    }
}

@media (max-width: 992px) {

    /* line 324, ../scss/_content.scss */
    .knsl-quote-with-author {
        position: relative;
    }

    /* line 327, ../scss/_content.scss */
    .knsl-quote-with-author .knsl-photo-frame {
        padding: 0;
        width: 100%;
        border: none;
    }

    /* line 332, ../scss/_content.scss */
    .knsl-quote-with-author .knsl-photo-frame img {
        width: 70%;
        margin: 0 15%;
    }

    /* line 337, ../scss/_content.scss */
    .knsl-quote-with-author .knsl-photo-frame:after,
    .knsl-quote-with-author .knsl-photo-frame:before {
        display: none;
    }

    /* line 343, ../scss/_content.scss */
    .knsl-quote-with-author blockquote {
        padding: 30px;
        margin-bottom: 0;
        border-radius: 10px 10px 0 0;
    }

    /* line 348, ../scss/_content.scss */
    .knsl-quote-with-author blockquote:after,
    .knsl-quote-with-author blockquote:before {
        display: none;
    }

    /* line 354, ../scss/_content.scss */
    .knsl-quote-with-author .knsl-quote-bottom {
        position: relative;
        padding: 0 30px 30px;
        border-radius: 0 0 10px 10px;
        background-color: var(--style-white-color);
    }

    /* line 361, ../scss/_content.scss */
    .knsl-quote-with-author .knsl-quote-bottom:before {
        position: absolute;
        top: 0;
        line-height: 55px;
        font-size: 48px;
        color: var(--panel-primary-color);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f10d";
    }

    /* line 447, ../scss/_frame.scss */
    .knsl-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /* line 451, ../scss/_frame.scss */
    .knsl-stycky-left {
        padding-bottom: 60px;
    }

    /* line 455, ../scss/_frame.scss */
    .knsl-stycky-right {
        padding-top: 60px;
    }

    /* line 303, ../scss/_frame.scss */
    .knsl-menu {
        text-align: center;
        margin: 0;
        width: 100%;
    }

    /* line 308, ../scss/_frame.scss */
    .knsl-menu nav {
        width: 100%;
    }

    /* line 311, ../scss/_frame.scss */
    .knsl-menu nav ul {
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /* line 315, ../scss/_frame.scss */
    .knsl-menu nav ul li {
        width: 100%;
        height: auto;
        display: block;
    }

    /* line 320, ../scss/_frame.scss */
    .knsl-menu nav ul li:after {
        display: none;
    }

    /* line 324, ../scss/_frame.scss */
    .global_header .top_part .knsl-menu nav ul li a {
        height: 50px;
        line-height: 50px;
    }

    /* line 330, ../scss/_frame.scss */
    .knsl-menu nav ul li.menu-item-has-children a {
        pointer-events: none;
    }

    /* line 336, ../scss/_frame.scss */
    .knsl-menu nav ul li.menu-item-has-children ul li a {
        pointer-events: all;
    }

    /* line 344, ../scss/_frame.scss */
    .knsl-menu nav ul li.current-menu-item a {
        color: var(--style-accent-color);
    }

    /* line 350, ../scss/_frame.scss */
    .knsl-menu nav ul li.current-menu-item ul li a {
        color: var(--style-dark-gray-color);
    }

    /* line 357, ../scss/_frame.scss */
    .knsl-menu nav ul li ul {
        border-radius: 0;
        margin: 0;
        background-color: var(--style-icon-box-background-color);
        width: 100%;
        padding: 0;
        position: relative;
        overflow: hidden;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        margin: 0;
        pointer-events: all;
        max-height: 0;
        border: none;
    }

    /* line 376, ../scss/_frame.scss */
    .knsl-menu nav ul li:hover ul {
        max-height: 300px;
    }

    /* line 93, ../scss/_common.scss */
    h1 {
        font-size: 54px;
    }

    /* line 96, ../scss/_common.scss */
    h1.knsl-h1-inner {
        font-size: 54px;
    }

    /* line 101, ../scss/_common.scss */
    h2 {
        font-size: 32px;
    }

    /* line 478, ../scss/_common.scss */
    .knsl-grid-sizer,
    .knsl-masonry-grid-item {
        width: 50% !important;
    }

    /* line 160, ../scss/_frame.scss */
    .knsl-top-bar {
        padding: 0 15px;
    }

    /* line 164, ../scss/_frame.scss */
    .knsl-top-bar .container .knsl-right-side {
        -webkit-box-shadow: 0 2px 48px 0 var(--style-box-shadow-color);
        box-shadow: 0 2px 48px 0 var(--style-box-shadow-color);
        border-radius: 0 0 10px 10px;
        padding: 0 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: var(--style-top-bar-background-color);
        position: absolute;
        z-index: -1;
        height: auto;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: var(--panel-transition-delay) ease-in-out;
        transition: var(--panel-transition-delay) ease-in-out;
    }

    /* line 182, ../scss/_frame.scss */
    .knsl-top-bar .container .knsl-right-side.knsl-active {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .single_prod .knsl-price-card {
        padding: 10px 30px;
    }

    .footer_bottom_part .container {
        display: block;
    }

    .footer_bottom_part .bottom_items {
        max-width: 100%;
    }

    .footer_bottom_part .bottom_items {
        display: flex;
    }

    .footer_bottom_part .bottom_items .body {
        margin-inline-start: 10px;
    }

    .footer_top_part .type3 .top_footer.social_media {
        max-width: 25%;
    }

    .footer_top_part .top_footer {
        margin: 20px 25px 0 0;
    }

    /* line 168, ../scss/_content.scss */
    .knsl-banner {
        height: auto;
        border: none;
    }

    /* line 172, ../scss/_content.scss */
    .knsl-banner .knsl-banner-content {
        height: auto;
        padding-top: 180px;
        padding-bottom: 150px;
    }

    /* line 177, ../scss/_content.scss */
    .knsl-banner .knsl-banner-content .knsl-main-title {
        margin-top: 0;
    }

        /* line 439, ../scss/_content.scss */
    .knsl-slider-nav-panel {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /* line 444, ../scss/_content.scss */
    .knsl-slider-nav-panel .knsl-about-slider-1-pagination {
        position: static;
        padding-top: 12px;
    }

    /* line 449, ../scss/_content.scss */
    .knsl-slider-nav-panel .knsl-about-slider-nav {
        position: static;
    }

    /* line 599, ../scss/_content.scss */
    .knsl-about-card .knsl-about-text {
        padding: 20px;
    }
    
}
