@media screen and (min-width: 1680px) { 
   #rec858677893 .t-container {max-width:1560px;}  .t-width_12 {max-width: 1540px;}
   #rec858687424 .t-container {max-width:1560px;} .t-col_12 {max-width: 1520px;}
   #rec859364976 .t-container {max-width:1560px;}   .t-col_12 {max-width: 1520px;}
      #rec901895977 .t-container {max-width:1560px;}   .t-col_12 {max-width: 1520px;}
      #rec1011865891 .t-container {max-width:1560px;}   .t-col_12 {max-width: 1520px;}
}

@media screen and (max-width: 960px) { 
   #rec859364976 div.t-container {max-width:360px;}
}


.link[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #bdbdbd !important;
}

.link[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #BD9466 !important;
}

.link[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: 0px;
    /* толщина подчеркивания */
    height: 2px;  
    /* цвет подчеркивания до наведения */
    background: #bdbdbd; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
     
}

.link[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #BD9466;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
     
}
