@media (max-width: 767px) {
#features {
    background-color: #ffffff;
    border-top: 1px solid #cac8c8;
    border-bottom: 1px solid #cac8c8;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    display: none;
}

.width {
    width: 100%;
    margin: 0 auto;
}
.products {
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px 0px 30px 0px;
} 
.products .product .image img {
	max-width: 100%;
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 5px 5px 0px 0px;
    border: none;
} 
.footer-top {
    display: flex;
    padding: 40px 0px;
    flex-flow: column;
} 
.footer-block-1 {
    width: 100%;
} 
.footer-all {
    padding: 0px 16px;
} 
.footer-top {
    display: flex;
    padding: 20px 0px;
    flex-flow: column;
} 
.footer-block-desc a img {
    width: 160px;
} 
.footer-block-1 {
    width: 100%;
    margin-bottom: 20px;
} 
.content {
    padding: 0 16px;
	margin-top: 90px; 
} 
.subcat ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    grid-template-columns: unset;
    grid-gap: unset;
    padding: 20px 0px 0px 0px;
    overflow: auto;
}
.subcat ul li {
    margin-bottom: 10px;
} 
tr.price-and-cart {
    flex-flow: column;
} 
.price-and-cart input.button {
    width: auto;
    display: none;
}
.variants label {
    display: inline-block;
    padding: 3px 6px;
    white-space: nowrap;
    border: solid 2px #ddd;
    cursor: pointer;
    margin: 4px 4px 0px 0px;
    border-radius: 5px;
} 
tr.colo-cat-bot {
    display: none !important;
} 
.products .product td#variants {
    display: none !important;
} 
.products .product .product_info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 8px;
    /* height: 250px; */
    border-top: none;
    border: none !important;

} 
.products .product {
    width: 100%;
    display: block;
    clear: both;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
} 
li.product:hover .image a img {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
} 
.products .product h3 a {
    min-height: 50px;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
} 
.price-catalog {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-bottom: 10px;
} 
.mobile-bay a {
    border: 2px solid #f5567b;
    display: inline-block;
    background: #f5567b;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
} 
.price-catalog .price {
    font-size: 19px;
    margin-right: 4px !important;
} 
.product.l-r-pro {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
    flex-flow: column;
} 
.product-left-b {
    width: 100%;
    margin-right: 0;
} 
.product-right-b {
    width: 100%;
}
h1.product-name {
    font-weight: 500;
    font-size: 22px;
} 
.product-desc {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
} 
.product.l-r-pro .button {
    font-size: 14px;
    padding: 12px 30px;
    display: block;
} 
.block-tree-cat {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 0px 0px 20px 0px;
} 
.title {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    position: relative;
} 
.title:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #f5567b;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
} 
.feat-index {
    margin-top: 0;
} 
.index-about-desc {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 22px;
    margin-bottom: 40px;
    text-align: justify;
} 
.gallery-inst-one {
    width: 100%;
    height: ф;
    overflow: hidden;
    position: relative;
} 
.gallery {
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
    padding: 20px 0px 30px 0px;
} 
.gallery-inst-one img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 9999;
    position: relative;
    height: 100%;
}
.brand-index {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 5px;
} 
.brand-index ul {
    display: -webkit-box;
    list-style: none;
    margin-top: 20px;
    justify-content: center;
    width: 100%;
    overflow: auto;
} 
.brand-index ul li {
    margin-bottom: 10px;
} 
.block-resr-w {
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 20px;
} 
.block-resr-one {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
} 
.block-resr-one-desc {
    font-size: 14px;
    padding: 0px 0px;
    text-align: center;
    margin-top: 10px;
    color: #5d5d5d;
} 
.block-resr-one-title {
    font-size: 13px;
    font-weight: 600;
} 
.block-resr {
    background: #ffebf0;
    margin-bottom: 20px;
} 
.block-resr-one-img svg {
    width: 70px;
    height: 60px;
    fill: #f5567b;
    margin-bottom: 8px;
    display: block;
} 
.fix-bottom-all {
    display: block;
    position: fixed;
    bottom: 0;
    height: 56px;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px -1px 0px rgb(0 0 0 / 4%), 0px -8px 20px -7px rgb(0 0 0 / 10%);
} 
.fix-bottom {
    display: flex;
	align-items: baseline;
    padding: 8px;
} 
a.fix-bottom-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
} 
.instagram {
    margin-top: 30px;
} 
.fix-bottom-one-title {
    color: #212121;
    font-weight: 500;
    font-size: 12px;
} 
.form-page-content {
    max-width: 100%;
}
span.form-block-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
} 
input[type="text"], input[type="password"] {
    position: relative;
    display: block;
    border-radius: 5px;
    margin: 6px 0;
    text-align: left;
    -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    font-size: 15px !important;
    line-height: 1.8em;
    letter-spacing: .5px;
    font-weight: 700;
    color: #20292f;
    outline: none;
    stroke: #f0f5f9;
    background-color: #f0f5f9;
    border-color: #d5d5d5;
    /* padding: 10px 10px; */
    width: 100%;
} 
span.form-block-one span.icon-mail-alt, span.form-block-one span.icon-lock, span.form-block-one span.icon-phone, span.form-block-one span.icon-user {
    position: absolute;
    left: 10px;
    color: #f5567b;
    top: 10px;
} 
.icon-fix-b.cat rect {
    stroke: #f5567b;
} 
.icon-fix-b svg, .icon-fix-b circle, .icon-fix-b path {
    stroke: #5e5e5e;
}
.fix-bottom-one-title.cat {
    color: #f5567b;
} 
.header-catalog-menu, .header-all.width {
    display: none;
}
.mobile-header-all {
    position: fixed;
    top: 0;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s;
    box-shadow: 1px 1px 16px rgb(0 0 0 / 24%);
    background: #fff;
    width: 100%;
    z-index: 999;
 
} 
.mobile-header_hidden {
  transform: translateY(-100%);
}  
.mobile-header {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    justify-content: space-between; 
} 
 .mobile-header-logo a img {
    width: 150px;
    display: block;
}
.fix-block {
    position: relative;
    bottom: unset;
    right: unset;
} 
#cart_informer .icon-shopping-basket {
    font-size: 18px;
    color: #ffffff;
} 
#cart_informer {
    border-radius: 50%;
    color: #ffffff;
    box-shadow: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #f5567b;
} 
.cart-total {
    position: absolute;
    right: -4px;
    top: -4px;
    background: #000000;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
	left: unset; 
} 
.site-slider {
    display: none;
} 
.an-photo-mob .slick-slide img {
    display: block;
    width: 100% !important;
    border-radius: 5px !important;
}
.product .price {
	font-size: 36px;
    margin-top: 0;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 8px;
}
.slick-prev, .slick-next {
    display: none !important;
} 
tr.price-na {
    float: left;
    margin-right: 40px;
    margin-top: 20px; 
} 
tr.price-ne {
    float: left;
    margin-top: 20px; 
}
.footer-block-desc ul li a {
    color: #fff;
    margin-bottom: 8px;
    display: block;
    position: relative;
    font-size: 14px;
} 
.footer-block-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
} 
.footer-contacts .icon-phone, .footer-contacts .icon-mail, .footer-contacts .icon-instagram {
    font-size: 16px;
    margin-right: 14px;
} 
.footer-contacts a {
    color: #fff;
    font-size: 18px;
} 
.page-body img {
    max-width: 100%;
} 
.page-body table img {
    display: none;
} 
.contact-page-info-all {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
} 
.contact-page-info-all-left {
    width: 100%;
    margin-top: 20px;
} 
.contact-page-info-all-right {
    width: 100%;
} 
input#comment_captcha {
    text-align: center;
    height: 40px;
    margin: 0px 10px 0px 10px;
    background: #fff;
    border: 2px solid #e3e3e3;
    width: 100px;
} 
.contact-f-block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
} 
.products .product .price {
    font-size: 22px;
}
.subcat ul li a {
    border: 2px solid #f5567b;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 5px;
    padding: 4px 10px;
    height: unset;
    margin-right: 10px;
} 
.delivery-about {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
} 
ul#deliveries {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px 20px 0 20px;
    list-style: none;
    width: 100%;
} 
.adres-dosk {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 20px 0 0 0;
} 
.f-c-f-a-all {
    display: flex;
    width: 100%;
    flex-flow: column;
} 
.f-c-f-a {
    width: 100%;
    padding: 0px 20px;
	margin: 0px; 
} 
.but-cap-in {
    display: flex;
    align-items: center;
    margin-bottom: 10px; 
} 
.but-cap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
} 
.cart-ord-pa h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
} 
.contact-and-pay {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
} 
.contact-and-pay-left, .contact-and-pay-right {
    width: 100%;
}
.svg-img {
    display: flex;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    fill: rgb(204, 54, 99);
    background-color: rgba(204, 54, 99, 0.2);
    padding: 6px 6px;
    align-items: center;
} 
 
.svg-img svg {
    width: 40px;
    height: 40px; 
    display: flex; 
}
.paymet-odr .payments_item {
    display: flex;
    align-items: center;
    margin: 0;
} 
 
.payments_item_flex {
    margin-left: 10px;
    overflow: hidden;
} 

.an-photo-mob a {
    display: block;
    width: 100%;
} 
.an-photo-mob a img {
    width: auto;
    display: block;
} 
 
 
 
 
 
 
 
 
 
}