


/* Страница товара: Код убирает отступы у изображений */
.t760__img {
width: auto;
margin-left: auto;
max-width: 100%;
vertical-align: middle;
margin-bottom: auto;
}

/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 


.t-search-widget__popup {
    background: #FAE8D4 !important;
}

@media(min-width:800px){
    .t-col.t760__flexcolumn.t-col_6 {
padding-right: 0;
    margin-right: 0;
}
.t760__floatable.t760__fixedTop{
max-width:100%!important;
}
.t-col.t760__flexcolumn.t-col_6{
    max-width: 50%!important;
}
.t760__img {
    max-width: 100%;
}
.t760__textwrapper{
    padding-right: 20px;
}
}

