@media (max-width: 767px) {
.phone-block {
    position: absolute;
    margin-left: 40px;
}
.header-tel a {
    text-decoration: none;
    color: #002a55;
    letter-spacing: 0.6px;
    font-weight: 600;
}
.mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 10;
}
.video-bg {
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    
}    
a.header-whatsapp-link {
    position: absolute;
    top: 125px;
    right: 20px;
}
    h2, .title-h2 {
        font-size: 24px;
    }
.top-slider .item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #32363E;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
}
.top-slider-wrapper {
    padding: 0px 0 20px 0;
    background-color: #fff;
}
    .top-slider-wrapper .container-slider {
        background-color: #fff;
    }
.top-slider .item-title {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}
.telegh {
    position: absolute;
    top: 90px;
    right: 0px;
    z-index: 100;
}
.wbh {
    position: absolute;
    top: 90px;
    right: 90px;
    z-index: 100;
}
.maxh {
        position: absolute;
        top: 90px;
        right: 50px;
        z-index: 100;
    }
.catalog .element .title-h6 {
        font-weight: 500;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
        min-height: 20px;
        font-size: 4vw;
}
.catalog .element .price {
    font-weight: 700;
    font-size: 5vw;
    color: #002a55;
}
.catalog .element .element-content {
    padding: 0 20px 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 0 0 2px 2px;
    min-height: 20px;
}
.footer-top-first {
        padding-bottom: 0px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
.footer-top-wrapper {
    padding: 20px 0 0px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}    
img.in {
    height: 20px;
    position: relative;
    margin: 10px 10px 50px 0px;
    float: left;
    margin-top: 10px;
}
img.chat {
    height: 20px;
    position: relative;
    margin: 10px 10px 40px 10px;
    float: left;
    margin-top: 10px;
}
img.anchor {
    position: relative;
    float: left;
    width: 70px;
    margin-left: 30px;
    transform: scaleX(-1);
}
a.footer-whatsapp-link {
    position: relative;
    top: 15px;
    left: 250px;
}
img.stock-box {
    position: relative;
    top: -8px;
    float: left;
    left: -10px;
    height: 50px;
}
img.stock-img {
    position: relative;
    top: -20px;
    float: right;
    height: 80px;
}

.title {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 0px;
    max-height: 38px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.tovar-messengers {
    position: absolute;
    bottom: -15px;
    right: 0px;
}
.header-messengers {
    position: relative;
    top: -10px;
    left: 0px;
}
.vantages-section {
    position: relative;
    padding: 0px 0 0 0;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 300px;
}
.sb-search-input {
    position: absolute;
    top: 5px;
    right: 45px;
    border: none;
    outline: none;
    background: #fff;
    width: 70%;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 15px 15px 15px 15px;
    font-family: inherit;
    font-size: 12px;
    border-radius: 30px;
    color: #002a55;
    border: 1px solid #002a55;
}
.sb-icon-search, .sb-search-submit {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    margin: 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
}
.sb-search {
    position: absolute;
    margin-top: 10px;
    width: 0%;
    min-width: 35px;
    right: 100px;
    top: -5px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-icon-search {
    color: #002a55;
    background: #fff;
    z-index: 90;
    font-size: 18px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.title-vantages {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    margin-bottom: 15px;
    max-height: 40px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.vantages .element .text {
    font-size: 16px;
}
.vantages .element .img-wrapper {
    position: absolute;
    width: 45px;
    top: 30px;
    left: 10px;
}
.user {
    position: absolute;
    right: 60px;
    top: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
}
img.stock-img-carousel {
    position: absolute;
    top: -10px;
    float: right;
    height: 100px;
    z-index: 10;
    right: -10px;
    height: 80px;
}
.header-tel {
    margin-top: 20px;
}
.header-tel .header-tel-1, .header-tel .header-tel-2 {
    font-size: 14px;
}
.header-info {
        color: #493939;
        float: right;
        position: relative;
        top: -65px;
    }
.schedule svg {
        position: absolute;
        left: 5px;
        top: 15px;
        width: 20px;
        color: #ffffff;
}
    .schedule {
        padding: 10px 10px 10px 35px;
        color: #000;
        font-size: 16px;
        top: 65px;
    } 
    img.copmas {
        height: 50px;
        float: left;
        top: 0px;
        left: 0px;
        position: relative;  
    } 
img.anchor {
    position: relative;
    float: right;
    width: 70px;
    margin-right: 30px;
}
img.ma {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
    .reviews {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    }
    .reviews-page {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.gray-bg{
    background: rgb(246 249 255 / 50%);
    min-height: 30px;
}
.gray-bg2{
    background: rgb(246 249 255 / 50%);
    min-height: 20px;
}
.wave-top {
    clip-path: polygon(0% 25%, /* начальная точка сверху слева */ 10% 15%, 30% 15%, 30% 25%, 50% 25%, 30% 15%, 50% 15%, 10% 25%, 10% 55%, 10% 25%, 100% 25%, 100% 101%, 0% 100%);
}
.wave-top2 {
    clip-path: polygon(0% 25%, /* начальная точка сверху слева */ 10% 15%, 30% 15%, 30% 25%, 50% 25%, 30% 15%, 50% 15%, 10% 25%, 10% 55%, 10% 25%, 100% 25%, 100% 101%, 0% 100%);
}
}  
@media (max-width: 1280px) {
.vantages .element-content {
    margin-left: 20px;
    padding: 10px 10px;
}
}
@media (max-width: 820px) {
.user {
    position: absolute;
    right: 60px;
    top: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
}
.sb-search {
    position: absolute;
    margin-top: 10px;
    width: 0%;
    min-width: 45px;
    right: 100px;
    top: -3px;
    height: 43px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
    img.copmas {
        height: 50px;
        float: left;
        top: 0px;
        left: 0px;
        position: relative;
    }
img.in {
    height: 20px;
    position: relative;
    margin: 10px 10px 60px 0px;
    float: left;
    margin-top: 10px;
}
img.chat {
    height: 20px;
    position: relative;
    margin: 10px 10px 50px 10px;
    float: left;
    margin-top: 10px;
}    
}
