/*Меню гл. стр.*/
.t706__carticon_showed {
    display: none;
}
/*Таб меню для моб. версс*/
@media screen and (max-width: 640px) {
.t694__row:nth-child(1){
    width: 80%;    
}
.t694__row:nth-child(2){
    width: 20%;    
}
.t694__col:nth-child(3) {
    filter: none !important;
}
.t694__col:nth-child(3) .t694__img , .t694__col:nth-child(3) .t694__title{
    filter: grayscale(1) opacity(0.8);
    transition: 0.1s all linear;
}
.t694__col:nth-child(3) .t694__text {
    display: none;
    position: absolute;
    top: 0px;
    margin: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #f11b23;
    border-radius: 100%;
}
.t694__container {
    overflow: hidden;
    position: fixed !important;
    z-index: 999;
    bottom: 0px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
    display: flex !important;
    transition: 0.15s all linear;
    background-color: #fff;
}
.t694__row {
    display: flex !important;
}
.t694__animation_fast {
    opacity: 0;
    background-image: none !important;
}
.t694__table {
    height: 55px !important;
    background-color: transparent !important;
}
.t-cell_25 .t694__textwrapper {
    padding: 0px 5px !important;
}
.t694__textwrapper__content {
    margin: 0px !important;
}
.t694__img {
    margin-bottom: 0px !important;
}
.t694__col {
    filter: grayscale(1) opacity(0.8);
    height: 55px !important;
    transition: 0.2s all linear;
}
.t694__col a {
    -webkit-tap-highlight-color: transparent;
}
.t694__table , .t694__col {
    overflow: visible;
}
.t694__table::before {
    content: "";
    position: absolute;
    display: flex;
    background-color: rgba(0,0,0,0.15);
    width: 100%;
    height: 150%;
    bottom: -25%;
    border-radius: 100%;
    transform: scale(1);
    transition: all 0.1s linear;
    opacity: 0;
}
.t694__table:active:before {
    transform: scale(1.2);
        opacity: 1;
}
}