.menu_vtor {
    background: #44BABD;
    left: -341px;
    top: 0px;
    min-height: 100%;
    position: fixed;
    width: 341px;
}


.menu_vtor ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_vtor li {
    line-height: 45px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
}

.menu_vtor li:hover {
    cursor: pointer;
    background-color: #555;
}

.menu_vtor a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.icon-close {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 10px;
    padding-top: 50px;
    padding-bottom: 6px;
}

.icon-close img {
    float: right;
    padding-right: 30px;
    padding-top: 30px;
    width: 30px;
}

.icon-menu {
    display: none;
    width: 230px;
    height: 35px;
    color: white;
    background-color: #44BABD;
    line-height: 2.7;
    text-align: center;
    font-size: 14px;
}

.icon-menu img {
    margin-right: 5px;
}

.fix{
    position: fixed;
}
.left_menu_1{
    padding-top: 30px;
}
.productName{
    margin-bottom: 21px;
    margin-top: 52px;
}


@media screen and (max-width: 760px) {
    .icon-menu {
        display: block;
        width: 200px;
        height: 40px;
        color: white;
        background-color: #44BABD;
        line-height: 39px;
        text-align: center;
        font-size: 14px;
        margin: 0px auto;
        margin-bottom: 41px;
        padding: 0;
        border-radius: 30px;
    }
}
