@media screen and (max-width: 1768px) {

}

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1360px) {

}

@media screen and (max-width: 1280px) {
    .my_carusel_2 .owl-prev {
        margin-left: -30px;
    }

    .my_carusel_2 .owl-next {
        margin-right: -30px;
    }
}

@media screen and (max-width: 1176px) {
    .in_flex_catalog_filtr_show_flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 10px;
        justify-items: stretch;
        align-items: stretch;
    }

    .in_flex_catalog_filtr_show_flex_inner {
        width: auto;
        height: auto;
        position: relative;
        padding-bottom: 185%;
    }
}

@media screen and (max-width: 1152px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

}

@media screen and (max-width: 1024px) {
    .block_2_flex {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .in_block_2_flex_1 {
        width: 80%;
        margin: 0 0 20px 0;
    }

    .in_block_2_flex_1 p {
        margin: 0 0 25px 0;
    }

    .in_block_2_flex_1 .heading {
        margin: 0 0 30px 0;
    }

    .my_carusel_2 .owl-prev {
        margin-left: 10px;
    }

    .my_carusel_2 .owl-next {
        margin-right: 10px;
    }

    .contact {
        padding: 0 0 0 0;
    }

    .in_shop_cart_main_1 {
        margin-right: 15px;
    }

    .card_product_flex {
        flex-wrap: wrap;
    }

    .card_product_slide {
        width: 100%;
        margin-bottom: 30px;
    }

    .card_product_txt {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    header {
        padding: 30px 0;
    }

    .top_header > div {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    .top_header div a {
        padding: 0 30px 0 0;
        margin: 0;
    }

    .navBurger {
        border-top: 12px solid transparent;
    }

    .overlayMenu {
        padding: 20px 0 0 0;
        text-align: center;
    }

    .overlayMenu ul li a {
        font-size: 30px;
        margin: 0 0 20px 0;
    }

    .bot_header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin: 0 0 20px 0;
    }

    .menu-btn {
        width: 50px;
        height: 35px;
        position: relative;
        left: 0;
        top: 0;
        cursor: pointer;
        display: inline-block;
        border-radius: 8px;
        z-index: 99;
    }

    .menu-btn u {
        display: inline-block;
        text-decoration: none;
        font-size: 20px;
        position: absolute;
        top: -14px;
        left: -70px;
    }

    .menu-btn > span {
        width: 34px;
        height: 3px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -17px;
    }

    .menu-btn > span::before,
    .menu-btn > span::after {
        content: "";
        width: 34px;
        height: 3px;
        background: #000;
        position: absolute;
        left: 0;
        transition: transform .2s;
    }

    .menu-btn > span::before {
        top: -8px;
    }

    .menu-btn > span::after {
        bottom: -8px;
    }

    .menu-btn.is-active > span {
        background: transparent;
    }

    .menu-btn.is-active > span::before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-btn.is-active > span::after {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .menu-btn {
        width: 50px;
        height: 35px;
        position: relative;
        left: 0;
        top: 0;
        cursor: pointer;
        display: inline-block;
        border-radius: 8px;
        z-index: 99;
    }

    .menu-btn > span {
        width: 49px;
        height: 1px;
        background: #404040;
        position: absolute;
        top: 18px;
        left: 0;
        margin: 0 0 0 0;
    }

    .menu-btn > span::before,
    .menu-btn > span::after {
        content: "";
        width: 49px;
        height: 1px;
        background: #404040;
        position: absolute;
        left: 0;
        transition: transform .2s;
    }

    .menu-btn > span::before {
        top: -10px;
    }

    .menu-btn > span::after {
        bottom: -10px;
    }

    .menu-btn.is-active > span {
        background: transparent;
    }

    .menu-btn.is-active > span::before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-btn.is-active > span::after {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .nav_menu {
        display: none;
        width: 100%;
        min-height: 100%;
        padding: 10px 15px;
        background: #404040;
        z-index: 111;
        border-radius: 4px;
        margin: 10px 0 0 0;
    }

    .nav_menu a {
        width: 100%;
        color: #fff;
        font-size: 20px;
        margin: 10px 0;
    }

    .heading {
        font-size: 38px !important;
        margin: 0 0 30px 0 !important;
        line-height: 1.2em;
    }

    .heading br {
        display: none;
    }

    .small_headeing {
        margin: 0 0 50px 0;
    }

    .in_block_2_flex_1 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .in_block_2_flex_1 p {
        margin: 0 0 15px 0;
    }

    .in_block_2_flex_1 > span {
        margin: 0 0 30px 0;
    }

    .my_carusel {
        margin: 0 0 50px 0;
    }

    .block_2 {
        margin: 0 0 60px 0;
    }

    .in_block_2_flex_2 {
        width: 100%;
        flex-wrap: wrap;
    }

    .in_block_2_flex_2 > img:first-child {
        display: none;
    }

    .in_block_2_flex_2 > img {
        width: 100%;
        height: auto;
    }

    .my_carusel_2 {
        margin: 0 0 60px 0;
    }

    .social {
        margin-bottom: 0 auto 30px;
    }

    .block_3 {
        margin: 0 0 60px 0;
    }

    footer {
        padding: 60px 0 20px 0;
        flex-wrap: wrap;
    }

    .footer_left {
        margin-bottom: 20px;
    }

    .footer_right {
        flex-wrap: wrap;
    }

    .footer_right > ul {
        margin: 0 0 20px 0;
        width: 50%;
    }

    .link_subscribe {
        white-space: nowrap;
        overflow: hidden;
        background: #f6f4f2;
        padding: 15px 28px;
        font-size: 13px;
    }

    .link_subscribe button {
        top: 16px;
    }

    .catalog_main {
        flex-wrap: wrap;
    }

    .catalog_main_in_left {
        padding: 0 0 30px 0;
        width: 100%;
    }

    .catalog_main_in_right {
        width: 100%;
        padding: 0 0 60px 0px;
    }

    .in_flex_catalog_filtr_show_flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 10px;
        justify-items: stretch;
        align-items: stretch;
    }

    .in_flex_catalog_filtr_show_flex_inner {
        height: auto;
        width: auto;
        padding-bottom: 0;
    }

    .in_flex_catalog_filtr_show_flex_inner .txt_catalog span {
        display: block;
    }

    .in_flex_catalog_filtr_show_flex_inner .bought {
        display: block;
    }

    .in_flex_catalog_filtr_show_flex_inner .catalog_item {
        position: static;
    }

    .btn_show_more {
        margin: 0 0 20px 0;
    }

    .contact {
        margin: 0 0 70px 0;
    }

    .contact_flex {
        flex-wrap: wrap;
    }

    .contact_flex_l {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_flex_r {
        width: 100%;
    }

    .contact_flex_r iframe {
        height: 300px;
    }

    .in_shop_cart_main_1 {
        width: 100%;
    }

    .in_shopping_cart_form {
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    .in_shopping_cart_form_txt_3_in {
        width: 100%;
        flex-wrap: wrap;
    }

    .in_shopping_cart_form_txt .heading {
        font-size: 20px !important;
        width: 200px;
    }

    .in_shopping_cart_form_txt .heading2 {
        margin: 0 0 20px 0;
    }

    .in_shopping_cart_form_txt_3_in > div {
        width: 100%;
    }

    .in_shop_cart_main_2_in {
        margin: 30px 0 0 0;
    }

    .card_product_flex_more .in_flex_catalog_filtr_show_flex_inner {
        width: 49%;
    }

    .my_carusel_2 .in_flex_catalog_filtr_show_flex_inner {
        width: 100%;
    }

    .show_filtr {
        width: 100%;
        display: block;
        border: 2px solid #dec9b6;
        color: #404040;
        text-align: center;
        border-radius: 4px;
        padding: 20px 0;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 20px;
        transition: all .2s;
        font-size: 20px;
        position: relative;
    }

    .show_filtr2 {
        padding: 10px 0;
    }

    .show_filtr:after {
        content: "";
        display: inline-block;
        background: url(../img/icons/my_carusel_2_arrow.png) 0 0 no-repeat;
        width: 83px;
        height: 14px;
        position: absolute;
        top: 24px;
        right: 20px;
        transition: all .2s;

    }

    .show_filtr2:after {
        top: 112px;
        transform: rotate(90deg)
    }

    .catalog_main_in_left {
        display: none;
    }

    .in_carusel2 {
        width: 100%;
    }

    .in_card_product_flex_more_click .in_my_carusel_2 {
        width: 220px;
    }
    .ic_srch {
        transition: none;
    }
    .ic_srch.active {
        position: absolute;
        right: 0;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .shopping_cart_flex {
        flex-wrap: wrap;
    }

    .basket-items-list-wrapper {
        width: 100%;
    }

    .in_shop_cart_main_2 {
        width: 100%;
        margin-left: 0;
    }

    .basket-checkout-container {
        margin-top: 30px;
    }

    .dm-modal {
        padding: 20px 0;
    }

    header .logo {
        position: static;
        margin-left: 25px;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {

}