/*Сгругление картинок в новости */

/*.t_feed__post-popup__gallery-imgwrapper, .t-slds__bgimg {*/

/*    border-radius: 15px;*/
/*}*/


/*Листалка карточек на мобиле*/

.t915__scroll-icon-wrapper {
    display:none;
}





/*Меню сдвиг*/

.t481__padding40px {
    width: 0px !important;
}




/*Цифра в кружке таймлайна*/

.t563__digit {

    padding-top: 3px;
}



@media screen and (max-width: 960px) {
.t505__col {
    width: 50%; 
    float: left;
    transform: scale(0.8);
        margin-top: 0px !important;
}
}

/*Колонки текст возле карты*/

.t195__text {

    columns: 2;
}


::marker {
    color: red;
}



/*Карат*/

@media screen and (min-width: 980px) {

.t938__background-image {

    width: 40%;
}
    
.t938__feature {
    
    width: 40%;
}

.t938 .t-section__topwrapper {
    margin-bottom: 0px !important;
}

}


.t938 .t-section__title {
    color: #f6103c;
}


/*.st1 {*/
/*  stroke-dasharray: 1000;*/
/*  stroke-dashoffset: 100000;*/
/*  animation: dash 1s linear forwards;*/
/*}*/

/*@keyframes dash {*/
/*  from {*/
/*    stroke-dashoffset: 822;*/
/*  }*/
/*  to {*/
/*    stroke-dashoffset: 0;*/
/*  }*/
/*}*/






.t-zoomable {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.t-zoomable:hover {
    
    -webkit-transform: scale(1.1,1.1);
  /*-webkit-filter: brightness(130%);*/
  /*filter: brightness(130%);*/
}

.t552__tile_25 {
    overflow: hidden;
}







img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

img:hover {
    
    /*-webkit-transform: scale(1.05,1.05);*/
}






.t688__link {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}


.t688__link:hover {
    
  -webkit-filter: contrast(140%);
  filter: contrast(140%);
  
  /*  -webkit-filter: brightness(90%);*/
  /*filter: brightness(90%);*/
}



.t688__img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}


.t688__img:hover {
    
    -webkit-transform: scale(1.1,1.1);
  /*-webkit-filter: contrast(140%);*/
  /*filter: contrast(140%);*/
  
  /*  -webkit-filter: brightness(90%);*/
  /*filter: brightness(90%);*/
}


.t688__img-wrapper {
    overflow: hidden;
}