@media screen and (max-width:1200px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}

@media screen and (max-width:768px) {

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.w-100 {
    width: 100%
}
.w-48 {
    width: 100%
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.block {
    padding: 30px 10px;
}
.block.container {
    padding: 30px 10px;
    opacity: 1 !important;
}
.container {
    padding: 0 10px;
    width: 100%;
}
.pad-top {
    padding-top: 30px;
}
.pad-bot {
    padding-bottom: 30px;
}

.but {
    font-size: 16px;
    height: 50px;
}

.breadcrumbs {
    margin-bottom: 25px
}
.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs li span {
    color: var(--col)
}
.breadcrumbs li a {
    color: #000;
}

.input-wrap {
    flex-wrap: wrap;
    position: relative
}

.input {
    height: 45px;    
    margin-bottom: 20px
}
.headline {
    font-size: 24px;
    line-height: normal;
}
.headline-cont {
    margin-bottom: 20px;
}
    .headline-cont>div {
        justify-content: space-between;
        width: 100%;
    }
.change-orient {
    display: none
}
    .change-mob .tpl2 {
        margin-left: 30px
    }

.main-wrap, footer {
    background: #090909;
    color: #fff;
}
.wrap-page {
    padding-top: 70px
}

header {
    position: fixed;
}
    #header:after {
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    background: #FFF200;
    bottom: -280px;
    left: calc(50% - 300px);
    border-radius: 50%;
/*    z-index: -1*/
}
header.scroll .top-head {
    padding: 5px 10px;
    position: relative
}

    .logo img {
        width: 65px
    }
    header.scroll .logo img {
    width: 65px
}
.menu {
    flex-wrap: nowrap;
    justify-content: center !important;
    
}
header .menu {
    max-width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
    display: none;
    overflow-y: scroll
}
    .main_menu {
    position: fixed;
}

.menu-inner {
    padding: 100px 0 30px;
    height: 100%;
    align-items: flex-start;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: visible;
}
.main_menu-links {
    width: 100%;
    padding: 0 20px
}

.main_menu-links a {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    display: block;
    text-align: center
}

.menu_hover_image {
    display: none
}

.nav-container p {
    display: none
}
.menu a {
    margin: 7px 25px;
}
    header .menu a {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        margin: 6px 0
    }
    .right-head .tel {
        display: none;
        position: absolute;
        left: 10px;
        z-index: 3;
        margin: 0
    }
    .tel-block {
        display: none
    }
.tel {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-right: 25px
}
.mini-cart_icon {
    position: relative
}
    .mini-cart_icon img {
        width: 45px
    }
.mini-cart_icon b {
    top: -2px;
    right: -2px
}


.head-content {
    padding: 90px 10px 40px;
    text-align: center;
    flex-direction: column;
}
.head-text {
    width: 100%;
}
.head-slog {
    font-size: 50px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 25px;
}

.head-title {
    margin: 0 0 20px;
    font-size: 18px;
}
.head-img {
    width: 80%;
    margin: 25px auto 0;
}
.head-img img {
    width: 100%;
}
.head-text .but {
    width: 280px;
    margin: 0 auto;
    height: 60px
}
.catalog-row {
    margin: 0 0;
    justify-content: space-between;
}
    .slick-slider.catalog-row {
        margin: 0 -3px
    } 
.card {
    width: 49%;
    margin: 0 0px 20px
}
    .slick-slider .card {
        margin: 0 3px 20px
    }
.catalog-row_add .card {
/*    width: 10px*/
    box-shadow: 0px 0px 20.2384px rgba(0, 0, 0, 0.15);
    border: none
}
.card-img {
    width: 100%;
    height: 50vw;
}
.slider-add .card-img a, .slider-add .card-img {
    height: 45vw;
}
.card-img a {
    width: 100%;
    height: 50vw;
    background-size: cover;
    background-position: center;
}
.card-img img {
    width: 100%;
    height: 100%;
    display: none
}
.card-info {
    padding: 10px 7px
}
.catalog-row_add .card-info {
    padding: 10px 7px
}
.card-title {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 11px;
    height: 40px
}
.catalog-row_add .card-title {
    font-size: 14px;
    line-height: normal;
}
.card-desc {
    height: 60px;
    margin-bottom: 5px;
    font-size: 12px
}
    .card-weight {
        font-size: 12px;
        margin-bottom: 5px
    }
.catalog-row_add .card-desc {
    font-size: 14px;
    height: 50px
}
.price {
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap
}
    .price .old_price {
        font-size: 12px
    }
.catalog-row_add .price {
    font-size: 18px;
    white-space: nowrap
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.quantity.count-trigger {
    display: flex
}
.card:hover .quantity {
    display: flex;
}
.quantity .counter {
    width: 15px;
    font-size: 14px;
}
.catalog-row_add .quantity .counter {
    width: 25px
}
.quantity a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    outline: none
}
.quantity a img {
    width: 100%;
}
.add-cart {
    font-size: 12px;
    height: 40px;
    width: 60%;
}
    .add-cart img {
        width: 30px
    }

.card-more {
    width: 100%;
    flex-direction: column
}
.card-more_img {
    width: 100%;
    margin-bottom: 15px
}
.card-more_desc {
    width: 100%;
}
.card-more_desc .add-cart {
    width: 35%;
}
.card-more_desc .quantity .counter {
    width: 25px;
    font-size: 16px;
}
.card-more_desc .quantity a {
    width: 30px;
}
.delivery {
    padding: 40px 15px
}
.delivery>img {
    position: static;
    width: 100%;
    margin-bottom: 15px
}

.deliver-bl {
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.icon {
    width: 48%;
    margin-top: 40px;
}
.icon p {
    font-size: 14px
}
.icon p span {
    font-size: 16px;
}
.deliver-bl .icon>span {
    display: block;
    height: 80px;
    margin-bottom: 10px;
    width: 80px
}
    .stoke {
        flex-wrap: wrap;
        justify-content: center
    }
    .stoke .icon {
    width: 90%;
}
.stoke .icon>span {
    width: 100px;
    margin: 0 auto 15px;
    height: 110px;
}


.pay-bl {
    margin-top: 40px;
}

.pay-bl .slick-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    background: var(--col) url(../img/arr.svg) center/40% no-repeat;
    top: calc(50% - 17px);
    left: calc(100% - 35px);
    z-index: 1
}

.pay-bl .slick-prev {
    transform: rotateY(180deg);
    left: 0
}

.pay-bl .slick-arrow:hover {
    background: var(--col) url(../img/arr.svg) center/40% no-repeat;
}

.pay {
    padding: 40px 0;
    flex-shrink: 0;
    margin: 0 10px 20px;
/*    height: 90vw !important*/
}

.pay > img {
    width: 80%;
    margin: 0 auto;
}
.contact {
    padding: 0 0;
    position: relative
}
.contact-bl {
    width: 100;
    padding: 0 45px 15px;
    transform: translateX(0px);
    text-align: center
}
    .soc {
        justify-content: center
    }
.soc a {
    margin: 0 15px
}

.map {
    position: static;
    width: 100%;
    height: 350px;
}

.bot-foot {
    padding: 35px 5px 90px;
    flex-direction: column;
}
.bot-foot .contact-label {
    margin: 0
}
    .bot-foot .copy {
        margin: 20px 0
    }


.cart-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
    flex-direction: column
}
.main-cart {
    width: 100%;
    margin-right: 20px
}
.checkout {
    width: 100%
}
.cart-page aside {
    width: 100%;
    flex-shrink: 0;
}
.cart-order {
    background: #1B1B1B;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.cart-order .but {
    width: 100%
}
.order-pay {
    background: #1B1B1B;
    border-radius: 15px;
    padding: 15px;
    color: #fff;
    margin-bottom: 20px
}
.odd {
    margin-left: 30px;
    background: #484848;
    border: none;
    color: #fff
}
.order-pay>p {
    text-align: center;
    margin-bottom: 20px;
}
.cart-order>img {
    margin-bottom: 25px;
}
.cart-order .sum {
    margin: 10px 0 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
}


.cart-row {
    padding: 15px 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.cart-info {
    width: 75%;
    flex-shrink: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #1B1B1B;
    padding-bottom: 5px
}
.cart-img {
    width: 20%;
    margin-right: 5px;
    margin-bottom: 15px
}
.cart-title {
    font-size: 14px;
    margin-bottom: 4px
}
.cart-desc {
    font-size: 12px;
    margin-bottom: 5px
}
.cart-weight {
    font-size: 12px;
}
.cart .price {
    font-size: 18px
}
.cart .counter {
    width: 25px;
    font-size: 16px;
}
.cart .quantity a {
    width: 30px;
}

.delete {
    background: none;
    border: none;
    padding: 0 5px
}

.complect {
    margin-top: 30px;
    flex-wrap: wrap
}
.complect .card {
    width: 49%;
    margin: 0 0 15px
}

.complect .card-img a, .complect .card-img {
    height: 150px
}
.complect .card-info {
    padding: 5px
}
.complect .card-desc {
    font-size: 13px;
    height: 50px;
}
    
.slider-add {
    width: 100%;
    padding: 30px 0
}
    .slider-add .slider-arr {
        display: none
    }
.checkout-row {
    margin-bottom: 20px
}
.checkout-title {
    font-weight: 600;
    margin-bottom: 16px
}

.thx-cont {
    padding: 0 10px 30px
}
    
}