.item-tovars {
    display: block;
    background-image: linear-gradient(-253deg,#fff 0,#fff 98%);
    border: 1px solid rgba(51,51,51,.1);
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 5px 5px 20px #ffe6e5;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
}

.item-tovars .wrap-img {
    display: inline-block;
    margin-right: 16px;
    
}
.item-tovars .wrap-img a {
    display: block;
    width: 100px;
    height: 100px; 
    border-radius: 20px;
        display: flex;
    justify-content: center;
    align-items: center;
}

.item-tovars .wrap-img img {
    max-width: 97px;
    height: auto;
    width: 80%;
}
.tovars .share-link {
    left: 70px;
}
.share-link {
    display: none;
   
    bottom: -60px;
    left: 50%;
    z-index: 1000;
    border: 1px solid #ccc;
    padding: 15px 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 5px #ccc;
    box-shadow: 0 -1px 5px #ccc;
    margin-left: -84px;
}

.share-link a {
    display: inline-block;
    margin: 0 5px;
    font-size: 26px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tovav-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 650px;
    display: table-cell;
}
@media (max-width:1080px){
    .tovav-content {
        width: 100%;
    }
}

.tovav-content>a {
    font-size: 22px;
    display: block;
    color: #09549c;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;

}
.tovav-content>a:hover {
    color: #09549c;
}
.tovav-content>p {
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.5;
}


.op-tovar {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}
@media (max-width:1080px){
    .op-tovar {
        display: block;
        padding: 0 20px 0 0px;
    }
}
.open-tovar {
    background: #ab0033;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;

}
.open-tovar {
   display: block;
    width: 240px;
    color: #fff;
}
.open-tovar a.cookie{
    color: #fff;
    text-shadow: 3px 5px 6px #694900;
}

.hidden {
    display: none!important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item-tovars {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 480px) {
.item-tovars .wrap-img {
    display: none;
}

.item-tovars {
    padding: 25px 9px 9px 9px;
}
.tovav-content {
margin-right: 1px;
}
}

@media(max-width:415px) {
    .open-tovar{
        width: 100%;
    }
}

.item-tovars {
    padding: 13px;
}
.tovav-content {
margin-right: 1px;
}
}

.item-tovars a {
    text-decoration: none;  
}

.full {
    width:100%;
}

.card-label-bonus {
    color: #3b958b;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 700;
}